var/cache/dev/ContainerOKhOf6o/srcApp_KernelDevDebugContainer.php line 9498

Open in your IDE?
  1. <?php
  2. namespace ContainerOKhOf6o;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\AppParamsAction' => 'getAppParamsActionService',
  37.             'App\\Controller\\B2bToken\\AuthByB2bToken' => 'getAuthByB2bTokenService',
  38.             'App\\Controller\\B2bToken\\CreateB2bTokenAction' => 'getCreateB2bTokenActionService',
  39.             'App\\Controller\\B2bToken\\GetB2bTokenByName' => 'getGetB2bTokenByNameService',
  40.             'App\\Controller\\Canvas\\CanvasGetController' => 'getCanvasGetControllerService',
  41.             'App\\Controller\\Canvas\\CanvasPutController' => 'getCanvasPutControllerService',
  42.             'App\\Controller\\Canvas\\CanvasSingleGetController' => 'getCanvasSingleGetControllerService',
  43.             'App\\Controller\\Canvas\\SimpleCanvasGetController' => 'getSimpleCanvasGetControllerService',
  44.             'App\\Controller\\Chat\\GetCountMessagesAction' => 'getGetCountMessagesActionService',
  45.             'App\\Controller\\Chat\\MarkAllChatAsReadAction' => 'getMarkAllChatAsReadActionService',
  46.             'App\\Controller\\Chat\\ReadChatAction' => 'getReadChatActionService',
  47.             'App\\Controller\\CustomField\\CustomFieldCollectionAction' => 'getCustomFieldCollectionActionService',
  48.             'App\\Controller\\GetTicketsByElementAction' => 'getGetTicketsByElementActionService',
  49.             'App\\Controller\\GetTicketsByResourceAction' => 'getGetTicketsByResourceActionService',
  50.             'App\\Controller\\Holoqiip\\Organization\\CreateOrganizationAction' => 'getCreateOrganizationActionService',
  51.             'App\\Controller\\Holoqiip\\Organization\\GetOrganizationsByVendor' => 'getGetOrganizationsByVendorService',
  52.             'App\\Controller\\Holoqiip\\Room\\CreateRoomAction' => 'getCreateRoomActionService',
  53.             'App\\Controller\\Holoqiip\\Room\\GetRoomsByVendor' => 'getGetRoomsByVendorService',
  54.             'App\\Controller\\Holoqiip\\Ticket\\CreateTicketAction' => 'getCreateTicketActionService',
  55.             'App\\Controller\\Holoqiip\\Ticket\\GetTicketsByRoomIdAction' => 'getGetTicketsByRoomIdActionService',
  56.             'App\\Controller\\Holoqiip\\Vendor\\GetActualVendorIdAction' => 'getGetActualVendorIdActionService',
  57.             'App\\Controller\\MediaObject\\CreateMediaObjectAction' => 'getCreateMediaObjectActionService',
  58.             'App\\Controller\\MediaObject\\GetMediaObjectAction' => 'getGetMediaObjectActionService',
  59.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailBigAction' => 'getGetMediaObjectThumbnailBigActionService',
  60.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailSmallAction' => 'getGetMediaObjectThumbnailSmallActionService',
  61.             'App\\Controller\\Notification\\MarkAsReadAction' => 'getMarkAsReadActionService',
  62.             'App\\Controller\\Project\\ProjectController' => 'getProjectControllerService',
  63.             'App\\Controller\\PublicHoliday\\PublicHolidayController' => 'getPublicHolidayControllerService',
  64.             'App\\Controller\\Report\\ExportCSVOrderReportController' => 'getExportCSVOrderReportControllerService',
  65.             'App\\Controller\\Report\\ExportReportController' => 'getExportReportControllerService',
  66.             'App\\Controller\\RequestUserPasswordAction' => 'getRequestUserPasswordActionService',
  67.             'App\\Controller\\ResetUserPasswordAction' => 'getResetUserPasswordActionService',
  68.             'App\\Controller\\Subscription\\ChangeSubscriptionAction' => 'getChangeSubscriptionActionService',
  69.             'App\\Controller\\Subscription\\CreateCheckoutSession' => 'getCreateCheckoutSessionService',
  70.             'App\\Controller\\Subscription\\CreateCustomerPortalSession' => 'getCreateCustomerPortalSessionService',
  71.             'App\\Controller\\Subscription\\SubscriptionFromAuthAction' => 'getSubscriptionFromAuthActionService',
  72.             'App\\Controller\\Subscription\\WebhookStripe' => 'getWebhookStripeService',
  73.             'App\\Controller\\Task\\UpdateTaskStatus' => 'getUpdateTaskStatusService',
  74.             'App\\Controller\\Ticket\\TicketDeletedAction' => 'getTicketDeletedActionService',
  75.             'App\\Controller\\Ticket\\TicketListAction' => 'getTicketListActionService',
  76.             'App\\Controller\\Ticket\\TicketStatusAction' => 'getTicketStatusActionService',
  77.             'App\\Controller\\TimeSlot\\TimeSlotListAction' => 'getTimeSlotListActionService',
  78.             'App\\Controller\\User\\DeleteUserAction' => 'getDeleteUserActionService',
  79.             'App\\Controller\\User\\DeleteUserByVendorAction' => 'getDeleteUserByVendorActionService',
  80.             'App\\Controller\\User\\InviteAgainAction' => 'getInviteAgainActionService',
  81.             'App\\Controller\\User\\InviteUsersAction' => 'getInviteUsersActionService',
  82.             'App\\Controller\\User\\RetrieveUserByVendorAction' => 'getRetrieveUserByVendorActionService',
  83.             'App\\Controller\\Vendor\\AssignRolesToVendorAction' => 'getAssignRolesToVendorActionService',
  84.             'App\\Controller\\Vendor\\GetUsersByVendorAction' => 'getGetUsersByVendorActionService',
  85.             'App\\Controller\\Vendor\\GetVendorIdByCodeAction' => 'getGetVendorIdByCodeActionService',
  86.             'App\\Controller\\WorkerBudgetTime\\WorkerBudgetTimeController' => 'getWorkerBudgetTimeControllerService',
  87.             'App\\Controller\\WorkerBudget\\CreateBlockLogWorkerBudgetAction' => 'getCreateBlockLogWorkerBudgetActionService',
  88.             'App\\Controller\\WorkerBudget\\DeleteBlockLogWorkerBudgetAction' => 'getDeleteBlockLogWorkerBudgetActionService',
  89.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetCostsByTask' => 'getGetWorkerBudgetCostsByTaskService',
  90.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetRealCost' => 'getGetWorkerBudgetRealCostService',
  91.             'App\\Controller\\WorkerBudget\\PutWorkerBudgetTaskLogRealCost' => 'getPutWorkerBudgetTaskLogRealCostService',
  92.             'App\\Modules\\Cemetery\\Controller\\NicheController' => 'getNicheControllerService',
  93.             'App\\Modules\\Cemetery\\Controller\\PersonController' => 'getPersonControllerService',
  94.             'App\\Modules\\Cemetery\\Controller\\RecordController' => 'getRecordControllerService',
  95.             'Pusher\\Pusher' => 'getPusherService',
  96.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  97.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  98.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  99.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  100.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  101.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  102.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  103.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  104.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  105.             'cache.app' => 'getCache_AppService',
  106.             'cache.app_clearer' => 'getCache_AppClearerService',
  107.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  108.             'cache.system' => 'getCache_SystemService',
  109.             'cache.system_clearer' => 'getCache_SystemClearerService',
  110.             'cache_clearer' => 'getCacheClearerService',
  111.             'cache_warmer' => 'getCacheWarmerService',
  112.             'console.command.public_alias.App\\Command\\AddApiVersionCommand' => 'getAddApiVersionCommandService',
  113.             'console.command.public_alias.App\\Command\\AddRoleWeightCommand' => 'getAddRoleWeightCommandService',
  114.             'console.command.public_alias.App\\Command\\AddVendorCodeCommand' => 'getAddVendorCodeCommandService',
  115.             'console.command.public_alias.App\\Command\\CanaraguaAddProjectToWO' => 'getCanaraguaAddProjectToWOService',
  116.             'console.command.public_alias.App\\Command\\CanaraguaTicketsImportCommand' => 'getCanaraguaTicketsImportCommandService',
  117.             'console.command.public_alias.App\\Command\\CanaraguaWareHouseImportCommand' => 'getCanaraguaWareHouseImportCommandService',
  118.             'console.command.public_alias.App\\Command\\CemeteryImportDeceaseds' => 'getCemeteryImportDeceasedsService',
  119.             'console.command.public_alias.App\\Command\\CemeteryImportNiches' => 'getCemeteryImportNichesService',
  120.             'console.command.public_alias.App\\Command\\CreateSuperAdminCommand' => 'getCreateSuperAdminCommandService',
  121.             'console.command.public_alias.App\\Command\\Fix_UpdatedByAndCreatedForTicketAndTaskByCommand' => 'getFixUpdatedByAndCreatedForTicketAndTaskByCommandService',
  122.             'console.command.public_alias.App\\Command\\RemoveUnreadState' => 'getRemoveUnreadStateService',
  123.             'console.command.public_alias.App\\Command\\ResetPasswordCommand' => 'getResetPasswordCommandService',
  124.             'console.command.public_alias.App\\Command\\ScheduledTaskCommand' => 'getScheduledTaskCommandService',
  125.             'console.command.public_alias.App\\Command\\TicketsFakeForVendorCommand' => 'getTicketsFakeForVendorCommandService',
  126.             'console.command.public_alias.App\\Command\\TicketsToCSVCommand' => 'getTicketsToCSVCommandService',
  127.             'console.command.public_alias.api_platform.json_schema.json_schema_generate_command' => 'getConsole_Command_PublicAlias_ApiPlatform_JsonSchema_JsonSchemaGenerateCommandService',
  128.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService',
  129.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService',
  130.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService',
  131.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService',
  132.             'console.command_loader' => 'getConsole_CommandLoaderService',
  133.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  134.             'data_collector.dump' => 'getDataCollector_DumpService',
  135.             'doctrine' => 'getDoctrineService',
  136.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  137.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  138.             'error_controller' => 'getErrorControllerService',
  139.             'event_dispatcher' => 'getEventDispatcherService',
  140.             'filesystem' => 'getFilesystemService',
  141.             'form.factory' => 'getForm_FactoryService',
  142.             'form.type.file' => 'getForm_Type_FileService',
  143.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  144.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  145.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  146.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  147.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  148.             'fos_elastica.index.app' => 'getFosElastica_Index_AppService',
  149.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  150.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  151.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  152.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  153.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  154.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  155.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  156.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  157.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  158.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  159.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  160.             'http_kernel' => 'getHttpKernelService',
  161.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  162.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  163.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  164.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  165.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  166.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  167.             'lopi_pusher.authenticator' => 'getLopiPusher_AuthenticatorService',
  168.             'message_bus' => 'getMessageBusService',
  169.             'profiler' => 'getProfilerService',
  170.             'request_stack' => 'getRequestStackService',
  171.             'router' => 'getRouterService',
  172.             'routing.loader' => 'getRouting_LoaderService',
  173.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  174.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  175.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  176.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  177.             'security.token_storage' => 'getSecurity_TokenStorageService',
  178.             'serializer' => 'getSerializerService',
  179.             'services_resetter' => 'getServicesResetterService',
  180.             'session' => 'getSessionService',
  181.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  182.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  183.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  184.             'translator' => 'getTranslatorService',
  185.             'twig' => 'getTwigService',
  186.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  187.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  188.             'user_service' => 'getUserServiceService',
  189.             'validator' => 'getValidatorService',
  190.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  191.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  192.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  193.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  194.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  195.         ];
  196.         $this->aliases = [
  197.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  198.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  199.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  200.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  201.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  202.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  203.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  204.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  205.             'database_connection' => 'doctrine.dbal.default_connection',
  206.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  207.             'fos_elastica.client' => 'fos_elastica.client.default',
  208.             'fos_elastica.index' => 'fos_elastica.index.app',
  209.             'mailer' => 'swiftmailer.mailer.default',
  210.             'messenger.default_bus' => 'message_bus',
  211.         ];
  212.         $this->privates['service_container'] = function () {
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  219.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  221.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AddPaginationHeaders.php';
  222.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleListenerSubscriber.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  236.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  252.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  259.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  304.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  311.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  379.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/EntrypointNormalizer.php';
  380.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  390.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  393.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/CacheKeyTrait.php';
  394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer.php';
  395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractCollectionNormalizer.php';
  408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/CollectionNormalizer.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  410.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  414.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/ObjectNormalizer.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  420.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  441.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  442.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  447.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  482.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle/Twig/PusherExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/pusher/pusher-php-server/src/Pusher.php';
  485.             include_once \dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle/DependencyInjection/PusherFactory.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  487.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  489.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  491.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  519.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  521.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  595.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  596.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyNameCollectionFactory.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidateListener.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  676.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  677.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  678.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  694.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  696.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  697.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  698.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  711.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  712.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  713.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  714.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  715.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/Hub.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  721.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/SentryBundle.php';
  722.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/FlushableClientInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  725.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  727.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  728.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/DependencyInjection/IntegrationFilterFactory.php';
  729.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  746.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  749.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  751.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  753.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  764.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  765.         };
  766.     }
  767.     public function compile(): void
  768.     {
  769.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  770.     }
  771.     public function isCompiled(): bool
  772.     {
  773.         return true;
  774.     }
  775.     public function getRemovedIds(): array
  776.     {
  777.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  778.     }
  779.     /**
  780.      * Gets the public 'App\Controller\AppParamsAction' shared autowired service.
  781.      *
  782.      * @return \App\Controller\AppParamsAction
  783.      */
  784.     protected function getAppParamsActionService()
  785.     {
  786.         include_once \dirname(__DIR__4).'/src/Controller/AppParamsAction.php';
  787.         return $this->services['App\\Controller\\AppParamsAction'] = new \App\Controller\AppParamsAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  788.     }
  789.     /**
  790.      * Gets the public 'App\Controller\B2bToken\AuthByB2bToken' shared autowired service.
  791.      *
  792.      * @return \App\Controller\B2bToken\AuthByB2bToken
  793.      */
  794.     protected function getAuthByB2bTokenService()
  795.     {
  796.         include_once \dirname(__DIR__4).'/src/Controller/B2bToken/AuthByB2bToken.php';
  797.         return $this->services['App\\Controller\\B2bToken\\AuthByB2bToken'] = new \App\Controller\B2bToken\AuthByB2bToken(($this->services['user_service'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\B2bTokenService'] ?? $this->getB2bTokenServiceService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
  798.     }
  799.     /**
  800.      * Gets the public 'App\Controller\B2bToken\CreateB2bTokenAction' shared autowired service.
  801.      *
  802.      * @return \App\Controller\B2bToken\CreateB2bTokenAction
  803.      */
  804.     protected function getCreateB2bTokenActionService()
  805.     {
  806.         include_once \dirname(__DIR__4).'/src/Controller/B2bToken/CreateB2bTokenAction.php';
  807.         return $this->services['App\\Controller\\B2bToken\\CreateB2bTokenAction'] = new \App\Controller\B2bToken\CreateB2bTokenAction(($this->privates['App\\Services\\B2bTokenService'] ?? $this->getB2bTokenServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  808.     }
  809.     /**
  810.      * Gets the public 'App\Controller\B2bToken\GetB2bTokenByName' shared autowired service.
  811.      *
  812.      * @return \App\Controller\B2bToken\GetB2bTokenByName
  813.      */
  814.     protected function getGetB2bTokenByNameService()
  815.     {
  816.         include_once \dirname(__DIR__4).'/src/Controller/B2bToken/GetB2bTokenByName.php';
  817.         return $this->services['App\\Controller\\B2bToken\\GetB2bTokenByName'] = new \App\Controller\B2bToken\GetB2bTokenByName(($this->privates['App\\Services\\B2bTokenService'] ?? $this->getB2bTokenServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  818.     }
  819.     /**
  820.      * Gets the public 'App\Controller\Canvas\CanvasGetController' shared autowired service.
  821.      *
  822.      * @return \App\Controller\Canvas\CanvasGetController
  823.      */
  824.     protected function getCanvasGetControllerService()
  825.     {
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  828.         include_once \dirname(__DIR__4).'/src/Controller/Canvas/CanvasGetController.php';
  829.         $this->services['App\\Controller\\Canvas\\CanvasGetController'] = $instance = new \App\Controller\Canvas\CanvasGetController(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\Canvas\\CanvasService'] ?? $this->getCanvasServiceService()));
  830.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Canvas\\CanvasGetController'$this));
  831.         return $instance;
  832.     }
  833.     /**
  834.      * Gets the public 'App\Controller\Canvas\CanvasPutController' shared autowired service.
  835.      *
  836.      * @return \App\Controller\Canvas\CanvasPutController
  837.      */
  838.     protected function getCanvasPutControllerService()
  839.     {
  840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  842.         include_once \dirname(__DIR__4).'/src/Controller/Canvas/CanvasPutController.php';
  843.         $this->services['App\\Controller\\Canvas\\CanvasPutController'] = $instance = new \App\Controller\Canvas\CanvasPutController(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\Canvas\\CanvasService'] ?? $this->getCanvasServiceService()));
  844.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Canvas\\CanvasPutController'$this));
  845.         return $instance;
  846.     }
  847.     /**
  848.      * Gets the public 'App\Controller\Canvas\CanvasSingleGetController' shared autowired service.
  849.      *
  850.      * @return \App\Controller\Canvas\CanvasSingleGetController
  851.      */
  852.     protected function getCanvasSingleGetControllerService()
  853.     {
  854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  856.         include_once \dirname(__DIR__4).'/src/Controller/Canvas/CanvasSingleGetController.php';
  857.         $this->services['App\\Controller\\Canvas\\CanvasSingleGetController'] = $instance = new \App\Controller\Canvas\CanvasSingleGetController(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\Canvas\\CanvasService'] ?? $this->getCanvasServiceService()));
  858.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Canvas\\CanvasSingleGetController'$this));
  859.         return $instance;
  860.     }
  861.     /**
  862.      * Gets the public 'App\Controller\Canvas\SimpleCanvasGetController' shared autowired service.
  863.      *
  864.      * @return \App\Controller\Canvas\SimpleCanvasGetController
  865.      */
  866.     protected function getSimpleCanvasGetControllerService()
  867.     {
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  870.         include_once \dirname(__DIR__4).'/src/Controller/Canvas/SimpleCanvasGetController.php';
  871.         $this->services['App\\Controller\\Canvas\\SimpleCanvasGetController'] = $instance = new \App\Controller\Canvas\SimpleCanvasGetController(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\Canvas\\CanvasService'] ?? $this->getCanvasServiceService()));
  872.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Canvas\\SimpleCanvasGetController'$this));
  873.         return $instance;
  874.     }
  875.     /**
  876.      * Gets the public 'App\Controller\Chat\GetCountMessagesAction' shared autowired service.
  877.      *
  878.      * @return \App\Controller\Chat\GetCountMessagesAction
  879.      */
  880.     protected function getGetCountMessagesActionService()
  881.     {
  882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  884.         include_once \dirname(__DIR__4).'/src/Controller/Chat/GetCountMessagesAction.php';
  885.         $this->services['App\\Controller\\Chat\\GetCountMessagesAction'] = $instance = new \App\Controller\Chat\GetCountMessagesAction(($this->privates['App\\Repository\\Chat\\ChatRepository'] ?? $this->getChatRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  886.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Chat\\GetCountMessagesAction'$this));
  887.         return $instance;
  888.     }
  889.     /**
  890.      * Gets the public 'App\Controller\Chat\MarkAllChatAsReadAction' shared autowired service.
  891.      *
  892.      * @return \App\Controller\Chat\MarkAllChatAsReadAction
  893.      */
  894.     protected function getMarkAllChatAsReadActionService()
  895.     {
  896.         include_once \dirname(__DIR__4).'/src/Controller/Chat/MarkAllChatAsReadAction.php';
  897.         return $this->services['App\\Controller\\Chat\\MarkAllChatAsReadAction'] = new \App\Controller\Chat\MarkAllChatAsReadAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  898.     }
  899.     /**
  900.      * Gets the public 'App\Controller\Chat\ReadChatAction' shared autowired service.
  901.      *
  902.      * @return \App\Controller\Chat\ReadChatAction
  903.      */
  904.     protected function getReadChatActionService()
  905.     {
  906.         include_once \dirname(__DIR__4).'/src/Controller/Chat/ReadChatAction.php';
  907.         return $this->services['App\\Controller\\Chat\\ReadChatAction'] = new \App\Controller\Chat\ReadChatAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  908.     }
  909.     /**
  910.      * Gets the public 'App\Controller\CustomField\CustomFieldCollectionAction' shared autowired service.
  911.      *
  912.      * @return \App\Controller\CustomField\CustomFieldCollectionAction
  913.      */
  914.     protected function getCustomFieldCollectionActionService()
  915.     {
  916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  918.         include_once \dirname(__DIR__4).'/src/Controller/CustomField/CustomFieldCollectionAction.php';
  919.         $this->services['App\\Controller\\CustomField\\CustomFieldCollectionAction'] = $instance = new \App\Controller\CustomField\CustomFieldCollectionAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()));
  920.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CustomField\\CustomFieldCollectionAction'$this));
  921.         return $instance;
  922.     }
  923.     /**
  924.      * Gets the public 'App\Controller\GetTicketsByElementAction' shared autowired service.
  925.      *
  926.      * @return \App\Controller\GetTicketsByElementAction
  927.      */
  928.     protected function getGetTicketsByElementActionService()
  929.     {
  930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  932.         include_once \dirname(__DIR__4).'/src/Controller/GetTicketsByElementAction.php';
  933.         $this->services['App\\Controller\\GetTicketsByElementAction'] = $instance = new \App\Controller\GetTicketsByElementAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  934.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\GetTicketsByElementAction'$this));
  935.         return $instance;
  936.     }
  937.     /**
  938.      * Gets the public 'App\Controller\GetTicketsByResourceAction' shared autowired service.
  939.      *
  940.      * @return \App\Controller\GetTicketsByResourceAction
  941.      */
  942.     protected function getGetTicketsByResourceActionService()
  943.     {
  944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  946.         include_once \dirname(__DIR__4).'/src/Controller/GetTicketsByResourceAction.php';
  947.         $this->services['App\\Controller\\GetTicketsByResourceAction'] = $instance = new \App\Controller\GetTicketsByResourceAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  948.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\GetTicketsByResourceAction'$this));
  949.         return $instance;
  950.     }
  951.     /**
  952.      * Gets the public 'App\Controller\Holoqiip\Organization\CreateOrganizationAction' shared autowired service.
  953.      *
  954.      * @return \App\Controller\Holoqiip\Organization\CreateOrganizationAction
  955.      */
  956.     protected function getCreateOrganizationActionService()
  957.     {
  958.         include_once \dirname(__DIR__4).'/src/Controller/Holoqiip/Organization/CreateOrganizationAction.php';
  959.         return $this->services['App\\Controller\\Holoqiip\\Organization\\CreateOrganizationAction'] = new \App\Controller\Holoqiip\Organization\CreateOrganizationAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\LocationService'] ?? $this->getLocationServiceService()), ($this->privates['App\\Services\\Vendor\\VendorStaffService'] ?? $this->getVendorStaffServiceService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  960.     }
  961.     /**
  962.      * Gets the public 'App\Controller\Holoqiip\Organization\GetOrganizationsByVendor' shared autowired service.
  963.      *
  964.      * @return \App\Controller\Holoqiip\Organization\GetOrganizationsByVendor
  965.      */
  966.     protected function getGetOrganizationsByVendorService()
  967.     {
  968.         include_once \dirname(__DIR__4).'/src/Controller/Holoqiip/Organization/GetOrganizationsByVendor.php';
  969.         return $this->services['App\\Controller\\Holoqiip\\Organization\\GetOrganizationsByVendor'] = new \App\Controller\Holoqiip\Organization\GetOrganizationsByVendor(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\Vendor\\VendorStaffService'] ?? $this->getVendorStaffServiceService()), ($this->privates['App\\Services\\LocationService'] ?? $this->getLocationServiceService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  970.     }
  971.     /**
  972.      * Gets the public 'App\Controller\Holoqiip\Room\CreateRoomAction' shared autowired service.
  973.      *
  974.      * @return \App\Controller\Holoqiip\Room\CreateRoomAction
  975.      */
  976.     protected function getCreateRoomActionService()
  977.     {
  978.         include_once \dirname(__DIR__4).'/src/Controller/Holoqiip/Room/CreateRoomAction.php';
  979.         return $this->services['App\\Controller\\Holoqiip\\Room\\CreateRoomAction'] = new \App\Controller\Holoqiip\Room\CreateRoomAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\Vendor\\VendorStaffService'] ?? $this->getVendorStaffServiceService()), ($this->privates['App\\Services\\CategoryService'] ?? $this->getCategoryServiceService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  980.     }
  981.     /**
  982.      * Gets the public 'App\Controller\Holoqiip\Room\GetRoomsByVendor' shared autowired service.
  983.      *
  984.      * @return \App\Controller\Holoqiip\Room\GetRoomsByVendor
  985.      */
  986.     protected function getGetRoomsByVendorService()
  987.     {
  988.         include_once \dirname(__DIR__4).'/src/Controller/Holoqiip/Room/GetRoomsByVendor.php';
  989.         return $this->services['App\\Controller\\Holoqiip\\Room\\GetRoomsByVendor'] = new \App\Controller\Holoqiip\Room\GetRoomsByVendor(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\CategoryService'] ?? $this->getCategoryServiceService()), ($this->privates['App\\Services\\Vendor\\VendorStaffService'] ?? $this->getVendorStaffServiceService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  990.     }
  991.     /**
  992.      * Gets the public 'App\Controller\Holoqiip\Ticket\CreateTicketAction' shared autowired service.
  993.      *
  994.      * @return \App\Controller\Holoqiip\Ticket\CreateTicketAction
  995.      */
  996.     protected function getCreateTicketActionService()
  997.     {
  998.         include_once \dirname(__DIR__4).'/src/Controller/Holoqiip/Ticket/CreateTicketAction.php';
  999.         return $this->services['App\\Controller\\Holoqiip\\Ticket\\CreateTicketAction'] = new \App\Controller\Holoqiip\Ticket\CreateTicketAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\Vendor\\VendorStaffService'] ?? $this->getVendorStaffServiceService()), ($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  1000.     }
  1001.     /**
  1002.      * Gets the public 'App\Controller\Holoqiip\Ticket\GetTicketsByRoomIdAction' shared autowired service.
  1003.      *
  1004.      * @return \App\Controller\Holoqiip\Ticket\GetTicketsByRoomIdAction
  1005.      */
  1006.     protected function getGetTicketsByRoomIdActionService()
  1007.     {
  1008.         include_once \dirname(__DIR__4).'/src/Controller/Holoqiip/Ticket/GetTicketsByRoomIdAction.php';
  1009.         return $this->services['App\\Controller\\Holoqiip\\Ticket\\GetTicketsByRoomIdAction'] = new \App\Controller\Holoqiip\Ticket\GetTicketsByRoomIdAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  1010.     }
  1011.     /**
  1012.      * Gets the public 'App\Controller\Holoqiip\Vendor\GetActualVendorIdAction' shared autowired service.
  1013.      *
  1014.      * @return \App\Controller\Holoqiip\Vendor\GetActualVendorIdAction
  1015.      */
  1016.     protected function getGetActualVendorIdActionService()
  1017.     {
  1018.         include_once \dirname(__DIR__4).'/src/Controller/Holoqiip/Vendor/GetActualVendorIdAction.php';
  1019.         return $this->services['App\\Controller\\Holoqiip\\Vendor\\GetActualVendorIdAction'] = new \App\Controller\Holoqiip\Vendor\GetActualVendorIdAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\Vendor\\VendorStaffService'] ?? $this->getVendorStaffServiceService()));
  1020.     }
  1021.     /**
  1022.      * Gets the public 'App\Controller\MediaObject\CreateMediaObjectAction' shared autowired service.
  1023.      *
  1024.      * @return \App\Controller\MediaObject\CreateMediaObjectAction
  1025.      */
  1026.     protected function getCreateMediaObjectActionService()
  1027.     {
  1028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1030.         include_once \dirname(__DIR__4).'/src/Controller/MediaObject/CreateMediaObjectAction.php';
  1031.         $this->services['App\\Controller\\MediaObject\\CreateMediaObjectAction'] = $instance = new \App\Controller\MediaObject\CreateMediaObjectAction(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\AwsS3Service'] ?? $this->getAwsS3ServiceService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1032.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\MediaObject\\CreateMediaObjectAction'$this));
  1033.         return $instance;
  1034.     }
  1035.     /**
  1036.      * Gets the public 'App\Controller\MediaObject\GetMediaObjectAction' shared autowired service.
  1037.      *
  1038.      * @return \App\Controller\MediaObject\GetMediaObjectAction
  1039.      */
  1040.     protected function getGetMediaObjectActionService()
  1041.     {
  1042.         include_once \dirname(__DIR__4).'/src/Controller/MediaObject/GetMediaObjectAction.php';
  1043.         return $this->services['App\\Controller\\MediaObject\\GetMediaObjectAction'] = new \App\Controller\MediaObject\GetMediaObjectAction(($this->privates['App\\Services\\AwsS3Service'] ?? $this->getAwsS3ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1044.     }
  1045.     /**
  1046.      * Gets the public 'App\Controller\MediaObject\GetMediaObjectThumbnailBigAction' shared autowired service.
  1047.      *
  1048.      * @return \App\Controller\MediaObject\GetMediaObjectThumbnailBigAction
  1049.      */
  1050.     protected function getGetMediaObjectThumbnailBigActionService()
  1051.     {
  1052.         include_once \dirname(__DIR__4).'/src/Controller/MediaObject/GetMediaObjectThumbnailBigAction.php';
  1053.         return $this->services['App\\Controller\\MediaObject\\GetMediaObjectThumbnailBigAction'] = new \App\Controller\MediaObject\GetMediaObjectThumbnailBigAction(($this->privates['App\\Services\\AwsS3Service'] ?? $this->getAwsS3ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1054.     }
  1055.     /**
  1056.      * Gets the public 'App\Controller\MediaObject\GetMediaObjectThumbnailSmallAction' shared autowired service.
  1057.      *
  1058.      * @return \App\Controller\MediaObject\GetMediaObjectThumbnailSmallAction
  1059.      */
  1060.     protected function getGetMediaObjectThumbnailSmallActionService()
  1061.     {
  1062.         include_once \dirname(__DIR__4).'/src/Controller/MediaObject/GetMediaObjectThumbnailSmallAction.php';
  1063.         return $this->services['App\\Controller\\MediaObject\\GetMediaObjectThumbnailSmallAction'] = new \App\Controller\MediaObject\GetMediaObjectThumbnailSmallAction(($this->privates['App\\Services\\AwsS3Service'] ?? $this->getAwsS3ServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1064.     }
  1065.     /**
  1066.      * Gets the public 'App\Controller\Notification\MarkAsReadAction' shared autowired service.
  1067.      *
  1068.      * @return \App\Controller\Notification\MarkAsReadAction
  1069.      */
  1070.     protected function getMarkAsReadActionService()
  1071.     {
  1072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1074.         include_once \dirname(__DIR__4).'/src/Controller/Notification/MarkAsReadAction.php';
  1075.         include_once \dirname(__DIR__4).'/src/Services/NotificationService.php';
  1076.         $this->services['App\\Controller\\Notification\\MarkAsReadAction'] = $instance = new \App\Controller\Notification\MarkAsReadAction(new \App\Services\NotificationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1077.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Notification\\MarkAsReadAction'$this));
  1078.         return $instance;
  1079.     }
  1080.     /**
  1081.      * Gets the public 'App\Controller\Project\ProjectController' shared autowired service.
  1082.      *
  1083.      * @return \App\Controller\Project\ProjectController
  1084.      */
  1085.     protected function getProjectControllerService()
  1086.     {
  1087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1089.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectController.php';
  1090.         include_once \dirname(__DIR__4).'/src/Interfaces/ProjectInterface.php';
  1091.         include_once \dirname(__DIR__4).'/src/Services/Project/ProjectServices.php';
  1092.         $this->services['App\\Controller\\Project\\ProjectController'] = $instance = new \App\Controller\Project\ProjectController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \App\Services\Project\ProjectServices(($this->privates['App\\Repository\\App\\ProjectRepository'] ?? $this->getProjectRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1093.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Project\\ProjectController'$this));
  1094.         return $instance;
  1095.     }
  1096.     /**
  1097.      * Gets the public 'App\Controller\PublicHoliday\PublicHolidayController' shared autowired service.
  1098.      *
  1099.      * @return \App\Controller\PublicHoliday\PublicHolidayController
  1100.      */
  1101.     protected function getPublicHolidayControllerService()
  1102.     {
  1103.         include_once \dirname(__DIR__4).'/src/Controller/PublicHoliday/PublicHolidayController.php';
  1104.         include_once \dirname(__DIR__4).'/src/Services/PublicHoliday/publicHolidayService.php';
  1105.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1106.         return $this->services['App\\Controller\\PublicHoliday\\PublicHolidayController'] = new \App\Controller\PublicHoliday\PublicHolidayController($a, ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \App\Services\PublicHoliday\publicHolidayService($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetTimeRepository'] ?? $this->getWorkerBudgetTimeRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Services\\TimeSlot\\TimeSlotHistoryService'] ?? $this->getTimeSlotHistoryServiceService()), ($this->privates['App\\Repository\\App\\PublicHoliday\\PublicHolidayRepository'] ?? $this->getPublicHolidayRepositoryService())));
  1107.     }
  1108.     /**
  1109.      * Gets the public 'App\Controller\Report\ExportCSVOrderReportController' shared autowired service.
  1110.      *
  1111.      * @return \App\Controller\Report\ExportCSVOrderReportController
  1112.      */
  1113.     protected function getExportCSVOrderReportControllerService()
  1114.     {
  1115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1117.         include_once \dirname(__DIR__4).'/src/Controller/Report/ExportCSVOrderReportController.php';
  1118.         $this->services['App\\Controller\\Report\\ExportCSVOrderReportController'] = $instance = new \App\Controller\Report\ExportCSVOrderReportController(($this->privates['App\\Services\\ReportService'] ?? $this->getReportServiceService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1119.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Report\\ExportCSVOrderReportController'$this));
  1120.         return $instance;
  1121.     }
  1122.     /**
  1123.      * Gets the public 'App\Controller\Report\ExportReportController' shared autowired service.
  1124.      *
  1125.      * @return \App\Controller\Report\ExportReportController
  1126.      */
  1127.     protected function getExportReportControllerService()
  1128.     {
  1129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1131.         include_once \dirname(__DIR__4).'/src/Controller/Report/ExportReportController.php';
  1132.         $this->services['App\\Controller\\Report\\ExportReportController'] = $instance = new \App\Controller\Report\ExportReportController(($this->privates['App\\Services\\ReportService'] ?? $this->getReportServiceService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1133.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Report\\ExportReportController'$this));
  1134.         return $instance;
  1135.     }
  1136.     /**
  1137.      * Gets the public 'App\Controller\RequestUserPasswordAction' shared autowired service.
  1138.      *
  1139.      * @return \App\Controller\RequestUserPasswordAction
  1140.      */
  1141.     protected function getRequestUserPasswordActionService()
  1142.     {
  1143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1145.         include_once \dirname(__DIR__4).'/src/Controller/RequestUserPasswordAction.php';
  1146.         $this->services['App\\Controller\\RequestUserPasswordAction'] = $instance = new \App\Controller\RequestUserPasswordAction(($this->services['user_service'] ?? $this->getUserServiceService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\MailService'] ?? $this->getMailServiceService()));
  1147.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\RequestUserPasswordAction'$this));
  1148.         return $instance;
  1149.     }
  1150.     /**
  1151.      * Gets the public 'App\Controller\ResetUserPasswordAction' shared autowired service.
  1152.      *
  1153.      * @return \App\Controller\ResetUserPasswordAction
  1154.      */
  1155.     protected function getResetUserPasswordActionService()
  1156.     {
  1157.         include_once \dirname(__DIR__4).'/src/Controller/ResetUserPasswordAction.php';
  1158.         return $this->services['App\\Controller\\ResetUserPasswordAction'] = new \App\Controller\ResetUserPasswordAction(($this->services['user_service'] ?? $this->getUserServiceService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\InvitationService'] ?? $this->getInvitationServiceService()), ($this->privates['App\\Services\\LogService'] ?? $this->getLogServiceService()));
  1159.     }
  1160.     /**
  1161.      * Gets the public 'App\Controller\Subscription\ChangeSubscriptionAction' shared autowired service.
  1162.      *
  1163.      * @return \App\Controller\Subscription\ChangeSubscriptionAction
  1164.      */
  1165.     protected function getChangeSubscriptionActionService()
  1166.     {
  1167.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1169.         include_once \dirname(__DIR__4).'/src/Controller/Subscription/ChangeSubscriptionAction.php';
  1170.         include_once \dirname(__DIR__4).'/src/Services/Subscription/SubscriptionService.php';
  1171.         $this->services['App\\Controller\\Subscription\\ChangeSubscriptionAction'] = $instance = new \App\Controller\Subscription\ChangeSubscriptionAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService()), ($this->privates['App\\Services\\Subscription\\SubscriptionService'] ?? ($this->privates['App\\Services\\Subscription\\SubscriptionService'] = new \App\Services\Subscription\SubscriptionService())), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1172.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Subscription\\ChangeSubscriptionAction'$this));
  1173.         return $instance;
  1174.     }
  1175.     /**
  1176.      * Gets the public 'App\Controller\Subscription\CreateCheckoutSession' shared autowired service.
  1177.      *
  1178.      * @return \App\Controller\Subscription\CreateCheckoutSession
  1179.      */
  1180.     protected function getCreateCheckoutSessionService()
  1181.     {
  1182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1184.         include_once \dirname(__DIR__4).'/src/Controller/Subscription/CreateCheckoutSession.php';
  1185.         include_once \dirname(__DIR__4).'/src/Services/Subscription/SubscriptionService.php';
  1186.         $this->services['App\\Controller\\Subscription\\CreateCheckoutSession'] = $instance = new \App\Controller\Subscription\CreateCheckoutSession(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService()), ($this->privates['App\\Services\\Subscription\\SubscriptionService'] ?? ($this->privates['App\\Services\\Subscription\\SubscriptionService'] = new \App\Services\Subscription\SubscriptionService())), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1187.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Subscription\\CreateCheckoutSession'$this));
  1188.         return $instance;
  1189.     }
  1190.     /**
  1191.      * Gets the public 'App\Controller\Subscription\CreateCustomerPortalSession' shared autowired service.
  1192.      *
  1193.      * @return \App\Controller\Subscription\CreateCustomerPortalSession
  1194.      */
  1195.     protected function getCreateCustomerPortalSessionService()
  1196.     {
  1197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1199.         include_once \dirname(__DIR__4).'/src/Controller/Subscription/CreateCustomerPortalSession.php';
  1200.         $this->services['App\\Controller\\Subscription\\CreateCustomerPortalSession'] = $instance = new \App\Controller\Subscription\CreateCustomerPortalSession(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService()));
  1201.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Subscription\\CreateCustomerPortalSession'$this));
  1202.         return $instance;
  1203.     }
  1204.     /**
  1205.      * Gets the public 'App\Controller\Subscription\SubscriptionFromAuthAction' shared autowired service.
  1206.      *
  1207.      * @return \App\Controller\Subscription\SubscriptionFromAuthAction
  1208.      */
  1209.     protected function getSubscriptionFromAuthActionService()
  1210.     {
  1211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1213.         include_once \dirname(__DIR__4).'/src/Controller/Subscription/SubscriptionFromAuthAction.php';
  1214.         include_once \dirname(__DIR__4).'/src/Services/Subscription/SubscriptionService.php';
  1215.         $this->services['App\\Controller\\Subscription\\SubscriptionFromAuthAction'] = $instance = new \App\Controller\Subscription\SubscriptionFromAuthAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService()), ($this->privates['App\\Services\\Subscription\\SubscriptionService'] ?? ($this->privates['App\\Services\\Subscription\\SubscriptionService'] = new \App\Services\Subscription\SubscriptionService())));
  1216.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Subscription\\SubscriptionFromAuthAction'$this));
  1217.         return $instance;
  1218.     }
  1219.     /**
  1220.      * Gets the public 'App\Controller\Subscription\WebhookStripe' shared autowired service.
  1221.      *
  1222.      * @return \App\Controller\Subscription\WebhookStripe
  1223.      */
  1224.     protected function getWebhookStripeService()
  1225.     {
  1226.         include_once \dirname(__DIR__4).'/src/Controller/Subscription/WebhookStripe.php';
  1227.         include_once \dirname(__DIR__4).'/src/Services/Subscription/SubscriptionService.php';
  1228.         return $this->services['App\\Controller\\Subscription\\WebhookStripe'] = new \App\Controller\Subscription\WebhookStripe(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService()), ($this->privates['App\\Services\\Subscription\\SubscriptionService'] ?? ($this->privates['App\\Services\\Subscription\\SubscriptionService'] = new \App\Services\Subscription\SubscriptionService())), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1229.     }
  1230.     /**
  1231.      * Gets the public 'App\Controller\Task\UpdateTaskStatus' shared autowired service.
  1232.      *
  1233.      * @return \App\Controller\Task\UpdateTaskStatus
  1234.      */
  1235.     protected function getUpdateTaskStatusService()
  1236.     {
  1237.         include_once \dirname(__DIR__4).'/src/Controller/Task/UpdateTaskStatus.php';
  1238.         return $this->services['App\\Controller\\Task\\UpdateTaskStatus'] = new \App\Controller\Task\UpdateTaskStatus(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\StatesService'] ?? $this->getStatesServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskStatusLogRepository'] ?? $this->getTaskStatusLogRepositoryService()), ($this->privates['App\\Services\\WorkerBudget\\WorkerBudgetTimeService'] ?? $this->getWorkerBudgetTimeServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1239.     }
  1240.     /**
  1241.      * Gets the public 'App\Controller\Ticket\TicketDeletedAction' shared autowired service.
  1242.      *
  1243.      * @return \App\Controller\Ticket\TicketDeletedAction
  1244.      */
  1245.     protected function getTicketDeletedActionService()
  1246.     {
  1247.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1249.         include_once \dirname(__DIR__4).'/src/Controller/Ticket/TicketDeletedAction.php';
  1250.         $this->services['App\\Controller\\Ticket\\TicketDeletedAction'] = $instance = new \App\Controller\Ticket\TicketDeletedAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\LogService'] ?? $this->getLogServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1251.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ticket\\TicketDeletedAction'$this));
  1252.         return $instance;
  1253.     }
  1254.     /**
  1255.      * Gets the public 'App\Controller\Ticket\TicketListAction' shared autowired service.
  1256.      *
  1257.      * @return \App\Controller\Ticket\TicketListAction
  1258.      */
  1259.     protected function getTicketListActionService()
  1260.     {
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1263.         include_once \dirname(__DIR__4).'/src/Controller/Ticket/TicketListAction.php';
  1264.         $this->services['App\\Controller\\Ticket\\TicketListAction'] = $instance = new \App\Controller\Ticket\TicketListAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()));
  1265.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Ticket\\TicketListAction'$this));
  1266.         return $instance;
  1267.     }
  1268.     /**
  1269.      * Gets the public 'App\Controller\Ticket\TicketStatusAction' shared autowired service.
  1270.      *
  1271.      * @return \App\Controller\Ticket\TicketStatusAction
  1272.      */
  1273.     protected function getTicketStatusActionService()
  1274.     {
  1275.         include_once \dirname(__DIR__4).'/src/Controller/Ticket/TicketStatusAction.php';
  1276.         return $this->services['App\\Controller\\Ticket\\TicketStatusAction'] = new \App\Controller\Ticket\TicketStatusAction(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\StatesService'] ?? $this->getStatesServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()));
  1277.     }
  1278.     /**
  1279.      * Gets the public 'App\Controller\TimeSlot\TimeSlotListAction' shared autowired service.
  1280.      *
  1281.      * @return \App\Controller\TimeSlot\TimeSlotListAction
  1282.      */
  1283.     protected function getTimeSlotListActionService()
  1284.     {
  1285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1287.         include_once \dirname(__DIR__4).'/src/Controller/TimeSlot/TimeSlotListAction.php';
  1288.         include_once \dirname(__DIR__4).'/src/Interfaces/TimeSlotInterface.php';
  1289.         include_once \dirname(__DIR__4).'/src/Services/TimeSlot/TimeSlotService.php';
  1290.         $this->services['App\\Controller\\TimeSlot\\TimeSlotListAction'] = $instance = new \App\Controller\TimeSlot\TimeSlotListAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \App\Services\TimeSlot\TimeSlotService(($this->privates['App\\Repository\\App\\TimeSlot\\TimeSlotRepository'] ?? $this->getTimeSlotRepositoryService())));
  1291.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\TimeSlot\\TimeSlotListAction'$this));
  1292.         return $instance;
  1293.     }
  1294.     /**
  1295.      * Gets the public 'App\Controller\User\DeleteUserAction' shared autowired service.
  1296.      *
  1297.      * @return \App\Controller\User\DeleteUserAction
  1298.      */
  1299.     protected function getDeleteUserActionService()
  1300.     {
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1303.         include_once \dirname(__DIR__4).'/src/Controller/User/DeleteUserAction.php';
  1304.         $this->services['App\\Controller\\User\\DeleteUserAction'] = $instance = new \App\Controller\User\DeleteUserAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['user_service'] ?? $this->getUserServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1305.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\User\\DeleteUserAction'$this));
  1306.         return $instance;
  1307.     }
  1308.     /**
  1309.      * Gets the public 'App\Controller\User\DeleteUserByVendorAction' shared autowired service.
  1310.      *
  1311.      * @return \App\Controller\User\DeleteUserByVendorAction
  1312.      */
  1313.     protected function getDeleteUserByVendorActionService()
  1314.     {
  1315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1317.         include_once \dirname(__DIR__4).'/src/Controller/User/DeleteUserByVendorAction.php';
  1318.         $this->services['App\\Controller\\User\\DeleteUserByVendorAction'] = $instance = new \App\Controller\User\DeleteUserByVendorAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['user_service'] ?? $this->getUserServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1319.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\User\\DeleteUserByVendorAction'$this));
  1320.         return $instance;
  1321.     }
  1322.     /**
  1323.      * Gets the public 'App\Controller\User\InviteAgainAction' shared autowired service.
  1324.      *
  1325.      * @return \App\Controller\User\InviteAgainAction
  1326.      */
  1327.     protected function getInviteAgainActionService()
  1328.     {
  1329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1331.         include_once \dirname(__DIR__4).'/src/Controller/User/InviteAgainAction.php';
  1332.         $this->services['App\\Controller\\User\\InviteAgainAction'] = $instance = new \App\Controller\User\InviteAgainAction(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Services\\InvitationService'] ?? $this->getInvitationServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1333.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\User\\InviteAgainAction'$this));
  1334.         return $instance;
  1335.     }
  1336.     /**
  1337.      * Gets the public 'App\Controller\User\InviteUsersAction' shared autowired service.
  1338.      *
  1339.      * @return \App\Controller\User\InviteUsersAction
  1340.      */
  1341.     protected function getInviteUsersActionService()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1345.         include_once \dirname(__DIR__4).'/src/Controller/User/InviteUsersAction.php';
  1346.         $this->services['App\\Controller\\User\\InviteUsersAction'] = $instance = new \App\Controller\User\InviteUsersAction(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\InvitationService'] ?? $this->getInvitationServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()));
  1347.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\User\\InviteUsersAction'$this));
  1348.         return $instance;
  1349.     }
  1350.     /**
  1351.      * Gets the public 'App\Controller\User\RetrieveUserByVendorAction' shared autowired service.
  1352.      *
  1353.      * @return \App\Controller\User\RetrieveUserByVendorAction
  1354.      */
  1355.     protected function getRetrieveUserByVendorActionService()
  1356.     {
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1359.         include_once \dirname(__DIR__4).'/src/Controller/User/RetrieveUserByVendorAction.php';
  1360.         $this->services['App\\Controller\\User\\RetrieveUserByVendorAction'] = $instance = new \App\Controller\User\RetrieveUserByVendorAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['user_service'] ?? $this->getUserServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1361.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\User\\RetrieveUserByVendorAction'$this));
  1362.         return $instance;
  1363.     }
  1364.     /**
  1365.      * Gets the public 'App\Controller\Vendor\AssignRolesToVendorAction' shared autowired service.
  1366.      *
  1367.      * @return \App\Controller\Vendor\AssignRolesToVendorAction
  1368.      */
  1369.     protected function getAssignRolesToVendorActionService()
  1370.     {
  1371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1373.         include_once \dirname(__DIR__4).'/src/Controller/Vendor/AssignRolesToVendorAction.php';
  1374.         $this->services['App\\Controller\\Vendor\\AssignRolesToVendorAction'] = $instance = new \App\Controller\Vendor\AssignRolesToVendorAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()));
  1375.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Vendor\\AssignRolesToVendorAction'$this));
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public 'App\Controller\Vendor\GetUsersByVendorAction' shared autowired service.
  1380.      *
  1381.      * @return \App\Controller\Vendor\GetUsersByVendorAction
  1382.      */
  1383.     protected function getGetUsersByVendorActionService()
  1384.     {
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1387.         include_once \dirname(__DIR__4).'/src/Controller/Vendor/GetUsersByVendorAction.php';
  1388.         $this->services['App\\Controller\\Vendor\\GetUsersByVendorAction'] = $instance = new \App\Controller\Vendor\GetUsersByVendorAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()));
  1389.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Vendor\\GetUsersByVendorAction'$this));
  1390.         return $instance;
  1391.     }
  1392.     /**
  1393.      * Gets the public 'App\Controller\Vendor\GetVendorIdByCodeAction' shared autowired service.
  1394.      *
  1395.      * @return \App\Controller\Vendor\GetVendorIdByCodeAction
  1396.      */
  1397.     protected function getGetVendorIdByCodeActionService()
  1398.     {
  1399.         include_once \dirname(__DIR__4).'/src/Controller/Vendor/GetVendorIdByCodeAction.php';
  1400.         return $this->services['App\\Controller\\Vendor\\GetVendorIdByCodeAction'] = new \App\Controller\Vendor\GetVendorIdByCodeAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()));
  1401.     }
  1402.     /**
  1403.      * Gets the public 'App\Controller\WorkerBudgetTime\WorkerBudgetTimeController' shared autowired service.
  1404.      *
  1405.      * @return \App\Controller\WorkerBudgetTime\WorkerBudgetTimeController
  1406.      */
  1407.     protected function getWorkerBudgetTimeControllerService()
  1408.     {
  1409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1411.         include_once \dirname(__DIR__4).'/src/Controller/WorkerBudgetTime/WorkerBudgetTimeController.php';
  1412.         $this->services['App\\Controller\\WorkerBudgetTime\\WorkerBudgetTimeController'] = $instance = new \App\Controller\WorkerBudgetTime\WorkerBudgetTimeController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\WorkerBudget\\WorkerBudgetTimeService'] ?? $this->getWorkerBudgetTimeServiceService()));
  1413.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\WorkerBudgetTime\\WorkerBudgetTimeController'$this));
  1414.         return $instance;
  1415.     }
  1416.     /**
  1417.      * Gets the public 'App\Controller\WorkerBudget\CreateBlockLogWorkerBudgetAction' shared autowired service.
  1418.      *
  1419.      * @return \App\Controller\WorkerBudget\CreateBlockLogWorkerBudgetAction
  1420.      */
  1421.     protected function getCreateBlockLogWorkerBudgetActionService()
  1422.     {
  1423.         include_once \dirname(__DIR__4).'/src/Controller/WorkerBudget/CreateBlockLogWorkerBudgetAction.php';
  1424.         return $this->services['App\\Controller\\WorkerBudget\\CreateBlockLogWorkerBudgetAction'] = new \App\Controller\WorkerBudget\CreateBlockLogWorkerBudgetAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\WorkerBudgetService'] ?? $this->getWorkerBudgetServiceService()), ($this->privates['App\\Repository\\App\\Task\\TaskStatusLogRepository'] ?? $this->getTaskStatusLogRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1425.     }
  1426.     /**
  1427.      * Gets the public 'App\Controller\WorkerBudget\DeleteBlockLogWorkerBudgetAction' shared autowired service.
  1428.      *
  1429.      * @return \App\Controller\WorkerBudget\DeleteBlockLogWorkerBudgetAction
  1430.      */
  1431.     protected function getDeleteBlockLogWorkerBudgetActionService()
  1432.     {
  1433.         include_once \dirname(__DIR__4).'/src/Controller/WorkerBudget/DeleteBlockLogWorkerBudgetAction.php';
  1434.         return $this->services['App\\Controller\\WorkerBudget\\DeleteBlockLogWorkerBudgetAction'] = new \App\Controller\WorkerBudget\DeleteBlockLogWorkerBudgetAction(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\WorkerBudgetService'] ?? $this->getWorkerBudgetServiceService()), ($this->privates['App\\Repository\\App\\Task\\TaskStatusLogRepository'] ?? $this->getTaskStatusLogRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1435.     }
  1436.     /**
  1437.      * Gets the public 'App\Controller\WorkerBudget\GetWorkerBudgetCostsByTask' shared autowired service.
  1438.      *
  1439.      * @return \App\Controller\WorkerBudget\GetWorkerBudgetCostsByTask
  1440.      */
  1441.     protected function getGetWorkerBudgetCostsByTaskService()
  1442.     {
  1443.         include_once \dirname(__DIR__4).'/src/Controller/WorkerBudget/GetWorkerBudgetCostsByTask.php';
  1444.         return $this->services['App\\Controller\\WorkerBudget\\GetWorkerBudgetCostsByTask'] = new \App\Controller\WorkerBudget\GetWorkerBudgetCostsByTask(($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\WorkerBudgetService'] ?? $this->getWorkerBudgetServiceService()));
  1445.     }
  1446.     /**
  1447.      * Gets the public 'App\Controller\WorkerBudget\GetWorkerBudgetRealCost' shared autowired service.
  1448.      *
  1449.      * @return \App\Controller\WorkerBudget\GetWorkerBudgetRealCost
  1450.      */
  1451.     protected function getGetWorkerBudgetRealCostService()
  1452.     {
  1453.         include_once \dirname(__DIR__4).'/src/Controller/WorkerBudget/GetWorkerBudgetRealCost.php';
  1454.         return $this->services['App\\Controller\\WorkerBudget\\GetWorkerBudgetRealCost'] = new \App\Controller\WorkerBudget\GetWorkerBudgetRealCost(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\WorkerBudgetService'] ?? $this->getWorkerBudgetServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1455.     }
  1456.     /**
  1457.      * Gets the public 'App\Controller\WorkerBudget\PutWorkerBudgetTaskLogRealCost' shared autowired service.
  1458.      *
  1459.      * @return \App\Controller\WorkerBudget\PutWorkerBudgetTaskLogRealCost
  1460.      */
  1461.     protected function getPutWorkerBudgetTaskLogRealCostService()
  1462.     {
  1463.         include_once \dirname(__DIR__4).'/src/Controller/WorkerBudget/PutWorkerBudgetTaskLogRealCost.php';
  1464.         return $this->services['App\\Controller\\WorkerBudget\\PutWorkerBudgetTaskLogRealCost'] = new \App\Controller\WorkerBudget\PutWorkerBudgetTaskLogRealCost(($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1465.     }
  1466.     /**
  1467.      * Gets the public 'App\Modules\Cemetery\Controller\NicheController' shared autowired service.
  1468.      *
  1469.      * @return \App\Modules\Cemetery\Controller\NicheController
  1470.      */
  1471.     protected function getNicheControllerService()
  1472.     {
  1473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1475.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Controller/NicheController.php';
  1476.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Services/NicheService.php';
  1477.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  1478.         $this->services['App\\Modules\\Cemetery\\Controller\\NicheController'] = $instance = new \App\Modules\Cemetery\Controller\NicheController($a, new \App\Modules\Cemetery\Services\NicheService(($this->privates['App\\Modules\\Cemetery\\Repository\\NicheRepository'] ?? $this->getNicheRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a));
  1479.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Modules\\Cemetery\\Controller\\NicheController'$this));
  1480.         return $instance;
  1481.     }
  1482.     /**
  1483.      * Gets the public 'App\Modules\Cemetery\Controller\PersonController' shared autowired service.
  1484.      *
  1485.      * @return \App\Modules\Cemetery\Controller\PersonController
  1486.      */
  1487.     protected function getPersonControllerService()
  1488.     {
  1489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1491.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Controller/PersonController.php';
  1492.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Interfaces/PersonInterface.php';
  1493.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Services/PersonService.php';
  1494.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  1495.         $this->services['App\\Modules\\Cemetery\\Controller\\PersonController'] = $instance = new \App\Modules\Cemetery\Controller\PersonController($a, new \App\Modules\Cemetery\Services\PersonService(($this->privates['App\\Modules\\Cemetery\\Repository\\CivilStatusRepository'] ?? $this->getCivilStatusRepositoryService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\SexRepository'] ?? $this->getSexRepositoryService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\PersonRepository'] ?? $this->getPersonRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->privates['App\\Modules\\Cemetery\\Repository\\LesseeRepository'] ?? $this->getLesseeRepositoryService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\DeceasedRepository'] ?? $this->getDeceasedRepositoryService())));
  1496.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Modules\\Cemetery\\Controller\\PersonController'$this));
  1497.         return $instance;
  1498.     }
  1499.     /**
  1500.      * Gets the public 'App\Modules\Cemetery\Controller\RecordController' shared autowired service.
  1501.      *
  1502.      * @return \App\Modules\Cemetery\Controller\RecordController
  1503.      */
  1504.     protected function getRecordControllerService()
  1505.     {
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1508.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Controller/RecordController.php';
  1509.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Interfaces/RecordInterface.php';
  1510.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Services/RecordService.php';
  1511.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  1512.         $this->services['App\\Modules\\Cemetery\\Controller\\RecordController'] = $instance = new \App\Modules\Cemetery\Controller\RecordController(new \App\Modules\Cemetery\Services\RecordService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\RecordRepository'] ?? $this->getRecordRepositoryService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\PersonRepository'] ?? $this->getPersonRepositoryService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\NicheRepository'] ?? $this->getNicheRepositoryService()), $a, ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService())), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), $a);
  1513.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Modules\\Cemetery\\Controller\\RecordController'$this));
  1514.         return $instance;
  1515.     }
  1516.     /**
  1517.      * Gets the public 'Pusher\Pusher' shared service.
  1518.      *
  1519.      * @return \Pusher\Pusher
  1520.      */
  1521.     protected function getPusherService()
  1522.     {
  1523.         return $this->services['Pusher\\Pusher'] = new \Pusher\Pusher($this->getEnv('PUSHER_KEY'), $this->getEnv('PUSHER_SECRET'), $this->getEnv('PUSHER_APP_ID'), ['cluster' => $this->getEnv('PUSHER_CLUSTER')]);
  1524.     }
  1525.     /**
  1526.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1527.      *
  1528.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1529.      */
  1530.     protected function getRedirectControllerService()
  1531.     {
  1532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1533.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1534.     }
  1535.     /**
  1536.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1537.      *
  1538.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1539.      */
  1540.     protected function getTemplateControllerService()
  1541.     {
  1542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1543.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  1544.     }
  1545.     /**
  1546.      * Gets the public 'api_platform.action.documentation' shared service.
  1547.      *
  1548.      * @return \ApiPlatform\Core\Documentation\Action\DocumentationAction
  1549.      */
  1550.     protected function getApiPlatform_Action_DocumentationService()
  1551.     {
  1552.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  1553.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Core\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'Qiip''Qiip Api DOC''1.0.0'NULL$this->parameters['api_platform.swagger.versions']);
  1554.     }
  1555.     /**
  1556.      * Gets the public 'api_platform.action.entrypoint' shared service.
  1557.      *
  1558.      * @return \ApiPlatform\Core\Action\EntrypointAction
  1559.      */
  1560.     protected function getApiPlatform_Action_EntrypointService()
  1561.     {
  1562.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  1563.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Core\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1564.     }
  1565.     /**
  1566.      * Gets the public 'api_platform.action.exception' shared service.
  1567.      *
  1568.      * @return \ApiPlatform\Core\Action\ExceptionAction
  1569.      */
  1570.     protected function getApiPlatform_Action_ExceptionService()
  1571.     {
  1572.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  1573.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Core\Action\ExceptionAction(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  1574.     }
  1575.     /**
  1576.      * Gets the public 'api_platform.action.not_found' shared service.
  1577.      *
  1578.      * @return \ApiPlatform\Core\Action\NotFoundAction
  1579.      */
  1580.     protected function getApiPlatform_Action_NotFoundService()
  1581.     {
  1582.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  1583.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Core\Action\NotFoundAction();
  1584.     }
  1585.     /**
  1586.      * Gets the public 'api_platform.action.placeholder' shared service.
  1587.      *
  1588.      * @return \ApiPlatform\Core\Action\PlaceholderAction
  1589.      */
  1590.     protected function getApiPlatform_Action_PlaceholderService()
  1591.     {
  1592.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  1593.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Core\Action\PlaceholderAction();
  1594.     }
  1595.     /**
  1596.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  1597.      *
  1598.      * @return \ApiPlatform\Core\JsonLd\Action\ContextAction
  1599.      */
  1600.     protected function getApiPlatform_Jsonld_Action_ContextService()
  1601.     {
  1602.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  1603.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\Core\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1604.     }
  1605.     /**
  1606.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  1607.      *
  1608.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  1609.      */
  1610.     protected function getApiPlatform_Swagger_Action_UiService()
  1611.     {
  1612.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  1613.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), 'Qiip''Qiip Api DOC''1.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], truetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions']);
  1614.     }
  1615.     /**
  1616.      * Gets the public 'cache.app' shared service.
  1617.      *
  1618.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1619.      */
  1620.     protected function getCache_AppService()
  1621.     {
  1622.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('acQ5rci2FD'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1623.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1624.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1625.     }
  1626.     /**
  1627.      * Gets the public 'cache.app_clearer' shared service.
  1628.      *
  1629.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1630.      */
  1631.     protected function getCache_AppClearerService()
  1632.     {
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1635.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  1636.     }
  1637.     /**
  1638.      * Gets the public 'cache.global_clearer' shared service.
  1639.      *
  1640.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1641.      */
  1642.     protected function getCache_GlobalClearerService()
  1643.     {
  1644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1646.         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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), '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()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService())]);
  1647.     }
  1648.     /**
  1649.      * Gets the public 'cache.system' shared service.
  1650.      *
  1651.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1652.      */
  1653.     protected function getCache_SystemService()
  1654.     {
  1655.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ES9e7sYmhz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1656.     }
  1657.     /**
  1658.      * Gets the public 'cache.system_clearer' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1661.      */
  1662.     protected function getCache_SystemClearerService()
  1663.     {
  1664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1666.         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()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService())]);
  1667.     }
  1668.     /**
  1669.      * Gets the public 'cache_clearer' shared service.
  1670.      *
  1671.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1672.      */
  1673.     protected function getCacheClearerService()
  1674.     {
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1677.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1678.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1679.         }, 1));
  1680.     }
  1681.     /**
  1682.      * Gets the public 'cache_warmer' shared service.
  1683.      *
  1684.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1685.      */
  1686.     protected function getCacheWarmerService()
  1687.     {
  1688.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1689.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1690.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1691.             yield => ($this->privates['api_platform.cache_warmer.cache_pool_clearer'] ?? $this->getApiPlatform_CacheWarmer_CachePoolClearerService());
  1692.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1693.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1694.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1695.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1696.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1697.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1698.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1699.         }, 8), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1700.     }
  1701.     /**
  1702.      * Gets the public 'console.command.public_alias.App\Command\AddApiVersionCommand' shared autowired service.
  1703.      *
  1704.      * @return \App\Command\AddApiVersionCommand
  1705.      */
  1706.     protected function getAddApiVersionCommandService()
  1707.     {
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1709.         include_once \dirname(__DIR__4).'/src/Command/AddApiVersionCommand.php';
  1710.         return $this->services['console.command.public_alias.App\\Command\\AddApiVersionCommand'] = new \App\Command\AddApiVersionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1711.     }
  1712.     /**
  1713.      * Gets the public 'console.command.public_alias.App\Command\AddRoleWeightCommand' shared autowired service.
  1714.      *
  1715.      * @return \App\Command\AddRoleWeightCommand
  1716.      */
  1717.     protected function getAddRoleWeightCommandService()
  1718.     {
  1719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1720.         include_once \dirname(__DIR__4).'/src/Command/AddRoleWeightCommand.php';
  1721.         return $this->services['console.command.public_alias.App\\Command\\AddRoleWeightCommand'] = new \App\Command\AddRoleWeightCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1722.     }
  1723.     /**
  1724.      * Gets the public 'console.command.public_alias.App\Command\AddVendorCodeCommand' shared autowired service.
  1725.      *
  1726.      * @return \App\Command\AddVendorCodeCommand
  1727.      */
  1728.     protected function getAddVendorCodeCommandService()
  1729.     {
  1730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1731.         include_once \dirname(__DIR__4).'/src/Command/AddVendorCodeCommand.php';
  1732.         return $this->services['console.command.public_alias.App\\Command\\AddVendorCodeCommand'] = new \App\Command\AddVendorCodeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1733.     }
  1734.     /**
  1735.      * Gets the public 'console.command.public_alias.App\Command\CanaraguaAddProjectToWO' shared autowired service.
  1736.      *
  1737.      * @return \App\Command\CanaraguaAddProjectToWO
  1738.      */
  1739.     protected function getCanaraguaAddProjectToWOService()
  1740.     {
  1741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1742.         include_once \dirname(__DIR__4).'/src/Command/CanaraguaAddProjectToWO.php';
  1743.         return $this->services['console.command.public_alias.App\\Command\\CanaraguaAddProjectToWO'] = new \App\Command\CanaraguaAddProjectToWO(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\ProjectRepository'] ?? $this->getProjectRepositoryService()));
  1744.     }
  1745.     /**
  1746.      * Gets the public 'console.command.public_alias.App\Command\CanaraguaTicketsImportCommand' shared autowired service.
  1747.      *
  1748.      * @return \App\Command\CanaraguaTicketsImportCommand
  1749.      */
  1750.     protected function getCanaraguaTicketsImportCommandService()
  1751.     {
  1752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1753.         include_once \dirname(__DIR__4).'/src/Command/CanaraguaTicketsImportCommand.php';
  1754.         return $this->services['console.command.public_alias.App\\Command\\CanaraguaTicketsImportCommand'] = new \App\Command\CanaraguaTicketsImportCommand(($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketPriorityRepository'] ?? $this->getTicketPriorityRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()));
  1755.     }
  1756.     /**
  1757.      * Gets the public 'console.command.public_alias.App\Command\CanaraguaWareHouseImportCommand' shared autowired service.
  1758.      *
  1759.      * @return \App\Command\CanaraguaWareHouseImportCommand
  1760.      */
  1761.     protected function getCanaraguaWareHouseImportCommandService()
  1762.     {
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1764.         include_once \dirname(__DIR__4).'/src/Command/CanaraguaWareHouseImportCommand.php';
  1765.         return $this->services['console.command.public_alias.App\\Command\\CanaraguaWareHouseImportCommand'] = new \App\Command\CanaraguaWareHouseImportCommand(($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1766.     }
  1767.     /**
  1768.      * Gets the public 'console.command.public_alias.App\Command\CemeteryImportDeceaseds' shared autowired service.
  1769.      *
  1770.      * @return \App\Command\CemeteryImportDeceaseds
  1771.      */
  1772.     protected function getCemeteryImportDeceasedsService()
  1773.     {
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1775.         include_once \dirname(__DIR__4).'/src/Command/CemeteryImportDeceaseds.php';
  1776.         return $this->services['console.command.public_alias.App\\Command\\CemeteryImportDeceaseds'] = new \App\Command\CemeteryImportDeceaseds(($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketPriorityRepository'] ?? $this->getTicketPriorityRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\SexRepository'] ?? $this->getSexRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\RecordRepository'] ?? $this->getRecordRepositoryService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\CivilStatusRepository'] ?? $this->getCivilStatusRepositoryService()));
  1777.     }
  1778.     /**
  1779.      * Gets the public 'console.command.public_alias.App\Command\CemeteryImportNiches' shared autowired service.
  1780.      *
  1781.      * @return \App\Command\CemeteryImportNiches
  1782.      */
  1783.     protected function getCemeteryImportNichesService()
  1784.     {
  1785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1786.         include_once \dirname(__DIR__4).'/src/Command/CemeteryImportNiches.php';
  1787.         return $this->services['console.command.public_alias.App\\Command\\CemeteryImportNiches'] = new \App\Command\CemeteryImportNiches(($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketPriorityRepository'] ?? $this->getTicketPriorityRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\SexRepository'] ?? $this->getSexRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Modules\\Cemetery\\Repository\\RecordRepository'] ?? $this->getRecordRepositoryService()));
  1788.     }
  1789.     /**
  1790.      * Gets the public 'console.command.public_alias.App\Command\CreateSuperAdminCommand' shared autowired service.
  1791.      *
  1792.      * @return \App\Command\CreateSuperAdminCommand
  1793.      */
  1794.     protected function getCreateSuperAdminCommandService()
  1795.     {
  1796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1797.         include_once \dirname(__DIR__4).'/src/Command/CreateSuperAdminCommand.php';
  1798.         return $this->services['console.command.public_alias.App\\Command\\CreateSuperAdminCommand'] = new \App\Command\CreateSuperAdminCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()));
  1799.     }
  1800.     /**
  1801.      * Gets the public 'console.command.public_alias.App\Command\Fix_UpdatedByAndCreatedForTicketAndTaskByCommand' shared autowired service.
  1802.      *
  1803.      * @return \App\Command\Fix_UpdatedByAndCreatedForTicketAndTaskByCommand
  1804.      */
  1805.     protected function getFixUpdatedByAndCreatedForTicketAndTaskByCommandService()
  1806.     {
  1807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1808.         include_once \dirname(__DIR__4).'/src/Command/Fix_UpdatedByAndCreatedForTicketAndTaskByCommand.php';
  1809.         return $this->services['console.command.public_alias.App\\Command\\Fix_UpdatedByAndCreatedForTicketAndTaskByCommand'] = new \App\Command\Fix_UpdatedByAndCreatedForTicketAndTaskByCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()));
  1810.     }
  1811.     /**
  1812.      * Gets the public 'console.command.public_alias.App\Command\RemoveUnreadState' shared autowired service.
  1813.      *
  1814.      * @return \App\Command\RemoveUnreadState
  1815.      */
  1816.     protected function getRemoveUnreadStateService()
  1817.     {
  1818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1819.         include_once \dirname(__DIR__4).'/src/Command/RemoveUnreadState.php';
  1820.         return $this->services['console.command.public_alias.App\\Command\\RemoveUnreadState'] = new \App\Command\RemoveUnreadState(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1821.     }
  1822.     /**
  1823.      * Gets the public 'console.command.public_alias.App\Command\ResetPasswordCommand' shared autowired service.
  1824.      *
  1825.      * @return \App\Command\ResetPasswordCommand
  1826.      */
  1827.     protected function getResetPasswordCommandService()
  1828.     {
  1829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1830.         include_once \dirname(__DIR__4).'/src/Command/ResetPasswordCommand.php';
  1831.         return $this->services['console.command.public_alias.App\\Command\\ResetPasswordCommand'] = new \App\Command\ResetPasswordCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()));
  1832.     }
  1833.     /**
  1834.      * Gets the public 'console.command.public_alias.App\Command\ScheduledTaskCommand' shared autowired service.
  1835.      *
  1836.      * @return \App\Command\ScheduledTaskCommand
  1837.      */
  1838.     protected function getScheduledTaskCommandService()
  1839.     {
  1840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1841.         include_once \dirname(__DIR__4).'/src/Command/ScheduledTaskCommand.php';
  1842.         return $this->services['console.command.public_alias.App\\Command\\ScheduledTaskCommand'] = new \App\Command\ScheduledTaskCommand(($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\CommandLogService'] ?? $this->getCommandLogServiceService()));
  1843.     }
  1844.     /**
  1845.      * Gets the public 'console.command.public_alias.App\Command\TicketsFakeForVendorCommand' shared autowired service.
  1846.      *
  1847.      * @return \App\Command\TicketsFakeForVendorCommand
  1848.      */
  1849.     protected function getTicketsFakeForVendorCommandService()
  1850.     {
  1851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1852.         include_once \dirname(__DIR__4).'/src/Command/TicketsFakeForVendorCommand.php';
  1853.         return $this->services['console.command.public_alias.App\\Command\\TicketsFakeForVendorCommand'] = new \App\Command\TicketsFakeForVendorCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketPriorityRepository'] ?? $this->getTicketPriorityRepositoryService()), ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  1854.     }
  1855.     /**
  1856.      * Gets the public 'console.command.public_alias.App\Command\TicketsToCSVCommand' shared autowired service.
  1857.      *
  1858.      * @return \App\Command\TicketsToCSVCommand
  1859.      */
  1860.     protected function getTicketsToCSVCommandService()
  1861.     {
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1863.         include_once \dirname(__DIR__4).'/src/Command/TicketsToCSVCommand.php';
  1864.         return $this->services['console.command.public_alias.App\\Command\\TicketsToCSVCommand'] = new \App\Command\TicketsToCSVCommand(($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()));
  1865.     }
  1866.     /**
  1867.      * Gets the public 'console.command.public_alias.api_platform.json_schema.json_schema_generate_command' shared service.
  1868.      *
  1869.      * @return \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand
  1870.      */
  1871.     protected function getConsole_Command_PublicAlias_ApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  1872.     {
  1873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1874.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  1875.         return $this->services['console.command.public_alias.api_platform.json_schema.json_schema_generate_command'] = new \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  1876.     }
  1877.     /**
  1878.      * Gets the public 'console.command.public_alias.doctrine_cache.contains_command' shared service.
  1879.      *
  1880.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
  1881.      */
  1882.     protected function getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService()
  1883.     {
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php';
  1887.         return $this->services['console.command.public_alias.doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
  1888.     }
  1889.     /**
  1890.      * Gets the public 'console.command.public_alias.doctrine_cache.delete_command' shared service.
  1891.      *
  1892.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
  1893.      */
  1894.     protected function getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService()
  1895.     {
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php';
  1899.         return $this->services['console.command.public_alias.doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
  1900.     }
  1901.     /**
  1902.      * Gets the public 'console.command.public_alias.doctrine_cache.flush_command' shared service.
  1903.      *
  1904.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
  1905.      */
  1906.     protected function getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService()
  1907.     {
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php';
  1911.         return $this->services['console.command.public_alias.doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
  1912.     }
  1913.     /**
  1914.      * Gets the public 'console.command.public_alias.doctrine_cache.stats_command' shared service.
  1915.      *
  1916.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
  1917.      */
  1918.     protected function getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService()
  1919.     {
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php';
  1923.         return $this->services['console.command.public_alias.doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
  1924.     }
  1925.     /**
  1926.      * Gets the public 'console.command_loader' shared service.
  1927.      *
  1928.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1929.      */
  1930.     protected function getConsole_CommandLoaderService()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1934.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1935.             'App\\Command\\CanaraguaLocationsImportCommand' => ['privates''App\\Command\\CanaraguaLocationsImportCommand''getCanaraguaLocationsImportCommandService'false],
  1936.             'App\\Command\\GenerateJwtKeysCommand' => ['privates''App\\Command\\GenerateJwtKeysCommand''getGenerateJwtKeysCommandService'false],
  1937.             'App\\Command\\MaintenanceElementImportCommand' => ['privates''App\\Command\\MaintenanceElementImportCommand''getMaintenanceElementImportCommandService'false],
  1938.             'App\\Command\\ReportWeekNotificationCommand' => ['privates''App\\Command\\ReportWeekNotificationCommand''getReportWeekNotificationCommandService'false],
  1939.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  1940.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  1941.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  1942.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  1943.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1944.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1945.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1946.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1947.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1948.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1949.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1950.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1951.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1952.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1953.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1954.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1955.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1956.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1957.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1958.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  1959.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  1960.             'console.command.messenger_failed_messages_remove' => ['privates''console.command.messenger_failed_messages_remove''getConsole_Command_MessengerFailedMessagesRemoveService'false],
  1961.             'console.command.messenger_failed_messages_retry' => ['privates''console.command.messenger_failed_messages_retry''getConsole_Command_MessengerFailedMessagesRetryService'false],
  1962.             'console.command.messenger_failed_messages_show' => ['privates''console.command.messenger_failed_messages_show''getConsole_Command_MessengerFailedMessagesShowService'false],
  1963.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  1964.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  1965.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1966.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1967.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1968.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1969.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1970.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1971.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1972.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1973.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1974.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1975.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1976.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1977.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1978.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1979.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1980.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1981.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1982.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1983.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1984.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1985.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1986.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1987.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1988.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  1989.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1990.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1991.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1992.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1993.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1994.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1995.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1996.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1997.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1998.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1999.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2000.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2001.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2002.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2003.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2004.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2005.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2006.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2007.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2008.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2009.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2010.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2011.             'fos_elastica.command.create' => ['privates''fos_elastica.command.create''getFosElastica_Command_CreateService'false],
  2012.             'fos_elastica.command.populate' => ['privates''fos_elastica.command.populate''getFosElastica_Command_PopulateService'false],
  2013.             'fos_elastica.command.reset' => ['privates''fos_elastica.command.reset''getFosElastica_Command_ResetService'false],
  2014.             'fos_elastica.command.search' => ['privates''fos_elastica.command.search''getFosElastica_Command_SearchService'false],
  2015.             'fos_elastica.command.templates_reset' => ['privates''fos_elastica.command.templates_reset''getFosElastica_Command_TemplatesResetService'false],
  2016.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  2017.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  2018.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  2019.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  2020.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  2021.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  2022.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  2023.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  2024.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  2025.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  2026.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  2027.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  2028.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  2029.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  2030.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  2031.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  2032.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  2033.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  2034.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  2035.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  2036.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  2037.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  2038.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  2039.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  2040.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  2041.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  2042.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  2043.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  2044.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  2045.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  2046.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  2047.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  2048.         ], [
  2049.             'App\\Command\\CanaraguaLocationsImportCommand' => 'App\\Command\\CanaraguaLocationsImportCommand',
  2050.             'App\\Command\\GenerateJwtKeysCommand' => 'App\\Command\\GenerateJwtKeysCommand',
  2051.             'App\\Command\\MaintenanceElementImportCommand' => 'App\\Command\\MaintenanceElementImportCommand',
  2052.             'App\\Command\\ReportWeekNotificationCommand' => 'App\\Command\\ReportWeekNotificationCommand',
  2053.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  2054.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  2055.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  2056.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  2057.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  2058.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  2059.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  2060.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  2061.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  2062.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  2063.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  2064.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  2065.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  2066.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  2067.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  2068.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  2069.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  2070.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  2071.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  2072.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  2073.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  2074.             'console.command.messenger_failed_messages_remove' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRemoveCommand',
  2075.             'console.command.messenger_failed_messages_retry' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesRetryCommand',
  2076.             'console.command.messenger_failed_messages_show' => 'Symfony\\Component\\Messenger\\Command\\FailedMessagesShowCommand',
  2077.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  2078.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  2079.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  2080.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  2081.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  2082.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  2083.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  2084.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  2085.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  2086.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  2087.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  2088.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  2089.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  2090.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  2091.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2092.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2093.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2094.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2095.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2096.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2097.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2098.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2099.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2100.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2101.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  2102.             'doctrine.generate_entities_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\GenerateEntitiesDoctrineCommand',
  2103.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2104.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2105.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2106.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2107.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2108.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2109.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2110.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2111.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2112.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2113.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2114.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2115.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2116.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2117.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2118.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2119.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2120.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2121.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2122.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2123.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2124.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2125.             'fos_elastica.command.create' => 'FOS\\ElasticaBundle\\Command\\CreateCommand',
  2126.             'fos_elastica.command.populate' => 'FOS\\ElasticaBundle\\Command\\PopulateCommand',
  2127.             'fos_elastica.command.reset' => 'FOS\\ElasticaBundle\\Command\\ResetCommand',
  2128.             'fos_elastica.command.search' => 'FOS\\ElasticaBundle\\Command\\SearchCommand',
  2129.             'fos_elastica.command.templates_reset' => 'FOS\\ElasticaBundle\\Command\\ResetTemplatesCommand',
  2130.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  2131.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  2132.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  2133.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2134.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2135.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2136.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2137.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2138.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2139.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2140.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2141.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2142.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2143.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2144.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2145.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2146.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2147.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2148.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2149.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2150.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2151.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2152.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2153.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2154.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  2155.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  2156.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2157.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2158.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2159.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  2160.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  2161.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  2162.         ]), ['qiip:import:csv:locations' => 'App\\Command\\CanaraguaLocationsImportCommand''app:generate-jwt-keys' => 'App\\Command\\GenerateJwtKeysCommand''qiip:import:csv:maintenance-element' => 'App\\Command\\MaintenanceElementImportCommand''qiip:send-report-week' => 'App\\Command\\ReportWeekNotificationCommand''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''messenger:consume' => 'console.command.messenger_consume_messages''messenger:consume-messages' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''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''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''security:encode-password' => 'security.command.user_password_encoder''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:generate:entities' => 'doctrine.generate_entities_command''doctrine:query:sql' => 'doctrine.query_sql_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''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:openapi:export' => 'api_platform.swagger.command.swagger_command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''gesdinet:jwt:clear' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''gesdinet:jwt:revoke' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''fos:elastica:create' => 'fos_elastica.command.create''fos:elastica:populate' => 'fos_elastica.command.populate''fos:elastica:reset' => 'fos_elastica.command.reset''fos:elastica:reset-templates' => 'fos_elastica.command.templates_reset''fos:elastica:search' => 'fos_elastica.command.search''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_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''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''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']);
  2163.     }
  2164.     /**
  2165.      * Gets the public 'container.env_var_processors_locator' shared service.
  2166.      *
  2167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2168.      */
  2169.     protected function getContainer_EnvVarProcessorsLocatorService()
  2170.     {
  2171.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2172.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2173.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2174.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2175.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2176.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2177.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2178.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2179.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2180.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2181.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2182.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2183.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2184.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2185.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2186.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2187.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2188.         ], [
  2189.             'base64' => '?',
  2190.             'bool' => '?',
  2191.             'const' => '?',
  2192.             'csv' => '?',
  2193.             'default' => '?',
  2194.             'file' => '?',
  2195.             'float' => '?',
  2196.             'int' => '?',
  2197.             'json' => '?',
  2198.             'key' => '?',
  2199.             'query_string' => '?',
  2200.             'require' => '?',
  2201.             'resolve' => '?',
  2202.             'string' => '?',
  2203.             'trim' => '?',
  2204.             'url' => '?',
  2205.         ]);
  2206.     }
  2207.     /**
  2208.      * Gets the public 'data_collector.dump' shared service.
  2209.      *
  2210.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2211.      */
  2212.     protected function getDataCollector_DumpService()
  2213.     {
  2214.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2215.     }
  2216.     /**
  2217.      * Gets the public 'doctrine' shared service.
  2218.      *
  2219.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2220.      */
  2221.     protected function getDoctrineService()
  2222.     {
  2223.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2224.     }
  2225.     /**
  2226.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2227.      *
  2228.      * @return \Doctrine\DBAL\Connection
  2229.      */
  2230.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2231.     {
  2232.         $a = new \Doctrine\DBAL\Configuration();
  2233.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  2234.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2235.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2236.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2237.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2238.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2239.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2240.         $a->setSQLLogger($b);
  2241.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  2242.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2243.             'Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber' => ['privates''Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber''getORMSchemaEventSubscriberService'false],
  2244.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2245.             'evence.softdeletale.listener.softdelete' => ['privates''evence.softdeletale.listener.softdelete''getEvence_Softdeletale_Listener_SoftdeleteService'false],
  2246.             'gedmo.listener.loggable' => ['privates''gedmo.listener.loggable''getGedmo_Listener_LoggableService'false],
  2247.             'qiip.soft_delete' => ['privates''qiip.soft_delete''getQiip_SoftDeleteService'false],
  2248.             'record_changes_listener' => ['privates''record_changes_listener''getRecordChangesListenerService'false],
  2249.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  2250.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'false],
  2251.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'false],
  2252.             'task_changes_listener' => ['privates''task_changes_listener''getTaskChangesListenerService'false],
  2253.             'ticket_changes_listener' => ['privates''ticket_changes_listener''getTicketChangesListenerService'false],
  2254.         ], [
  2255.             'Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber' => '?',
  2256.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2257.             'evence.softdeletale.listener.softdelete' => '?',
  2258.             'gedmo.listener.loggable' => '?',
  2259.             'qiip.soft_delete' => '?',
  2260.             'record_changes_listener' => '?',
  2261.             'stof_doctrine_extensions.listener.blameable' => '?',
  2262.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  2263.             'stof_doctrine_extensions.listener.timestampable' => '?',
  2264.             'task_changes_listener' => '?',
  2265.             'ticket_changes_listener' => '?',
  2266.         ]), [=> 'Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber'=> 'stof_doctrine_extensions.listener.timestampable'=> 'stof_doctrine_extensions.listener.blameable'=> 'stof_doctrine_extensions.listener.softdeleteable']);
  2267.         $d->addEventListener([=> 'onFlush'], 'gedmo.listener.loggable');
  2268.         $d->addEventListener([=> 'loadClassMetadata'], 'gedmo.listener.loggable');
  2269.         $d->addEventListener([=> 'postPersist'], 'gedmo.listener.loggable');
  2270.         $d->addEventListener([=> 'postSoftDelete'], 'qiip.soft_delete');
  2271.         $d->addEventListener([=> 'postPersist'], 'ticket_changes_listener');
  2272.         $d->addEventListener([=> 'preUpdate'], 'ticket_changes_listener');
  2273.         $d->addEventListener([=> 'postUpdate'], 'ticket_changes_listener');
  2274.         $d->addEventListener([=> 'postPersist'], 'task_changes_listener');
  2275.         $d->addEventListener([=> 'postUpdate'], 'task_changes_listener');
  2276.         $d->addEventListener([=> 'onFlush'], 'record_changes_listener');
  2277.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  2278.         $d->addEventListener([=> 'preSoftDelete'], 'evence.softdeletale.listener.softdelete');
  2279.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['charset' => 'utf8''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => []], $a$d, []);
  2280.     }
  2281.     /**
  2282.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2283.      *
  2284.      * @return \Doctrine\ORM\EntityManager
  2285.      */
  2286.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2287.     {
  2288.         $a = new \Doctrine\ORM\Configuration();
  2289.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2290.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories']);
  2291.         $d = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-superclass') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml'));
  2292.         $b->addDriver($c'App\\Entity');
  2293.         $b->addDriver($c'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  2294.         $b->addDriver($c'App\\Modules\\Cemetery\\Entity');
  2295.         $b->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  2296.         $b->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  2297.         $a->setEntityNamespaces(['App' => 'App\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity''CemeteryBundle' => 'App\\Modules\\Cemetery\\Entity']);
  2298.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  2299.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2300.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2301.         $a->setMetadataDriverImpl($b);
  2302.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2303.         $a->setProxyNamespace('Proxies');
  2304.         $a->setAutoGenerateProxyClasses(false);
  2305.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  2306.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2307.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  2308.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2309.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2310.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2311.             'App\\Modules\\Cemetery\\Repository\\CivilStatusRepository' => ['privates''App\\Modules\\Cemetery\\Repository\\CivilStatusRepository''getCivilStatusRepositoryService'false],
  2312.             'App\\Modules\\Cemetery\\Repository\\DeceasedRepository' => ['privates''App\\Modules\\Cemetery\\Repository\\DeceasedRepository''getDeceasedRepositoryService'false],
  2313.             'App\\Modules\\Cemetery\\Repository\\LesseeRepository' => ['privates''App\\Modules\\Cemetery\\Repository\\LesseeRepository''getLesseeRepositoryService'false],
  2314.             'App\\Modules\\Cemetery\\Repository\\NicheRepository' => ['privates''App\\Modules\\Cemetery\\Repository\\NicheRepository''getNicheRepositoryService'false],
  2315.             'App\\Modules\\Cemetery\\Repository\\PersonRepository' => ['privates''App\\Modules\\Cemetery\\Repository\\PersonRepository''getPersonRepositoryService'false],
  2316.             'App\\Modules\\Cemetery\\Repository\\RecordRepository' => ['privates''App\\Modules\\Cemetery\\Repository\\RecordRepository''getRecordRepositoryService'false],
  2317.             'App\\Modules\\Cemetery\\Repository\\SexRepository' => ['privates''App\\Modules\\Cemetery\\Repository\\SexRepository''getSexRepositoryService'false],
  2318.             'App\\Repository\\App\\AppParamsRepository' => ['privates''App\\Repository\\App\\AppParamsRepository''getAppParamsRepositoryService'false],
  2319.             'App\\Repository\\App\\CategoryRepository' => ['privates''App\\Repository\\App\\CategoryRepository''getCategoryRepositoryService'false],
  2320.             'App\\Repository\\App\\CompanyRepository' => ['privates''App\\Repository\\App\\CompanyRepository''getCompanyRepositoryService'false],
  2321.             'App\\Repository\\App\\CustomFieldsRepository' => ['privates''App\\Repository\\App\\CustomFieldsRepository''getCustomFieldsRepositoryService'false],
  2322.             'App\\Repository\\App\\CustomModuleRepository' => ['privates''App\\Repository\\App\\CustomModuleRepository''getCustomModuleRepositoryService'false],
  2323.             'App\\Repository\\App\\GlobalConfigurationRepository' => ['privates''App\\Repository\\App\\GlobalConfigurationRepository''getGlobalConfigurationRepositoryService'false],
  2324.             'App\\Repository\\App\\IndicatorRepository' => ['privates''App\\Repository\\App\\IndicatorRepository''getIndicatorRepositoryService'false],
  2325.             'App\\Repository\\App\\LocationRepository' => ['privates''App\\Repository\\App\\LocationRepository''getLocationRepositoryService'false],
  2326.             'App\\Repository\\App\\MaintenanceElementRepository' => ['privates''App\\Repository\\App\\MaintenanceElementRepository''getMaintenanceElementRepositoryService'false],
  2327.             'App\\Repository\\App\\MediaObjectRepository' => ['privates''App\\Repository\\App\\MediaObjectRepository''getMediaObjectRepositoryService'false],
  2328.             'App\\Repository\\App\\NotificationRepository' => ['privates''App\\Repository\\App\\NotificationRepository''getNotificationRepositoryService'false],
  2329.             'App\\Repository\\App\\PermissionRepository' => ['privates''App\\Repository\\App\\PermissionRepository''getPermissionRepositoryService'false],
  2330.             'App\\Repository\\App\\ProjectRepository' => ['privates''App\\Repository\\App\\ProjectRepository''getProjectRepositoryService'false],
  2331.             'App\\Repository\\App\\PublicHoliday\\PublicHolidayRepository' => ['privates''App\\Repository\\App\\PublicHoliday\\PublicHolidayRepository''getPublicHolidayRepositoryService'false],
  2332.             'App\\Repository\\App\\ReportRepository' => ['privates''App\\Repository\\App\\ReportRepository''getReportRepositoryService'false],
  2333.             'App\\Repository\\App\\ResourceRepository' => ['privates''App\\Repository\\App\\ResourceRepository''getResourceRepositoryService'false],
  2334.             'App\\Repository\\App\\RoleRepository' => ['privates''App\\Repository\\App\\RoleRepository''getRoleRepositoryService'false],
  2335.             'App\\Repository\\App\\RoleStaffRepository' => ['privates''App\\Repository\\App\\RoleStaffRepository''getRoleStaffRepositoryService'false],
  2336.             'App\\Repository\\App\\ScheduleRepository' => ['privates''App\\Repository\\App\\ScheduleRepository''getScheduleRepositoryService'false],
  2337.             'App\\Repository\\App\\SubscriptionRepository' => ['privates''App\\Repository\\App\\SubscriptionRepository''getSubscriptionRepositoryService'false],
  2338.             'App\\Repository\\App\\Task\\TaskConceptRepository' => ['privates''App\\Repository\\App\\Task\\TaskConceptRepository''getTaskConceptRepositoryService'false],
  2339.             'App\\Repository\\App\\Task\\TaskRepository' => ['privates''App\\Repository\\App\\Task\\TaskRepository''getTaskRepositoryService'false],
  2340.             'App\\Repository\\App\\Task\\TaskResourceRepository' => ['privates''App\\Repository\\App\\Task\\TaskResourceRepository''getTaskResourceRepositoryService'false],
  2341.             'App\\Repository\\App\\Task\\TaskStatusLogRepository' => ['privates''App\\Repository\\App\\Task\\TaskStatusLogRepository''getTaskStatusLogRepositoryService'false],
  2342.             'App\\Repository\\App\\Task\\TaskStatusLogTimeSlotRepository' => ['privates''App\\Repository\\App\\Task\\TaskStatusLogTimeSlotRepository''getTaskStatusLogTimeSlotRepositoryService'false],
  2343.             'App\\Repository\\App\\Task\\WorkerBudgetRepository' => ['privates''App\\Repository\\App\\Task\\WorkerBudgetRepository''getWorkerBudgetRepositoryService'false],
  2344.             'App\\Repository\\App\\Task\\WorkerBudgetTimeRepository' => ['privates''App\\Repository\\App\\Task\\WorkerBudgetTimeRepository''getWorkerBudgetTimeRepositoryService'false],
  2345.             'App\\Repository\\App\\Ticket\\IncidenceTypeRepository' => ['privates''App\\Repository\\App\\Ticket\\IncidenceTypeRepository''getIncidenceTypeRepositoryService'false],
  2346.             'App\\Repository\\App\\Ticket\\TicketPriorityRepository' => ['privates''App\\Repository\\App\\Ticket\\TicketPriorityRepository''getTicketPriorityRepositoryService'false],
  2347.             'App\\Repository\\App\\Ticket\\TicketRepository' => ['privates''App\\Repository\\App\\Ticket\\TicketRepository''getTicketRepositoryService'false],
  2348.             'App\\Repository\\App\\Ticket\\TicketStateRepository' => ['privates''App\\Repository\\App\\Ticket\\TicketStateRepository''getTicketStateRepositoryService'false],
  2349.             'App\\Repository\\App\\Ticket\\TicketTypeRepository' => ['privates''App\\Repository\\App\\Ticket\\TicketTypeRepository''getTicketTypeRepositoryService'false],
  2350.             'App\\Repository\\App\\TimeSlot\\TimeSlotHistoryWorkerBudgetRepository' => ['privates''App\\Repository\\App\\TimeSlot\\TimeSlotHistoryWorkerBudgetRepository''getTimeSlotHistoryWorkerBudgetRepositoryService'false],
  2351.             'App\\Repository\\App\\TimeSlot\\TimeSlotItemRepository' => ['privates''App\\Repository\\App\\TimeSlot\\TimeSlotItemRepository''getTimeSlotItemRepositoryService'false],
  2352.             'App\\Repository\\App\\TimeSlot\\TimeSlotRepository' => ['privates''App\\Repository\\App\\TimeSlot\\TimeSlotRepository''getTimeSlotRepositoryService'false],
  2353.             'App\\Repository\\App\\UserRepository' => ['privates''App\\Repository\\App\\UserRepository''getUserRepositoryService'false],
  2354.             'App\\Repository\\App\\VendorRepository' => ['privates''App\\Repository\\App\\VendorRepository''getVendorRepositoryService'false],
  2355.             'App\\Repository\\App\\VendorStaffRepository' => ['privates''App\\Repository\\App\\VendorStaffRepository''getVendorStaffRepositoryService'false],
  2356.             'App\\Repository\\Auth\\B2bTokenRepository' => ['privates''App\\Repository\\Auth\\B2bTokenRepository''getB2bTokenRepositoryService'false],
  2357.             'App\\Repository\\Chat\\ChatMessageReadRepository' => ['privates''App\\Repository\\Chat\\ChatMessageReadRepository''getChatMessageReadRepositoryService'false],
  2358.             'App\\Repository\\Chat\\ChatMessageRepository' => ['privates''App\\Repository\\Chat\\ChatMessageRepository''getChatMessageRepositoryService'false],
  2359.             'App\\Repository\\Chat\\ChatRepository' => ['privates''App\\Repository\\Chat\\ChatRepository''getChatRepositoryService'false],
  2360.             'App\\Repository\\CornerPolygonRepository' => ['privates''App\\Repository\\CornerPolygonRepository''getCornerPolygonRepositoryService'false],
  2361.             'App\\Repository\\Log\\LogEntryRepository' => ['privates''App\\Repository\\Log\\LogEntryRepository''getLogEntryRepositoryService'false],
  2362.             'App\\Repository\\Log\\TaskLogEntryRepository' => ['privates''App\\Repository\\Log\\TaskLogEntryRepository''getTaskLogEntryRepositoryService'false],
  2363.             'App\\Repository\\Onboarding\\InvitationRepository' => ['privates''App\\Repository\\Onboarding\\InvitationRepository''getInvitationRepositoryService'false],
  2364.             'App\\Repository\\Onboarding\\LeadRepository' => ['privates''App\\Repository\\Onboarding\\LeadRepository''getLeadRepositoryService'false],
  2365.             'App\\Repository\\Onboarding\\LeadStaffRepository' => ['privates''App\\Repository\\Onboarding\\LeadStaffRepository''getLeadStaffRepositoryService'false],
  2366.         ], [
  2367.             'App\\Modules\\Cemetery\\Repository\\CivilStatusRepository' => '?',
  2368.             'App\\Modules\\Cemetery\\Repository\\DeceasedRepository' => '?',
  2369.             'App\\Modules\\Cemetery\\Repository\\LesseeRepository' => '?',
  2370.             'App\\Modules\\Cemetery\\Repository\\NicheRepository' => '?',
  2371.             'App\\Modules\\Cemetery\\Repository\\PersonRepository' => '?',
  2372.             'App\\Modules\\Cemetery\\Repository\\RecordRepository' => '?',
  2373.             'App\\Modules\\Cemetery\\Repository\\SexRepository' => '?',
  2374.             'App\\Repository\\App\\AppParamsRepository' => '?',
  2375.             'App\\Repository\\App\\CategoryRepository' => '?',
  2376.             'App\\Repository\\App\\CompanyRepository' => '?',
  2377.             'App\\Repository\\App\\CustomFieldsRepository' => '?',
  2378.             'App\\Repository\\App\\CustomModuleRepository' => '?',
  2379.             'App\\Repository\\App\\GlobalConfigurationRepository' => '?',
  2380.             'App\\Repository\\App\\IndicatorRepository' => '?',
  2381.             'App\\Repository\\App\\LocationRepository' => '?',
  2382.             'App\\Repository\\App\\MaintenanceElementRepository' => '?',
  2383.             'App\\Repository\\App\\MediaObjectRepository' => '?',
  2384.             'App\\Repository\\App\\NotificationRepository' => '?',
  2385.             'App\\Repository\\App\\PermissionRepository' => '?',
  2386.             'App\\Repository\\App\\ProjectRepository' => '?',
  2387.             'App\\Repository\\App\\PublicHoliday\\PublicHolidayRepository' => '?',
  2388.             'App\\Repository\\App\\ReportRepository' => '?',
  2389.             'App\\Repository\\App\\ResourceRepository' => '?',
  2390.             'App\\Repository\\App\\RoleRepository' => '?',
  2391.             'App\\Repository\\App\\RoleStaffRepository' => '?',
  2392.             'App\\Repository\\App\\ScheduleRepository' => '?',
  2393.             'App\\Repository\\App\\SubscriptionRepository' => '?',
  2394.             'App\\Repository\\App\\Task\\TaskConceptRepository' => '?',
  2395.             'App\\Repository\\App\\Task\\TaskRepository' => '?',
  2396.             'App\\Repository\\App\\Task\\TaskResourceRepository' => '?',
  2397.             'App\\Repository\\App\\Task\\TaskStatusLogRepository' => '?',
  2398.             'App\\Repository\\App\\Task\\TaskStatusLogTimeSlotRepository' => '?',
  2399.             'App\\Repository\\App\\Task\\WorkerBudgetRepository' => '?',
  2400.             'App\\Repository\\App\\Task\\WorkerBudgetTimeRepository' => '?',
  2401.             'App\\Repository\\App\\Ticket\\IncidenceTypeRepository' => '?',
  2402.             'App\\Repository\\App\\Ticket\\TicketPriorityRepository' => '?',
  2403.             'App\\Repository\\App\\Ticket\\TicketRepository' => '?',
  2404.             'App\\Repository\\App\\Ticket\\TicketStateRepository' => '?',
  2405.             'App\\Repository\\App\\Ticket\\TicketTypeRepository' => '?',
  2406.             'App\\Repository\\App\\TimeSlot\\TimeSlotHistoryWorkerBudgetRepository' => '?',
  2407.             'App\\Repository\\App\\TimeSlot\\TimeSlotItemRepository' => '?',
  2408.             'App\\Repository\\App\\TimeSlot\\TimeSlotRepository' => '?',
  2409.             'App\\Repository\\App\\UserRepository' => '?',
  2410.             'App\\Repository\\App\\VendorRepository' => '?',
  2411.             'App\\Repository\\App\\VendorStaffRepository' => '?',
  2412.             'App\\Repository\\Auth\\B2bTokenRepository' => '?',
  2413.             'App\\Repository\\Chat\\ChatMessageReadRepository' => '?',
  2414.             'App\\Repository\\Chat\\ChatMessageRepository' => '?',
  2415.             'App\\Repository\\Chat\\ChatRepository' => '?',
  2416.             'App\\Repository\\CornerPolygonRepository' => '?',
  2417.             'App\\Repository\\Log\\LogEntryRepository' => '?',
  2418.             'App\\Repository\\Log\\TaskLogEntryRepository' => '?',
  2419.             'App\\Repository\\Onboarding\\InvitationRepository' => '?',
  2420.             'App\\Repository\\Onboarding\\LeadRepository' => '?',
  2421.             'App\\Repository\\Onboarding\\LeadStaffRepository' => '?',
  2422.         ])));
  2423.         $a->addCustomStringFunction('md5''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2424.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  2425.         $a->addCustomStringFunction('concat_ws''Oro\\ORM\\Query\\AST\\Functions\\String\\ConcatWs');
  2426.         $a->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  2427.         $a->addCustomStringFunction('replace''Oro\\ORM\\Query\\AST\\Functions\\String\\Replace');
  2428.         $a->addCustomStringFunction('date_format''Oro\\ORM\\Query\\AST\\Functions\\String\\DateFormat');
  2429.         $a->addCustomStringFunction('ST_Distance''Jsor\\Doctrine\\PostGIS\\Functions\\ST_Distance');
  2430.         $a->addCustomNumericFunction('timestampdiff''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\TimestampDiff');
  2431.         $a->addCustomNumericFunction('dayofyear''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2432.         $a->addCustomNumericFunction('dayofmonth''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2433.         $a->addCustomNumericFunction('dayofweek''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2434.         $a->addCustomNumericFunction('week''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2435.         $a->addCustomNumericFunction('day''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2436.         $a->addCustomNumericFunction('hour''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2437.         $a->addCustomNumericFunction('minute''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2438.         $a->addCustomNumericFunction('month''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2439.         $a->addCustomNumericFunction('quarter''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2440.         $a->addCustomNumericFunction('second''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2441.         $a->addCustomNumericFunction('year''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2442.         $a->addCustomNumericFunction('sign''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Sign');
  2443.         $a->addCustomNumericFunction('pow''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Pow');
  2444.         $a->addCustomNumericFunction('round''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Round');
  2445.         $a->addCustomDatetimeFunction('date''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2446.         $a->addCustomDatetimeFunction('time''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2447.         $a->addCustomDatetimeFunction('timestamp''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  2448.         $a->addCustomDatetimeFunction('convert_tz''Oro\\ORM\\Query\\AST\\Functions\\DateTime\\ConvertTz');
  2449.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  2450.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2451.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  2452.         return $instance;
  2453.     }
  2454.     /**
  2455.      * Gets the public 'error_controller' shared service.
  2456.      *
  2457.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2458.      */
  2459.     protected function getErrorControllerService()
  2460.     {
  2461.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2462.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2463.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2466.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2467.         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)));
  2468.     }
  2469.     /**
  2470.      * Gets the public 'event_dispatcher' shared service.
  2471.      *
  2472.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2473.      */
  2474.     protected function getEventDispatcherService()
  2475.     {
  2476.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2477.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2478.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2479.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2480.         $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())));
  2481.         $instance->addListener('kernel.exception', [=> function () {
  2482.             return ($this->privates['App\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
  2483.         }, => 'onKernelException'], 0);
  2484.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  2485.             return ($this->privates['jwt_event_listener'] ?? $this->getJwtEventListenerService());
  2486.         }, => 'onJWTCreated'], 0);
  2487.         $instance->addListener('kernel.controller', [=> function () {
  2488.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2489.         }, => 'onKernelController'], 0);
  2490.         $instance->addListener('kernel.request', [=> function () {
  2491.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2492.         }, => 'onKernelRequest'], 250);
  2493.         $instance->addListener('kernel.response', [=> function () {
  2494.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2495.         }, => 'onKernelResponse'], 0);
  2496.         $instance->addListener('kernel.response', [=> function () {
  2497.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2498.         }, => 'onResponse'], -10);
  2499.         $instance->addListener('kernel.request', [=> function () {
  2500.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2501.         }, => 'onKernelRequest'], 7);
  2502.         $instance->addListener('kernel.request', [=> function () {
  2503.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  2504.         }, => 'onKernelRequest'], 4);
  2505.         $instance->addListener('kernel.view', [=> function () {
  2506.             return ($this->privates['api_platform.listener.view.write'] ?? $this->getApiPlatform_Listener_View_WriteService());
  2507.         }, => 'onKernelView'], 32);
  2508.         $instance->addListener('kernel.request', [=> function () {
  2509.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2510.         }, => 'onKernelRequest'], 2);
  2511.         $instance->addListener('kernel.view', [=> function () {
  2512.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2513.         }, => 'onKernelView'], 16);
  2514.         $instance->addListener('kernel.view', [=> function () {
  2515.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2516.         }, => 'onKernelView'], 8);
  2517.         $instance->addListener('kernel.exception', [=> function () {
  2518.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2519.         }, => 'onKernelException'], 0);
  2520.         $instance->addListener('kernel.exception', [=> function () {
  2521.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2522.         }, => 'onKernelException'], -96);
  2523.         $instance->addListener('kernel.request', [=> function () {
  2524.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2525.         }, => 'onKernelRequest'], 0);
  2526.         $instance->addListener('kernel.response', [=> function () {
  2527.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2528.         }, => 'onKernelResponse'], 0);
  2529.         $instance->addListener('kernel.response', [=> function () {
  2530.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2531.         }, => 'onKernelResponse'], -1);
  2532.         $instance->addListener('kernel.view', [=> function () {
  2533.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  2534.         }, => 'onKernelView'], 64);
  2535.         $instance->addListener('kernel.request', [=> function () {
  2536.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2537.         }, => 'onKernelRequest'], 16);
  2538.         $instance->addListener('kernel.request', [=> function () {
  2539.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2540.         }, => 'onSecurity'], 3);
  2541.         $instance->addListener('kernel.request', [=> function () {
  2542.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2543.         }, => 'onSecurityPostDenormalize'], 1);
  2544.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2545.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  2546.         }, => 'attachRefreshToken'], 0);
  2547.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  2548.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->getFosElastica_PopulateListenerService());
  2549.         }, => 'onPostIndexPopulate'], -9999);
  2550.         $instance->addListener('console.command', [=> function () {
  2551.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  2552.         }, => 'onConsoleCommand'], 1);
  2553.         $instance->addListener('console.error', [=> function () {
  2554.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  2555.         }, => 'onConsoleError'], 128);
  2556.         $instance->addListener('kernel.exception', [=> function () {
  2557.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  2558.         }, => 'onException'], 128);
  2559.         $instance->addListener('kernel.request', [=> function () {
  2560.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2561.         }, => 'onKernelRequest'], 1);
  2562.         $instance->addListener('kernel.controller', [=> function () {
  2563.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  2564.         }, => 'onKernelController'], 1);
  2565.         $instance->addListener('kernel.request', [=> function () {
  2566.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  2567.         }, => 'onKernelRequest'], 1);
  2568.         $instance->addListener('kernel.finish_request', [=> function () {
  2569.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  2570.         }, => 'onKernelFinishRequest'], 1);
  2571.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2572.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  2573.         }, => 'onWorkerMessageFailed'], 99);
  2574.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2575.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  2576.         }, => 'onWorkerMessageHandled'], 99);
  2577.         $instance->addListener('kernel.response', [=> function () {
  2578.             return ($this->privates['App\\EventSubscriber\\AddPaginationHeaders'] ?? ($this->privates['App\\EventSubscriber\\AddPaginationHeaders'] = new \App\EventSubscriber\AddPaginationHeaders()));
  2579.         }, => 'addHeaders'], 0);
  2580.         $instance->addListener('kernel.view', [=> function () {
  2581.             return ($this->privates['App\\EventSubscriber\\AppParamsPostValidateSubscriber'] ?? $this->getAppParamsPostValidateSubscriberService());
  2582.         }, => 'completeData'], 63);
  2583.         $instance->addListener('kernel.view', [=> function () {
  2584.             return ($this->privates['App\\EventSubscriber\\Category\\CategoryPostSerializeSubscriber'] ?? $this->getCategoryPostSerializeSubscriberService());
  2585.         }, => 'onKernelView'], 15);
  2586.         $instance->addListener('kernel.view', [=> function () {
  2587.             return ($this->privates['App\\EventSubscriber\\Category\\CategoryPostValidateSubscriber'] ?? $this->getCategoryPostValidateSubscriberService());
  2588.         }, => 'prepareCategoryData'], 63);
  2589.         $instance->addListener('kernel.view', [=> function () {
  2590.             return ($this->privates['App\\EventSubscriber\\Category\\CategoryPreWriteSubscriber'] ?? $this->getCategoryPreWriteSubscriberService());
  2591.         }, => 'onKernelView'], 33);
  2592.         $instance->addListener('kernel.view', [=> function () {
  2593.             return ($this->privates['App\\EventSubscriber\\Chat\\ChatPostSerializerSubscriber'] ?? $this->getChatPostSerializerSubscriberService());
  2594.         }, => 'onKernelView'], 15);
  2595.         $instance->addListener('kernel.view', [=> function () {
  2596.             return ($this->privates['App\\EventSubscriber\\Chat\\ChatPreSerializeSubscriber'] ?? $this->getChatPreSerializeSubscriberService());
  2597.         }, => 'onKernelView'], 17);
  2598.         $instance->addListener('kernel.view', [=> function () {
  2599.             return ($this->privates['App\\EventSubscriber\\ChatMessage\\ChatMessagePostSerializeSubscriber'] ?? $this->getChatMessagePostSerializeSubscriberService());
  2600.         }, => 'onKernelView'], 15);
  2601.         $instance->addListener('kernel.view', [=> function () {
  2602.             return ($this->privates['App\\EventSubscriber\\ChatMessage\\ChatMessagePostValidateSubscriber'] ?? $this->getChatMessagePostValidateSubscriberService());
  2603.         }, => 'onKernelView'], 63);
  2604.         $instance->addListener('kernel.view', [=> function () {
  2605.             return ($this->privates['App\\EventSubscriber\\ChatMessage\\ChatMessagePostWriteSubscriber'] ?? $this->getChatMessagePostWriteSubscriberService());
  2606.         }, => 'onKernelView'], 31);
  2607.         $instance->addListener('kernel.view', [=> function () {
  2608.             return ($this->privates['App\\EventSubscriber\\ChatMessage\\ChatMessagePreSerializeSubscriber'] ?? $this->getChatMessagePreSerializeSubscriberService());
  2609.         }, => 'onKernelView'], 17);
  2610.         $instance->addListener('kernel.view', [=> function () {
  2611.             return ($this->privates['App\\EventSubscriber\\Company\\CompanyPreWriteSubscriber'] ?? $this->getCompanyPreWriteSubscriberService());
  2612.         }, => 'onKernelView'], 33);
  2613.         $instance->addListener('kernel.view', [=> function () {
  2614.             return ($this->privates['App\\EventSubscriber\\GlobalConfigurationSerializeSubscriber'] ?? $this->getGlobalConfigurationSerializeSubscriberService());
  2615.         }, => 'onKernelView'], 15);
  2616.         $instance->addListener('kernel.view', [=> function () {
  2617.             return ($this->privates['App\\EventSubscriber\\Indicator\\IndicatorPostSerializerSubscriber'] ?? $this->getIndicatorPostSerializerSubscriberService());
  2618.         }, => 'onKernelView'], 15);
  2619.         $instance->addListener('kernel.request', [=> function () {
  2620.             return ($this->privates['App\\EventSubscriber\\LocaleListenerSubscriber'] ?? $this->getLocaleListenerSubscriberService());
  2621.         }, => 'onKernelRequest'], 20);
  2622.         $instance->addListener('kernel.view', [=> function () {
  2623.             return ($this->privates['App\\EventSubscriber\\Location\\LocationPostSerializerSubscriber'] ?? $this->getLocationPostSerializerSubscriberService());
  2624.         }, => 'onKernelView'], 15);
  2625.         $instance->addListener('kernel.view', [=> function () {
  2626.             return ($this->privates['App\\EventSubscriber\\Location\\LocationPostValidateSubscriber'] ?? $this->getLocationPostValidateSubscriberService());
  2627.         }, => 'onKernelView'], 63);
  2628.         $instance->addListener('kernel.view', [=> function () {
  2629.             return ($this->privates['App\\EventSubscriber\\Location\\LocationPostWriteSubscriber'] ?? $this->getLocationPostWriteSubscriberService());
  2630.         }, => 'onKernelView'], 31);
  2631.         $instance->addListener('kernel.view', [=> function () {
  2632.             return ($this->privates['App\\EventSubscriber\\Location\\LocationPreWriteSubscriber'] ?? $this->getLocationPreWriteSubscriberService());
  2633.         }, => 'onKernelView'], 33);
  2634.         $instance->addListener('kernel.view', [=> function () {
  2635.             return ($this->privates['App\\EventSubscriber\\Log\\LogPostSerializerSubscriber'] ?? $this->getLogPostSerializerSubscriberService());
  2636.         }, => 'onKernelView'], 15);
  2637.         $instance->addListener('kernel.view', [=> function () {
  2638.             return ($this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPostSerializerSubscriber'] ?? $this->getMaintenanceElementPostSerializerSubscriberService());
  2639.         }, => 'onKernelView'], 15);
  2640.         $instance->addListener('kernel.view', [=> function () {
  2641.             return ($this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPostValidateSubscriber'] ?? $this->getMaintenanceElementPostValidateSubscriberService());
  2642.         }, => 'onKernelView'], 63);
  2643.         $instance->addListener('kernel.view', [=> function () {
  2644.             return ($this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPostWriteSubscriber'] ?? $this->getMaintenanceElementPostWriteSubscriberService());
  2645.         }, => 'onKernelView'], 31);
  2646.         $instance->addListener('kernel.view', [=> function () {
  2647.             return ($this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPreSerializerSubscriber'] ?? $this->getMaintenanceElementPreSerializerSubscriberService());
  2648.         }, => 'onKernelView'], 17);
  2649.         $instance->addListener('kernel.view', [=> function () {
  2650.             return ($this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPreWriteSubscriber'] ?? $this->getMaintenanceElementPreWriteSubscriberService());
  2651.         }, => 'onKernelView'], 33);
  2652.         $instance->addListener('kernel.view', [=> function () {
  2653.             return ($this->privates['App\\EventSubscriber\\Onboarding\\LeadPostValidateSubscriber'] ?? $this->getLeadPostValidateSubscriberService());
  2654.         }, => 'onKernelView'], 63);
  2655.         $instance->addListener('kernel.view', [=> function () {
  2656.             return ($this->privates['App\\EventSubscriber\\Onboarding\\LeadPostWriteSubcriber'] ?? $this->getLeadPostWriteSubcriberService());
  2657.         }, => 'onKernelView'], 31);
  2658.         $instance->addListener('kernel.view', [=> function () {
  2659.             return ($this->privates['App\\EventSubscriber\\Onboarding\\LeadPreValidateSubscriber'] ?? $this->getLeadPreValidateSubscriberService());
  2660.         }, => 'onKernelView'], 65);
  2661.         $instance->addListener('kernel.view', [=> function () {
  2662.             return ($this->privates['App\\EventSubscriber\\Onboarding\\LeadPreWriteSubscriber'] ?? $this->getLeadPreWriteSubscriberService());
  2663.         }, => 'onKernelView'], 33);
  2664.         $instance->addListener('kernel.view', [=> function () {
  2665.             return ($this->privates['App\\EventSubscriber\\Report\\ReportPostSerializerSubscriber'] ?? $this->getReportPostSerializerSubscriberService());
  2666.         }, => 'onKernelView'], 15);
  2667.         $instance->addListener('kernel.view', [=> function () {
  2668.             return ($this->privates['App\\EventSubscriber\\Resource\\ResourcePostSerializerSubscriber'] ?? $this->getResourcePostSerializerSubscriberService());
  2669.         }, => 'onKernelView'], 15);
  2670.         $instance->addListener('kernel.view', [=> function () {
  2671.             return ($this->privates['App\\EventSubscriber\\Resource\\ResourcePostValidateSubscriber'] ?? $this->getResourcePostValidateSubscriberService());
  2672.         }, => 'onKernelView'], 63);
  2673.         $instance->addListener('kernel.view', [=> function () {
  2674.             return ($this->privates['App\\EventSubscriber\\Resource\\ResourcePostWriteSubscriber'] ?? $this->getResourcePostWriteSubscriberService());
  2675.         }, => 'onKernelView'], 31);
  2676.         $instance->addListener('kernel.view', [=> function () {
  2677.             return ($this->privates['App\\EventSubscriber\\Resource\\ResourcePreSerializerSubscriber'] ?? $this->getResourcePreSerializerSubscriberService());
  2678.         }, => 'onKernelView'], 17);
  2679.         $instance->addListener('kernel.view', [=> function () {
  2680.             return ($this->privates['App\\EventSubscriber\\Resource\\ResourcePreWriteSubscriber'] ?? $this->getResourcePreWriteSubscriberService());
  2681.         }, => 'onKernelView'], 33);
  2682.         $instance->addListener('kernel.view', [=> function () {
  2683.             return ($this->privates['App\\EventSubscriber\\Task\\TaskPostSerializerSubscriber'] ?? $this->getTaskPostSerializerSubscriberService());
  2684.         }, => 'onKernelView'], 15);
  2685.         $instance->addListener('kernel.view', [=> function () {
  2686.             return ($this->privates['App\\EventSubscriber\\Task\\TaskPostValidateSubscriber'] ?? $this->getTaskPostValidateSubscriberService());
  2687.         }, => 'onKernelView'], 63);
  2688.         $instance->addListener('kernel.view', [=> function () {
  2689.             return ($this->privates['App\\EventSubscriber\\Task\\TaskPostWriteSubscriber'] ?? $this->getTaskPostWriteSubscriberService());
  2690.         }, => 'onKernelView'], 31);
  2691.         $instance->addListener('kernel.view', [=> function () {
  2692.             return ($this->privates['App\\EventSubscriber\\Task\\TaskPreSerializerSubscriber'] ?? $this->getTaskPreSerializerSubscriberService());
  2693.         }, => 'onKernelView'], 17);
  2694.         $instance->addListener('kernel.view', [=> function () {
  2695.             return ($this->privates['App\\EventSubscriber\\Task\\TaskPreWriteSubscriber'] ?? $this->getTaskPreWriteSubscriberService());
  2696.         }, => 'onKernelView'], 33);
  2697.         $instance->addListener('kernel.view', [=> function () {
  2698.             return ($this->privates['App\\EventSubscriber\\Ticket\\IncidenceTypePreWriteSubscriber'] ?? $this->getIncidenceTypePreWriteSubscriberService());
  2699.         }, => 'onKernelView'], 33);
  2700.         $instance->addListener('kernel.view', [=> function () {
  2701.             return ($this->privates['App\\EventSubscriber\\Ticket\\TicketPostSerializerSubscriber'] ?? $this->getTicketPostSerializerSubscriberService());
  2702.         }, => 'onKernelView'], 15);
  2703.         $instance->addListener('kernel.view', [=> function () {
  2704.             return ($this->privates['App\\EventSubscriber\\Ticket\\TicketPostValidateSubscriber'] ?? $this->getTicketPostValidateSubscriberService());
  2705.         }, => 'onKernelView'], 63);
  2706.         $instance->addListener('kernel.view', [=> function () {
  2707.             return ($this->privates['App\\EventSubscriber\\Ticket\\TicketPostWriteSubscriber'] ?? $this->getTicketPostWriteSubscriberService());
  2708.         }, => 'onKernelView'], 31);
  2709.         $instance->addListener('kernel.view', [=> function () {
  2710.             return ($this->privates['App\\EventSubscriber\\Ticket\\TicketPreSerializeSubscriber'] ?? $this->getTicketPreSerializeSubscriberService());
  2711.         }, => 'onKernelView'], 17);
  2712.         $instance->addListener('kernel.view', [=> function () {
  2713.             return ($this->privates['App\\EventSubscriber\\Ticket\\TicketPreWriteSubscriber'] ?? $this->getTicketPreWriteSubscriberService());
  2714.         }, => 'onKernelView'], 33);
  2715.         $instance->addListener('kernel.view', [=> function () {
  2716.             return ($this->privates['App\\EventSubscriber\\TimeSlot\\TimeSlotPreWriteSuscriber'] ?? $this->getTimeSlotPreWriteSuscriberService());
  2717.         }, => 'onKernelView'], 33);
  2718.         $instance->addListener('kernel.view', [=> function () {
  2719.             return ($this->privates['App\\EventSubscriber\\User\\UserPostSerializerSubscriber'] ?? $this->getUserPostSerializerSubscriberService());
  2720.         }, => 'onKernelView'], 15);
  2721.         $instance->addListener('kernel.view', [=> function () {
  2722.             return ($this->privates['App\\EventSubscriber\\User\\UserPostValidateSubscriber'] ?? $this->getUserPostValidateSubscriberService());
  2723.         }, => 'prepareUserData'], 63);
  2724.         $instance->addListener('kernel.view', [=> function () {
  2725.             return ($this->privates['App\\EventSubscriber\\User\\UserPostWriteSubscriber'] ?? $this->getUserPostWriteSubscriberService());
  2726.         }, => 'onKernelView'], 31);
  2727.         $instance->addListener('kernel.view', [=> function () {
  2728.             return ($this->privates['App\\EventSubscriber\\User\\UserPreSerializerSubscriber'] ?? $this->getUserPreSerializerSubscriberService());
  2729.         }, => 'onKernelView'], 17);
  2730.         $instance->addListener('kernel.view', [=> function () {
  2731.             return ($this->privates['App\\EventSubscriber\\User\\UserPreValidateSubscriber'] ?? $this->getUserPreValidateSubscriberService());
  2732.         }, => 'onKernelView'], 65);
  2733.         $instance->addListener('kernel.view', [=> function () {
  2734.             return ($this->privates['App\\EventSubscriber\\User\\UserPreWriteSubscriber'] ?? $this->getUserPreWriteSubscriberService());
  2735.         }, => 'onKernelView'], 33);
  2736.         $instance->addListener('kernel.view', [=> function () {
  2737.             return ($this->privates['App\\EventSubscriber\\Vendor\\VendorPostSerializeSubscriber'] ?? $this->getVendorPostSerializeSubscriberService());
  2738.         }, => 'onKernelView'], 15);
  2739.         $instance->addListener('kernel.view', [=> function () {
  2740.             return ($this->privates['App\\EventSubscriber\\Vendor\\VendorPostValidateSubscriber'] ?? $this->getVendorPostValidateSubscriberService());
  2741.         }, => 'prepareUserData'], 63);
  2742.         $instance->addListener('kernel.view', [=> function () {
  2743.             return ($this->privates['App\\EventSubscriber\\Vendor\\VendorPostWriteSubscriber'] ?? $this->getVendorPostWriteSubscriberService());
  2744.         }, => 'onKernelView'], 31);
  2745.         $instance->addListener('kernel.view', [=> function () {
  2746.             return ($this->privates['App\\EventSubscriber\\Vendor\\VendorPreWriteSubscriber'] ?? $this->getVendorPreWriteSubscriberService());
  2747.         }, => 'onKernelView'], 33);
  2748.         $instance->addListener('kernel.view', [=> function () {
  2749.             return ($this->privates['App\\Modules\\Cemetery\\EventSubscriber\\Record\\RecordPostSerializerSubscriber'] ?? $this->getRecordPostSerializerSubscriberService());
  2750.         }, => 'onKernelView'], 15);
  2751.         $instance->addListener('kernel.response', [=> function () {
  2752.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2753.         }, => 'onKernelResponse'], 0);
  2754.         $instance->addListener('kernel.response', [=> function () {
  2755.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2756.         }, => 'onKernelResponse'], -1024);
  2757.         $instance->addListener('kernel.request', [=> function () {
  2758.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2759.         }, => 'setDefaultLocale'], 100);
  2760.         $instance->addListener('kernel.request', [=> function () {
  2761.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2762.         }, => 'onKernelRequest'], 16);
  2763.         $instance->addListener('kernel.finish_request', [=> function () {
  2764.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2765.         }, => 'onKernelFinishRequest'], 0);
  2766.         $instance->addListener('kernel.request', [=> function () {
  2767.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2768.         }, => 'onKernelRequest'], 256);
  2769.         $instance->addListener('kernel.request', [=> function () {
  2770.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  2771.         }, => 'resolveControllerName'], 24);
  2772.         $instance->addListener('kernel.response', [=> function () {
  2773.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2774.         }, => 'onResponse'], -255);
  2775.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2776.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2777.         }, => 'onControllerArguments'], 0);
  2778.         $instance->addListener('kernel.exception', [=> function () {
  2779.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2780.         }, => 'logKernelException'], 0);
  2781.         $instance->addListener('kernel.exception', [=> function () {
  2782.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  2783.         }, => 'onKernelException'], -128);
  2784.         $instance->addListener('kernel.request', [=> function () {
  2785.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2786.         }, => 'onKernelRequest'], 15);
  2787.         $instance->addListener('kernel.finish_request', [=> function () {
  2788.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2789.         }, => 'onKernelFinishRequest'], -15);
  2790.         $instance->addListener('console.error', [=> function () {
  2791.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2792.         }, => 'onConsoleError'], -128);
  2793.         $instance->addListener('console.terminate', [=> function () {
  2794.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2795.         }, => 'onConsoleTerminate'], -128);
  2796.         $instance->addListener('console.error', [=> function () {
  2797.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2798.         }, => 'onConsoleError'], 0);
  2799.         $instance->addListener('kernel.request', [=> function () {
  2800.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2801.         }, => 'onKernelRequest'], 128);
  2802.         $instance->addListener('kernel.response', [=> function () {
  2803.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2804.         }, => 'onKernelResponse'], -1000);
  2805.         $instance->addListener('kernel.finish_request', [=> function () {
  2806.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2807.         }, => 'onFinishRequest'], 0);
  2808.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2809.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2810.         }, => 'onMessageFailed'], 100);
  2811.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2812.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  2813.         }, => 'onMessageFailed'], -100);
  2814.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2815.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2816.         }, => 'onWorkerStarted'], 0);
  2817.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2818.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2819.         }, => 'onWorkerRunning'], 0);
  2820.         $instance->addListener('kernel.response', [=> function () {
  2821.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2822.         }, => 'onKernelResponse'], -100);
  2823.         $instance->addListener('kernel.exception', [=> function () {
  2824.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2825.         }, => 'onKernelException'], 0);
  2826.         $instance->addListener('kernel.terminate', [=> function () {
  2827.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2828.         }, => 'onKernelTerminate'], -1024);
  2829.         $instance->addListener('kernel.controller', [=> function () {
  2830.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2831.         }, => 'onKernelController'], 0);
  2832.         $instance->addListener('kernel.response', [=> function () {
  2833.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2834.         }, => 'onKernelResponse'], 0);
  2835.         $instance->addListener('kernel.request', [=> function () {
  2836.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2837.         }, => 'configure'], 2048);
  2838.         $instance->addListener('console.command', [=> function () {
  2839.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2840.         }, => 'configure'], 2048);
  2841.         $instance->addListener('kernel.request', [=> function () {
  2842.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2843.         }, => 'onKernelRequest'], 32);
  2844.         $instance->addListener('kernel.finish_request', [=> function () {
  2845.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2846.         }, => 'onKernelFinishRequest'], 0);
  2847.         $instance->addListener('kernel.exception', [=> function () {
  2848.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2849.         }, => 'onKernelException'], -64);
  2850.         $instance->addListener('kernel.response', [=> function () {
  2851.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2852.         }, => 'onKernelResponse'], 0);
  2853.         $instance->addListener('kernel.response', [=> function () {
  2854.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2855.         }, => 'onKernelResponse'], 0);
  2856.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2857.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2858.         }, => 'onVoterVote'], 0);
  2859.         $instance->addListener('kernel.request', [=> function () {
  2860.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2861.         }, => 'configureLogoutUrlGenerator'], 8);
  2862.         $instance->addListener('kernel.request', [=> function () {
  2863.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2864.         }, => 'onKernelRequest'], 8);
  2865.         $instance->addListener('kernel.finish_request', [=> function () {
  2866.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2867.         }, => 'onKernelFinishRequest'], 0);
  2868.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2869.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2870.         }, => 'onWorkerMessageHandled'], 0);
  2871.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2872.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2873.         }, => 'onWorkerMessageFailed'], 0);
  2874.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2875.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->getFosElastica_FilterObjectsListenerService());
  2876.         }, => 'filterObjects'], 0);
  2877.         $instance->addListener('kernel.controller', [=> function () {
  2878.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2879.         }, => 'onKernelController'], 0);
  2880.         $instance->addListener('kernel.controller', [=> function () {
  2881.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2882.         }, => 'onKernelController'], 0);
  2883.         $instance->addListener('kernel.controller', [=> function () {
  2884.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2885.         }, => 'onKernelController'], -128);
  2886.         $instance->addListener('kernel.view', [=> function () {
  2887.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2888.         }, => 'onKernelView'], 0);
  2889.         $instance->addListener('kernel.controller', [=> function () {
  2890.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2891.         }, => 'onKernelController'], 0);
  2892.         $instance->addListener('kernel.response', [=> function () {
  2893.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2894.         }, => 'onKernelResponse'], 0);
  2895.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2896.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2897.         }, => 'onKernelControllerArguments'], 0);
  2898.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2899.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2900.         }, => 'onKernelControllerArguments'], 0);
  2901.         $instance->addListener('kernel.exception', [=> function () {
  2902.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2903.         }, => 'onException'], 0);
  2904.         $instance->addListener('kernel.terminate', [=> function () {
  2905.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2906.         }, => 'onTerminate'], 0);
  2907.         $instance->addListener('console.error', [=> function () {
  2908.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2909.         }, => 'onException'], 0);
  2910.         $instance->addListener('console.terminate', [=> function () {
  2911.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2912.         }, => 'onTerminate'], 0);
  2913.         $instance->addListener('kernel.response', [=> function () {
  2914.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2915.         }, => 'onKernelResponse'], -128);
  2916.         $instance->addListener('console.command', [=> function () {
  2917.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2918.         }, => 'onCommand'], 255);
  2919.         $instance->addListener('console.terminate', [=> function () {
  2920.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2921.         }, => 'onTerminate'], -255);
  2922.         $instance->addListener('console.command', [=> function () {
  2923.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2924.         }, => 'configure'], 1024);
  2925.         $instance->addListener('console.error', [=> function () {
  2926.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2927.         }, => 'onConsoleError'], 0);
  2928.         $instance->addListener('console.terminate', [=> function () {
  2929.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2930.         }, => 'onConsoleTerminate'], 0);
  2931.         $instance->addListener('kernel.request', [=> function () {
  2932.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2933.         }, => 'onKernelRequest'], 0);
  2934.         return $instance;
  2935.     }
  2936.     /**
  2937.      * Gets the public 'filesystem' shared service.
  2938.      *
  2939.      * @return \Symfony\Component\Filesystem\Filesystem
  2940.      */
  2941.     protected function getFilesystemService()
  2942.     {
  2943.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2944.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2945.     }
  2946.     /**
  2947.      * Gets the public 'form.factory' shared service.
  2948.      *
  2949.      * @return \Symfony\Component\Form\FormFactory
  2950.      */
  2951.     protected function getForm_FactoryService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  2955.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2956.     }
  2957.     /**
  2958.      * Gets the public 'form.type.file' shared service.
  2959.      *
  2960.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  2961.      */
  2962.     protected function getForm_Type_FileService()
  2963.     {
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  2967.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  2968.     }
  2969.     /**
  2970.      * Gets the public 'fos_elastica.client.default' shared service.
  2971.      *
  2972.      * @return \FOS\ElasticaBundle\Elastica\Client
  2973.      */
  2974.     protected function getFosElastica_Client_DefaultService()
  2975.     {
  2976.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Client.php';
  2977.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  2978.         $this->services['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [=> ['host' => 'localhost''port' => 9200'http_error_codes' => [=> 400=> 403=> 404], 'ssl' => false'logger' => 'fos_elastica.logger''compression' => false'headers' => [], 'curl' => [], 'retryOnConflict' => 0'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
  2979.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2980.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2981.         return $instance;
  2982.     }
  2983.     /**
  2984.      * Gets the public 'fos_elastica.config_manager' shared service.
  2985.      *
  2986.      * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  2987.      */
  2988.     protected function getFosElastica_ConfigManagerService()
  2989.     {
  2990.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  2991.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  2992.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/ContainerSource.php';
  2994.         return $this->services['fos_elastica.config_manager'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([=> new \FOS\ElasticaBundle\Configuration\Source\ContainerSource(['app' => ['elasticsearch_name' => 'app''reference' => ($this->services['fos_elastica.index.app'] ?? $this->getFosElastica_Index_AppService()), 'name' => 'app''settings' => [], 'type_prototype' => [], 'use_alias' => false]])]);
  2995.     }
  2996.     /**
  2997.      * Gets the public 'fos_elastica.config_manager.index_templates' shared service.
  2998.      *
  2999.      * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  3000.      */
  3001.     protected function getFosElastica_ConfigManager_IndexTemplatesService()
  3002.     {
  3003.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  3004.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  3005.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  3006.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/TemplateContainerSource.php';
  3007.         return $this->services['fos_elastica.config_manager.index_templates'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([=> new \FOS\ElasticaBundle\Configuration\Source\TemplateContainerSource([])]);
  3008.     }
  3009.     /**
  3010.      * Gets the public 'fos_elastica.filter_objects_listener' shared service.
  3011.      *
  3012.      * @return \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener
  3013.      */
  3014.     protected function getFosElastica_FilterObjectsListenerService()
  3015.     {
  3016.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/Listener/FilterObjectsListener.php';
  3017.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  3018.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  3019.         return $this->services['fos_elastica.filter_objects_listener'] = new \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener(new \FOS\ElasticaBundle\Provider\Indexable([]));
  3020.     }
  3021.     /**
  3022.      * Gets the public 'fos_elastica.in_place_pager_persister' shared service.
  3023.      *
  3024.      * @return \FOS\ElasticaBundle\Persister\InPlacePagerPersister
  3025.      */
  3026.     protected function getFosElastica_InPlacePagerPersisterService()
  3027.     {
  3028.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
  3029.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/InPlacePagerPersister.php';
  3030.         return $this->services['fos_elastica.in_place_pager_persister'] = new \FOS\ElasticaBundle\Persister\InPlacePagerPersister(($this->services['fos_elastica.persister_registry'] ?? $this->getFosElastica_PersisterRegistryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3031.     }
  3032.     /**
  3033.      * Gets the public 'fos_elastica.index.app' shared service.
  3034.      *
  3035.      * @return \FOS\ElasticaBundle\Elastica\Index
  3036.      */
  3037.     protected function getFosElastica_Index_AppService()
  3038.     {
  3039.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/SearchableInterface.php';
  3040.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/lib/Elastica/Index.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  3042.         return $this->services['fos_elastica.index.app'] = ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('app');
  3043.     }
  3044.     /**
  3045.      * Gets the public 'fos_elastica.index_manager' shared service.
  3046.      *
  3047.      * @return \FOS\ElasticaBundle\Index\IndexManager
  3048.      */
  3049.     protected function getFosElastica_IndexManagerService()
  3050.     {
  3051.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexManager.php';
  3052.         $a = ($this->services['fos_elastica.index.app'] ?? $this->getFosElastica_Index_AppService());
  3053.         return $this->services['fos_elastica.index_manager'] = new \FOS\ElasticaBundle\Index\IndexManager(['app' => $a], $a);
  3054.     }
  3055.     /**
  3056.      * Gets the public 'fos_elastica.index_template_manager' shared service.
  3057.      *
  3058.      * @return \FOS\ElasticaBundle\Index\IndexTemplateManager
  3059.      */
  3060.     protected function getFosElastica_IndexTemplateManagerService()
  3061.     {
  3062.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  3063.         return $this->services['fos_elastica.index_template_manager'] = new \FOS\ElasticaBundle\Index\IndexTemplateManager([]);
  3064.     }
  3065.     /**
  3066.      * Gets the public 'fos_elastica.pager_persister_registry' shared service.
  3067.      *
  3068.      * @return \FOS\ElasticaBundle\Persister\PagerPersisterRegistry
  3069.      */
  3070.     protected function getFosElastica_PagerPersisterRegistryService()
  3071.     {
  3072.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterRegistry.php';
  3073.         $this->services['fos_elastica.pager_persister_registry'] = $instance = new \FOS\ElasticaBundle\Persister\PagerPersisterRegistry(['in_place' => 'fos_elastica.in_place_pager_persister']);
  3074.         $instance->setContainer($this);
  3075.         return $instance;
  3076.     }
  3077.     /**
  3078.      * Gets the public 'fos_elastica.pager_provider_registry' shared service.
  3079.      *
  3080.      * @return \FOS\ElasticaBundle\Provider\PagerProviderRegistry
  3081.      */
  3082.     protected function getFosElastica_PagerProviderRegistryService()
  3083.     {
  3084.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderRegistry.php';
  3085.         $this->services['fos_elastica.pager_provider_registry'] = $instance = new \FOS\ElasticaBundle\Provider\PagerProviderRegistry([]);
  3086.         $instance->setContainer($this);
  3087.         return $instance;
  3088.     }
  3089.     /**
  3090.      * Gets the public 'fos_elastica.paginator.subscriber' shared service.
  3091.      *
  3092.      * @return \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber
  3093.      */
  3094.     protected function getFosElastica_Paginator_SubscriberService()
  3095.     {
  3096.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Subscriber/PaginateElasticaQuerySubscriber.php';
  3097.         return $this->services['fos_elastica.paginator.subscriber'] = new \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3098.     }
  3099.     /**
  3100.      * Gets the public 'fos_elastica.persister_registry' shared service.
  3101.      *
  3102.      * @return \FOS\ElasticaBundle\Persister\PersisterRegistry
  3103.      */
  3104.     protected function getFosElastica_PersisterRegistryService()
  3105.     {
  3106.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PersisterRegistry.php';
  3107.         $this->services['fos_elastica.persister_registry'] = $instance = new \FOS\ElasticaBundle\Persister\PersisterRegistry([]);
  3108.         $instance->setContainer($this);
  3109.         return $instance;
  3110.     }
  3111.     /**
  3112.      * Gets the public 'fos_elastica.repository_manager' shared service.
  3113.      *
  3114.      * @return \FOS\ElasticaBundle\Manager\RepositoryManager
  3115.      */
  3116.     protected function getFosElastica_RepositoryManagerService()
  3117.     {
  3118.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManagerInterface.php';
  3119.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManager.php';
  3120.         return $this->services['fos_elastica.repository_manager'] = new \FOS\ElasticaBundle\Manager\RepositoryManager();
  3121.     }
  3122.     /**
  3123.      * Gets the public 'fos_elastica.resetter' shared service.
  3124.      *
  3125.      * @return \FOS\ElasticaBundle\Index\Resetter
  3126.      */
  3127.     protected function getFosElastica_ResetterService()
  3128.     {
  3129.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/Resetter.php';
  3131.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  3133.         return $this->services['fos_elastica.resetter'] = new \FOS\ElasticaBundle\Index\Resetter(($this->services['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3134.     }
  3135.     /**
  3136.      * Gets the public 'fos_elastica.template_resetter' shared service.
  3137.      *
  3138.      * @return \FOS\ElasticaBundle\Index\TemplateResetter
  3139.      */
  3140.     protected function getFosElastica_TemplateResetterService()
  3141.     {
  3142.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/TemplateResetter.php';
  3144.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  3146.         return $this->services['fos_elastica.template_resetter'] = new \FOS\ElasticaBundle\Index\TemplateResetter(($this->services['fos_elastica.config_manager.index_templates'] ?? $this->getFosElastica_ConfigManager_IndexTemplatesService()), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->services['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), ($this->services['fos_elastica.index_template_manager'] ?? ($this->services['fos_elastica.index_template_manager'] = new \FOS\ElasticaBundle\Index\IndexTemplateManager([]))));
  3147.     }
  3148.     /**
  3149.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  3150.      *
  3151.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  3152.      */
  3153.     protected function getGesdinet_JwtrefreshtokenService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Service/RefreshToken.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3159.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Authenticator/RefreshTokenAuthenticator.php';
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Provider/RefreshTokenProvider.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  3163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  3164.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  3165.         $b = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider($a);
  3166.         $b->setCustomUserProvider(($this->privates['App\\Security\\User\\ApiUserProvider'] ?? $this->getApiUserProviderService()));
  3167.         return $this->services['gesdinet.jwtrefreshtoken'] = new \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken(new \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'refresh_token'), $b, ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), $a15552000'refresh'false, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3168.     }
  3169.     /**
  3170.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  3171.      *
  3172.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  3173.      */
  3174.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManager.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  3179.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'App\\Entity\\Auth\\JwtRefreshToken');
  3180.     }
  3181.     /**
  3182.      * Gets the public 'http_kernel' shared service.
  3183.      *
  3184.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3185.      */
  3186.     protected function getHttpKernelService()
  3187.     {
  3188.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3189.         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 () {
  3190.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3191.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3192.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3193.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3194.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3195.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3196.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3197.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3198.         }, 8)), $a));
  3199.     }
  3200.     /**
  3201.      * Gets the public 'knp_snappy.image' shared service.
  3202.      *
  3203.      * @return \Knp\Snappy\Image
  3204.      */
  3205.     protected function getKnpSnappy_ImageService()
  3206.     {
  3207.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3209.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  3210.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  3211.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3212.         return $instance;
  3213.     }
  3214.     /**
  3215.      * Gets the public 'knp_snappy.pdf' shared service.
  3216.      *
  3217.      * @return \Knp\Snappy\Pdf
  3218.      */
  3219.     protected function getKnpSnappy_PdfService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  3224.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  3225.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3226.         return $instance;
  3227.     }
  3228.     /**
  3229.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  3230.      *
  3231.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  3232.      */
  3233.     protected function getLexikJwtAuthentication_EncoderService()
  3234.     {
  3235.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'36000false));
  3236.     }
  3237.     /**
  3238.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  3239.      *
  3240.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  3241.      */
  3242.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  3243.     {
  3244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3245.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3246.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  3247.             yield => ($this->privates['App\\Security\\User\\ApiUserProvider'] ?? $this->getApiUserProviderService());
  3248.         }, 1));
  3249.         $instance->setName('lexik:jwt:generate-token');
  3250.         return $instance;
  3251.     }
  3252.     /**
  3253.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3254.      *
  3255.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3256.      */
  3257.     protected function getLexikJwtAuthentication_JwtManagerService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3262.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  3263.         $instance->setUserIdentityField('username'false);
  3264.         return $instance;
  3265.     }
  3266.     /**
  3267.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3268.      *
  3269.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3270.      */
  3271.     protected function getLexikJwtAuthentication_KeyLoaderService()
  3272.     {
  3273.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_PRIVATE_KEY_PATH'), $this->getEnv('resolve:JWT_PUBLIC_KEY_PATH'), $this->getEnv('JWT_PASSPHRASE'), []);
  3274.     }
  3275.     /**
  3276.      * Gets the public 'lopi_pusher.authenticator' shared autowired service.
  3277.      *
  3278.      * @return \App\Services\ChannelAuthenticator
  3279.      */
  3280.     protected function getLopiPusher_AuthenticatorService()
  3281.     {
  3282.         include_once \dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle/Authenticator/ChannelAuthenticatorInterface.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle/Authenticator/ChannelAuthenticatorPresenceInterface.php';
  3284.         include_once \dirname(__DIR__4).'/src/Services/ChannelAuthenticator.php';
  3285.         return $this->services['lopi_pusher.authenticator'] = new \App\Services\ChannelAuthenticator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\Chat\\ChatRepository'] ?? $this->getChatRepositoryService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()));
  3286.     }
  3287.     /**
  3288.      * Gets the public 'message_bus' shared service.
  3289.      *
  3290.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3291.      */
  3292.     protected function getMessageBusService()
  3293.     {
  3294.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3295.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  3296.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  3297.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3298.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3299.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3300.             yield => ($this->privates['App\\Middleware\\FailureCatherMiddleware'] ?? ($this->privates['App\\Middleware\\FailureCatherMiddleware'] = new \App\Middleware\FailureCatherMiddleware()));
  3301.             yield => ($this->privates['messenger.bus.default.middleware.doctrine_ping_connection'] ?? $this->getMessenger_Bus_Default_Middleware_DoctrinePingConnectionService());
  3302.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  3303.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  3304.         }, 9)));
  3305.     }
  3306.     /**
  3307.      * Gets the public 'profiler' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  3310.      */
  3311.     protected function getProfilerService()
  3312.     {
  3313.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  3314.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3315.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3316.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3317.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3318.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  3319.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  3320.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3321.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  3322.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  3323.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  3324.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  3325.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  3326.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3327.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  3328.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  3329.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3330.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  3331.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3332.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3333.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  3334.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  3335.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  3336.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  3337.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  3338.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  3339.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  3340.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3341.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  3342.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  3343.         $g->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  3344.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  3345.         if ($this->has('kernel')) {
  3346.             $h->setKernel($b);
  3347.         }
  3348.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  3349.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  3350.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3351.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  3352.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  3353.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  3354.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  3355.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  3356.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  3357.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  3358.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  3359.         $instance->add($d);
  3360.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  3361.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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())));
  3362.         $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())));
  3363.         $instance->add($e);
  3364.         $instance->add($f);
  3365.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  3366.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3367.         $instance->add($g);
  3368.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  3369.         $instance->add($h);
  3370.         return $instance;
  3371.     }
  3372.     /**
  3373.      * Gets the public 'request_stack' shared service.
  3374.      *
  3375.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3376.      */
  3377.     protected function getRequestStackService()
  3378.     {
  3379.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3380.     }
  3381.     /**
  3382.      * Gets the public 'router' shared service.
  3383.      *
  3384.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3385.      */
  3386.     protected function getRouterService()
  3387.     {
  3388.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3389.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3390.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3391.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3392.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3393.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3394.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3395.         ], [
  3396.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3397.         ]))->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'es');
  3398.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3399.         return $instance;
  3400.     }
  3401.     /**
  3402.      * Gets the public 'routing.loader' shared service.
  3403.      *
  3404.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3405.      */
  3406.     protected function getRouting_LoaderService()
  3407.     {
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3410.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3424.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  3426.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/ApiLoader.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3430.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3431.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3432.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  3433.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b, (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  3434.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3435.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c));
  3436.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c));
  3437.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c));
  3438.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c));
  3439.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c));
  3440.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3441.             'kernel' => ['services''kernel''getKernelService'false],
  3442.         ], [
  3443.             'kernel' => 'App\\Kernel',
  3444.         ]))));
  3445.         $a->addLoader(new \ApiPlatform\Core\Bridge\Symfony\Routing\ApiLoader($b, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), falsetruetruefalsefalse));
  3446.         $a->addLoader($d);
  3447.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  3448.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  3449.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  3450.     }
  3451.     /**
  3452.      * Gets the public 'security.authentication_utils' shared service.
  3453.      *
  3454.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  3455.      */
  3456.     protected function getSecurity_AuthenticationUtilsService()
  3457.     {
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  3459.         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())));
  3460.     }
  3461.     /**
  3462.      * Gets the public 'security.authorization_checker' shared service.
  3463.      *
  3464.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  3465.      */
  3466.     protected function getSecurity_AuthorizationCheckerService()
  3467.     {
  3468.         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);
  3469.     }
  3470.     /**
  3471.      * Gets the public 'security.csrf.token_manager' shared service.
  3472.      *
  3473.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  3474.      */
  3475.     protected function getSecurity_Csrf_TokenManagerService()
  3476.     {
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  3481.         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())));
  3482.     }
  3483.     /**
  3484.      * Gets the public 'security.password_encoder' shared service.
  3485.      *
  3486.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  3487.      */
  3488.     protected function getSecurity_PasswordEncoderService()
  3489.     {
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  3492.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  3493.     }
  3494.     /**
  3495.      * Gets the public 'security.token_storage' shared service.
  3496.      *
  3497.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  3498.      */
  3499.     protected function getSecurity_TokenStorageService()
  3500.     {
  3501.         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, [
  3502.             'session' => ['services''session''getSessionService'false],
  3503.         ], [
  3504.             'session' => '?',
  3505.         ]));
  3506.     }
  3507.     /**
  3508.      * Gets the public 'serializer' shared service.
  3509.      *
  3510.      * @return \Symfony\Component\Serializer\Serializer
  3511.      */
  3512.     protected function getSerializerService()
  3513.     {
  3514.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3515.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3516.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  3517.         $d = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3518.         $e = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  3519.         $f = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  3520.         $g = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($a$b$c, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($d, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $e), NULL$fNULLfalse'oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], $this->parameters['api_platform.swagger.api_keys'], $etrue'page'true'itemsPerPage'$this->parameters['api_platform.formats'], true'pagination', [], $this->parameters['api_platform.swagger.versions']));
  3521.         $h = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  3522.         $i = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3523.         $j = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  3524.         $k = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  3525.         $l = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3526.         $m = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  3527.         $n = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($m$h$l, ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($m), NULL, []);
  3528.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> $g=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($d, [], $h), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $h), => $g=> new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($a$b$c$iNULL$d$e$h), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($a$j$d), => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($dtrue), => new \ApiPlatform\Core\Hal\Serializer\EntrypointNormalizer($a$j$d), => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 10 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($a$b$c$j$i$k$l$h$m, [], new RewindableGenerator(function () {
  3529.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  3530.         }, 1), false), 11 => new \ApiPlatform\Core\Hal\Serializer\ItemNormalizer($b$c$j$i$l$h$mNULLfalse, [], new RewindableGenerator(function () {
  3531.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  3532.         }, 1), $afalse), 12 => new \ApiPlatform\Core\Serializer\ItemNormalizer($b$c$j$i$l$h$m, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  3533.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  3534.         }, 1), $afalse), 13 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $h), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 18 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 19 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($k$i$j), 'page''pagination'$a$l), $a$i$f), 20 => new \ApiPlatform\Core\Hal\Serializer\CollectionNormalizer($i'page'), 21 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 22 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($n$j$k), 23 => new \ApiPlatform\Core\Hal\Serializer\ObjectNormalizer($n$j), 24 => $n], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonhal'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  3535.     }
  3536.     /**
  3537.      * Gets the public 'services_resetter' shared service.
  3538.      *
  3539.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3540.      */
  3541.     protected function getServicesResetterService()
  3542.     {
  3543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3544.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3545.             if (isset($this->services['cache.app'])) {
  3546.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3547.             }
  3548.             if (isset($this->services['cache.system'])) {
  3549.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3550.             }
  3551.             if (isset($this->privates['cache.validator'])) {
  3552.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3553.             }
  3554.             if (isset($this->privates['cache.serializer'])) {
  3555.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3556.             }
  3557.             if (isset($this->privates['cache.annotations'])) {
  3558.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3559.             }
  3560.             if (isset($this->privates['cache.property_info'])) {
  3561.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3562.             }
  3563.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  3564.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  3565.             }
  3566.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3567.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3568.             }
  3569.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  3570.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  3571.             }
  3572.             if (isset($this->services['profiler'])) {
  3573.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  3574.             }
  3575.             if (isset($this->services['validator'])) {
  3576.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  3577.             }
  3578.             if (isset($this->privates['debug.stopwatch'])) {
  3579.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3580.             }
  3581.             if (isset($this->services['event_dispatcher'])) {
  3582.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3583.             }
  3584.             if (isset($this->privates['twig.form.engine'])) {
  3585.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  3586.             }
  3587.             if (isset($this->services['security.token_storage'])) {
  3588.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  3589.             }
  3590.             if (isset($this->privates['cache.security_expression_language'])) {
  3591.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3592.             }
  3593.             if (isset($this->services['doctrine'])) {
  3594.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3595.             }
  3596.             if (isset($this->privates['form.type.entity'])) {
  3597.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3598.             }
  3599.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  3600.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  3601.             }
  3602.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  3603.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  3604.             }
  3605.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  3606.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  3607.             }
  3608.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  3609.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  3610.             }
  3611.             if (isset($this->privates['api_platform.cache.metadata.property'])) {
  3612.                 yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? null);
  3613.             }
  3614.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  3615.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  3616.             }
  3617.             if (isset($this->privates['monolog.handler.main'])) {
  3618.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3619.             }
  3620.             if (isset($this->privates['monolog.handler.console'])) {
  3621.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3622.             }
  3623.             if (isset($this->privates['.debug.http_client'])) {
  3624.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  3625.             }
  3626.         }, function () {
  3627.             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['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (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->privates['twig.form.engine'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.property'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  3628.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.property' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  3629.     }
  3630.     /**
  3631.      * Gets the public 'session' shared service.
  3632.      *
  3633.      * @return \Symfony\Component\HttpFoundation\Session\Session
  3634.      */
  3635.     protected function getSessionService()
  3636.     {
  3637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  3639.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  3640.     }
  3641.     /**
  3642.      * Gets the public 'swiftmailer.mailer.default' shared service.
  3643.      *
  3644.      * @return \Swift_Mailer
  3645.      */
  3646.     protected function getSwiftmailer_Mailer_DefaultService()
  3647.     {
  3648.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  3649.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  3650.     }
  3651.     /**
  3652.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  3653.      *
  3654.      * @return \Swift_Plugins_MessageLogger
  3655.      */
  3656.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  3657.     {
  3658.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3661.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  3662.     }
  3663.     /**
  3664.      * Gets the public 'swiftmailer.transport' shared service.
  3665.      *
  3666.      * @return \Swift_Transport
  3667.      */
  3668.     protected function getSwiftmailer_TransportService()
  3669.     {
  3670.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  3671.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  3672.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3677.         $this->services['swiftmailer.transport'] = $instance = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => $this->getEnv('MAILER_TRANSPORT'), 'url' => NULL'username' => $this->getEnv('MAILER_USERNAME'), 'password' => $this->getEnv('MAILER_PASSWORD'), 'host' => $this->getEnv('MAILER_HOST'), 'port' => $this->getEnv('MAILER_PORT'), 'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => $this->getEnv('MAILER_ENCRYPTION'), 'auth_mode' => $this->getEnv('MAILER_AUTH_MODE'), 'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Swift_Events_SimpleEventDispatcher());
  3678.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  3679.         return $instance;
  3680.     }
  3681.     /**
  3682.      * Gets the public 'translator' shared service.
  3683.      *
  3684.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3685.      */
  3686.     protected function getTranslatorService()
  3687.     {
  3688.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3689.     }
  3690.     /**
  3691.      * Gets the public 'twig' shared service.
  3692.      *
  3693.      * @return \Twig\Environment
  3694.      */
  3695.     protected function getTwigService()
  3696.     {
  3697.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  3698.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  3699.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  3700.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  3701.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3702.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3703.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3704.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3705.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3706.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  3707.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  3708.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  3709.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  3710.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3711.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3712.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3713.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3714.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3715.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3716.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3717.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3718.         $a->addPath((\dirname(__DIR__4).'/templates'));
  3719.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3720.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3721.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3722.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  3723.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3724.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3725.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3726.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3727.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  3728.         $f = new \Symfony\Bridge\Twig\AppVariable();
  3729.         $f->setEnvironment('dev');
  3730.         $f->setDebug(true);
  3731.         if ($this->has('security.token_storage')) {
  3732.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3733.         }
  3734.         if ($this->has('request_stack')) {
  3735.             $f->setRequestStack($c);
  3736.         }
  3737.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  3738.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  3739.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  3740.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  3741.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  3742.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  3743.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  3744.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  3745.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  3746.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  3747.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  3748.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  3749.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  3750.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  3751.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  3752.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  3753.         $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())));
  3754.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  3755.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  3756.         $instance->addExtension(new \Lopi\Bundle\PusherBundle\Twig\PusherExtension(\Lopi\Bundle\PusherBundle\DependencyInjection\PusherFactory::create($this->getParameter('lopi_pusher.config'))));
  3757.         $instance->addGlobal('app'$f);
  3758.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3759.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3760.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3761.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3762.         ], [
  3763.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3764.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3765.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3766.         ])));
  3767.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  3768.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  3769.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  3770.         return $instance;
  3771.     }
  3772.     /**
  3773.      * Gets the public 'twig.controller.exception' shared service.
  3774.      *
  3775.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  3776.      *
  3777.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  3778.      */
  3779.     protected function getTwig_Controller_ExceptionService()
  3780.     {
  3781.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  3782.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  3783.     }
  3784.     /**
  3785.      * Gets the public 'twig.controller.preview_error' shared service.
  3786.      *
  3787.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  3788.      *
  3789.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  3790.      */
  3791.     protected function getTwig_Controller_PreviewErrorService()
  3792.     {
  3793.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  3794.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  3795.     }
  3796.     /**
  3797.      * Gets the public 'user_service' shared autowired service.
  3798.      *
  3799.      * @return \App\Services\UserService
  3800.      */
  3801.     protected function getUserServiceService()
  3802.     {
  3803.         include_once \dirname(__DIR__4).'/src/Interfaces/UserInterface.php';
  3804.         include_once \dirname(__DIR__4).'/src/Services/UserService.php';
  3805.         $a = ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService());
  3806.         return $this->services['user_service'] = new \App\Services\UserService($a$this, ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\App\\ScheduleRepository'] ?? $this->getScheduleRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\SMSSendService'] ?? $this->getSMSSendServiceService()), ($this->privates['App\\Services\\MailService'] ?? $this->getMailServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\Log\\LogEntryRepository'] ?? $this->getLogEntryRepositoryService()), ($this->privates['App\\Services\\LogService'] ?? $this->getLogServiceService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), $a, ($this->privates['App\\Repository\\App\\RoleStaffRepository'] ?? $this->getRoleStaffRepositoryService()));
  3807.     }
  3808.     /**
  3809.      * Gets the public 'validator' shared service.
  3810.      *
  3811.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3812.      */
  3813.     protected function getValidatorService()
  3814.     {
  3815.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3816.     }
  3817.     /**
  3818.      * Gets the public 'var_dumper.cloner' shared service.
  3819.      *
  3820.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3821.      */
  3822.     protected function getVarDumper_ClonerService()
  3823.     {
  3824.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3825.         $instance->setMaxItems(2500);
  3826.         $instance->setMinDepth(1);
  3827.         $instance->setMaxString(-1);
  3828.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3829.         return $instance;
  3830.     }
  3831.     /**
  3832.      * Gets the public 'web_profiler.controller.exception' shared service.
  3833.      *
  3834.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  3835.      *
  3836.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  3837.      */
  3838.     protected function getWebProfiler_Controller_ExceptionService()
  3839.     {
  3840.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  3841.         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()));
  3842.     }
  3843.     /**
  3844.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3845.      *
  3846.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3847.      */
  3848.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3849.     {
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3851.         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()));
  3852.     }
  3853.     /**
  3854.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3855.      *
  3856.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3857.      */
  3858.     protected function getWebProfiler_Controller_ProfilerService()
  3859.     {
  3860.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3861.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3862.     }
  3863.     /**
  3864.      * Gets the public 'web_profiler.controller.router' shared service.
  3865.      *
  3866.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3867.      */
  3868.     protected function getWebProfiler_Controller_RouterService()
  3869.     {
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3871.         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 () {
  3872.             return new \EmptyIterator();
  3873.         }, 0));
  3874.     }
  3875.     /**
  3876.      * Gets the private '.debug.http_client' shared service.
  3877.      *
  3878.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3879.      */
  3880.     protected function get_Debug_HttpClientService()
  3881.     {
  3882.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3883.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3884.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3885.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3886.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3887.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3888.         $a->setLogger($b);
  3889.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  3890.     }
  3891.     /**
  3892.      * Gets the private '.errored..service_locator.1Z.V9lN.App\Entity\App\Vendor' shared service.
  3893.      *
  3894.      * @return \App\Entity\App\Vendor
  3895.      */
  3896.     protected function getVendorService()
  3897.     {
  3898.         $this->throw('Cannot autowire service ".service_locator.1Z.V9lN": it references class "App\\Entity\\App\\Vendor" but no such service exists.');
  3899.     }
  3900.     /**
  3901.      * Gets the private '.errored..service_locator.2acufS6.App\Entity\App\Task\WorkerBudget' shared service.
  3902.      *
  3903.      * @return \App\Entity\App\Task\WorkerBudget
  3904.      */
  3905.     protected function getWorkerBudgetService()
  3906.     {
  3907.         $this->throw('Cannot autowire service ".service_locator.2acufS6": it references class "App\\Entity\\App\\Task\\WorkerBudget" but no such service exists.');
  3908.     }
  3909.     /**
  3910.      * Gets the private '.errored..service_locator.6KR9tAW.App\Entity\App\Notification' shared service.
  3911.      *
  3912.      * @return \App\Entity\App\Notification
  3913.      */
  3914.     protected function getNotificationService()
  3915.     {
  3916.         $this->throw('Cannot autowire service ".service_locator.6KR9tAW": it references class "App\\Entity\\App\\Notification" but no such service exists.');
  3917.     }
  3918.     /**
  3919.      * Gets the private '.errored..service_locator.CM6cbk..App\Entity\App\Ticket\Ticket' shared service.
  3920.      *
  3921.      * @return \App\Entity\App\Ticket\Ticket
  3922.      */
  3923.     protected function getTicketService()
  3924.     {
  3925.         $this->throw('Cannot autowire service ".service_locator.CM6cbk.": it references class "App\\Entity\\App\\Ticket\\Ticket" but no such service exists.');
  3926.     }
  3927.     /**
  3928.      * Gets the private '.errored..service_locator.DrPrFu9.App\Entity\App\User' shared service.
  3929.      *
  3930.      * @return \App\Entity\App\User
  3931.      */
  3932.     protected function getUserService()
  3933.     {
  3934.         $this->throw('Cannot autowire service ".service_locator.DrPrFu9": it references class "App\\Entity\\App\\User" but no such service exists.');
  3935.     }
  3936.     /**
  3937.      * Gets the private '.errored..service_locator.DrPrFu9.App\Entity\App\Vendor' shared service.
  3938.      *
  3939.      * @return \App\Entity\App\Vendor
  3940.      */
  3941.     protected function getVendor2Service()
  3942.     {
  3943.         $this->throw('Cannot autowire service ".service_locator.DrPrFu9": it references class "App\\Entity\\App\\Vendor" but no such service exists.');
  3944.     }
  3945.     /**
  3946.      * Gets the private '.errored..service_locator.Em5qT2S.App\Entity\App\MaintenanceElement' shared service.
  3947.      *
  3948.      * @return \App\Entity\App\MaintenanceElement
  3949.      */
  3950.     protected function getMaintenanceElementService()
  3951.     {
  3952.         $this->throw('Cannot autowire service ".service_locator.Em5qT2S": it references class "App\\Entity\\App\\MaintenanceElement" but no such service exists.');
  3953.     }
  3954.     /**
  3955.      * Gets the private '.errored..service_locator.TTHWcpt.App\Entity\App\ResourceAndTool' shared service.
  3956.      *
  3957.      * @return \App\Entity\App\ResourceAndTool
  3958.      */
  3959.     protected function getResourceAndToolService()
  3960.     {
  3961.         $this->throw('Cannot autowire service ".service_locator.TTHWcpt": it references class "App\\Entity\\App\\ResourceAndTool" but no such service exists.');
  3962.     }
  3963.     /**
  3964.      * Gets the private '.errored..service_locator.TcgTYO9.App\Entity\App\MediaObject' shared service.
  3965.      *
  3966.      * @return \App\Entity\App\MediaObject
  3967.      */
  3968.     protected function getMediaObjectService()
  3969.     {
  3970.         $this->throw('Cannot autowire service ".service_locator.TcgTYO9": it references class "App\\Entity\\App\\MediaObject" but no such service exists.');
  3971.     }
  3972.     /**
  3973.      * Gets the private '.errored..service_locator.X7t6Vrn.App\Entity\App\Report' shared service.
  3974.      *
  3975.      * @return \App\Entity\App\Report
  3976.      */
  3977.     protected function getReportService()
  3978.     {
  3979.         $this->throw('Cannot autowire service ".service_locator.X7t6Vrn": it references class "App\\Entity\\App\\Report" but no such service exists.');
  3980.     }
  3981.     /**
  3982.      * Gets the private '.errored..service_locator.uYEkEhf.App\Entity\App\Task\Task' shared service.
  3983.      *
  3984.      * @return \App\Entity\App\Task\Task
  3985.      */
  3986.     protected function getTaskService()
  3987.     {
  3988.         $this->throw('Cannot autowire service ".service_locator.uYEkEhf": it references class "App\\Entity\\App\\Task\\Task" but no such service exists.');
  3989.     }
  3990.     /**
  3991.      * Gets the private '.errored..service_locator.vdphvTy.App\Entity\Chat\Chat' shared service.
  3992.      *
  3993.      * @return \App\Entity\Chat\Chat
  3994.      */
  3995.     protected function getChatService()
  3996.     {
  3997.         $this->throw('Cannot autowire service ".service_locator.vdphvTy": it references class "App\\Entity\\Chat\\Chat" but no such service exists.');
  3998.     }
  3999.     /**
  4000.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  4001.      *
  4002.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  4003.      */
  4004.     protected function get_LegacyResolveControllerNameSubscriberService()
  4005.     {
  4006.         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);
  4007.     }
  4008.     /**
  4009.      * Gets the private '.messenger.handler_descriptor.2JOxv_W' shared service.
  4010.      *
  4011.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4012.      */
  4013.     protected function get_Messenger_HandlerDescriptor_2JOxvWService()
  4014.     {
  4015.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4017.         include_once \dirname(__DIR__4).'/src/MessageHandler/ChatMessageHandler.php';
  4018.         return $this->privates['.messenger.handler_descriptor.2JOxv_W'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ChatMessageHandler(($this->privates['App\\Services\\PushNotificationService'] ?? $this->getPushNotificationServiceService()), ($this->privates['App\\Repository\\Chat\\ChatMessageRepository'] ?? $this->getChatMessageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), []);
  4019.     }
  4020.     /**
  4021.      * Gets the private '.messenger.handler_descriptor.L_EYfQQ' shared service.
  4022.      *
  4023.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4024.      */
  4025.     protected function get_Messenger_HandlerDescriptor_LEYfQQService()
  4026.     {
  4027.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4029.         include_once \dirname(__DIR__4).'/src/MessageHandler/MessageHandler.php';
  4030.         return $this->privates['.messenger.handler_descriptor.L_EYfQQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\MessageHandler(($this->privates['App\\Services\\PushNotificationService'] ?? $this->getPushNotificationServiceService()), ($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()), ($this->privates['App\\Repository\\Chat\\ChatMessageRepository'] ?? $this->getChatMessageRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), []);
  4031.     }
  4032.     /**
  4033.      * Gets the private '.messenger.handler_descriptor.SKCf.Mp' shared service.
  4034.      *
  4035.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4036.      */
  4037.     protected function get_Messenger_HandlerDescriptor_SKCf_MpService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4041.         include_once \dirname(__DIR__4).'/src/MessageHandler/ScheduledTaskHandler.php';
  4042.         return $this->privates['.messenger.handler_descriptor.SKCf.Mp'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ScheduledTaskHandler(($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService())), []);
  4043.     }
  4044.     /**
  4045.      * Gets the private '.messenger.handler_descriptor.hiOPwA4' shared service.
  4046.      *
  4047.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4048.      */
  4049.     protected function get_Messenger_HandlerDescriptor_HiOPwA4Service()
  4050.     {
  4051.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4053.         include_once \dirname(__DIR__4).'/src/MessageHandler/LogMessageHandler.php';
  4054.         return $this->privates['.messenger.handler_descriptor.hiOPwA4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\LogMessageHandler(($this->privates['App\\Services\\PushNotificationService'] ?? $this->getPushNotificationServiceService()), ($this->privates['App\\Repository\\Chat\\ChatMessageRepository'] ?? $this->getChatMessageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), []);
  4055.     }
  4056.     /**
  4057.      * Gets the private '.service_locator.1Z.V9lN' shared service.
  4058.      *
  4059.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4060.      */
  4061.     protected function get_ServiceLocator_1Z_V9lNService()
  4062.     {
  4063.         return $this->privates['.service_locator.1Z.V9lN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4064.             'vendor' => ['privates''.errored..service_locator.1Z.V9lN.App\\Entity\\App\\Vendor'NULL'Cannot autowire service ".service_locator.1Z.V9lN": it references class "App\\Entity\\App\\Vendor" but no such service exists.'],
  4065.         ], [
  4066.             'vendor' => 'App\\Entity\\App\\Vendor',
  4067.         ]);
  4068.     }
  4069.     /**
  4070.      * Gets the private '.service_locator.2acufS6' shared service.
  4071.      *
  4072.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4073.      */
  4074.     protected function get_ServiceLocator_2acufS6Service()
  4075.     {
  4076.         return $this->privates['.service_locator.2acufS6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4077.             'workerBudget' => ['privates''.errored..service_locator.2acufS6.App\\Entity\\App\\Task\\WorkerBudget'NULL'Cannot autowire service ".service_locator.2acufS6": it references class "App\\Entity\\App\\Task\\WorkerBudget" but no such service exists.'],
  4078.         ], [
  4079.             'workerBudget' => 'App\\Entity\\App\\Task\\WorkerBudget',
  4080.         ]);
  4081.     }
  4082.     /**
  4083.      * Gets the private '.service_locator.6KR9tAW' shared service.
  4084.      *
  4085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4086.      */
  4087.     protected function get_ServiceLocator_6KR9tAWService()
  4088.     {
  4089.         return $this->privates['.service_locator.6KR9tAW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4090.             'data' => ['privates''.errored..service_locator.6KR9tAW.App\\Entity\\App\\Notification'NULL'Cannot autowire service ".service_locator.6KR9tAW": it references class "App\\Entity\\App\\Notification" but no such service exists.'],
  4091.         ], [
  4092.             'data' => 'App\\Entity\\App\\Notification',
  4093.         ]);
  4094.     }
  4095.     /**
  4096.      * Gets the private '.service_locator.8ZuNAXa' shared service.
  4097.      *
  4098.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4099.      */
  4100.     protected function get_ServiceLocator_8ZuNAXaService()
  4101.     {
  4102.         return $this->privates['.service_locator.8ZuNAXa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4103.             'mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  4104.         ], [
  4105.             'mailer' => '?',
  4106.         ]);
  4107.     }
  4108.     /**
  4109.      * Gets the private '.service_locator.CM6cbk.' shared service.
  4110.      *
  4111.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4112.      */
  4113.     protected function get_ServiceLocator_CM6cbk_Service()
  4114.     {
  4115.         return $this->privates['.service_locator.CM6cbk.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4116.             'ticket' => ['privates''.errored..service_locator.CM6cbk..App\\Entity\\App\\Ticket\\Ticket'NULL'Cannot autowire service ".service_locator.CM6cbk.": it references class "App\\Entity\\App\\Ticket\\Ticket" but no such service exists.'],
  4117.         ], [
  4118.             'ticket' => 'App\\Entity\\App\\Ticket\\Ticket',
  4119.         ]);
  4120.     }
  4121.     /**
  4122.      * Gets the private '.service_locator.DrPrFu9' shared service.
  4123.      *
  4124.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4125.      */
  4126.     protected function get_ServiceLocator_DrPrFu9Service()
  4127.     {
  4128.         return $this->privates['.service_locator.DrPrFu9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4129.             'user' => ['privates''.errored..service_locator.DrPrFu9.App\\Entity\\App\\User'NULL'Cannot autowire service ".service_locator.DrPrFu9": it references class "App\\Entity\\App\\User" but no such service exists.'],
  4130.             'vendor' => ['privates''.errored..service_locator.DrPrFu9.App\\Entity\\App\\Vendor'NULL'Cannot autowire service ".service_locator.DrPrFu9": it references class "App\\Entity\\App\\Vendor" but no such service exists.'],
  4131.         ], [
  4132.             'user' => 'App\\Entity\\App\\User',
  4133.             'vendor' => 'App\\Entity\\App\\Vendor',
  4134.         ]);
  4135.     }
  4136.     /**
  4137.      * Gets the private '.service_locator.Em5qT2S' shared service.
  4138.      *
  4139.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4140.      */
  4141.     protected function get_ServiceLocator_Em5qT2SService()
  4142.     {
  4143.         return $this->privates['.service_locator.Em5qT2S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4144.             'element' => ['privates''.errored..service_locator.Em5qT2S.App\\Entity\\App\\MaintenanceElement'NULL'Cannot autowire service ".service_locator.Em5qT2S": it references class "App\\Entity\\App\\MaintenanceElement" but no such service exists.'],
  4145.         ], [
  4146.             'element' => 'App\\Entity\\App\\MaintenanceElement',
  4147.         ]);
  4148.     }
  4149.     /**
  4150.      * Gets the private '.service_locator.TTHWcpt' shared service.
  4151.      *
  4152.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4153.      */
  4154.     protected function get_ServiceLocator_TTHWcptService()
  4155.     {
  4156.         return $this->privates['.service_locator.TTHWcpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4157.             'resource' => ['privates''.errored..service_locator.TTHWcpt.App\\Entity\\App\\ResourceAndTool'NULL'Cannot autowire service ".service_locator.TTHWcpt": it references class "App\\Entity\\App\\ResourceAndTool" but no such service exists.'],
  4158.         ], [
  4159.             'resource' => 'App\\Entity\\App\\ResourceAndTool',
  4160.         ]);
  4161.     }
  4162.     /**
  4163.      * Gets the private '.service_locator.TcgTYO9' shared service.
  4164.      *
  4165.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4166.      */
  4167.     protected function get_ServiceLocator_TcgTYO9Service()
  4168.     {
  4169.         return $this->privates['.service_locator.TcgTYO9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4170.             'mediaObject' => ['privates''.errored..service_locator.TcgTYO9.App\\Entity\\App\\MediaObject'NULL'Cannot autowire service ".service_locator.TcgTYO9": it references class "App\\Entity\\App\\MediaObject" but no such service exists.'],
  4171.         ], [
  4172.             'mediaObject' => 'App\\Entity\\App\\MediaObject',
  4173.         ]);
  4174.     }
  4175.     /**
  4176.      * Gets the private '.service_locator.X7t6Vrn' shared service.
  4177.      *
  4178.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4179.      */
  4180.     protected function get_ServiceLocator_X7t6VrnService()
  4181.     {
  4182.         return $this->privates['.service_locator.X7t6Vrn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4183.             'report' => ['privates''.errored..service_locator.X7t6Vrn.App\\Entity\\App\\Report'NULL'Cannot autowire service ".service_locator.X7t6Vrn": it references class "App\\Entity\\App\\Report" but no such service exists.'],
  4184.         ], [
  4185.             'report' => 'App\\Entity\\App\\Report',
  4186.         ]);
  4187.     }
  4188.     /**
  4189.      * Gets the private '.service_locator.iQybDK8' shared service.
  4190.      *
  4191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4192.      */
  4193.     protected function get_ServiceLocator_IQybDK8Service()
  4194.     {
  4195.         return $this->privates['.service_locator.iQybDK8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4196.             'amqp' => ['privates''messenger.transport.amqp''getMessenger_Transport_AmqpService'false],
  4197.             'amqpChatMessage' => ['privates''messenger.transport.amqpChatMessage''getMessenger_Transport_AmqpChatMessageService'false],
  4198.             'amqpLogMessage' => ['privates''messenger.transport.amqpLogMessage''getMessenger_Transport_AmqpLogMessageService'false],
  4199.             'amqpScheduledTask' => ['privates''messenger.transport.amqpScheduledTask''getMessenger_Transport_AmqpScheduledTaskService'false],
  4200.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4201.             'messenger.transport.amqp' => ['privates''messenger.transport.amqp''getMessenger_Transport_AmqpService'false],
  4202.             'messenger.transport.amqpChatMessage' => ['privates''messenger.transport.amqpChatMessage''getMessenger_Transport_AmqpChatMessageService'false],
  4203.             'messenger.transport.amqpLogMessage' => ['privates''messenger.transport.amqpLogMessage''getMessenger_Transport_AmqpLogMessageService'false],
  4204.             'messenger.transport.amqpScheduledTask' => ['privates''messenger.transport.amqpScheduledTask''getMessenger_Transport_AmqpScheduledTaskService'false],
  4205.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4206.         ], [
  4207.             'amqp' => '?',
  4208.             'amqpChatMessage' => '?',
  4209.             'amqpLogMessage' => '?',
  4210.             'amqpScheduledTask' => '?',
  4211.             'failed' => '?',
  4212.             'messenger.transport.amqp' => '?',
  4213.             'messenger.transport.amqpChatMessage' => '?',
  4214.             'messenger.transport.amqpLogMessage' => '?',
  4215.             'messenger.transport.amqpScheduledTask' => '?',
  4216.             'messenger.transport.failed' => '?',
  4217.         ]);
  4218.     }
  4219.     /**
  4220.      * Gets the private '.service_locator.lo6pZUK' shared service.
  4221.      *
  4222.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4223.      */
  4224.     protected function get_ServiceLocator_Lo6pZUKService()
  4225.     {
  4226.         return $this->privates['.service_locator.lo6pZUK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4227.             'App\\Controller\\Chat\\ReadChatAction::__invoke' => ['privates''.service_locator.vdphvTy''get_ServiceLocator_VdphvTyService'false],
  4228.             'App\\Controller\\GetTicketsByElementAction::__invoke' => ['privates''.service_locator.Em5qT2S''get_ServiceLocator_Em5qT2SService'false],
  4229.             'App\\Controller\\GetTicketsByResourceAction::__invoke' => ['privates''.service_locator.TTHWcpt''get_ServiceLocator_TTHWcptService'false],
  4230.             'App\\Controller\\MediaObject\\GetMediaObjectAction::__invoke' => ['privates''.service_locator.TcgTYO9''get_ServiceLocator_TcgTYO9Service'false],
  4231.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailBigAction::__invoke' => ['privates''.service_locator.TcgTYO9''get_ServiceLocator_TcgTYO9Service'false],
  4232.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailSmallAction::__invoke' => ['privates''.service_locator.TcgTYO9''get_ServiceLocator_TcgTYO9Service'false],
  4233.             'App\\Controller\\Notification\\MarkAsReadAction::__invoke' => ['privates''.service_locator.6KR9tAW''get_ServiceLocator_6KR9tAWService'false],
  4234.             'App\\Controller\\Report\\ExportReportController::__invoke' => ['privates''.service_locator.X7t6Vrn''get_ServiceLocator_X7t6VrnService'false],
  4235.             'App\\Controller\\RequestUserPasswordAction::__invoke' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4236.             'App\\Controller\\Task\\UpdateTaskStatus::__invoke' => ['privates''.service_locator.uYEkEhf''get_ServiceLocator_UYEkEhfService'false],
  4237.             'App\\Controller\\Ticket\\TicketDeletedAction::__invoke' => ['privates''.service_locator.CM6cbk.''get_ServiceLocator_CM6cbk_Service'false],
  4238.             'App\\Controller\\Ticket\\TicketStatusAction::__invoke' => ['privates''.service_locator.CM6cbk.''get_ServiceLocator_CM6cbk_Service'false],
  4239.             'App\\Controller\\User\\DeleteUserByVendorAction::__invoke' => ['privates''.service_locator.DrPrFu9''get_ServiceLocator_DrPrFu9Service'false],
  4240.             'App\\Controller\\User\\InviteUsersAction::__invoke' => ['privates''.service_locator.1Z.V9lN''get_ServiceLocator_1Z_V9lNService'false],
  4241.             'App\\Controller\\Vendor\\AssignRolesToVendorAction::__invoke' => ['privates''.service_locator.1Z.V9lN''get_ServiceLocator_1Z_V9lNService'false],
  4242.             'App\\Controller\\Vendor\\GetUsersByVendorAction::__invoke' => ['privates''.service_locator.1Z.V9lN''get_ServiceLocator_1Z_V9lNService'false],
  4243.             'App\\Controller\\WorkerBudget\\CreateBlockLogWorkerBudgetAction::__invoke' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4244.             'App\\Controller\\WorkerBudget\\DeleteBlockLogWorkerBudgetAction::__invoke' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4245.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetCostsByTask::__invoke' => ['privates''.service_locator.uYEkEhf''get_ServiceLocator_UYEkEhfService'false],
  4246.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetRealCost::__invoke' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4247.             'App\\Controller\\WorkerBudget\\PutWorkerBudgetTaskLogRealCost::__invoke' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4248.             'App\\Controller\\Chat\\ReadChatAction:__invoke' => ['privates''.service_locator.vdphvTy''get_ServiceLocator_VdphvTyService'false],
  4249.             'App\\Controller\\Chat\\ReadChatAction' => ['privates''.service_locator.vdphvTy''get_ServiceLocator_VdphvTyService'false],
  4250.             'App\\Controller\\GetTicketsByElementAction:__invoke' => ['privates''.service_locator.Em5qT2S''get_ServiceLocator_Em5qT2SService'false],
  4251.             'App\\Controller\\GetTicketsByElementAction' => ['privates''.service_locator.Em5qT2S''get_ServiceLocator_Em5qT2SService'false],
  4252.             'App\\Controller\\GetTicketsByResourceAction:__invoke' => ['privates''.service_locator.TTHWcpt''get_ServiceLocator_TTHWcptService'false],
  4253.             'App\\Controller\\GetTicketsByResourceAction' => ['privates''.service_locator.TTHWcpt''get_ServiceLocator_TTHWcptService'false],
  4254.             'App\\Controller\\MediaObject\\GetMediaObjectAction:__invoke' => ['privates''.service_locator.TcgTYO9''get_ServiceLocator_TcgTYO9Service'false],
  4255.             'App\\Controller\\MediaObject\\GetMediaObjectAction' => ['privates''.service_locator.TcgTYO9''get_ServiceLocator_TcgTYO9Service'false],
  4256.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailBigAction:__invoke' => ['privates''.service_locator.TcgTYO9''get_ServiceLocator_TcgTYO9Service'false],
  4257.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailBigAction' => ['privates''.service_locator.TcgTYO9''get_ServiceLocator_TcgTYO9Service'false],
  4258.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailSmallAction:__invoke' => ['privates''.service_locator.TcgTYO9''get_ServiceLocator_TcgTYO9Service'false],
  4259.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailSmallAction' => ['privates''.service_locator.TcgTYO9''get_ServiceLocator_TcgTYO9Service'false],
  4260.             'App\\Controller\\Notification\\MarkAsReadAction:__invoke' => ['privates''.service_locator.6KR9tAW''get_ServiceLocator_6KR9tAWService'false],
  4261.             'App\\Controller\\Notification\\MarkAsReadAction' => ['privates''.service_locator.6KR9tAW''get_ServiceLocator_6KR9tAWService'false],
  4262.             'App\\Controller\\Report\\ExportReportController:__invoke' => ['privates''.service_locator.X7t6Vrn''get_ServiceLocator_X7t6VrnService'false],
  4263.             'App\\Controller\\Report\\ExportReportController' => ['privates''.service_locator.X7t6Vrn''get_ServiceLocator_X7t6VrnService'false],
  4264.             'App\\Controller\\RequestUserPasswordAction:__invoke' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4265.             'App\\Controller\\RequestUserPasswordAction' => ['privates''.service_locator.8ZuNAXa''get_ServiceLocator_8ZuNAXaService'false],
  4266.             'App\\Controller\\Task\\UpdateTaskStatus:__invoke' => ['privates''.service_locator.uYEkEhf''get_ServiceLocator_UYEkEhfService'false],
  4267.             'App\\Controller\\Task\\UpdateTaskStatus' => ['privates''.service_locator.uYEkEhf''get_ServiceLocator_UYEkEhfService'false],
  4268.             'App\\Controller\\Ticket\\TicketDeletedAction:__invoke' => ['privates''.service_locator.CM6cbk.''get_ServiceLocator_CM6cbk_Service'false],
  4269.             'App\\Controller\\Ticket\\TicketDeletedAction' => ['privates''.service_locator.CM6cbk.''get_ServiceLocator_CM6cbk_Service'false],
  4270.             'App\\Controller\\Ticket\\TicketStatusAction:__invoke' => ['privates''.service_locator.CM6cbk.''get_ServiceLocator_CM6cbk_Service'false],
  4271.             'App\\Controller\\Ticket\\TicketStatusAction' => ['privates''.service_locator.CM6cbk.''get_ServiceLocator_CM6cbk_Service'false],
  4272.             'App\\Controller\\User\\DeleteUserByVendorAction:__invoke' => ['privates''.service_locator.DrPrFu9''get_ServiceLocator_DrPrFu9Service'false],
  4273.             'App\\Controller\\User\\DeleteUserByVendorAction' => ['privates''.service_locator.DrPrFu9''get_ServiceLocator_DrPrFu9Service'false],
  4274.             'App\\Controller\\User\\InviteUsersAction:__invoke' => ['privates''.service_locator.1Z.V9lN''get_ServiceLocator_1Z_V9lNService'false],
  4275.             'App\\Controller\\User\\InviteUsersAction' => ['privates''.service_locator.1Z.V9lN''get_ServiceLocator_1Z_V9lNService'false],
  4276.             'App\\Controller\\Vendor\\AssignRolesToVendorAction:__invoke' => ['privates''.service_locator.1Z.V9lN''get_ServiceLocator_1Z_V9lNService'false],
  4277.             'App\\Controller\\Vendor\\AssignRolesToVendorAction' => ['privates''.service_locator.1Z.V9lN''get_ServiceLocator_1Z_V9lNService'false],
  4278.             'App\\Controller\\Vendor\\GetUsersByVendorAction:__invoke' => ['privates''.service_locator.1Z.V9lN''get_ServiceLocator_1Z_V9lNService'false],
  4279.             'App\\Controller\\Vendor\\GetUsersByVendorAction' => ['privates''.service_locator.1Z.V9lN''get_ServiceLocator_1Z_V9lNService'false],
  4280.             'App\\Controller\\WorkerBudget\\CreateBlockLogWorkerBudgetAction:__invoke' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4281.             'App\\Controller\\WorkerBudget\\CreateBlockLogWorkerBudgetAction' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4282.             'App\\Controller\\WorkerBudget\\DeleteBlockLogWorkerBudgetAction:__invoke' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4283.             'App\\Controller\\WorkerBudget\\DeleteBlockLogWorkerBudgetAction' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4284.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetCostsByTask:__invoke' => ['privates''.service_locator.uYEkEhf''get_ServiceLocator_UYEkEhfService'false],
  4285.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetCostsByTask' => ['privates''.service_locator.uYEkEhf''get_ServiceLocator_UYEkEhfService'false],
  4286.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetRealCost:__invoke' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4287.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetRealCost' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4288.             'App\\Controller\\WorkerBudget\\PutWorkerBudgetTaskLogRealCost:__invoke' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4289.             'App\\Controller\\WorkerBudget\\PutWorkerBudgetTaskLogRealCost' => ['privates''.service_locator.2acufS6''get_ServiceLocator_2acufS6Service'false],
  4290.         ], [
  4291.             'App\\Controller\\Chat\\ReadChatAction::__invoke' => '?',
  4292.             'App\\Controller\\GetTicketsByElementAction::__invoke' => '?',
  4293.             'App\\Controller\\GetTicketsByResourceAction::__invoke' => '?',
  4294.             'App\\Controller\\MediaObject\\GetMediaObjectAction::__invoke' => '?',
  4295.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailBigAction::__invoke' => '?',
  4296.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailSmallAction::__invoke' => '?',
  4297.             'App\\Controller\\Notification\\MarkAsReadAction::__invoke' => '?',
  4298.             'App\\Controller\\Report\\ExportReportController::__invoke' => '?',
  4299.             'App\\Controller\\RequestUserPasswordAction::__invoke' => '?',
  4300.             'App\\Controller\\Task\\UpdateTaskStatus::__invoke' => '?',
  4301.             'App\\Controller\\Ticket\\TicketDeletedAction::__invoke' => '?',
  4302.             'App\\Controller\\Ticket\\TicketStatusAction::__invoke' => '?',
  4303.             'App\\Controller\\User\\DeleteUserByVendorAction::__invoke' => '?',
  4304.             'App\\Controller\\User\\InviteUsersAction::__invoke' => '?',
  4305.             'App\\Controller\\Vendor\\AssignRolesToVendorAction::__invoke' => '?',
  4306.             'App\\Controller\\Vendor\\GetUsersByVendorAction::__invoke' => '?',
  4307.             'App\\Controller\\WorkerBudget\\CreateBlockLogWorkerBudgetAction::__invoke' => '?',
  4308.             'App\\Controller\\WorkerBudget\\DeleteBlockLogWorkerBudgetAction::__invoke' => '?',
  4309.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetCostsByTask::__invoke' => '?',
  4310.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetRealCost::__invoke' => '?',
  4311.             'App\\Controller\\WorkerBudget\\PutWorkerBudgetTaskLogRealCost::__invoke' => '?',
  4312.             'App\\Controller\\Chat\\ReadChatAction:__invoke' => '?',
  4313.             'App\\Controller\\Chat\\ReadChatAction' => '?',
  4314.             'App\\Controller\\GetTicketsByElementAction:__invoke' => '?',
  4315.             'App\\Controller\\GetTicketsByElementAction' => '?',
  4316.             'App\\Controller\\GetTicketsByResourceAction:__invoke' => '?',
  4317.             'App\\Controller\\GetTicketsByResourceAction' => '?',
  4318.             'App\\Controller\\MediaObject\\GetMediaObjectAction:__invoke' => '?',
  4319.             'App\\Controller\\MediaObject\\GetMediaObjectAction' => '?',
  4320.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailBigAction:__invoke' => '?',
  4321.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailBigAction' => '?',
  4322.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailSmallAction:__invoke' => '?',
  4323.             'App\\Controller\\MediaObject\\GetMediaObjectThumbnailSmallAction' => '?',
  4324.             'App\\Controller\\Notification\\MarkAsReadAction:__invoke' => '?',
  4325.             'App\\Controller\\Notification\\MarkAsReadAction' => '?',
  4326.             'App\\Controller\\Report\\ExportReportController:__invoke' => '?',
  4327.             'App\\Controller\\Report\\ExportReportController' => '?',
  4328.             'App\\Controller\\RequestUserPasswordAction:__invoke' => '?',
  4329.             'App\\Controller\\RequestUserPasswordAction' => '?',
  4330.             'App\\Controller\\Task\\UpdateTaskStatus:__invoke' => '?',
  4331.             'App\\Controller\\Task\\UpdateTaskStatus' => '?',
  4332.             'App\\Controller\\Ticket\\TicketDeletedAction:__invoke' => '?',
  4333.             'App\\Controller\\Ticket\\TicketDeletedAction' => '?',
  4334.             'App\\Controller\\Ticket\\TicketStatusAction:__invoke' => '?',
  4335.             'App\\Controller\\Ticket\\TicketStatusAction' => '?',
  4336.             'App\\Controller\\User\\DeleteUserByVendorAction:__invoke' => '?',
  4337.             'App\\Controller\\User\\DeleteUserByVendorAction' => '?',
  4338.             'App\\Controller\\User\\InviteUsersAction:__invoke' => '?',
  4339.             'App\\Controller\\User\\InviteUsersAction' => '?',
  4340.             'App\\Controller\\Vendor\\AssignRolesToVendorAction:__invoke' => '?',
  4341.             'App\\Controller\\Vendor\\AssignRolesToVendorAction' => '?',
  4342.             'App\\Controller\\Vendor\\GetUsersByVendorAction:__invoke' => '?',
  4343.             'App\\Controller\\Vendor\\GetUsersByVendorAction' => '?',
  4344.             'App\\Controller\\WorkerBudget\\CreateBlockLogWorkerBudgetAction:__invoke' => '?',
  4345.             'App\\Controller\\WorkerBudget\\CreateBlockLogWorkerBudgetAction' => '?',
  4346.             'App\\Controller\\WorkerBudget\\DeleteBlockLogWorkerBudgetAction:__invoke' => '?',
  4347.             'App\\Controller\\WorkerBudget\\DeleteBlockLogWorkerBudgetAction' => '?',
  4348.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetCostsByTask:__invoke' => '?',
  4349.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetCostsByTask' => '?',
  4350.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetRealCost:__invoke' => '?',
  4351.             'App\\Controller\\WorkerBudget\\GetWorkerBudgetRealCost' => '?',
  4352.             'App\\Controller\\WorkerBudget\\PutWorkerBudgetTaskLogRealCost:__invoke' => '?',
  4353.             'App\\Controller\\WorkerBudget\\PutWorkerBudgetTaskLogRealCost' => '?',
  4354.         ]);
  4355.     }
  4356.     /**
  4357.      * Gets the private '.service_locator.uYEkEhf' shared service.
  4358.      *
  4359.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4360.      */
  4361.     protected function get_ServiceLocator_UYEkEhfService()
  4362.     {
  4363.         return $this->privates['.service_locator.uYEkEhf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4364.             'task' => ['privates''.errored..service_locator.uYEkEhf.App\\Entity\\App\\Task\\Task'NULL'Cannot autowire service ".service_locator.uYEkEhf": it references class "App\\Entity\\App\\Task\\Task" but no such service exists.'],
  4365.         ], [
  4366.             'task' => 'App\\Entity\\App\\Task\\Task',
  4367.         ]);
  4368.     }
  4369.     /**
  4370.      * Gets the private '.service_locator.vdmMuyE' shared service.
  4371.      *
  4372.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4373.      */
  4374.     protected function get_ServiceLocator_VdmMuyEService()
  4375.     {
  4376.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4377.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4378.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4379.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4380.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  4381.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  4382.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4383.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4384.             'router' => ['services''router''getRouterService'false],
  4385.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4386.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4387.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4388.             'serializer' => ['services''serializer''getSerializerService'false],
  4389.             'session' => ['services''session''getSessionService'false],
  4390.             'twig' => ['services''twig''getTwigService'false],
  4391.         ], [
  4392.             'doctrine' => '?',
  4393.             'form.factory' => '?',
  4394.             'http_kernel' => '?',
  4395.             'message_bus' => '?',
  4396.             'messenger.default_bus' => '?',
  4397.             'parameter_bag' => '?',
  4398.             'request_stack' => '?',
  4399.             'router' => '?',
  4400.             'security.authorization_checker' => '?',
  4401.             'security.csrf.token_manager' => '?',
  4402.             'security.token_storage' => '?',
  4403.             'serializer' => '?',
  4404.             'session' => '?',
  4405.             'twig' => '?',
  4406.         ]);
  4407.     }
  4408.     /**
  4409.      * Gets the private '.service_locator.vdphvTy' shared service.
  4410.      *
  4411.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4412.      */
  4413.     protected function get_ServiceLocator_VdphvTyService()
  4414.     {
  4415.         return $this->privates['.service_locator.vdphvTy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4416.             'chat' => ['privates''.errored..service_locator.vdphvTy.App\\Entity\\Chat\\Chat'NULL'Cannot autowire service ".service_locator.vdphvTy": it references class "App\\Entity\\Chat\\Chat" but no such service exists.'],
  4417.         ], [
  4418.             'chat' => 'App\\Entity\\Chat\\Chat',
  4419.         ]);
  4420.     }
  4421.     /**
  4422.      * Gets the private 'App\Command\CanaraguaLocationsImportCommand' shared autowired service.
  4423.      *
  4424.      * @return \App\Command\CanaraguaLocationsImportCommand
  4425.      */
  4426.     protected function getCanaraguaLocationsImportCommandService()
  4427.     {
  4428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4429.         include_once \dirname(__DIR__4).'/src/Command/CanaraguaLocationsImportCommand.php';
  4430.         $this->privates['App\\Command\\CanaraguaLocationsImportCommand'] = $instance = new \App\Command\CanaraguaLocationsImportCommand(($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4431.         $instance->setName('qiip:import:csv:locations');
  4432.         return $instance;
  4433.     }
  4434.     /**
  4435.      * Gets the private 'App\Command\GenerateJwtKeysCommand' shared autowired service.
  4436.      *
  4437.      * @return \App\Command\GenerateJwtKeysCommand
  4438.      */
  4439.     protected function getGenerateJwtKeysCommandService()
  4440.     {
  4441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4442.         include_once \dirname(__DIR__4).'/src/Command/GenerateJwtKeysCommand.php';
  4443.         $this->privates['App\\Command\\GenerateJwtKeysCommand'] = $instance = new \App\Command\GenerateJwtKeysCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4444.         $instance->setName('app:generate-jwt-keys');
  4445.         return $instance;
  4446.     }
  4447.     /**
  4448.      * Gets the private 'App\Command\MaintenanceElementImportCommand' shared autowired service.
  4449.      *
  4450.      * @return \App\Command\MaintenanceElementImportCommand
  4451.      */
  4452.     protected function getMaintenanceElementImportCommandService()
  4453.     {
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4455.         include_once \dirname(__DIR__4).'/src/Command/MaintenanceElementImportCommand.php';
  4456.         $this->privates['App\\Command\\MaintenanceElementImportCommand'] = $instance = new \App\Command\MaintenanceElementImportCommand(($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4457.         $instance->setName('qiip:import:csv:maintenance-element');
  4458.         return $instance;
  4459.     }
  4460.     /**
  4461.      * Gets the private 'App\Command\ReportWeekNotificationCommand' shared autowired service.
  4462.      *
  4463.      * @return \App\Command\ReportWeekNotificationCommand
  4464.      */
  4465.     protected function getReportWeekNotificationCommandService()
  4466.     {
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4468.         include_once \dirname(__DIR__4).'/src/Command/ReportWeekNotificationCommand.php';
  4469.         $this->privates['App\\Command\\ReportWeekNotificationCommand'] = $instance = new \App\Command\ReportWeekNotificationCommand(($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\PushNotificationService'] ?? $this->getPushNotificationServiceService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\CommandLogService'] ?? $this->getCommandLogServiceService()));
  4470.         $instance->setName('qiip:send-report-week');
  4471.         return $instance;
  4472.     }
  4473.     /**
  4474.      * Gets the private 'App\Doctrine\AppParamsExtension' shared autowired service.
  4475.      *
  4476.      * @return \App\Doctrine\AppParamsExtension
  4477.      */
  4478.     protected function getAppParamsExtensionService()
  4479.     {
  4480.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4481.         include_once \dirname(__DIR__4).'/src/Doctrine/AppParamsExtension.php';
  4482.         return $this->privates['App\\Doctrine\\AppParamsExtension'] = new \App\Doctrine\AppParamsExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4483.     }
  4484.     /**
  4485.      * Gets the private 'App\Doctrine\CategoryExtension' shared autowired service.
  4486.      *
  4487.      * @return \App\Doctrine\CategoryExtension
  4488.      */
  4489.     protected function getCategoryExtensionService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4493.         include_once \dirname(__DIR__4).'/src/Doctrine/CategoryExtension.php';
  4494.         return $this->privates['App\\Doctrine\\CategoryExtension'] = new \App\Doctrine\CategoryExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  4495.     }
  4496.     /**
  4497.      * Gets the private 'App\Doctrine\ChatExtension' shared autowired service.
  4498.      *
  4499.      * @return \App\Doctrine\ChatExtension
  4500.      */
  4501.     protected function getChatExtensionService()
  4502.     {
  4503.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4505.         include_once \dirname(__DIR__4).'/src/Doctrine/ChatExtension.php';
  4506.         return $this->privates['App\\Doctrine\\ChatExtension'] = new \App\Doctrine\ChatExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Chat\\ChatRepository'] ?? $this->getChatRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4507.     }
  4508.     /**
  4509.      * Gets the private 'App\Doctrine\ChatMessageExtension' shared autowired service.
  4510.      *
  4511.      * @return \App\Doctrine\ChatMessageExtension
  4512.      */
  4513.     protected function getChatMessageExtensionService()
  4514.     {
  4515.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4517.         include_once \dirname(__DIR__4).'/src/Doctrine/ChatMessageExtension.php';
  4518.         return $this->privates['App\\Doctrine\\ChatMessageExtension'] = new \App\Doctrine\ChatMessageExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4519.     }
  4520.     /**
  4521.      * Gets the private 'App\Doctrine\CompanyExtension' shared autowired service.
  4522.      *
  4523.      * @return \App\Doctrine\CompanyExtension
  4524.      */
  4525.     protected function getCompanyExtensionService()
  4526.     {
  4527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4529.         include_once \dirname(__DIR__4).'/src/Doctrine/CompanyExtension.php';
  4530.         return $this->privates['App\\Doctrine\\CompanyExtension'] = new \App\Doctrine\CompanyExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()));
  4531.     }
  4532.     /**
  4533.      * Gets the private 'App\Doctrine\LocationExtension' shared autowired service.
  4534.      *
  4535.      * @return \App\Doctrine\LocationExtension
  4536.      */
  4537.     protected function getLocationExtensionService()
  4538.     {
  4539.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4541.         include_once \dirname(__DIR__4).'/src/Doctrine/LocationExtension.php';
  4542.         return $this->privates['App\\Doctrine\\LocationExtension'] = new \App\Doctrine\LocationExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  4543.     }
  4544.     /**
  4545.      * Gets the private 'App\Doctrine\LogExtension' shared autowired service.
  4546.      *
  4547.      * @return \App\Doctrine\LogExtension
  4548.      */
  4549.     protected function getLogExtensionService()
  4550.     {
  4551.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4552.         include_once \dirname(__DIR__4).'/src/Doctrine/LogExtension.php';
  4553.         return $this->privates['App\\Doctrine\\LogExtension'] = new \App\Doctrine\LogExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4554.     }
  4555.     /**
  4556.      * Gets the private 'App\Doctrine\MaintenanceElementExtension' shared autowired service.
  4557.      *
  4558.      * @return \App\Doctrine\MaintenanceElementExtension
  4559.      */
  4560.     protected function getMaintenanceElementExtensionService()
  4561.     {
  4562.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4564.         include_once \dirname(__DIR__4).'/src/Doctrine/MaintenanceElementExtension.php';
  4565.         return $this->privates['App\\Doctrine\\MaintenanceElementExtension'] = new \App\Doctrine\MaintenanceElementExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4566.     }
  4567.     /**
  4568.      * Gets the private 'App\Doctrine\MediaObjectExtension' shared autowired service.
  4569.      *
  4570.      * @return \App\Doctrine\MediaObjectExtension
  4571.      */
  4572.     protected function getMediaObjectExtensionService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4576.         include_once \dirname(__DIR__4).'/src/Doctrine/MediaObjectExtension.php';
  4577.         return $this->privates['App\\Doctrine\\MediaObjectExtension'] = new \App\Doctrine\MediaObjectExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\Chat\\ChatMessageRepository'] ?? $this->getChatMessageRepositoryService()));
  4578.     }
  4579.     /**
  4580.      * Gets the private 'App\Doctrine\NotificationExtension' shared autowired service.
  4581.      *
  4582.      * @return \App\Doctrine\NotificationExtension
  4583.      */
  4584.     protected function getNotificationExtensionService()
  4585.     {
  4586.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4587.         include_once \dirname(__DIR__4).'/src/Doctrine/NotificationExtension.php';
  4588.         return $this->privates['App\\Doctrine\\NotificationExtension'] = new \App\Doctrine\NotificationExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4589.     }
  4590.     /**
  4591.      * Gets the private 'App\Doctrine\ResourceExtension' shared autowired service.
  4592.      *
  4593.      * @return \App\Doctrine\ResourceExtension
  4594.      */
  4595.     protected function getResourceExtensionService()
  4596.     {
  4597.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4598.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4599.         include_once \dirname(__DIR__4).'/src/Doctrine/ResourceExtension.php';
  4600.         return $this->privates['App\\Doctrine\\ResourceExtension'] = new \App\Doctrine\ResourceExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4601.     }
  4602.     /**
  4603.      * Gets the private 'App\Doctrine\RoleExtension' shared autowired service.
  4604.      *
  4605.      * @return \App\Doctrine\RoleExtension
  4606.      */
  4607.     protected function getRoleExtensionService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4610.         include_once \dirname(__DIR__4).'/src/Doctrine/RoleExtension.php';
  4611.         return $this->privates['App\\Doctrine\\RoleExtension'] = new \App\Doctrine\RoleExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4612.     }
  4613.     /**
  4614.      * Gets the private 'App\Doctrine\TaskExtension' shared autowired service.
  4615.      *
  4616.      * @return \App\Doctrine\TaskExtension
  4617.      */
  4618.     protected function getTaskExtensionService()
  4619.     {
  4620.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4622.         include_once \dirname(__DIR__4).'/src/Doctrine/TaskExtension.php';
  4623.         return $this->privates['App\\Doctrine\\TaskExtension'] = new \App\Doctrine\TaskExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  4624.     }
  4625.     /**
  4626.      * Gets the private 'App\Doctrine\TicketExtension' shared autowired service.
  4627.      *
  4628.      * @return \App\Doctrine\TicketExtension
  4629.      */
  4630.     protected function getTicketExtensionService()
  4631.     {
  4632.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4633.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4634.         include_once \dirname(__DIR__4).'/src/Doctrine/TicketExtension.php';
  4635.         return $this->privates['App\\Doctrine\\TicketExtension'] = new \App\Doctrine\TicketExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  4636.     }
  4637.     /**
  4638.      * Gets the private 'App\Doctrine\UserExtension' shared autowired service.
  4639.      *
  4640.      * @return \App\Doctrine\UserExtension
  4641.      */
  4642.     protected function getUserExtensionService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4646.         include_once \dirname(__DIR__4).'/src/Doctrine/UserExtension.php';
  4647.         return $this->privates['App\\Doctrine\\UserExtension'] = new \App\Doctrine\UserExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()));
  4648.     }
  4649.     /**
  4650.      * Gets the private 'App\Doctrine\VendorExtension' shared autowired service.
  4651.      *
  4652.      * @return \App\Doctrine\VendorExtension
  4653.      */
  4654.     protected function getVendorExtensionService()
  4655.     {
  4656.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4657.         include_once \dirname(__DIR__4).'/src/Doctrine/VendorExtension.php';
  4658.         return $this->privates['App\\Doctrine\\VendorExtension'] = new \App\Doctrine\VendorExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4659.     }
  4660.     /**
  4661.      * Gets the private 'App\Doctrine\WorkerBudgetExtension' shared autowired service.
  4662.      *
  4663.      * @return \App\Doctrine\WorkerBudgetExtension
  4664.      */
  4665.     protected function getWorkerBudgetExtensionService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4669.         include_once \dirname(__DIR__4).'/src/Doctrine/WorkerBudgetExtension.php';
  4670.         return $this->privates['App\\Doctrine\\WorkerBudgetExtension'] = new \App\Doctrine\WorkerBudgetExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  4671.     }
  4672.     /**
  4673.      * Gets the private 'App\EventListener\ExceptionListener' shared autowired service.
  4674.      *
  4675.      * @return \App\EventListener\ExceptionListener
  4676.      */
  4677.     protected function getExceptionListenerService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/src/EventListener/ExceptionListener.php';
  4680.         return $this->privates['App\\EventListener\\ExceptionListener'] = new \App\EventListener\ExceptionListener(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4681.     }
  4682.     /**
  4683.      * Gets the private 'App\EventSubscriber\AppParamsPostValidateSubscriber' shared autowired service.
  4684.      *
  4685.      * @return \App\EventSubscriber\AppParamsPostValidateSubscriber
  4686.      */
  4687.     protected function getAppParamsPostValidateSubscriberService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AppParamsPostValidateSubscriber.php';
  4690.         return $this->privates['App\\EventSubscriber\\AppParamsPostValidateSubscriber'] = new \App\EventSubscriber\AppParamsPostValidateSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  4691.     }
  4692.     /**
  4693.      * Gets the private 'App\EventSubscriber\Category\CategoryPostSerializeSubscriber' shared autowired service.
  4694.      *
  4695.      * @return \App\EventSubscriber\Category\CategoryPostSerializeSubscriber
  4696.      */
  4697.     protected function getCategoryPostSerializeSubscriberService()
  4698.     {
  4699.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Category/CategoryPostSerializeSubscriber.php';
  4700.         return $this->privates['App\\EventSubscriber\\Category\\CategoryPostSerializeSubscriber'] = new \App\EventSubscriber\Category\CategoryPostSerializeSubscriber(($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\CategoryService'] ?? $this->getCategoryServiceService()));
  4701.     }
  4702.     /**
  4703.      * Gets the private 'App\EventSubscriber\Category\CategoryPostValidateSubscriber' shared autowired service.
  4704.      *
  4705.      * @return \App\EventSubscriber\Category\CategoryPostValidateSubscriber
  4706.      */
  4707.     protected function getCategoryPostValidateSubscriberService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Category/CategoryPostValidateSubscriber.php';
  4710.         return $this->privates['App\\EventSubscriber\\Category\\CategoryPostValidateSubscriber'] = new \App\EventSubscriber\Category\CategoryPostValidateSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  4711.     }
  4712.     /**
  4713.      * Gets the private 'App\EventSubscriber\Category\CategoryPreWriteSubscriber' shared autowired service.
  4714.      *
  4715.      * @return \App\EventSubscriber\Category\CategoryPreWriteSubscriber
  4716.      */
  4717.     protected function getCategoryPreWriteSubscriberService()
  4718.     {
  4719.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Category/CategoryPreWriteSubscriber.php';
  4720.         return $this->privates['App\\EventSubscriber\\Category\\CategoryPreWriteSubscriber'] = new \App\EventSubscriber\Category\CategoryPreWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4721.     }
  4722.     /**
  4723.      * Gets the private 'App\EventSubscriber\ChatMessage\ChatMessagePostSerializeSubscriber' shared autowired service.
  4724.      *
  4725.      * @return \App\EventSubscriber\ChatMessage\ChatMessagePostSerializeSubscriber
  4726.      */
  4727.     protected function getChatMessagePostSerializeSubscriberService()
  4728.     {
  4729.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePostSerializeSubscriber.php';
  4730.         return $this->privates['App\\EventSubscriber\\ChatMessage\\ChatMessagePostSerializeSubscriber'] = new \App\EventSubscriber\ChatMessage\ChatMessagePostSerializeSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Chat\\ChatRepository'] ?? $this->getChatRepositoryService()));
  4731.     }
  4732.     /**
  4733.      * Gets the private 'App\EventSubscriber\ChatMessage\ChatMessagePostValidateSubscriber' shared autowired service.
  4734.      *
  4735.      * @return \App\EventSubscriber\ChatMessage\ChatMessagePostValidateSubscriber
  4736.      */
  4737.     protected function getChatMessagePostValidateSubscriberService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePostValidateSubscriber.php';
  4740.         return $this->privates['App\\EventSubscriber\\ChatMessage\\ChatMessagePostValidateSubscriber'] = new \App\EventSubscriber\ChatMessage\ChatMessagePostValidateSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4741.     }
  4742.     /**
  4743.      * Gets the private 'App\EventSubscriber\ChatMessage\ChatMessagePostWriteSubscriber' shared autowired service.
  4744.      *
  4745.      * @return \App\EventSubscriber\ChatMessage\ChatMessagePostWriteSubscriber
  4746.      */
  4747.     protected function getChatMessagePostWriteSubscriberService()
  4748.     {
  4749.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePostWriteSubscriber.php';
  4750.         return $this->privates['App\\EventSubscriber\\ChatMessage\\ChatMessagePostWriteSubscriber'] = new \App\EventSubscriber\ChatMessage\ChatMessagePostWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\PushNotificationService'] ?? $this->getPushNotificationServiceService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  4751.     }
  4752.     /**
  4753.      * Gets the private 'App\EventSubscriber\ChatMessage\ChatMessagePreSerializeSubscriber' shared autowired service.
  4754.      *
  4755.      * @return \App\EventSubscriber\ChatMessage\ChatMessagePreSerializeSubscriber
  4756.      */
  4757.     protected function getChatMessagePreSerializeSubscriberService()
  4758.     {
  4759.         include_once \dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePreSerializeSubscriber.php';
  4760.         return $this->privates['App\\EventSubscriber\\ChatMessage\\ChatMessagePreSerializeSubscriber'] = new \App\EventSubscriber\ChatMessage\ChatMessagePreSerializeSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Chat\\ChatRepository'] ?? $this->getChatRepositoryService()));
  4761.     }
  4762.     /**
  4763.      * Gets the private 'App\EventSubscriber\Chat\ChatPostSerializerSubscriber' shared autowired service.
  4764.      *
  4765.      * @return \App\EventSubscriber\Chat\ChatPostSerializerSubscriber
  4766.      */
  4767.     protected function getChatPostSerializerSubscriberService()
  4768.     {
  4769.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Chat/ChatPostSerializerSubscriber.php';
  4770.         return $this->privates['App\\EventSubscriber\\Chat\\ChatPostSerializerSubscriber'] = new \App\EventSubscriber\Chat\ChatPostSerializerSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4771.     }
  4772.     /**
  4773.      * Gets the private 'App\EventSubscriber\Chat\ChatPreSerializeSubscriber' shared autowired service.
  4774.      *
  4775.      * @return \App\EventSubscriber\Chat\ChatPreSerializeSubscriber
  4776.      */
  4777.     protected function getChatPreSerializeSubscriberService()
  4778.     {
  4779.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Chat/ChatPreSerializeSubscriber.php';
  4780.         return $this->privates['App\\EventSubscriber\\Chat\\ChatPreSerializeSubscriber'] = new \App\EventSubscriber\Chat\ChatPreSerializeSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4781.     }
  4782.     /**
  4783.      * Gets the private 'App\EventSubscriber\Company\CompanyPreWriteSubscriber' shared autowired service.
  4784.      *
  4785.      * @return \App\EventSubscriber\Company\CompanyPreWriteSubscriber
  4786.      */
  4787.     protected function getCompanyPreWriteSubscriberService()
  4788.     {
  4789.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Company/CompanyPreWriteSubscriber.php';
  4790.         return $this->privates['App\\EventSubscriber\\Company\\CompanyPreWriteSubscriber'] = new \App\EventSubscriber\Company\CompanyPreWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4791.     }
  4792.     /**
  4793.      * Gets the private 'App\EventSubscriber\GlobalConfigurationSerializeSubscriber' shared autowired service.
  4794.      *
  4795.      * @return \App\EventSubscriber\GlobalConfigurationSerializeSubscriber
  4796.      */
  4797.     protected function getGlobalConfigurationSerializeSubscriberService()
  4798.     {
  4799.         include_once \dirname(__DIR__4).'/src/EventSubscriber/GlobalConfigurationSerializeSubscriber.php';
  4800.         return $this->privates['App\\EventSubscriber\\GlobalConfigurationSerializeSubscriber'] = new \App\EventSubscriber\GlobalConfigurationSerializeSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4801.     }
  4802.     /**
  4803.      * Gets the private 'App\EventSubscriber\Indicator\IndicatorPostSerializerSubscriber' shared autowired service.
  4804.      *
  4805.      * @return \App\EventSubscriber\Indicator\IndicatorPostSerializerSubscriber
  4806.      */
  4807.     protected function getIndicatorPostSerializerSubscriberService()
  4808.     {
  4809.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Indicator/IndicatorPostSerializerSubscriber.php';
  4810.         include_once \dirname(__DIR__4).'/src/Services/IndicatorService.php';
  4811.         $a = ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService());
  4812.         return $this->privates['App\\EventSubscriber\\Indicator\\IndicatorPostSerializerSubscriber'] = new \App\EventSubscriber\Indicator\IndicatorPostSerializerSubscriber(($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), $a, new \App\Services\IndicatorService(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), $a, ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskStatusLogRepository'] ?? $this->getTaskStatusLogRepositoryService()), ($this->privates['App\\Repository\\Log\\LogEntryRepository'] ?? $this->getLogEntryRepositoryService())));
  4813.     }
  4814.     /**
  4815.      * Gets the private 'App\EventSubscriber\LocaleListenerSubscriber' shared autowired service.
  4816.      *
  4817.      * @return \App\EventSubscriber\LocaleListenerSubscriber
  4818.      */
  4819.     protected function getLocaleListenerSubscriberService()
  4820.     {
  4821.         return $this->privates['App\\EventSubscriber\\LocaleListenerSubscriber'] = new \App\EventSubscriber\LocaleListenerSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()));
  4822.     }
  4823.     /**
  4824.      * Gets the private 'App\EventSubscriber\Location\LocationPostSerializerSubscriber' shared autowired service.
  4825.      *
  4826.      * @return \App\EventSubscriber\Location\LocationPostSerializerSubscriber
  4827.      */
  4828.     protected function getLocationPostSerializerSubscriberService()
  4829.     {
  4830.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Location/LocationPostSerializerSubscriber.php';
  4831.         return $this->privates['App\\EventSubscriber\\Location\\LocationPostSerializerSubscriber'] = new \App\EventSubscriber\Location\LocationPostSerializerSubscriber(($this->privates['App\\Services\\LocationService'] ?? $this->getLocationServiceService()));
  4832.     }
  4833.     /**
  4834.      * Gets the private 'App\EventSubscriber\Location\LocationPostValidateSubscriber' shared autowired service.
  4835.      *
  4836.      * @return \App\EventSubscriber\Location\LocationPostValidateSubscriber
  4837.      */
  4838.     protected function getLocationPostValidateSubscriberService()
  4839.     {
  4840.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Location/LocationPostValidateSubscriber.php';
  4841.         return $this->privates['App\\EventSubscriber\\Location\\LocationPostValidateSubscriber'] = new \App\EventSubscriber\Location\LocationPostValidateSubscriber(($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4842.     }
  4843.     /**
  4844.      * Gets the private 'App\EventSubscriber\Location\LocationPostWriteSubscriber' shared autowired service.
  4845.      *
  4846.      * @return \App\EventSubscriber\Location\LocationPostWriteSubscriber
  4847.      */
  4848.     protected function getLocationPostWriteSubscriberService()
  4849.     {
  4850.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Location/LocationPostWriteSubscriber.php';
  4851.         return $this->privates['App\\EventSubscriber\\Location\\LocationPostWriteSubscriber'] = new \App\EventSubscriber\Location\LocationPostWriteSubscriber(($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4852.     }
  4853.     /**
  4854.      * Gets the private 'App\EventSubscriber\Location\LocationPreWriteSubscriber' shared autowired service.
  4855.      *
  4856.      * @return \App\EventSubscriber\Location\LocationPreWriteSubscriber
  4857.      */
  4858.     protected function getLocationPreWriteSubscriberService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Location/LocationPreWriteSubscriber.php';
  4861.         return $this->privates['App\\EventSubscriber\\Location\\LocationPreWriteSubscriber'] = new \App\EventSubscriber\Location\LocationPreWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4862.     }
  4863.     /**
  4864.      * Gets the private 'App\EventSubscriber\Log\LogPostSerializerSubscriber' shared autowired service.
  4865.      *
  4866.      * @return \App\EventSubscriber\Log\LogPostSerializerSubscriber
  4867.      */
  4868.     protected function getLogPostSerializerSubscriberService()
  4869.     {
  4870.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Log/LogPostSerializerSubscriber.php';
  4871.         return $this->privates['App\\EventSubscriber\\Log\\LogPostSerializerSubscriber'] = new \App\EventSubscriber\Log\LogPostSerializerSubscriber(($this->privates['App\\Services\\LogService'] ?? $this->getLogServiceService()));
  4872.     }
  4873.     /**
  4874.      * Gets the private 'App\EventSubscriber\MaintenanceElement\MaintenanceElementPostSerializerSubscriber' shared autowired service.
  4875.      *
  4876.      * @return \App\EventSubscriber\MaintenanceElement\MaintenanceElementPostSerializerSubscriber
  4877.      */
  4878.     protected function getMaintenanceElementPostSerializerSubscriberService()
  4879.     {
  4880.         include_once \dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPostSerializerSubscriber.php';
  4881.         include_once \dirname(__DIR__4).'/src/Services/MaintenanceElementService.php';
  4882.         return $this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPostSerializerSubscriber'] = new \App\EventSubscriber\MaintenanceElement\MaintenanceElementPostSerializerSubscriber(new \App\Services\MaintenanceElementService(($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->services['serializer'] ?? $this->getSerializerService())));
  4883.     }
  4884.     /**
  4885.      * Gets the private 'App\EventSubscriber\MaintenanceElement\MaintenanceElementPostValidateSubscriber' shared autowired service.
  4886.      *
  4887.      * @return \App\EventSubscriber\MaintenanceElement\MaintenanceElementPostValidateSubscriber
  4888.      */
  4889.     protected function getMaintenanceElementPostValidateSubscriberService()
  4890.     {
  4891.         include_once \dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPostValidateSubscriber.php';
  4892.         return $this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPostValidateSubscriber'] = new \App\EventSubscriber\MaintenanceElement\MaintenanceElementPostValidateSubscriber(($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4893.     }
  4894.     /**
  4895.      * Gets the private 'App\EventSubscriber\MaintenanceElement\MaintenanceElementPostWriteSubscriber' shared autowired service.
  4896.      *
  4897.      * @return \App\EventSubscriber\MaintenanceElement\MaintenanceElementPostWriteSubscriber
  4898.      */
  4899.     protected function getMaintenanceElementPostWriteSubscriberService()
  4900.     {
  4901.         include_once \dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPostWriteSubscriber.php';
  4902.         return $this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPostWriteSubscriber'] = new \App\EventSubscriber\MaintenanceElement\MaintenanceElementPostWriteSubscriber(($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  4903.     }
  4904.     /**
  4905.      * Gets the private 'App\EventSubscriber\MaintenanceElement\MaintenanceElementPreSerializerSubscriber' shared autowired service.
  4906.      *
  4907.      * @return \App\EventSubscriber\MaintenanceElement\MaintenanceElementPreSerializerSubscriber
  4908.      */
  4909.     protected function getMaintenanceElementPreSerializerSubscriberService()
  4910.     {
  4911.         include_once \dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPreSerializerSubscriber.php';
  4912.         return $this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPreSerializerSubscriber'] = new \App\EventSubscriber\MaintenanceElement\MaintenanceElementPreSerializerSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4913.     }
  4914.     /**
  4915.      * Gets the private 'App\EventSubscriber\MaintenanceElement\MaintenanceElementPreWriteSubscriber' shared autowired service.
  4916.      *
  4917.      * @return \App\EventSubscriber\MaintenanceElement\MaintenanceElementPreWriteSubscriber
  4918.      */
  4919.     protected function getMaintenanceElementPreWriteSubscriberService()
  4920.     {
  4921.         include_once \dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPreWriteSubscriber.php';
  4922.         return $this->privates['App\\EventSubscriber\\MaintenanceElement\\MaintenanceElementPreWriteSubscriber'] = new \App\EventSubscriber\MaintenanceElement\MaintenanceElementPreWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4923.     }
  4924.     /**
  4925.      * Gets the private 'App\EventSubscriber\Onboarding\LeadPostValidateSubscriber' shared autowired service.
  4926.      *
  4927.      * @return \App\EventSubscriber\Onboarding\LeadPostValidateSubscriber
  4928.      */
  4929.     protected function getLeadPostValidateSubscriberService()
  4930.     {
  4931.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Onboarding/LeadPostValidateSubscriber.php';
  4932.         return $this->privates['App\\EventSubscriber\\Onboarding\\LeadPostValidateSubscriber'] = new \App\EventSubscriber\Onboarding\LeadPostValidateSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()));
  4933.     }
  4934.     /**
  4935.      * Gets the private 'App\EventSubscriber\Onboarding\LeadPostWriteSubcriber' shared autowired service.
  4936.      *
  4937.      * @return \App\EventSubscriber\Onboarding\LeadPostWriteSubcriber
  4938.      */
  4939.     protected function getLeadPostWriteSubcriberService()
  4940.     {
  4941.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Onboarding/LeadPostWriteSubcriber.php';
  4942.         return $this->privates['App\\EventSubscriber\\Onboarding\\LeadPostWriteSubcriber'] = new \App\EventSubscriber\Onboarding\LeadPostWriteSubcriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\Onboarding\\LeadStaffRepository'] ?? $this->getLeadStaffRepositoryService()), ($this->privates['App\\Repository\\App\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['user_service'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\InvitationService'] ?? $this->getInvitationServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4943.     }
  4944.     /**
  4945.      * Gets the private 'App\EventSubscriber\Onboarding\LeadPreValidateSubscriber' shared autowired service.
  4946.      *
  4947.      * @return \App\EventSubscriber\Onboarding\LeadPreValidateSubscriber
  4948.      */
  4949.     protected function getLeadPreValidateSubscriberService()
  4950.     {
  4951.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Onboarding/LeadPreValidateSubscriber.php';
  4952.         return $this->privates['App\\EventSubscriber\\Onboarding\\LeadPreValidateSubscriber'] = new \App\EventSubscriber\Onboarding\LeadPreValidateSubscriber(($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  4953.     }
  4954.     /**
  4955.      * Gets the private 'App\EventSubscriber\Onboarding\LeadPreWriteSubscriber' shared autowired service.
  4956.      *
  4957.      * @return \App\EventSubscriber\Onboarding\LeadPreWriteSubscriber
  4958.      */
  4959.     protected function getLeadPreWriteSubscriberService()
  4960.     {
  4961.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Onboarding/LeadPreWriteSubscriber.php';
  4962.         return $this->privates['App\\EventSubscriber\\Onboarding\\LeadPreWriteSubscriber'] = new \App\EventSubscriber\Onboarding\LeadPreWriteSubscriber(($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  4963.     }
  4964.     /**
  4965.      * Gets the private 'App\EventSubscriber\Report\ReportPostSerializerSubscriber' shared autowired service.
  4966.      *
  4967.      * @return \App\EventSubscriber\Report\ReportPostSerializerSubscriber
  4968.      */
  4969.     protected function getReportPostSerializerSubscriberService()
  4970.     {
  4971.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Report/ReportPostSerializerSubscriber.php';
  4972.         return $this->privates['App\\EventSubscriber\\Report\\ReportPostSerializerSubscriber'] = new \App\EventSubscriber\Report\ReportPostSerializerSubscriber(($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Services\\ReportService'] ?? $this->getReportServiceService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4973.     }
  4974.     /**
  4975.      * Gets the private 'App\EventSubscriber\Resource\ResourcePostSerializerSubscriber' shared autowired service.
  4976.      *
  4977.      * @return \App\EventSubscriber\Resource\ResourcePostSerializerSubscriber
  4978.      */
  4979.     protected function getResourcePostSerializerSubscriberService()
  4980.     {
  4981.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePostSerializerSubscriber.php';
  4982.         include_once \dirname(__DIR__4).'/src/Services/ResourceService.php';
  4983.         return $this->privates['App\\EventSubscriber\\Resource\\ResourcePostSerializerSubscriber'] = new \App\EventSubscriber\Resource\ResourcePostSerializerSubscriber(new \App\Services\ResourceService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->services['serializer'] ?? $this->getSerializerService())));
  4984.     }
  4985.     /**
  4986.      * Gets the private 'App\EventSubscriber\Resource\ResourcePostValidateSubscriber' shared autowired service.
  4987.      *
  4988.      * @return \App\EventSubscriber\Resource\ResourcePostValidateSubscriber
  4989.      */
  4990.     protected function getResourcePostValidateSubscriberService()
  4991.     {
  4992.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePostValidateSubscriber.php';
  4993.         return $this->privates['App\\EventSubscriber\\Resource\\ResourcePostValidateSubscriber'] = new \App\EventSubscriber\Resource\ResourcePostValidateSubscriber(($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4994.     }
  4995.     /**
  4996.      * Gets the private 'App\EventSubscriber\Resource\ResourcePostWriteSubscriber' shared autowired service.
  4997.      *
  4998.      * @return \App\EventSubscriber\Resource\ResourcePostWriteSubscriber
  4999.      */
  5000.     protected function getResourcePostWriteSubscriberService()
  5001.     {
  5002.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePostWriteSubscriber.php';
  5003.         return $this->privates['App\\EventSubscriber\\Resource\\ResourcePostWriteSubscriber'] = new \App\EventSubscriber\Resource\ResourcePostWriteSubscriber(($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  5004.     }
  5005.     /**
  5006.      * Gets the private 'App\EventSubscriber\Resource\ResourcePreSerializerSubscriber' shared autowired service.
  5007.      *
  5008.      * @return \App\EventSubscriber\Resource\ResourcePreSerializerSubscriber
  5009.      */
  5010.     protected function getResourcePreSerializerSubscriberService()
  5011.     {
  5012.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePreSerializerSubscriber.php';
  5013.         return $this->privates['App\\EventSubscriber\\Resource\\ResourcePreSerializerSubscriber'] = new \App\EventSubscriber\Resource\ResourcePreSerializerSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5014.     }
  5015.     /**
  5016.      * Gets the private 'App\EventSubscriber\Resource\ResourcePreWriteSubscriber' shared autowired service.
  5017.      *
  5018.      * @return \App\EventSubscriber\Resource\ResourcePreWriteSubscriber
  5019.      */
  5020.     protected function getResourcePreWriteSubscriberService()
  5021.     {
  5022.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePreWriteSubscriber.php';
  5023.         return $this->privates['App\\EventSubscriber\\Resource\\ResourcePreWriteSubscriber'] = new \App\EventSubscriber\Resource\ResourcePreWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5024.     }
  5025.     /**
  5026.      * Gets the private 'App\EventSubscriber\Task\TaskPostSerializerSubscriber' shared autowired service.
  5027.      *
  5028.      * @return \App\EventSubscriber\Task\TaskPostSerializerSubscriber
  5029.      */
  5030.     protected function getTaskPostSerializerSubscriberService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPostSerializerSubscriber.php';
  5033.         return $this->privates['App\\EventSubscriber\\Task\\TaskPostSerializerSubscriber'] = new \App\EventSubscriber\Task\TaskPostSerializerSubscriber(($this->privates['App\\Services\\TaskService'] ?? $this->getTaskServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\WorkerBudgetService'] ?? $this->getWorkerBudgetServiceService()), ($this->privates['App\\Services\\StatesService'] ?? $this->getStatesServiceService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()));
  5034.     }
  5035.     /**
  5036.      * Gets the private 'App\EventSubscriber\Task\TaskPostValidateSubscriber' shared autowired service.
  5037.      *
  5038.      * @return \App\EventSubscriber\Task\TaskPostValidateSubscriber
  5039.      */
  5040.     protected function getTaskPostValidateSubscriberService()
  5041.     {
  5042.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPostValidateSubscriber.php';
  5043.         return $this->privates['App\\EventSubscriber\\Task\\TaskPostValidateSubscriber'] = new \App\EventSubscriber\Task\TaskPostValidateSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()), ($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->privates['App\\Repository\\App\\ScheduleRepository'] ?? $this->getScheduleRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()));
  5044.     }
  5045.     /**
  5046.      * Gets the private 'App\EventSubscriber\Task\TaskPostWriteSubscriber' shared autowired service.
  5047.      *
  5048.      * @return \App\EventSubscriber\Task\TaskPostWriteSubscriber
  5049.      */
  5050.     protected function getTaskPostWriteSubscriberService()
  5051.     {
  5052.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPostWriteSubscriber.php';
  5053.         return $this->privates['App\\EventSubscriber\\Task\\TaskPostWriteSubscriber'] = new \App\EventSubscriber\Task\TaskPostWriteSubscriber($this, ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\ScheduleRepository'] ?? $this->getScheduleRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskConceptRepository'] ?? $this->getTaskConceptRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskResourceRepository'] ?? $this->getTaskResourceRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\LogService'] ?? $this->getLogServiceService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\TimeSlot\\TimeSlotHistoryService'] ?? $this->getTimeSlotHistoryServiceService()), ($this->privates['App\\Services\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()));
  5054.     }
  5055.     /**
  5056.      * Gets the private 'App\EventSubscriber\Task\TaskPreSerializerSubscriber' shared autowired service.
  5057.      *
  5058.      * @return \App\EventSubscriber\Task\TaskPreSerializerSubscriber
  5059.      */
  5060.     protected function getTaskPreSerializerSubscriberService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPreSerializerSubscriber.php';
  5063.         return $this->privates['App\\EventSubscriber\\Task\\TaskPreSerializerSubscriber'] = new \App\EventSubscriber\Task\TaskPreSerializerSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  5064.     }
  5065.     /**
  5066.      * Gets the private 'App\EventSubscriber\Task\TaskPreWriteSubscriber' shared autowired service.
  5067.      *
  5068.      * @return \App\EventSubscriber\Task\TaskPreWriteSubscriber
  5069.      */
  5070.     protected function getTaskPreWriteSubscriberService()
  5071.     {
  5072.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPreWriteSubscriber.php';
  5073.         return $this->privates['App\\EventSubscriber\\Task\\TaskPreWriteSubscriber'] = new \App\EventSubscriber\Task\TaskPreWriteSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()));
  5074.     }
  5075.     /**
  5076.      * Gets the private 'App\EventSubscriber\Ticket\IncidenceTypePreWriteSubscriber' shared autowired service.
  5077.      *
  5078.      * @return \App\EventSubscriber\Ticket\IncidenceTypePreWriteSubscriber
  5079.      */
  5080.     protected function getIncidenceTypePreWriteSubscriberService()
  5081.     {
  5082.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Ticket/IncidenceTypePreWriteSubscriber.php';
  5083.         return $this->privates['App\\EventSubscriber\\Ticket\\IncidenceTypePreWriteSubscriber'] = new \App\EventSubscriber\Ticket\IncidenceTypePreWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5084.     }
  5085.     /**
  5086.      * Gets the private 'App\EventSubscriber\Ticket\TicketPostSerializerSubscriber' shared autowired service.
  5087.      *
  5088.      * @return \App\EventSubscriber\Ticket\TicketPostSerializerSubscriber
  5089.      */
  5090.     protected function getTicketPostSerializerSubscriberService()
  5091.     {
  5092.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPostSerializerSubscriber.php';
  5093.         return $this->privates['App\\EventSubscriber\\Ticket\\TicketPostSerializerSubscriber'] = new \App\EventSubscriber\Ticket\TicketPostSerializerSubscriber(($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  5094.     }
  5095.     /**
  5096.      * Gets the private 'App\EventSubscriber\Ticket\TicketPostValidateSubscriber' shared autowired service.
  5097.      *
  5098.      * @return \App\EventSubscriber\Ticket\TicketPostValidateSubscriber
  5099.      */
  5100.     protected function getTicketPostValidateSubscriberService()
  5101.     {
  5102.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPostValidateSubscriber.php';
  5103.         return $this->privates['App\\EventSubscriber\\Ticket\\TicketPostValidateSubscriber'] = new \App\EventSubscriber\Ticket\TicketPostValidateSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5104.     }
  5105.     /**
  5106.      * Gets the private 'App\EventSubscriber\Ticket\TicketPostWriteSubscriber' shared autowired service.
  5107.      *
  5108.      * @return \App\EventSubscriber\Ticket\TicketPostWriteSubscriber
  5109.      */
  5110.     protected function getTicketPostWriteSubscriberService()
  5111.     {
  5112.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPostWriteSubscriber.php';
  5113.         return $this->privates['App\\EventSubscriber\\Ticket\\TicketPostWriteSubscriber'] = new \App\EventSubscriber\Ticket\TicketPostWriteSubscriber(($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), $this, ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\LogService'] ?? $this->getLogServiceService()), ($this->privates['App\\Services\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService()));
  5114.     }
  5115.     /**
  5116.      * Gets the private 'App\EventSubscriber\Ticket\TicketPreSerializeSubscriber' shared autowired service.
  5117.      *
  5118.      * @return \App\EventSubscriber\Ticket\TicketPreSerializeSubscriber
  5119.      */
  5120.     protected function getTicketPreSerializeSubscriberService()
  5121.     {
  5122.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPreSerializeSubscriber.php';
  5123.         return $this->privates['App\\EventSubscriber\\Ticket\\TicketPreSerializeSubscriber'] = new \App\EventSubscriber\Ticket\TicketPreSerializeSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  5124.     }
  5125.     /**
  5126.      * Gets the private 'App\EventSubscriber\Ticket\TicketPreWriteSubscriber' shared autowired service.
  5127.      *
  5128.      * @return \App\EventSubscriber\Ticket\TicketPreWriteSubscriber
  5129.      */
  5130.     protected function getTicketPreWriteSubscriberService()
  5131.     {
  5132.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPreWriteSubscriber.php';
  5133.         return $this->privates['App\\EventSubscriber\\Ticket\\TicketPreWriteSubscriber'] = new \App\EventSubscriber\Ticket\TicketPreWriteSubscriber(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\CustomFieldsRepository'] ?? $this->getCustomFieldsRepositoryService()));
  5134.     }
  5135.     /**
  5136.      * Gets the private 'App\EventSubscriber\TimeSlot\TimeSlotPreWriteSuscriber' shared autowired service.
  5137.      *
  5138.      * @return \App\EventSubscriber\TimeSlot\TimeSlotPreWriteSuscriber
  5139.      */
  5140.     protected function getTimeSlotPreWriteSuscriberService()
  5141.     {
  5142.         include_once \dirname(__DIR__4).'/src/EventSubscriber/TimeSlot/TimeSlotPreWriteSuscriber.php';
  5143.         return $this->privates['App\\EventSubscriber\\TimeSlot\\TimeSlotPreWriteSuscriber'] = new \App\EventSubscriber\TimeSlot\TimeSlotPreWriteSuscriber(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\TimeSlot\\TimeSlotItemRepository'] ?? $this->getTimeSlotItemRepositoryService()));
  5144.     }
  5145.     /**
  5146.      * Gets the private 'App\EventSubscriber\User\UserPostSerializerSubscriber' shared autowired service.
  5147.      *
  5148.      * @return \App\EventSubscriber\User\UserPostSerializerSubscriber
  5149.      */
  5150.     protected function getUserPostSerializerSubscriberService()
  5151.     {
  5152.         include_once \dirname(__DIR__4).'/src/EventSubscriber/User/UserPostSerializerSubscriber.php';
  5153.         return $this->privates['App\\EventSubscriber\\User\\UserPostSerializerSubscriber'] = new \App\EventSubscriber\User\UserPostSerializerSubscriber(($this->services['user_service'] ?? $this->getUserServiceService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()));
  5154.     }
  5155.     /**
  5156.      * Gets the private 'App\EventSubscriber\User\UserPostValidateSubscriber' shared autowired service.
  5157.      *
  5158.      * @return \App\EventSubscriber\User\UserPostValidateSubscriber
  5159.      */
  5160.     protected function getUserPostValidateSubscriberService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/src/EventSubscriber/User/UserPostValidateSubscriber.php';
  5163.         return $this->privates['App\\EventSubscriber\\User\\UserPostValidateSubscriber'] = new \App\EventSubscriber\User\UserPostValidateSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['user_service'] ?? $this->getUserServiceService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\ScheduleRepository'] ?? $this->getScheduleRepositoryService()), ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5164.     }
  5165.     /**
  5166.      * Gets the private 'App\EventSubscriber\User\UserPostWriteSubscriber' shared autowired service.
  5167.      *
  5168.      * @return \App\EventSubscriber\User\UserPostWriteSubscriber
  5169.      */
  5170.     protected function getUserPostWriteSubscriberService()
  5171.     {
  5172.         include_once \dirname(__DIR__4).'/src/EventSubscriber/User/UserPostWriteSubscriber.php';
  5173.         return $this->privates['App\\EventSubscriber\\User\\UserPostWriteSubscriber'] = new \App\EventSubscriber\User\UserPostWriteSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['user_service'] ?? $this->getUserServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Repository\\App\\TimeSlot\\TimeSlotRepository'] ?? $this->getTimeSlotRepositoryService()));
  5174.     }
  5175.     /**
  5176.      * Gets the private 'App\EventSubscriber\User\UserPreSerializerSubscriber' shared autowired service.
  5177.      *
  5178.      * @return \App\EventSubscriber\User\UserPreSerializerSubscriber
  5179.      */
  5180.     protected function getUserPreSerializerSubscriberService()
  5181.     {
  5182.         include_once \dirname(__DIR__4).'/src/EventSubscriber/User/UserPreSerializerSubscriber.php';
  5183.         return $this->privates['App\\EventSubscriber\\User\\UserPreSerializerSubscriber'] = new \App\EventSubscriber\User\UserPreSerializerSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5184.     }
  5185.     /**
  5186.      * Gets the private 'App\EventSubscriber\User\UserPreValidateSubscriber' shared autowired service.
  5187.      *
  5188.      * @return \App\EventSubscriber\User\UserPreValidateSubscriber
  5189.      */
  5190.     protected function getUserPreValidateSubscriberService()
  5191.     {
  5192.         include_once \dirname(__DIR__4).'/src/EventSubscriber/User/UserPreValidateSubscriber.php';
  5193.         return $this->privates['App\\EventSubscriber\\User\\UserPreValidateSubscriber'] = new \App\EventSubscriber\User\UserPreValidateSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  5194.     }
  5195.     /**
  5196.      * Gets the private 'App\EventSubscriber\User\UserPreWriteSubscriber' shared autowired service.
  5197.      *
  5198.      * @return \App\EventSubscriber\User\UserPreWriteSubscriber
  5199.      */
  5200.     protected function getUserPreWriteSubscriberService()
  5201.     {
  5202.         include_once \dirname(__DIR__4).'/src/EventSubscriber/User/UserPreWriteSubscriber.php';
  5203.         return $this->privates['App\\EventSubscriber\\User\\UserPreWriteSubscriber'] = new \App\EventSubscriber\User\UserPreWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()));
  5204.     }
  5205.     /**
  5206.      * Gets the private 'App\EventSubscriber\Vendor\VendorPostSerializeSubscriber' shared autowired service.
  5207.      *
  5208.      * @return \App\EventSubscriber\Vendor\VendorPostSerializeSubscriber
  5209.      */
  5210.     protected function getVendorPostSerializeSubscriberService()
  5211.     {
  5212.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Vendor/VendorPostSerializeSubscriber.php';
  5213.         return $this->privates['App\\EventSubscriber\\Vendor\\VendorPostSerializeSubscriber'] = new \App\EventSubscriber\Vendor\VendorPostSerializeSubscriber(($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()));
  5214.     }
  5215.     /**
  5216.      * Gets the private 'App\EventSubscriber\Vendor\VendorPostValidateSubscriber' shared autowired service.
  5217.      *
  5218.      * @return \App\EventSubscriber\Vendor\VendorPostValidateSubscriber
  5219.      */
  5220.     protected function getVendorPostValidateSubscriberService()
  5221.     {
  5222.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Vendor/VendorPostValidateSubscriber.php';
  5223.         return $this->privates['App\\EventSubscriber\\Vendor\\VendorPostValidateSubscriber'] = new \App\EventSubscriber\Vendor\VendorPostValidateSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()));
  5224.     }
  5225.     /**
  5226.      * Gets the private 'App\EventSubscriber\Vendor\VendorPostWriteSubscriber' shared autowired service.
  5227.      *
  5228.      * @return \App\EventSubscriber\Vendor\VendorPostWriteSubscriber
  5229.      */
  5230.     protected function getVendorPostWriteSubscriberService()
  5231.     {
  5232.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Vendor/VendorPostWriteSubscriber.php';
  5233.         return $this->privates['App\\EventSubscriber\\Vendor\\VendorPostWriteSubscriber'] = new \App\EventSubscriber\Vendor\VendorPostWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  5234.     }
  5235.     /**
  5236.      * Gets the private 'App\EventSubscriber\Vendor\VendorPreWriteSubscriber' shared autowired service.
  5237.      *
  5238.      * @return \App\EventSubscriber\Vendor\VendorPreWriteSubscriber
  5239.      */
  5240.     protected function getVendorPreWriteSubscriberService()
  5241.     {
  5242.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Vendor/VendorPreWriteSubscriber.php';
  5243.         return $this->privates['App\\EventSubscriber\\Vendor\\VendorPreWriteSubscriber'] = new \App\EventSubscriber\Vendor\VendorPreWriteSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5244.     }
  5245.     /**
  5246.      * Gets the private 'App\Filter\Chat\OrderPendingToRead' shared autowired service.
  5247.      *
  5248.      * @return \App\Filter\Chat\OrderPendingToRead
  5249.      */
  5250.     protected function getOrderPendingToReadService()
  5251.     {
  5252.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5256.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5259.         include_once \dirname(__DIR__4).'/src/Filter/Chat/OrderPendingToRead.php';
  5260.         return $this->privates['App\\Filter\\Chat\\OrderPendingToRead'] = new \App\Filter\Chat\OrderPendingToRead(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5261.     }
  5262.     /**
  5263.      * Gets the private 'App\Filter\Chat\PendingToReadFilter' shared autowired service.
  5264.      *
  5265.      * @return \App\Filter\Chat\PendingToReadFilter
  5266.      */
  5267.     protected function getPendingToReadFilterService()
  5268.     {
  5269.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5273.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5274.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5275.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5276.         include_once \dirname(__DIR__4).'/src/Filter/Chat/PendingToReadFilter.php';
  5277.         return $this->privates['App\\Filter\\Chat\\PendingToReadFilter'] = new \App\Filter\Chat\PendingToReadFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5278.     }
  5279.     /**
  5280.      * Gets the private 'App\Filter\Chat\TermFilter' shared autowired service.
  5281.      *
  5282.      * @return \App\Filter\Chat\TermFilter
  5283.      */
  5284.     protected function getTermFilterService()
  5285.     {
  5286.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5292.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5293.         include_once \dirname(__DIR__4).'/src/Filter/Chat/TermFilter.php';
  5294.         return $this->privates['App\\Filter\\Chat\\TermFilter'] = new \App\Filter\Chat\TermFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5295.     }
  5296.     /**
  5297.      * Gets the private 'App\Filter\Chat\VendorFilter' shared autowired service.
  5298.      *
  5299.      * @return \App\Filter\Chat\VendorFilter
  5300.      */
  5301.     protected function getVendorFilterService()
  5302.     {
  5303.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5310.         include_once \dirname(__DIR__4).'/src/Filter/Chat/VendorFilter.php';
  5311.         return $this->privates['App\\Filter\\Chat\\VendorFilter'] = new \App\Filter\Chat\VendorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5312.     }
  5313.     /**
  5314.      * Gets the private 'App\Filter\Indicator\VendorFilter' shared autowired service.
  5315.      *
  5316.      * @return \App\Filter\Indicator\VendorFilter
  5317.      */
  5318.     protected function getVendorFilter2Service()
  5319.     {
  5320.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5327.         include_once \dirname(__DIR__4).'/src/Filter/Indicator/VendorFilter.php';
  5328.         return $this->privates['App\\Filter\\Indicator\\VendorFilter'] = new \App\Filter\Indicator\VendorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5329.     }
  5330.     /**
  5331.      * Gets the private 'App\Filter\LocationFilter' shared autowired service.
  5332.      *
  5333.      * @return \App\Filter\LocationFilter
  5334.      */
  5335.     protected function getLocationFilterService()
  5336.     {
  5337.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5339.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5340.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5342.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5343.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5344.         include_once \dirname(__DIR__4).'/src/Filter/LocationFilter.php';
  5345.         return $this->privates['App\\Filter\\LocationFilter'] = new \App\Filter\LocationFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5346.     }
  5347.     /**
  5348.      * Gets the private 'App\Filter\MediaObjectChatFilter' shared autowired service.
  5349.      *
  5350.      * @return \App\Filter\MediaObjectChatFilter
  5351.      */
  5352.     protected function getMediaObjectChatFilterService()
  5353.     {
  5354.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5361.         include_once \dirname(__DIR__4).'/src/Filter/MediaObjectChatFilter.php';
  5362.         return $this->privates['App\\Filter\\MediaObjectChatFilter'] = new \App\Filter\MediaObjectChatFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5363.     }
  5364.     /**
  5365.      * Gets the private 'App\Filter\Report\DateRangeFilter' shared autowired service.
  5366.      *
  5367.      * @return \App\Filter\Report\DateRangeFilter
  5368.      */
  5369.     protected function getDateRangeFilterService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5378.         include_once \dirname(__DIR__4).'/src/Filter/Report/DateRangeFilter.php';
  5379.         return $this->privates['App\\Filter\\Report\\DateRangeFilter'] = new \App\Filter\Report\DateRangeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5380.     }
  5381.     /**
  5382.      * Gets the private 'App\Filter\Task\RoleFilter' shared autowired service.
  5383.      *
  5384.      * @return \App\Filter\Task\RoleFilter
  5385.      */
  5386.     protected function getRoleFilterService()
  5387.     {
  5388.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5395.         include_once \dirname(__DIR__4).'/src/Filter/Task/RoleFilter.php';
  5396.         return $this->privates['App\\Filter\\Task\\RoleFilter'] = new \App\Filter\Task\RoleFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5397.     }
  5398.     /**
  5399.      * Gets the private 'App\Filter\Task\StateFilter' shared autowired service.
  5400.      *
  5401.      * @return \App\Filter\Task\StateFilter
  5402.      */
  5403.     protected function getStateFilterService()
  5404.     {
  5405.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5412.         include_once \dirname(__DIR__4).'/src/Filter/Task/StateFilter.php';
  5413.         return $this->privates['App\\Filter\\Task\\StateFilter'] = new \App\Filter\Task\StateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5414.     }
  5415.     /**
  5416.      * Gets the private 'App\Filter\Task\StateWorkerBudgetFilter' shared autowired service.
  5417.      *
  5418.      * @return \App\Filter\Task\StateWorkerBudgetFilter
  5419.      */
  5420.     protected function getStateWorkerBudgetFilterService()
  5421.     {
  5422.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5429.         include_once \dirname(__DIR__4).'/src/Filter/Task/StateWorkerBudgetFilter.php';
  5430.         return $this->privates['App\\Filter\\Task\\StateWorkerBudgetFilter'] = new \App\Filter\Task\StateWorkerBudgetFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5431.     }
  5432.     /**
  5433.      * Gets the private 'App\Filter\Task\TaskFilter' shared autowired service.
  5434.      *
  5435.      * @return \App\Filter\Task\TaskFilter
  5436.      */
  5437.     protected function getTaskFilterService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5446.         include_once \dirname(__DIR__4).'/src/Filter/Task/TaskFilter.php';
  5447.         return $this->privates['App\\Filter\\Task\\TaskFilter'] = new \App\Filter\Task\TaskFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5448.     }
  5449.     /**
  5450.      * Gets the private 'App\Filter\Task\WorkerBudgetWithOwner' shared autowired service.
  5451.      *
  5452.      * @return \App\Filter\Task\WorkerBudgetWithOwner
  5453.      */
  5454.     protected function getWorkerBudgetWithOwnerService()
  5455.     {
  5456.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5461.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5462.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5463.         include_once \dirname(__DIR__4).'/src/Filter/Task/WorkerBudgetWithOwner.php';
  5464.         return $this->privates['App\\Filter\\Task\\WorkerBudgetWithOwner'] = new \App\Filter\Task\WorkerBudgetWithOwner(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5465.     }
  5466.     /**
  5467.      * Gets the private 'App\Filter\TicketFilter' shared autowired service.
  5468.      *
  5469.      * @return \App\Filter\TicketFilter
  5470.      */
  5471.     protected function getTicketFilterService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5480.         include_once \dirname(__DIR__4).'/src/Filter/TicketFilter.php';
  5481.         return $this->privates['App\\Filter\\TicketFilter'] = new \App\Filter\TicketFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5482.     }
  5483.     /**
  5484.      * Gets the private 'App\Filter\UserLocationFilter' shared autowired service.
  5485.      *
  5486.      * @return \App\Filter\UserLocationFilter
  5487.      */
  5488.     protected function getUserLocationFilterService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5497.         include_once \dirname(__DIR__4).'/src/Filter/UserLocationFilter.php';
  5498.         return $this->privates['App\\Filter\\UserLocationFilter'] = new \App\Filter\UserLocationFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5499.     }
  5500.     /**
  5501.      * Gets the private 'App\Filter\UserProfileFilter' shared autowired service.
  5502.      *
  5503.      * @return \App\Filter\UserProfileFilter
  5504.      */
  5505.     protected function getUserProfileFilterService()
  5506.     {
  5507.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5508.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5510.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5514.         include_once \dirname(__DIR__4).'/src/Filter/UserProfileFilter.php';
  5515.         return $this->privates['App\\Filter\\UserProfileFilter'] = new \App\Filter\UserProfileFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5516.     }
  5517.     /**
  5518.      * Gets the private 'App\Filter\VendorFilter' shared autowired service.
  5519.      *
  5520.      * @return \App\Filter\VendorFilter
  5521.      */
  5522.     protected function getVendorFilter3Service()
  5523.     {
  5524.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5531.         include_once \dirname(__DIR__4).'/src/Filter/VendorFilter.php';
  5532.         return $this->privates['App\\Filter\\VendorFilter'] = new \App\Filter\VendorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5533.     }
  5534.     /**
  5535.      * Gets the private 'App\Form\ConceptType' shared autowired service.
  5536.      *
  5537.      * @return \App\Form\ConceptType
  5538.      */
  5539.     protected function getConceptTypeService()
  5540.     {
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5543.         include_once \dirname(__DIR__4).'/src/Form/ConceptType.php';
  5544.         return $this->privates['App\\Form\\ConceptType'] = new \App\Form\ConceptType();
  5545.     }
  5546.     /**
  5547.      * Gets the private 'App\Form\MediaObjectType' shared autowired service.
  5548.      *
  5549.      * @return \App\Form\MediaObjectType
  5550.      */
  5551.     protected function getMediaObjectTypeService()
  5552.     {
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5555.         include_once \dirname(__DIR__4).'/src/Form/MediaObjectType.php';
  5556.         return $this->privates['App\\Form\\MediaObjectType'] = new \App\Form\MediaObjectType();
  5557.     }
  5558.     /**
  5559.      * Gets the private 'App\Form\ScheduleType' shared autowired service.
  5560.      *
  5561.      * @return \App\Form\ScheduleType
  5562.      */
  5563.     protected function getScheduleTypeService()
  5564.     {
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5567.         include_once \dirname(__DIR__4).'/src/Form/ScheduleType.php';
  5568.         return $this->privates['App\\Form\\ScheduleType'] = new \App\Form\ScheduleType();
  5569.     }
  5570.     /**
  5571.      * Gets the private 'App\Form\TaskResourceType' shared autowired service.
  5572.      *
  5573.      * @return \App\Form\TaskResourceType
  5574.      */
  5575.     protected function getTaskResourceTypeService()
  5576.     {
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5579.         include_once \dirname(__DIR__4).'/src/Form/TaskResourceType.php';
  5580.         return $this->privates['App\\Form\\TaskResourceType'] = new \App\Form\TaskResourceType();
  5581.     }
  5582.     /**
  5583.      * Gets the private 'App\Form\WorkerBudgetType' shared autowired service.
  5584.      *
  5585.      * @return \App\Form\WorkerBudgetType
  5586.      */
  5587.     protected function getWorkerBudgetTypeService()
  5588.     {
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5591.         include_once \dirname(__DIR__4).'/src/Form/WorkerBudgetType.php';
  5592.         return $this->privates['App\\Form\\WorkerBudgetType'] = new \App\Form\WorkerBudgetType();
  5593.     }
  5594.     /**
  5595.      * Gets the private 'App\Modules\Cemetery\EventSubscriber\Record\RecordPostSerializerSubscriber' shared autowired service.
  5596.      *
  5597.      * @return \App\Modules\Cemetery\EventSubscriber\Record\RecordPostSerializerSubscriber
  5598.      */
  5599.     protected function getRecordPostSerializerSubscriberService()
  5600.     {
  5601.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/EventSubscriber/Record/RecordPostSerializerSubscriber.php';
  5602.         return $this->privates['App\\Modules\\Cemetery\\EventSubscriber\\Record\\RecordPostSerializerSubscriber'] = new \App\Modules\Cemetery\EventSubscriber\Record\RecordPostSerializerSubscriber(($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()));
  5603.     }
  5604.     /**
  5605.      * Gets the private 'App\Modules\Cemetery\Repository\CivilStatusRepository' shared autowired service.
  5606.      *
  5607.      * @return \App\Modules\Cemetery\Repository\CivilStatusRepository
  5608.      */
  5609.     protected function getCivilStatusRepositoryService()
  5610.     {
  5611.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5616.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Repository/CivilStatusRepository.php';
  5617.         return $this->privates['App\\Modules\\Cemetery\\Repository\\CivilStatusRepository'] = new \App\Modules\Cemetery\Repository\CivilStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5618.     }
  5619.     /**
  5620.      * Gets the private 'App\Modules\Cemetery\Repository\DeceasedRepository' shared autowired service.
  5621.      *
  5622.      * @return \App\Modules\Cemetery\Repository\DeceasedRepository
  5623.      */
  5624.     protected function getDeceasedRepositoryService()
  5625.     {
  5626.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5629.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5631.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Repository/DeceasedRepository.php';
  5632.         return $this->privates['App\\Modules\\Cemetery\\Repository\\DeceasedRepository'] = new \App\Modules\Cemetery\Repository\DeceasedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5633.     }
  5634.     /**
  5635.      * Gets the private 'App\Modules\Cemetery\Repository\LesseeRepository' shared autowired service.
  5636.      *
  5637.      * @return \App\Modules\Cemetery\Repository\LesseeRepository
  5638.      */
  5639.     protected function getLesseeRepositoryService()
  5640.     {
  5641.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5642.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5643.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5646.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Repository/LesseeRepository.php';
  5647.         return $this->privates['App\\Modules\\Cemetery\\Repository\\LesseeRepository'] = new \App\Modules\Cemetery\Repository\LesseeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5648.     }
  5649.     /**
  5650.      * Gets the private 'App\Modules\Cemetery\Repository\NicheRepository' shared autowired service.
  5651.      *
  5652.      * @return \App\Modules\Cemetery\Repository\NicheRepository
  5653.      */
  5654.     protected function getNicheRepositoryService()
  5655.     {
  5656.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5661.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Repository/NicheRepository.php';
  5662.         return $this->privates['App\\Modules\\Cemetery\\Repository\\NicheRepository'] = new \App\Modules\Cemetery\Repository\NicheRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5663.     }
  5664.     /**
  5665.      * Gets the private 'App\Modules\Cemetery\Repository\PersonRepository' shared autowired service.
  5666.      *
  5667.      * @return \App\Modules\Cemetery\Repository\PersonRepository
  5668.      */
  5669.     protected function getPersonRepositoryService()
  5670.     {
  5671.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5676.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Repository/PersonRepository.php';
  5677.         return $this->privates['App\\Modules\\Cemetery\\Repository\\PersonRepository'] = new \App\Modules\Cemetery\Repository\PersonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5678.     }
  5679.     /**
  5680.      * Gets the private 'App\Modules\Cemetery\Repository\RecordRepository' shared autowired service.
  5681.      *
  5682.      * @return \App\Modules\Cemetery\Repository\RecordRepository
  5683.      */
  5684.     protected function getRecordRepositoryService()
  5685.     {
  5686.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5687.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5690.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5691.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Repository/RecordRepository.php';
  5692.         return $this->privates['App\\Modules\\Cemetery\\Repository\\RecordRepository'] = new \App\Modules\Cemetery\Repository\RecordRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5693.     }
  5694.     /**
  5695.      * Gets the private 'App\Modules\Cemetery\Repository\SexRepository' shared autowired service.
  5696.      *
  5697.      * @return \App\Modules\Cemetery\Repository\SexRepository
  5698.      */
  5699.     protected function getSexRepositoryService()
  5700.     {
  5701.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5702.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5706.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/Repository/SexRepository.php';
  5707.         return $this->privates['App\\Modules\\Cemetery\\Repository\\SexRepository'] = new \App\Modules\Cemetery\Repository\SexRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5708.     }
  5709.     /**
  5710.      * Gets the private 'App\Repository\App\AppParamsRepository' shared autowired service.
  5711.      *
  5712.      * @return \App\Repository\App\AppParamsRepository
  5713.      */
  5714.     protected function getAppParamsRepositoryService()
  5715.     {
  5716.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5721.         include_once \dirname(__DIR__4).'/src/Repository/App/AppParamsRepository.php';
  5722.         return $this->privates['App\\Repository\\App\\AppParamsRepository'] = new \App\Repository\App\AppParamsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5723.     }
  5724.     /**
  5725.      * Gets the private 'App\Repository\App\CategoryRepository' shared autowired service.
  5726.      *
  5727.      * @return \App\Repository\App\CategoryRepository
  5728.      */
  5729.     protected function getCategoryRepositoryService()
  5730.     {
  5731.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5732.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5736.         include_once \dirname(__DIR__4).'/src/Repository/App/CategoryRepository.php';
  5737.         return $this->privates['App\\Repository\\App\\CategoryRepository'] = new \App\Repository\App\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5738.     }
  5739.     /**
  5740.      * Gets the private 'App\Repository\App\CompanyRepository' shared autowired service.
  5741.      *
  5742.      * @return \App\Repository\App\CompanyRepository
  5743.      */
  5744.     protected function getCompanyRepositoryService()
  5745.     {
  5746.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5749.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5751.         include_once \dirname(__DIR__4).'/src/Repository/App/CompanyRepository.php';
  5752.         return $this->privates['App\\Repository\\App\\CompanyRepository'] = new \App\Repository\App\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5753.     }
  5754.     /**
  5755.      * Gets the private 'App\Repository\App\CustomFieldsRepository' shared autowired service.
  5756.      *
  5757.      * @return \App\Repository\App\CustomFieldsRepository
  5758.      */
  5759.     protected function getCustomFieldsRepositoryService()
  5760.     {
  5761.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5766.         include_once \dirname(__DIR__4).'/src/Repository/App/CustomFieldsRepository.php';
  5767.         return $this->privates['App\\Repository\\App\\CustomFieldsRepository'] = new \App\Repository\App\CustomFieldsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5768.     }
  5769.     /**
  5770.      * Gets the private 'App\Repository\App\CustomModuleRepository' shared autowired service.
  5771.      *
  5772.      * @return \App\Repository\App\CustomModuleRepository
  5773.      */
  5774.     protected function getCustomModuleRepositoryService()
  5775.     {
  5776.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5781.         include_once \dirname(__DIR__4).'/src/Repository/App/CustomModuleRepository.php';
  5782.         return $this->privates['App\\Repository\\App\\CustomModuleRepository'] = new \App\Repository\App\CustomModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5783.     }
  5784.     /**
  5785.      * Gets the private 'App\Repository\App\GlobalConfigurationRepository' shared autowired service.
  5786.      *
  5787.      * @return \App\Repository\App\GlobalConfigurationRepository
  5788.      */
  5789.     protected function getGlobalConfigurationRepositoryService()
  5790.     {
  5791.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5794.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5796.         include_once \dirname(__DIR__4).'/src/Repository/App/GlobalConfigurationRepository.php';
  5797.         return $this->privates['App\\Repository\\App\\GlobalConfigurationRepository'] = new \App\Repository\App\GlobalConfigurationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5798.     }
  5799.     /**
  5800.      * Gets the private 'App\Repository\App\IndicatorRepository' shared autowired service.
  5801.      *
  5802.      * @return \App\Repository\App\IndicatorRepository
  5803.      */
  5804.     protected function getIndicatorRepositoryService()
  5805.     {
  5806.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5811.         include_once \dirname(__DIR__4).'/src/Repository/App/IndicatorRepository.php';
  5812.         return $this->privates['App\\Repository\\App\\IndicatorRepository'] = new \App\Repository\App\IndicatorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5813.     }
  5814.     /**
  5815.      * Gets the private 'App\Repository\App\LocationRepository' shared autowired service.
  5816.      *
  5817.      * @return \App\Repository\App\LocationRepository
  5818.      */
  5819.     protected function getLocationRepositoryService()
  5820.     {
  5821.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5826.         include_once \dirname(__DIR__4).'/src/Repository/App/LocationRepository.php';
  5827.         return $this->privates['App\\Repository\\App\\LocationRepository'] = new \App\Repository\App\LocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5828.     }
  5829.     /**
  5830.      * Gets the private 'App\Repository\App\MaintenanceElementRepository' shared autowired service.
  5831.      *
  5832.      * @return \App\Repository\App\MaintenanceElementRepository
  5833.      */
  5834.     protected function getMaintenanceElementRepositoryService()
  5835.     {
  5836.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5838.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5841.         include_once \dirname(__DIR__4).'/src/Repository/App/MaintenanceElementRepository.php';
  5842.         return $this->privates['App\\Repository\\App\\MaintenanceElementRepository'] = new \App\Repository\App\MaintenanceElementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5843.     }
  5844.     /**
  5845.      * Gets the private 'App\Repository\App\MediaObjectRepository' shared autowired service.
  5846.      *
  5847.      * @return \App\Repository\App\MediaObjectRepository
  5848.      */
  5849.     protected function getMediaObjectRepositoryService()
  5850.     {
  5851.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5856.         include_once \dirname(__DIR__4).'/src/Repository/App/MediaObjectRepository.php';
  5857.         return $this->privates['App\\Repository\\App\\MediaObjectRepository'] = new \App\Repository\App\MediaObjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5858.     }
  5859.     /**
  5860.      * Gets the private 'App\Repository\App\NotificationRepository' shared autowired service.
  5861.      *
  5862.      * @return \App\Repository\App\NotificationRepository
  5863.      */
  5864.     protected function getNotificationRepositoryService()
  5865.     {
  5866.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5867.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5871.         include_once \dirname(__DIR__4).'/src/Repository/App/NotificationRepository.php';
  5872.         return $this->privates['App\\Repository\\App\\NotificationRepository'] = new \App\Repository\App\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5873.     }
  5874.     /**
  5875.      * Gets the private 'App\Repository\App\PermissionRepository' shared autowired service.
  5876.      *
  5877.      * @return \App\Repository\App\PermissionRepository
  5878.      */
  5879.     protected function getPermissionRepositoryService()
  5880.     {
  5881.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5884.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5886.         include_once \dirname(__DIR__4).'/src/Repository/App/PermissionRepository.php';
  5887.         return $this->privates['App\\Repository\\App\\PermissionRepository'] = new \App\Repository\App\PermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5888.     }
  5889.     /**
  5890.      * Gets the private 'App\Repository\App\ProjectRepository' shared autowired service.
  5891.      *
  5892.      * @return \App\Repository\App\ProjectRepository
  5893.      */
  5894.     protected function getProjectRepositoryService()
  5895.     {
  5896.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5897.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5901.         include_once \dirname(__DIR__4).'/src/Repository/App/ProjectRepository.php';
  5902.         return $this->privates['App\\Repository\\App\\ProjectRepository'] = new \App\Repository\App\ProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5903.     }
  5904.     /**
  5905.      * Gets the private 'App\Repository\App\PublicHoliday\PublicHolidayRepository' shared autowired service.
  5906.      *
  5907.      * @return \App\Repository\App\PublicHoliday\PublicHolidayRepository
  5908.      */
  5909.     protected function getPublicHolidayRepositoryService()
  5910.     {
  5911.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5912.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5916.         include_once \dirname(__DIR__4).'/src/Repository/App/PublicHoliday/PublicHolidayRepository.php';
  5917.         return $this->privates['App\\Repository\\App\\PublicHoliday\\PublicHolidayRepository'] = new \App\Repository\App\PublicHoliday\PublicHolidayRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5918.     }
  5919.     /**
  5920.      * Gets the private 'App\Repository\App\ReportRepository' shared autowired service.
  5921.      *
  5922.      * @return \App\Repository\App\ReportRepository
  5923.      */
  5924.     protected function getReportRepositoryService()
  5925.     {
  5926.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5931.         include_once \dirname(__DIR__4).'/src/Repository/App/ReportRepository.php';
  5932.         return $this->privates['App\\Repository\\App\\ReportRepository'] = new \App\Repository\App\ReportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5933.     }
  5934.     /**
  5935.      * Gets the private 'App\Repository\App\ResourceRepository' shared autowired service.
  5936.      *
  5937.      * @return \App\Repository\App\ResourceRepository
  5938.      */
  5939.     protected function getResourceRepositoryService()
  5940.     {
  5941.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5946.         include_once \dirname(__DIR__4).'/src/Repository/App/ResourceRepository.php';
  5947.         return $this->privates['App\\Repository\\App\\ResourceRepository'] = new \App\Repository\App\ResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5948.     }
  5949.     /**
  5950.      * Gets the private 'App\Repository\App\RoleRepository' shared autowired service.
  5951.      *
  5952.      * @return \App\Repository\App\RoleRepository
  5953.      */
  5954.     protected function getRoleRepositoryService()
  5955.     {
  5956.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5957.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5961.         include_once \dirname(__DIR__4).'/src/Repository/App/RoleRepository.php';
  5962.         return $this->privates['App\\Repository\\App\\RoleRepository'] = new \App\Repository\App\RoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5963.     }
  5964.     /**
  5965.      * Gets the private 'App\Repository\App\RoleStaffRepository' shared autowired service.
  5966.      *
  5967.      * @return \App\Repository\App\RoleStaffRepository
  5968.      */
  5969.     protected function getRoleStaffRepositoryService()
  5970.     {
  5971.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5973.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5976.         include_once \dirname(__DIR__4).'/src/Repository/App/RoleStaffRepository.php';
  5977.         return $this->privates['App\\Repository\\App\\RoleStaffRepository'] = new \App\Repository\App\RoleStaffRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5978.     }
  5979.     /**
  5980.      * Gets the private 'App\Repository\App\ScheduleRepository' shared autowired service.
  5981.      *
  5982.      * @return \App\Repository\App\ScheduleRepository
  5983.      */
  5984.     protected function getScheduleRepositoryService()
  5985.     {
  5986.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5991.         include_once \dirname(__DIR__4).'/src/Repository/App/ScheduleRepository.php';
  5992.         return $this->privates['App\\Repository\\App\\ScheduleRepository'] = new \App\Repository\App\ScheduleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5993.     }
  5994.     /**
  5995.      * Gets the private 'App\Repository\App\SubscriptionRepository' shared autowired service.
  5996.      *
  5997.      * @return \App\Repository\App\SubscriptionRepository
  5998.      */
  5999.     protected function getSubscriptionRepositoryService()
  6000.     {
  6001.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6006.         include_once \dirname(__DIR__4).'/src/Repository/App/SubscriptionRepository.php';
  6007.         return $this->privates['App\\Repository\\App\\SubscriptionRepository'] = new \App\Repository\App\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6008.     }
  6009.     /**
  6010.      * Gets the private 'App\Repository\App\Task\TaskConceptRepository' shared autowired service.
  6011.      *
  6012.      * @return \App\Repository\App\Task\TaskConceptRepository
  6013.      */
  6014.     protected function getTaskConceptRepositoryService()
  6015.     {
  6016.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6021.         include_once \dirname(__DIR__4).'/src/Repository/App/Task/TaskConceptRepository.php';
  6022.         return $this->privates['App\\Repository\\App\\Task\\TaskConceptRepository'] = new \App\Repository\App\Task\TaskConceptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6023.     }
  6024.     /**
  6025.      * Gets the private 'App\Repository\App\Task\TaskRepository' shared autowired service.
  6026.      *
  6027.      * @return \App\Repository\App\Task\TaskRepository
  6028.      */
  6029.     protected function getTaskRepositoryService()
  6030.     {
  6031.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6032.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6036.         include_once \dirname(__DIR__4).'/src/Repository/App/Task/TaskRepository.php';
  6037.         return $this->privates['App\\Repository\\App\\Task\\TaskRepository'] = new \App\Repository\App\Task\TaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6038.     }
  6039.     /**
  6040.      * Gets the private 'App\Repository\App\Task\TaskResourceRepository' shared autowired service.
  6041.      *
  6042.      * @return \App\Repository\App\Task\TaskResourceRepository
  6043.      */
  6044.     protected function getTaskResourceRepositoryService()
  6045.     {
  6046.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6050.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6051.         include_once \dirname(__DIR__4).'/src/Repository/App/Task/TaskResourceRepository.php';
  6052.         return $this->privates['App\\Repository\\App\\Task\\TaskResourceRepository'] = new \App\Repository\App\Task\TaskResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6053.     }
  6054.     /**
  6055.      * Gets the private 'App\Repository\App\Task\TaskStatusLogRepository' shared autowired service.
  6056.      *
  6057.      * @return \App\Repository\App\Task\TaskStatusLogRepository
  6058.      */
  6059.     protected function getTaskStatusLogRepositoryService()
  6060.     {
  6061.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6066.         include_once \dirname(__DIR__4).'/src/Repository/App/Task/TaskStatusLogRepository.php';
  6067.         return $this->privates['App\\Repository\\App\\Task\\TaskStatusLogRepository'] = new \App\Repository\App\Task\TaskStatusLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6068.     }
  6069.     /**
  6070.      * Gets the private 'App\Repository\App\Task\TaskStatusLogTimeSlotRepository' shared autowired service.
  6071.      *
  6072.      * @return \App\Repository\App\Task\TaskStatusLogTimeSlotRepository
  6073.      */
  6074.     protected function getTaskStatusLogTimeSlotRepositoryService()
  6075.     {
  6076.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6081.         include_once \dirname(__DIR__4).'/src/Repository/App/Task/TaskStatusLogTimeSlotRepository.php';
  6082.         return $this->privates['App\\Repository\\App\\Task\\TaskStatusLogTimeSlotRepository'] = new \App\Repository\App\Task\TaskStatusLogTimeSlotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6083.     }
  6084.     /**
  6085.      * Gets the private 'App\Repository\App\Task\WorkerBudgetRepository' shared autowired service.
  6086.      *
  6087.      * @return \App\Repository\App\Task\WorkerBudgetRepository
  6088.      */
  6089.     protected function getWorkerBudgetRepositoryService()
  6090.     {
  6091.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6095.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6096.         include_once \dirname(__DIR__4).'/src/Repository/App/Task/WorkerBudgetRepository.php';
  6097.         return $this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] = new \App\Repository\App\Task\WorkerBudgetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6098.     }
  6099.     /**
  6100.      * Gets the private 'App\Repository\App\Task\WorkerBudgetTimeRepository' shared autowired service.
  6101.      *
  6102.      * @return \App\Repository\App\Task\WorkerBudgetTimeRepository
  6103.      */
  6104.     protected function getWorkerBudgetTimeRepositoryService()
  6105.     {
  6106.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6111.         include_once \dirname(__DIR__4).'/src/Repository/App/Task/WorkerBudgetTimeRepository.php';
  6112.         return $this->privates['App\\Repository\\App\\Task\\WorkerBudgetTimeRepository'] = new \App\Repository\App\Task\WorkerBudgetTimeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6113.     }
  6114.     /**
  6115.      * Gets the private 'App\Repository\App\Ticket\IncidenceTypeRepository' shared autowired service.
  6116.      *
  6117.      * @return \App\Repository\App\Ticket\IncidenceTypeRepository
  6118.      */
  6119.     protected function getIncidenceTypeRepositoryService()
  6120.     {
  6121.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6122.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6126.         include_once \dirname(__DIR__4).'/src/Repository/App/Ticket/IncidenceTypeRepository.php';
  6127.         return $this->privates['App\\Repository\\App\\Ticket\\IncidenceTypeRepository'] = new \App\Repository\App\Ticket\IncidenceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6128.     }
  6129.     /**
  6130.      * Gets the private 'App\Repository\App\Ticket\TicketPriorityRepository' shared autowired service.
  6131.      *
  6132.      * @return \App\Repository\App\Ticket\TicketPriorityRepository
  6133.      */
  6134.     protected function getTicketPriorityRepositoryService()
  6135.     {
  6136.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6141.         include_once \dirname(__DIR__4).'/src/Repository/App/Ticket/TicketPriorityRepository.php';
  6142.         return $this->privates['App\\Repository\\App\\Ticket\\TicketPriorityRepository'] = new \App\Repository\App\Ticket\TicketPriorityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6143.     }
  6144.     /**
  6145.      * Gets the private 'App\Repository\App\Ticket\TicketRepository' shared autowired service.
  6146.      *
  6147.      * @return \App\Repository\App\Ticket\TicketRepository
  6148.      */
  6149.     protected function getTicketRepositoryService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6156.         include_once \dirname(__DIR__4).'/src/Repository/App/Ticket/TicketRepository.php';
  6157.         return $this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] = new \App\Repository\App\Ticket\TicketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6158.     }
  6159.     /**
  6160.      * Gets the private 'App\Repository\App\Ticket\TicketStateRepository' shared autowired service.
  6161.      *
  6162.      * @return \App\Repository\App\Ticket\TicketStateRepository
  6163.      */
  6164.     protected function getTicketStateRepositoryService()
  6165.     {
  6166.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6171.         include_once \dirname(__DIR__4).'/src/Repository/App/Ticket/TicketStateRepository.php';
  6172.         return $this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] = new \App\Repository\App\Ticket\TicketStateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6173.     }
  6174.     /**
  6175.      * Gets the private 'App\Repository\App\Ticket\TicketTypeRepository' shared autowired service.
  6176.      *
  6177.      * @return \App\Repository\App\Ticket\TicketTypeRepository
  6178.      */
  6179.     protected function getTicketTypeRepositoryService()
  6180.     {
  6181.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6186.         include_once \dirname(__DIR__4).'/src/Repository/App/Ticket/TicketTypeRepository.php';
  6187.         return $this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] = new \App\Repository\App\Ticket\TicketTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6188.     }
  6189.     /**
  6190.      * Gets the private 'App\Repository\App\TimeSlot\TimeSlotHistoryWorkerBudgetRepository' shared autowired service.
  6191.      *
  6192.      * @return \App\Repository\App\TimeSlot\TimeSlotHistoryWorkerBudgetRepository
  6193.      */
  6194.     protected function getTimeSlotHistoryWorkerBudgetRepositoryService()
  6195.     {
  6196.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6201.         include_once \dirname(__DIR__4).'/src/Repository/App/TimeSlot/TimeSlotHistoryWorkerBudgetRepository.php';
  6202.         return $this->privates['App\\Repository\\App\\TimeSlot\\TimeSlotHistoryWorkerBudgetRepository'] = new \App\Repository\App\TimeSlot\TimeSlotHistoryWorkerBudgetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6203.     }
  6204.     /**
  6205.      * Gets the private 'App\Repository\App\TimeSlot\TimeSlotItemRepository' shared autowired service.
  6206.      *
  6207.      * @return \App\Repository\App\TimeSlot\TimeSlotItemRepository
  6208.      */
  6209.     protected function getTimeSlotItemRepositoryService()
  6210.     {
  6211.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6216.         include_once \dirname(__DIR__4).'/src/Repository/App/TimeSlot/TimeSlotItemRepository.php';
  6217.         return $this->privates['App\\Repository\\App\\TimeSlot\\TimeSlotItemRepository'] = new \App\Repository\App\TimeSlot\TimeSlotItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6218.     }
  6219.     /**
  6220.      * Gets the private 'App\Repository\App\TimeSlot\TimeSlotRepository' shared autowired service.
  6221.      *
  6222.      * @return \App\Repository\App\TimeSlot\TimeSlotRepository
  6223.      */
  6224.     protected function getTimeSlotRepositoryService()
  6225.     {
  6226.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6231.         include_once \dirname(__DIR__4).'/src/Repository/App/TimeSlot/TimeSlotRepository.php';
  6232.         return $this->privates['App\\Repository\\App\\TimeSlot\\TimeSlotRepository'] = new \App\Repository\App\TimeSlot\TimeSlotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6233.     }
  6234.     /**
  6235.      * Gets the private 'App\Repository\App\UserRepository' shared autowired service.
  6236.      *
  6237.      * @return \App\Repository\App\UserRepository
  6238.      */
  6239.     protected function getUserRepositoryService()
  6240.     {
  6241.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6246.         include_once \dirname(__DIR__4).'/src/Repository/App/UserRepository.php';
  6247.         return $this->privates['App\\Repository\\App\\UserRepository'] = new \App\Repository\App\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6248.     }
  6249.     /**
  6250.      * Gets the private 'App\Repository\App\VendorRepository' shared autowired service.
  6251.      *
  6252.      * @return \App\Repository\App\VendorRepository
  6253.      */
  6254.     protected function getVendorRepositoryService()
  6255.     {
  6256.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6261.         include_once \dirname(__DIR__4).'/src/Repository/App/VendorRepository.php';
  6262.         return $this->privates['App\\Repository\\App\\VendorRepository'] = new \App\Repository\App\VendorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6263.     }
  6264.     /**
  6265.      * Gets the private 'App\Repository\App\VendorStaffRepository' shared autowired service.
  6266.      *
  6267.      * @return \App\Repository\App\VendorStaffRepository
  6268.      */
  6269.     protected function getVendorStaffRepositoryService()
  6270.     {
  6271.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6276.         include_once \dirname(__DIR__4).'/src/Repository/App/VendorStaffRepository.php';
  6277.         return $this->privates['App\\Repository\\App\\VendorStaffRepository'] = new \App\Repository\App\VendorStaffRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6278.     }
  6279.     /**
  6280.      * Gets the private 'App\Repository\Auth\B2bTokenRepository' shared autowired service.
  6281.      *
  6282.      * @return \App\Repository\Auth\B2bTokenRepository
  6283.      */
  6284.     protected function getB2bTokenRepositoryService()
  6285.     {
  6286.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6291.         include_once \dirname(__DIR__4).'/src/Repository/Auth/B2bTokenRepository.php';
  6292.         return $this->privates['App\\Repository\\Auth\\B2bTokenRepository'] = new \App\Repository\Auth\B2bTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6293.     }
  6294.     /**
  6295.      * Gets the private 'App\Repository\Chat\ChatMessageReadRepository' shared autowired service.
  6296.      *
  6297.      * @return \App\Repository\Chat\ChatMessageReadRepository
  6298.      */
  6299.     protected function getChatMessageReadRepositoryService()
  6300.     {
  6301.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6303.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6306.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ChatMessageReadRepository.php';
  6307.         return $this->privates['App\\Repository\\Chat\\ChatMessageReadRepository'] = new \App\Repository\Chat\ChatMessageReadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  6308.     }
  6309.     /**
  6310.      * Gets the private 'App\Repository\Chat\ChatMessageRepository' shared autowired service.
  6311.      *
  6312.      * @return \App\Repository\Chat\ChatMessageRepository
  6313.      */
  6314.     protected function getChatMessageRepositoryService()
  6315.     {
  6316.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6321.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ChatMessageRepository.php';
  6322.         return $this->privates['App\\Repository\\Chat\\ChatMessageRepository'] = new \App\Repository\Chat\ChatMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6323.     }
  6324.     /**
  6325.      * Gets the private 'App\Repository\Chat\ChatRepository' shared autowired service.
  6326.      *
  6327.      * @return \App\Repository\Chat\ChatRepository
  6328.      */
  6329.     protected function getChatRepositoryService()
  6330.     {
  6331.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6336.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ChatRepository.php';
  6337.         return $this->privates['App\\Repository\\Chat\\ChatRepository'] = new \App\Repository\Chat\ChatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6338.     }
  6339.     /**
  6340.      * Gets the private 'App\Repository\CornerPolygonRepository' shared autowired service.
  6341.      *
  6342.      * @return \App\Repository\CornerPolygonRepository
  6343.      */
  6344.     protected function getCornerPolygonRepositoryService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6351.         include_once \dirname(__DIR__4).'/src/Repository/CornerPolygonRepository.php';
  6352.         return $this->privates['App\\Repository\\CornerPolygonRepository'] = new \App\Repository\CornerPolygonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6353.     }
  6354.     /**
  6355.      * Gets the private 'App\Repository\Log\LogEntryRepository' shared autowired service.
  6356.      *
  6357.      * @return \App\Repository\Log\LogEntryRepository
  6358.      */
  6359.     protected function getLogEntryRepositoryService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6366.         include_once \dirname(__DIR__4).'/src/Repository/Log/LogEntryRepository.php';
  6367.         return $this->privates['App\\Repository\\Log\\LogEntryRepository'] = new \App\Repository\Log\LogEntryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6368.     }
  6369.     /**
  6370.      * Gets the private 'App\Repository\Log\TaskLogEntryRepository' shared autowired service.
  6371.      *
  6372.      * @return \App\Repository\Log\TaskLogEntryRepository
  6373.      */
  6374.     protected function getTaskLogEntryRepositoryService()
  6375.     {
  6376.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6377.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6380.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6381.         include_once \dirname(__DIR__4).'/src/Repository/Log/TaskLogEntryRepository.php';
  6382.         return $this->privates['App\\Repository\\Log\\TaskLogEntryRepository'] = new \App\Repository\Log\TaskLogEntryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6383.     }
  6384.     /**
  6385.      * Gets the private 'App\Repository\Onboarding\InvitationRepository' shared autowired service.
  6386.      *
  6387.      * @return \App\Repository\Onboarding\InvitationRepository
  6388.      */
  6389.     protected function getInvitationRepositoryService()
  6390.     {
  6391.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6392.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6396.         include_once \dirname(__DIR__4).'/src/Repository/Onboarding/InvitationRepository.php';
  6397.         return $this->privates['App\\Repository\\Onboarding\\InvitationRepository'] = new \App\Repository\Onboarding\InvitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6398.     }
  6399.     /**
  6400.      * Gets the private 'App\Repository\Onboarding\LeadRepository' shared autowired service.
  6401.      *
  6402.      * @return \App\Repository\Onboarding\LeadRepository
  6403.      */
  6404.     protected function getLeadRepositoryService()
  6405.     {
  6406.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6411.         include_once \dirname(__DIR__4).'/src/Repository/Onboarding/LeadRepository.php';
  6412.         return $this->privates['App\\Repository\\Onboarding\\LeadRepository'] = new \App\Repository\Onboarding\LeadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6413.     }
  6414.     /**
  6415.      * Gets the private 'App\Repository\Onboarding\LeadStaffRepository' shared autowired service.
  6416.      *
  6417.      * @return \App\Repository\Onboarding\LeadStaffRepository
  6418.      */
  6419.     protected function getLeadStaffRepositoryService()
  6420.     {
  6421.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6426.         include_once \dirname(__DIR__4).'/src/Repository/Onboarding/LeadStaffRepository.php';
  6427.         return $this->privates['App\\Repository\\Onboarding\\LeadStaffRepository'] = new \App\Repository\Onboarding\LeadStaffRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6428.     }
  6429.     /**
  6430.      * Gets the private 'App\Security\User\ApiUserProvider' shared autowired service.
  6431.      *
  6432.      * @return \App\Security\User\ApiUserProvider
  6433.      */
  6434.     protected function getApiUserProviderService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6437.         include_once \dirname(__DIR__4).'/src/Security/User/ApiUserProvider.php';
  6438.         return $this->privates['App\\Security\\User\\ApiUserProvider'] = new \App\Security\User\ApiUserProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6439.     }
  6440.     /**
  6441.      * Gets the private 'App\Services\AwsS3Service' shared autowired service.
  6442.      *
  6443.      * @return \App\Services\AwsS3Service
  6444.      */
  6445.     protected function getAwsS3ServiceService()
  6446.     {
  6447.         include_once \dirname(__DIR__4).'/src/Services/AwsS3Service.php';
  6448.         return $this->privates['App\\Services\\AwsS3Service'] = new \App\Services\AwsS3Service(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  6449.     }
  6450.     /**
  6451.      * Gets the private 'App\Services\B2bTokenService' shared autowired service.
  6452.      *
  6453.      * @return \App\Services\B2bTokenService
  6454.      */
  6455.     protected function getB2bTokenServiceService()
  6456.     {
  6457.         include_once \dirname(__DIR__4).'/src/Interfaces/B2bTokenInterface.php';
  6458.         include_once \dirname(__DIR__4).'/src/Services/B2bTokenService.php';
  6459.         include_once \dirname(__DIR__4).'/src/Handlers/TokenHandler.php';
  6460.         include_once \dirname(__DIR__4).'/src/Handlers/TextFormatHandler.php';
  6461.         return $this->privates['App\\Services\\B2bTokenService'] = new \App\Services\B2bTokenService(($this->privates['App\\Repository\\Auth\\B2bTokenRepository'] ?? $this->getB2bTokenRepositoryService()), ($this->privates['App\\Handlers\\TextFormatHandler'] ?? ($this->privates['App\\Handlers\\TextFormatHandler'] = new \App\Handlers\TextFormatHandler())), new \App\Handlers\TokenHandler());
  6462.     }
  6463.     /**
  6464.      * Gets the private 'App\Services\Canvas\CanvasService' shared autowired service.
  6465.      *
  6466.      * @return \App\Services\Canvas\CanvasService
  6467.      */
  6468.     protected function getCanvasServiceService()
  6469.     {
  6470.         include_once \dirname(__DIR__4).'/src/Interfaces/CanvasInterface.php';
  6471.         include_once \dirname(__DIR__4).'/src/Services/Canvas/CanvasService.php';
  6472.         return $this->privates['App\\Services\\Canvas\\CanvasService'] = new \App\Services\Canvas\CanvasService(($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\StatesService'] ?? $this->getStatesServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6473.     }
  6474.     /**
  6475.      * Gets the private 'App\Services\CategoryService' shared autowired service.
  6476.      *
  6477.      * @return \App\Services\CategoryService
  6478.      */
  6479.     protected function getCategoryServiceService()
  6480.     {
  6481.         include_once \dirname(__DIR__4).'/src/Services/CategoryService.php';
  6482.         return $this->privates['App\\Services\\CategoryService'] = new \App\Services\CategoryService(($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  6483.     }
  6484.     /**
  6485.      * Gets the private 'App\Services\ChatService' shared autowired service.
  6486.      *
  6487.      * @return \App\Services\ChatService
  6488.      */
  6489.     protected function getChatServiceService()
  6490.     {
  6491.         include_once \dirname(__DIR__4).'/src/Services/ChatService.php';
  6492.         return $this->privates['App\\Services\\ChatService'] = new \App\Services\ChatService(($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\Chat\\ChatRepository'] ?? $this->getChatRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Chat\\ChatMessageRepository'] ?? $this->getChatMessageRepositoryService()), ($this->privates['App\\Repository\\Chat\\ChatMessageReadRepository'] ?? $this->getChatMessageReadRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()));
  6493.     }
  6494.     /**
  6495.      * Gets the private 'App\Services\CommandLogService' shared autowired service.
  6496.      *
  6497.      * @return \App\Services\CommandLogService
  6498.      */
  6499.     protected function getCommandLogServiceService()
  6500.     {
  6501.         include_once \dirname(__DIR__4).'/src/Services/CommandLogService.php';
  6502.         $a = new \Symfony\Bridge\Monolog\Logger('commands');
  6503.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6504.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6505.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6506.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6507.         return $this->privates['App\\Services\\CommandLogService'] = new \App\Services\CommandLogService($a);
  6508.     }
  6509.     /**
  6510.      * Gets the private 'App\Services\CustomField\CustomFieldService' shared autowired service.
  6511.      *
  6512.      * @return \App\Services\CustomField\CustomFieldService
  6513.      */
  6514.     protected function getCustomFieldServiceService()
  6515.     {
  6516.         include_once \dirname(__DIR__4).'/src/Interfaces/CustomFieldServiceInterface.php';
  6517.         include_once \dirname(__DIR__4).'/src/Services/CustomField/CustomFieldService.php';
  6518.         return $this->privates['App\\Services\\CustomField\\CustomFieldService'] = new \App\Services\CustomField\CustomFieldService(($this->privates['App\\Repository\\App\\CustomFieldsRepository'] ?? $this->getCustomFieldsRepositoryService()));
  6519.     }
  6520.     /**
  6521.      * Gets the private 'App\Services\InvitationService' shared autowired service.
  6522.      *
  6523.      * @return \App\Services\InvitationService
  6524.      */
  6525.     protected function getInvitationServiceService()
  6526.     {
  6527.         include_once \dirname(__DIR__4).'/src/Services/InvitationService.php';
  6528.         return $this->privates['App\\Services\\InvitationService'] = new \App\Services\InvitationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\MailService'] ?? $this->getMailServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Repository\\App\\RoleStaffRepository'] ?? $this->getRoleStaffRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Services\\SMSSendService'] ?? $this->getSMSSendServiceService()), ($this->privates['App\\Services\\LogService'] ?? $this->getLogServiceService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  6529.     }
  6530.     /**
  6531.      * Gets the private 'App\Services\LocationService' shared autowired service.
  6532.      *
  6533.      * @return \App\Services\LocationService
  6534.      */
  6535.     protected function getLocationServiceService()
  6536.     {
  6537.         include_once \dirname(__DIR__4).'/src/Services/LocationService.php';
  6538.         return $this->privates['App\\Services\\LocationService'] = new \App\Services\LocationService(($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()));
  6539.     }
  6540.     /**
  6541.      * Gets the private 'App\Services\LogService' shared autowired service.
  6542.      *
  6543.      * @return \App\Services\LogService
  6544.      */
  6545.     protected function getLogServiceService()
  6546.     {
  6547.         include_once \dirname(__DIR__4).'/src/Services/LogService.php';
  6548.         return $this->privates['App\\Services\\LogService'] = new \App\Services\LogService(($this->privates['App\\Repository\\Log\\LogEntryRepository'] ?? $this->getLogEntryRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Log\\TaskLogEntryRepository'] ?? $this->getTaskLogEntryRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6549.     }
  6550.     /**
  6551.      * Gets the private 'App\Services\MailService' shared autowired service.
  6552.      *
  6553.      * @return \App\Services\MailService
  6554.      */
  6555.     protected function getMailServiceService()
  6556.     {
  6557.         include_once \dirname(__DIR__4).'/src/Services/MailService.php';
  6558.         return $this->privates['App\\Services\\MailService'] = new \App\Services\MailService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6559.     }
  6560.     /**
  6561.      * Gets the private 'App\Services\PushNotificationService' shared autowired service.
  6562.      *
  6563.      * @return \App\Services\PushNotificationService
  6564.      */
  6565.     protected function getPushNotificationServiceService()
  6566.     {
  6567.         include_once \dirname(__DIR__4).'/src/Services/PushNotificationService.php';
  6568.         include_once \dirname(__DIR__4).'/src/Services/PusherLogService.php';
  6569.         include_once \dirname(__DIR__4).'/src/Services/MailLogService.php';
  6570.         include_once \dirname(__DIR__4).'/src/Services/PushService.php';
  6571.         $a = new \Symfony\Bridge\Monolog\Logger('pusher');
  6572.         $b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
  6573.         $c = ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  6574.         $d = ($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService());
  6575.         $a->pushProcessor($b);
  6576.         $a->pushHandler($c);
  6577.         $a->pushHandler($d);
  6578.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6579.         $e = new \App\Services\PusherLogService($a);
  6580.         $f = new \Symfony\Bridge\Monolog\Logger('emails');
  6581.         $f->pushProcessor($b);
  6582.         $f->pushHandler($c);
  6583.         $f->pushHandler($d);
  6584.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($f);
  6585.         $g = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  6586.         $h = ($this->services['translator'] ?? $this->getTranslatorService());
  6587.         return $this->privates['App\\Services\\PushNotificationService'] = new \App\Services\PushNotificationService(($this->services['Pusher\\Pusher'] ?? $this->getPusherService()), $e, new \App\Services\MailLogService($f), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), new \App\Services\PushService($g, ($this->privates['App\\Services\\SMSSendService'] ?? $this->getSMSSendServiceService()), ($this->privates['App\\Repository\\App\\AppParamsRepository'] ?? $this->getAppParamsRepositoryService()), $e$h), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), $h, ($this->privates['App\\Services\\StatesService'] ?? $this->getStatesServiceService()), $g, ($this->privates['App\\Services\\MailService'] ?? $this->getMailServiceService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Repository\\Chat\\ChatMessageReadRepository'] ?? $this->getChatMessageReadRepositoryService()));
  6588.     }
  6589.     /**
  6590.      * Gets the private 'App\Services\ReportService' shared autowired service.
  6591.      *
  6592.      * @return \App\Services\ReportService
  6593.      */
  6594.     protected function getReportServiceService()
  6595.     {
  6596.         include_once \dirname(__DIR__4).'/src/Services/ReportService.php';
  6597.         return $this->privates['App\\Services\\ReportService'] = new \App\Services\ReportService(($this->privates['App\\Services\\TicketService'] ?? $this->getTicketServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskResourceRepository'] ?? $this->getTaskResourceRepositoryService()), ($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()), ($this->privates['App\\Services\\WorkerBudgetService'] ?? $this->getWorkerBudgetServiceService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\Onboarding\\LeadRepository'] ?? $this->getLeadRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6598.     }
  6599.     /**
  6600.      * Gets the private 'App\Services\SMSSendService' shared autowired service.
  6601.      *
  6602.      * @return \App\Services\SMSSendService
  6603.      */
  6604.     protected function getSMSSendServiceService()
  6605.     {
  6606.         include_once \dirname(__DIR__4).'/src/Services/SMSSendService.php';
  6607.         include_once \dirname(__DIR__4).'/src/Services/SmsLogService.php';
  6608.         $a = new \Symfony\Bridge\Monolog\Logger('sms');
  6609.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6610.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6611.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6612.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6613.         return $this->privates['App\\Services\\SMSSendService'] = new \App\Services\SMSSendService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Services\SmsLogService($a), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  6614.     }
  6615.     /**
  6616.      * Gets the private 'App\Services\StatesService' shared autowired service.
  6617.      *
  6618.      * @return \App\Services\StatesService
  6619.      */
  6620.     protected function getStatesServiceService()
  6621.     {
  6622.         include_once \dirname(__DIR__4).'/src/Services/StatesService.php';
  6623.         return $this->privates['App\\Services\\StatesService'] = new \App\Services\StatesService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\RoleStaffRepository'] ?? $this->getRoleStaffRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->privates['App\\Services\\WorkerBudget\\WorkerBudgetTimeService'] ?? $this->getWorkerBudgetTimeServiceService()));
  6624.     }
  6625.     /**
  6626.      * Gets the private 'App\Services\TaskService' shared autowired service.
  6627.      *
  6628.      * @return \App\Services\TaskService
  6629.      */
  6630.     protected function getTaskServiceService()
  6631.     {
  6632.         include_once \dirname(__DIR__4).'/src/Traits/CostNormalizer.php';
  6633.         include_once \dirname(__DIR__4).'/src/Services/TaskService.php';
  6634.         return $this->privates['App\\Services\\TaskService'] = new \App\Services\TaskService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskConceptRepository'] ?? $this->getTaskConceptRepositoryService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskResourceRepository'] ?? $this->getTaskResourceRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Services\\WorkerBudgetService'] ?? $this->getWorkerBudgetServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Services\\StatesService'] ?? $this->getStatesServiceService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetTimeRepository'] ?? $this->getWorkerBudgetTimeRepositoryService()), ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()));
  6635.     }
  6636.     /**
  6637.      * Gets the private 'App\Services\TicketService' shared autowired service.
  6638.      *
  6639.      * @return \App\Services\TicketService
  6640.      */
  6641.     protected function getTicketServiceService()
  6642.     {
  6643.         include_once \dirname(__DIR__4).'/src/Interfaces/TicketInterface.php';
  6644.         include_once \dirname(__DIR__4).'/src/Traits/CostNormalizer.php';
  6645.         include_once \dirname(__DIR__4).'/src/Services/TicketService.php';
  6646.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  6647.         return $this->privates['App\\Services\\TicketService'] = new \App\Services\TicketService($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\StatesService'] ?? $this->getStatesServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()), ($this->privates['App\\Services\\TaskService'] ?? $this->getTaskServiceService()), ($this->privates['App\\Services\\WorkerBudgetService'] ?? $this->getWorkerBudgetServiceService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->privates['App\\Services\\UtilsService'] ?? $this->getUtilsServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['message_bus'] ?? $this->getMessageBusService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  6648.     }
  6649.     /**
  6650.      * Gets the private 'App\Services\TimeSlot\TimeSlotHistoryService' shared autowired service.
  6651.      *
  6652.      * @return \App\Services\TimeSlot\TimeSlotHistoryService
  6653.      */
  6654.     protected function getTimeSlotHistoryServiceService()
  6655.     {
  6656.         include_once \dirname(__DIR__4).'/src/Interfaces/TimeSlotHistoryInterface.php';
  6657.         include_once \dirname(__DIR__4).'/src/Services/TimeSlot/TimeSlotHistoryService.php';
  6658.         return $this->privates['App\\Services\\TimeSlot\\TimeSlotHistoryService'] = new \App\Services\TimeSlot\TimeSlotHistoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\TimeSlot\\TimeSlotHistoryWorkerBudgetRepository'] ?? $this->getTimeSlotHistoryWorkerBudgetRepositoryService()));
  6659.     }
  6660.     /**
  6661.      * Gets the private 'App\Services\UtilsService' shared autowired service.
  6662.      *
  6663.      * @return \App\Services\UtilsService
  6664.      */
  6665.     protected function getUtilsServiceService()
  6666.     {
  6667.         include_once \dirname(__DIR__4).'/src/Services/UtilsService.php';
  6668.         return $this->privates['App\\Services\\UtilsService'] = new \App\Services\UtilsService(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\App\\MaintenanceElementRepository'] ?? $this->getMaintenanceElementRepositoryService()), ($this->privates['App\\Repository\\App\\ResourceRepository'] ?? $this->getResourceRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskRepository'] ?? $this->getTaskRepositoryService()), ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  6669.     }
  6670.     /**
  6671.      * Gets the private 'App\Services\VendorService' shared autowired service.
  6672.      *
  6673.      * @return \App\Services\VendorService
  6674.      */
  6675.     protected function getVendorServiceService()
  6676.     {
  6677.         include_once \dirname(__DIR__4).'/src/Interfaces/Vendor/VendorInterface.php';
  6678.         include_once \dirname(__DIR__4).'/src/Services/VendorService.php';
  6679.         include_once \dirname(__DIR__4).'/src/Handlers/TextFormatHandler.php';
  6680.         return $this->privates['App\\Services\\VendorService'] = new \App\Services\VendorService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()), ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['App\\Repository\\App\\RoleStaffRepository'] ?? $this->getRoleStaffRepositoryService()), ($this->privates['App\\Repository\\App\\ScheduleRepository'] ?? $this->getScheduleRepositoryService()), ($this->privates['App\\Repository\\App\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()), ($this->privates['App\\Repository\\App\\CategoryRepository'] ?? $this->getCategoryRepositoryService()), ($this->privates['App\\Repository\\App\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Handlers\\TextFormatHandler'] ?? ($this->privates['App\\Handlers\\TextFormatHandler'] = new \App\Handlers\TextFormatHandler())));
  6681.     }
  6682.     /**
  6683.      * Gets the private 'App\Services\Vendor\VendorStaffService' shared autowired service.
  6684.      *
  6685.      * @return \App\Services\Vendor\VendorStaffService
  6686.      */
  6687.     protected function getVendorStaffServiceService()
  6688.     {
  6689.         include_once \dirname(__DIR__4).'/src/Interfaces/Vendor/VendorStaffInterface.php';
  6690.         include_once \dirname(__DIR__4).'/src/Services/Vendor/VendorStaffService.php';
  6691.         return $this->privates['App\\Services\\Vendor\\VendorStaffService'] = new \App\Services\Vendor\VendorStaffService(($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()));
  6692.     }
  6693.     /**
  6694.      * Gets the private 'App\Services\WorkerBudgetService' shared autowired service.
  6695.      *
  6696.      * @return \App\Services\WorkerBudgetService
  6697.      */
  6698.     protected function getWorkerBudgetServiceService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/src/Services/WorkerBudgetService.php';
  6701.         return $this->privates['App\\Services\\WorkerBudgetService'] = new \App\Services\WorkerBudgetService(($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['App\\Services\\VendorService'] ?? $this->getVendorServiceService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\TaskStatusLogRepository'] ?? $this->getTaskStatusLogRepositoryService()));
  6702.     }
  6703.     /**
  6704.      * Gets the private 'App\Services\WorkerBudget\WorkerBudgetTimeService' shared autowired service.
  6705.      *
  6706.      * @return \App\Services\WorkerBudget\WorkerBudgetTimeService
  6707.      */
  6708.     protected function getWorkerBudgetTimeServiceService()
  6709.     {
  6710.         include_once \dirname(__DIR__4).'/src/Interfaces/WorkerBudgetTimeInterface.php';
  6711.         include_once \dirname(__DIR__4).'/src/Services/WorkerBudget/WorkerBudgetTimeService.php';
  6712.         return $this->privates['App\\Services\\WorkerBudget\\WorkerBudgetTimeService'] = new \App\Services\WorkerBudget\WorkerBudgetTimeService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetTimeRepository'] ?? $this->getWorkerBudgetTimeRepositoryService()), ($this->privates['App\\Repository\\App\\Task\\WorkerBudgetRepository'] ?? $this->getWorkerBudgetRepositoryService()), ($this->privates['App\\Services\\TimeSlot\\TimeSlotHistoryService'] ?? $this->getTimeSlotHistoryServiceService()), ($this->privates['App\\Repository\\App\\PublicHoliday\\PublicHolidayRepository'] ?? $this->getPublicHolidayRepositoryService()), ($this->privates['App\\Repository\\App\\VendorStaffRepository'] ?? $this->getVendorStaffRepositoryService()));
  6713.     }
  6714.     /**
  6715.      * Gets the private 'App\Validator\Constraints\ContainsAlphabetValidator' shared autowired service.
  6716.      *
  6717.      * @return \App\Validator\Constraints\ContainsAlphabetValidator
  6718.      */
  6719.     protected function getContainsAlphabetValidatorService()
  6720.     {
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6723.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ContainsAlphabetValidator.php';
  6724.         return $this->privates['App\\Validator\\Constraints\\ContainsAlphabetValidator'] = new \App\Validator\Constraints\ContainsAlphabetValidator();
  6725.     }
  6726.     /**
  6727.      * Gets the private 'App\Validator\Constraints\ValidDNIValidator' shared autowired service.
  6728.      *
  6729.      * @return \App\Validator\Constraints\ValidDNIValidator
  6730.      */
  6731.     protected function getValidDNIValidatorService()
  6732.     {
  6733.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6735.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidDNIValidator.php';
  6736.         return $this->privates['App\\Validator\\Constraints\\ValidDNIValidator'] = new \App\Validator\Constraints\ValidDNIValidator();
  6737.     }
  6738.     /**
  6739.      * Gets the private 'App\Validator\Constraints\ValidEmailValidator' shared autowired service.
  6740.      *
  6741.      * @return \App\Validator\Constraints\ValidEmailValidator
  6742.      */
  6743.     protected function getValidEmailValidatorService()
  6744.     {
  6745.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6746.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6747.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidEmailValidator.php';
  6748.         return $this->privates['App\\Validator\\Constraints\\ValidEmailValidator'] = new \App\Validator\Constraints\ValidEmailValidator();
  6749.     }
  6750.     /**
  6751.      * Gets the private 'App\Validator\Constraints\ValidPasswordValidator' shared autowired service.
  6752.      *
  6753.      * @return \App\Validator\Constraints\ValidPasswordValidator
  6754.      */
  6755.     protected function getValidPasswordValidatorService()
  6756.     {
  6757.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6759.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidPasswordValidator.php';
  6760.         return $this->privates['App\\Validator\\Constraints\\ValidPasswordValidator'] = new \App\Validator\Constraints\ValidPasswordValidator();
  6761.     }
  6762.     /**
  6763.      * Gets the private 'App\Validator\Constraints\ValidPhoneValidator' shared autowired service.
  6764.      *
  6765.      * @return \App\Validator\Constraints\ValidPhoneValidator
  6766.      */
  6767.     protected function getValidPhoneValidatorService()
  6768.     {
  6769.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6770.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6771.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidPhoneValidator.php';
  6772.         return $this->privates['App\\Validator\\Constraints\\ValidPhoneValidator'] = new \App\Validator\Constraints\ValidPhoneValidator();
  6773.     }
  6774.     /**
  6775.      * Gets the private 'App\Validator\Constraints\ValidZipCodeValidator' shared autowired service.
  6776.      *
  6777.      * @return \App\Validator\Constraints\ValidZipCodeValidator
  6778.      */
  6779.     protected function getValidZipCodeValidatorService()
  6780.     {
  6781.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6783.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ValidZipCodeValidator.php';
  6784.         return $this->privates['App\\Validator\\Constraints\\ValidZipCodeValidator'] = new \App\Validator\Constraints\ValidZipCodeValidator();
  6785.     }
  6786.     /**
  6787.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  6788.      *
  6789.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  6790.      */
  6791.     protected function getClearInvalidRefreshTokensCommandService()
  6792.     {
  6793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  6795.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  6796.         $instance->setName('gesdinet:jwt:clear');
  6797.         return $instance;
  6798.     }
  6799.     /**
  6800.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  6801.      *
  6802.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  6803.      */
  6804.     protected function getRevokeRefreshTokenCommandService()
  6805.     {
  6806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  6808.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  6809.         $instance->setName('gesdinet:jwt:revoke');
  6810.         return $instance;
  6811.     }
  6812.     /**
  6813.      * Gets the private 'Jsor\Doctrine\PostGIS\Event\ORMSchemaEventSubscriber' shared autowired service.
  6814.      *
  6815.      * @return \Jsor\Doctrine\PostGIS\Event\ORMSchemaEventSubscriber
  6816.      */
  6817.     protected function getORMSchemaEventSubscriberService()
  6818.     {
  6819.         include_once \dirname(__DIR__4).'/vendor/jsor/doctrine-postgis/src/Event/DBALSchemaEventSubscriber.php';
  6820.         include_once \dirname(__DIR__4).'/vendor/jsor/doctrine-postgis/src/Event/ORMSchemaEventSubscriber.php';
  6821.         return $this->privates['Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber'] = new \Jsor\Doctrine\PostGIS\Event\ORMSchemaEventSubscriber();
  6822.     }
  6823.     /**
  6824.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  6825.      *
  6826.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  6827.      */
  6828.     protected function getSentryTestCommandService()
  6829.     {
  6830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  6832.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
  6833.         $instance->setName('sentry:test');
  6834.         return $instance;
  6835.     }
  6836.     /**
  6837.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  6838.      *
  6839.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  6840.      */
  6841.     protected function getConsoleListenerService()
  6842.     {
  6843.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  6844.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  6845.     }
  6846.     /**
  6847.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  6848.      *
  6849.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  6850.      */
  6851.     protected function getErrorListenerService()
  6852.     {
  6853.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  6854.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  6855.     }
  6856.     /**
  6857.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  6858.      *
  6859.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  6860.      */
  6861.     protected function getMessengerListenerService()
  6862.     {
  6863.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  6864.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  6865.     }
  6866.     /**
  6867.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  6868.      *
  6869.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  6870.      */
  6871.     protected function getRequestListenerService()
  6872.     {
  6873.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6874.     }
  6875.     /**
  6876.      * Gets the private 'Sentry\State\HubInterface' shared service.
  6877.      *
  6878.      * @return \Sentry\State\Hub
  6879.      */
  6880.     protected function getHubInterfaceService()
  6881.     {
  6882.         $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\SentryBundle\SentryBundle::getCurrentHub();
  6883.         $a = new \Sentry\Options(['dsn' => $this->getEnv('SENTRY_DSN')]);
  6884.         $a->setEnvironment('dev');
  6885.         $a->setPrefixes([=> \dirname(__DIR__4), => '/usr/local/lib/php']);
  6886.         $a->setRelease('1.0.0+no-version-set@{no ref');
  6887.         $a->setTags([]);
  6888.         $a->setInAppExcludedPaths([=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')]);
  6889.         $a->setInAppIncludedPaths([]);
  6890.         $a->setClassSerializers([]);
  6891.         $a->setIntegrations(\Sentry\SentryBundle\DependencyInjection\IntegrationFilterFactory::create([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'App\\Exception\\InsuranceException'=> 'App\\Exception\\InvalidArgumentException'=> 'App\\Exception\\SubmittedOnboardingException'=> 'ApiPlatform\\Core\\Exception\\InvalidArgumentException'=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException'=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException']])]));
  6892.         $b = new \Sentry\ClientBuilder($a);
  6893.         \Sentry\SentryBundle\DependencyInjection\ClientBuilderConfigurator::configure($b);
  6894.         $instance->bindClient($b->getClient());
  6895.         return $instance;
  6896.     }
  6897.     /**
  6898.      * Gets the private 'annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  6899.      *
  6900.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  6901.      */
  6902.     protected function getAnnotatedAppEntityAppCategoryApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  6903.     {
  6904.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  6905.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  6906.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  6907.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  6914.         return $this->privates['annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => NULL'createdAt' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  6915.     }
  6916.     /**
  6917.      * Gets the private 'annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  6918.      *
  6919.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  6920.      */
  6921.     protected function getAnnotatedAppEntityAppCategoryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  6922.     {
  6923.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  6924.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  6927.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  6928.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  6933.         return $this->privates['annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'ipartial''vendor' => 'exact''type' => 'iexact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  6934.     }
  6935.     /**
  6936.      * Gets the private 'annotated_app_entity_app_global_configuration_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  6937.      *
  6938.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  6939.      */
  6940.     protected function getAnnotatedAppEntityAppGlobalConfigurationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  6941.     {
  6942.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  6948.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  6949.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  6952.         return $this->privates['annotated_app_entity_app_global_configuration_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['platform' => 'iexact''appVersion' => 'iexact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  6953.     }
  6954.     /**
  6955.      * Gets the private 'annotated_app_entity_app_indicator_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  6956.      *
  6957.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  6958.      */
  6959.     protected function getAnnotatedAppEntityAppIndicatorApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  6960.     {
  6961.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  6966.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  6967.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  6968.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  6969.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  6971.         return $this->privates['annotated_app_entity_app_indicator_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'exact''type' => 'exact''section' => 'exact''vendor' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  6972.     }
  6973.     /**
  6974.      * Gets the private 'annotated_app_entity_app_indicator_app_filter_indicator_vendor_filter' shared autowired service.
  6975.      *
  6976.      * @return \App\Filter\Indicator\VendorFilter
  6977.      */
  6978.     protected function getAnnotatedAppEntityAppIndicatorAppFilterIndicatorVendorFilterService()
  6979.     {
  6980.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  6987.         include_once \dirname(__DIR__4).'/src/Filter/Indicator/VendorFilter.php';
  6988.         return $this->privates['annotated_app_entity_app_indicator_app_filter_indicator_vendor_filter'] = new \App\Filter\Indicator\VendorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['vendor' => NULL]);
  6989.     }
  6990.     /**
  6991.      * Gets the private 'annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  6992.      *
  6993.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  6994.      */
  6995.     protected function getAnnotatedAppEntityAppLocationApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  6996.     {
  6997.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  6998.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  7006.         return $this->privates['annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['enabled' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7007.     }
  7008.     /**
  7009.      * Gets the private 'annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7010.      *
  7011.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7012.      */
  7013.     protected function getAnnotatedAppEntityAppLocationApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7014.     {
  7015.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7021.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7022.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7023.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7024.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7025.         return $this->privates['annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => NULL'address' => NULL'createdAt' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7026.     }
  7027.     /**
  7028.      * Gets the private 'annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7029.      *
  7030.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7031.      */
  7032.     protected function getAnnotatedAppEntityAppLocationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7033.     {
  7034.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7038.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7039.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7040.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7041.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7044.         return $this->privates['annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['vendor' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7045.     }
  7046.     /**
  7047.      * Gets the private 'annotated_app_entity_app_location_app_filter_location_filter' shared autowired service.
  7048.      *
  7049.      * @return \App\Filter\LocationFilter
  7050.      */
  7051.     protected function getAnnotatedAppEntityAppLocationAppFilterLocationFilterService()
  7052.     {
  7053.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7058.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7059.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7060.         include_once \dirname(__DIR__4).'/src/Filter/LocationFilter.php';
  7061.         return $this->privates['annotated_app_entity_app_location_app_filter_location_filter'] = new \App\Filter\LocationFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['term' => NULL]);
  7062.     }
  7063.     /**
  7064.      * Gets the private 'annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  7065.      *
  7066.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  7067.      */
  7068.     protected function getAnnotatedAppEntityAppMaintenanceElementApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  7069.     {
  7070.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7077.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  7078.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  7079.         return $this->privates['annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['enabled' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7080.     }
  7081.     /**
  7082.      * Gets the private 'annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7083.      *
  7084.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7085.      */
  7086.     protected function getAnnotatedAppEntityAppMaintenanceElementApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7087.     {
  7088.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7096.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7097.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7098.         return $this->privates['annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => NULL'location.name' => NULL'family.name' => NULL'enabled' => NULL'createdAt' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7099.     }
  7100.     /**
  7101.      * Gets the private 'annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7102.      *
  7103.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7104.      */
  7105.     protected function getAnnotatedAppEntityAppMaintenanceElementApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7106.     {
  7107.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7108.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7109.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7110.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7112.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7113.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7114.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7115.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7116.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7117.         return $this->privates['annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['vendor' => 'exact''name' => 'ipartial''location' => 'exact''family' => 'exact''family.name' => 'ipartial''lat' => 'exact''lng' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7118.     }
  7119.     /**
  7120.      * Gets the private 'annotated_app_entity_app_media_object_app_filter_media_object_chat_filter' shared autowired service.
  7121.      *
  7122.      * @return \App\Filter\MediaObjectChatFilter
  7123.      */
  7124.     protected function getAnnotatedAppEntityAppMediaObjectAppFilterMediaObjectChatFilterService()
  7125.     {
  7126.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7129.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7132.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7133.         include_once \dirname(__DIR__4).'/src/Filter/MediaObjectChatFilter.php';
  7134.         return $this->privates['annotated_app_entity_app_media_object_app_filter_media_object_chat_filter'] = new \App\Filter\MediaObjectChatFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['chat' => NULL]);
  7135.     }
  7136.     /**
  7137.      * Gets the private 'annotated_app_entity_app_report_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7138.      *
  7139.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7140.      */
  7141.     protected function getAnnotatedAppEntityAppReportApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7142.     {
  7143.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7145.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7146.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7147.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7153.         return $this->privates['annotated_app_entity_app_report_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'exact''panel' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7154.     }
  7155.     /**
  7156.      * Gets the private 'annotated_app_entity_app_report_app_filter_report_date_range_filter' shared autowired service.
  7157.      *
  7158.      * @return \App\Filter\Report\DateRangeFilter
  7159.      */
  7160.     protected function getAnnotatedAppEntityAppReportAppFilterReportDateRangeFilterService()
  7161.     {
  7162.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7169.         include_once \dirname(__DIR__4).'/src/Filter/Report/DateRangeFilter.php';
  7170.         return $this->privates['annotated_app_entity_app_report_app_filter_report_date_range_filter'] = new \App\Filter\Report\DateRangeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['date[]' => NULL]);
  7171.     }
  7172.     /**
  7173.      * Gets the private 'annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  7174.      *
  7175.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  7176.      */
  7177.     protected function getAnnotatedAppEntityAppResourceAndToolApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  7178.     {
  7179.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  7188.         return $this->privates['annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['enabled' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7189.     }
  7190.     /**
  7191.      * Gets the private 'annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7192.      *
  7193.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7194.      */
  7195.     protected function getAnnotatedAppEntityAppResourceAndToolApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7196.     {
  7197.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7198.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7199.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7200.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7207.         return $this->privates['annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => NULL'location.name' => NULL'category.name' => NULL'enabled' => NULL'createdAt' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7208.     }
  7209.     /**
  7210.      * Gets the private 'annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7211.      *
  7212.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7213.      */
  7214.     protected function getAnnotatedAppEntityAppResourceAndToolApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7215.     {
  7216.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7217.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7218.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7220.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7226.         return $this->privates['annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['vendor' => 'exact''name' => 'ipartial''location' => 'exact''category' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7227.     }
  7228.     /**
  7229.      * Gets the private 'annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  7230.      *
  7231.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  7232.      */
  7233.     protected function getAnnotatedAppEntityAppTaskTaskApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  7234.     {
  7235.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  7245.         return $this->privates['annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['createdAt' => NULL'dateStart' => NULL'dateEnd' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7246.     }
  7247.     /**
  7248.      * Gets the private 'annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7249.      *
  7250.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7251.      */
  7252.     protected function getAnnotatedAppEntityAppTaskTaskApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7253.     {
  7254.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7257.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7258.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7259.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7260.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7261.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7264.         return $this->privates['annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['dateStart' => NULL'createdAt' => NULL'updatedAt' => NULL'ticket.priority.id' => NULL'ticket.priority.name' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7265.     }
  7266.     /**
  7267.      * Gets the private 'annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7268.      *
  7269.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7270.      */
  7271.     protected function getAnnotatedAppEntityAppTaskTaskApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7272.     {
  7273.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7275.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7276.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7283.         return $this->privates['annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['ticket' => 'exact''category' => 'exact''category.name' => 'exact''location' => 'exact''location.name' => 'exact''ticket.priority' => 'exact''ticket.priority.name' => 'iexact''workerBudgets.vendorStaff.user' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7284.     }
  7285.     /**
  7286.      * Gets the private 'annotated_app_entity_app_task_task_app_filter_task_role_filter' shared autowired service.
  7287.      *
  7288.      * @return \App\Filter\Task\RoleFilter
  7289.      */
  7290.     protected function getAnnotatedAppEntityAppTaskTaskAppFilterTaskRoleFilterService()
  7291.     {
  7292.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7299.         include_once \dirname(__DIR__4).'/src/Filter/Task/RoleFilter.php';
  7300.         return $this->privates['annotated_app_entity_app_task_task_app_filter_task_role_filter'] = new \App\Filter\Task\RoleFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['tab[]' => NULL]);
  7301.     }
  7302.     /**
  7303.      * Gets the private 'annotated_app_entity_app_task_task_app_filter_task_state_filter' shared autowired service.
  7304.      *
  7305.      * @return \App\Filter\Task\StateFilter
  7306.      */
  7307.     protected function getAnnotatedAppEntityAppTaskTaskAppFilterTaskStateFilterService()
  7308.     {
  7309.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7314.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7315.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7316.         include_once \dirname(__DIR__4).'/src/Filter/Task/StateFilter.php';
  7317.         return $this->privates['annotated_app_entity_app_task_task_app_filter_task_state_filter'] = new \App\Filter\Task\StateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['state' => NULL'state.name' => NULL]);
  7318.     }
  7319.     /**
  7320.      * Gets the private 'annotated_app_entity_app_task_task_app_filter_task_state_worker_budget_filter' shared autowired service.
  7321.      *
  7322.      * @return \App\Filter\Task\StateWorkerBudgetFilter
  7323.      */
  7324.     protected function getAnnotatedAppEntityAppTaskTaskAppFilterTaskStateWorkerBudgetFilterService()
  7325.     {
  7326.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7331.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7332.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7333.         include_once \dirname(__DIR__4).'/src/Filter/Task/StateWorkerBudgetFilter.php';
  7334.         return $this->privates['annotated_app_entity_app_task_task_app_filter_task_state_worker_budget_filter'] = new \App\Filter\Task\StateWorkerBudgetFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['workerBudgetState' => NULL'workerBudgetState.name' => NULL]);
  7335.     }
  7336.     /**
  7337.      * Gets the private 'annotated_app_entity_app_task_task_app_filter_task_task_filter' shared autowired service.
  7338.      *
  7339.      * @return \App\Filter\Task\TaskFilter
  7340.      */
  7341.     protected function getAnnotatedAppEntityAppTaskTaskAppFilterTaskTaskFilterService()
  7342.     {
  7343.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7350.         include_once \dirname(__DIR__4).'/src/Filter/Task/TaskFilter.php';
  7351.         return $this->privates['annotated_app_entity_app_task_task_app_filter_task_task_filter'] = new \App\Filter\Task\TaskFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['term' => NULL]);
  7352.     }
  7353.     /**
  7354.      * Gets the private 'annotated_app_entity_app_task_task_app_filter_task_worker_budget_with_owner' shared autowired service.
  7355.      *
  7356.      * @return \App\Filter\Task\WorkerBudgetWithOwner
  7357.      */
  7358.     protected function getAnnotatedAppEntityAppTaskTaskAppFilterTaskWorkerBudgetWithOwnerService()
  7359.     {
  7360.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7361.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7362.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7363.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7364.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7366.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7367.         include_once \dirname(__DIR__4).'/src/Filter/Task/WorkerBudgetWithOwner.php';
  7368.         return $this->privates['annotated_app_entity_app_task_task_app_filter_task_worker_budget_with_owner'] = new \App\Filter\Task\WorkerBudgetWithOwner(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['workerBudgetUser[]' => NULL]);
  7369.     }
  7370.     /**
  7371.      * Gets the private 'annotated_app_entity_app_ticket_incidence_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7372.      *
  7373.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7374.      */
  7375.     protected function getAnnotatedAppEntityAppTicketIncidenceTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7380.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7381.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7382.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7383.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7387.         return $this->privates['annotated_app_entity_app_ticket_incidence_type_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['vendor' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7388.     }
  7389.     /**
  7390.      * Gets the private 'annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  7391.      *
  7392.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  7393.      */
  7394.     protected function getAnnotatedAppEntityAppTicketTicketApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  7395.     {
  7396.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7397.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7398.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7399.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  7406.         return $this->privates['annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['createdAt' => NULL'dateExpiration' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7407.     }
  7408.     /**
  7409.      * Gets the private 'annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7410.      *
  7411.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7412.      */
  7413.     protected function getAnnotatedAppEntityAppTicketTicketApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7414.     {
  7415.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7425.         return $this->privates['annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['createdAt' => NULL'state.id' => NULL'tasks.dateStart' => NULL'priority.id' => NULL'priority.name' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7426.     }
  7427.     /**
  7428.      * Gets the private 'annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7429.      *
  7430.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7431.      */
  7432.     protected function getAnnotatedAppEntityAppTicketTicketApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7433.     {
  7434.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7435.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7436.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7442.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7443.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7444.         return $this->privates['annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['vendor' => 'exact''type' => 'exact''category' => 'exact''category.name' => 'exact''location' => 'exact''location.name' => 'exact''project' => 'exact''type.name' => 'iexact''priority' => 'exact''priority.name' => 'iexact''state' => 'exact''state.name' => 'iexact''createdBy' => 'exact''tasks.title' => 'ipartial''tasks.workerBudgets.vendorStaff.user' => 'exact''tasks.workerBudgets.vendorStaff.user.computedName' => 'iexact''tasks.description' => 'ipartial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7445.     }
  7446.     /**
  7447.      * Gets the private 'annotated_app_entity_app_ticket_ticket_app_filter_ticket_filter' shared autowired service.
  7448.      *
  7449.      * @return \App\Filter\TicketFilter
  7450.      */
  7451.     protected function getAnnotatedAppEntityAppTicketTicketAppFilterTicketFilterService()
  7452.     {
  7453.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7454.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7455.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7456.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7459.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7460.         include_once \dirname(__DIR__4).'/src/Filter/TicketFilter.php';
  7461.         return $this->privates['annotated_app_entity_app_ticket_ticket_app_filter_ticket_filter'] = new \App\Filter\TicketFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['term' => NULL]);
  7462.     }
  7463.     /**
  7464.      * Gets the private 'annotated_app_entity_app_ticket_ticket_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7465.      *
  7466.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7467.      */
  7468.     protected function getAnnotatedAppEntityAppTicketTicketTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7469.     {
  7470.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7471.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7474.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7475.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7476.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7477.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7480.         return $this->privates['annotated_app_entity_app_ticket_ticket_type_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['stage' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7481.     }
  7482.     /**
  7483.      * Gets the private 'annotated_app_entity_app_time_slot_time_slot_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7484.      *
  7485.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7486.      */
  7487.     protected function getAnnotatedAppEntityAppTimeSlotTimeSlotApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7488.     {
  7489.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7492.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7493.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7494.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7495.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7496.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7497.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7498.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7499.         return $this->privates['annotated_app_entity_app_time_slot_time_slot_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'ipartial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7500.     }
  7501.     /**
  7502.      * Gets the private 'annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7503.      *
  7504.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7505.      */
  7506.     protected function getAnnotatedAppEntityAppUserApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7507.     {
  7508.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7509.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7514.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7515.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7516.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7518.         return $this->privates['annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => NULL'lastname' => NULL'username' => NULL'email' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7519.     }
  7520.     /**
  7521.      * Gets the private 'annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7522.      *
  7523.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7524.      */
  7525.     protected function getAnnotatedAppEntityAppUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7526.     {
  7527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7531.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7532.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7533.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7537.         return $this->privates['annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['vendorStaff.vendor' => 'exact''vendorStaff.roleStaff.role' => 'exact''vendorStaff.roleStaff.role.name' => 'exact''vendorStaff.locations' => 'exact''vendorStaff.company' => 'exact''vendorStaff.categories' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7538.     }
  7539.     /**
  7540.      * Gets the private 'annotated_app_entity_app_user_app_filter_user_location_filter' shared autowired service.
  7541.      *
  7542.      * @return \App\Filter\UserLocationFilter
  7543.      */
  7544.     protected function getAnnotatedAppEntityAppUserAppFilterUserLocationFilterService()
  7545.     {
  7546.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7548.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7553.         include_once \dirname(__DIR__4).'/src/Filter/UserLocationFilter.php';
  7554.         return $this->privates['annotated_app_entity_app_user_app_filter_user_location_filter'] = new \App\Filter\UserLocationFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['location' => NULL]);
  7555.     }
  7556.     /**
  7557.      * Gets the private 'annotated_app_entity_app_user_app_filter_user_profile_filter' shared autowired service.
  7558.      *
  7559.      * @return \App\Filter\UserProfileFilter
  7560.      */
  7561.     protected function getAnnotatedAppEntityAppUserAppFilterUserProfileFilterService()
  7562.     {
  7563.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7564.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7565.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7566.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7567.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7568.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7569.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7570.         include_once \dirname(__DIR__4).'/src/Filter/UserProfileFilter.php';
  7571.         return $this->privates['annotated_app_entity_app_user_app_filter_user_profile_filter'] = new \App\Filter\UserProfileFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['term' => NULL]);
  7572.     }
  7573.     /**
  7574.      * Gets the private 'annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7575.      *
  7576.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7577.      */
  7578.     protected function getAnnotatedAppEntityAppVendorApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7579.     {
  7580.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7581.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7582.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7583.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7588.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7589.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7590.         return $this->privates['annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['id' => NULL'name' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7591.     }
  7592.     /**
  7593.      * Gets the private 'annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7594.      *
  7595.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7596.      */
  7597.     protected function getAnnotatedAppEntityAppVendorApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7598.     {
  7599.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7601.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7602.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7603.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7604.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7605.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7606.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7609.         return $this->privates['annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['signUpCode' => 'iexact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7610.     }
  7611.     /**
  7612.      * Gets the private 'annotated_app_entity_app_vendor_app_filter_vendor_filter' shared autowired service.
  7613.      *
  7614.      * @return \App\Filter\VendorFilter
  7615.      */
  7616.     protected function getAnnotatedAppEntityAppVendorAppFilterVendorFilterService()
  7617.     {
  7618.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7619.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7622.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7623.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7625.         include_once \dirname(__DIR__4).'/src/Filter/VendorFilter.php';
  7626.         return $this->privates['annotated_app_entity_app_vendor_app_filter_vendor_filter'] = new \App\Filter\VendorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['term' => NULL]);
  7627.     }
  7628.     /**
  7629.      * Gets the private 'annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7630.      *
  7631.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7632.      */
  7633.     protected function getAnnotatedAppEntityChatChatApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7634.     {
  7635.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7638.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7639.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7640.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7645.         return $this->privates['annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['ticket.identify' => NULL'task.identify' => NULL'createdAt' => NULL'updatedAt' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7646.     }
  7647.     /**
  7648.      * Gets the private 'annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7649.      *
  7650.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7651.      */
  7652.     protected function getAnnotatedAppEntityChatChatApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7653.     {
  7654.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7658.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7664.         return $this->privates['annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['state' => 'iexact''type' => 'iexact''ticket.identify' => 'exact''task.identify' => 'exact''ticket.vendor' => 'exact''ticket.title' => 'ipartial''task.title' => 'ipartial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7665.     }
  7666.     /**
  7667.      * Gets the private 'annotated_app_entity_chat_chat_app_filter_chat_order_pending_to_read' shared autowired service.
  7668.      *
  7669.      * @return \App\Filter\Chat\OrderPendingToRead
  7670.      */
  7671.     protected function getAnnotatedAppEntityChatChatAppFilterChatOrderPendingToReadService()
  7672.     {
  7673.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7674.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7676.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7680.         include_once \dirname(__DIR__4).'/src/Filter/Chat/OrderPendingToRead.php';
  7681.         return $this->privates['annotated_app_entity_chat_chat_app_filter_chat_order_pending_to_read'] = new \App\Filter\Chat\OrderPendingToRead(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['orderPendingToRead' => NULL]);
  7682.     }
  7683.     /**
  7684.      * Gets the private 'annotated_app_entity_chat_chat_app_filter_chat_pending_to_read_filter' shared autowired service.
  7685.      *
  7686.      * @return \App\Filter\Chat\PendingToReadFilter
  7687.      */
  7688.     protected function getAnnotatedAppEntityChatChatAppFilterChatPendingToReadFilterService()
  7689.     {
  7690.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7691.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7692.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7693.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7697.         include_once \dirname(__DIR__4).'/src/Filter/Chat/PendingToReadFilter.php';
  7698.         return $this->privates['annotated_app_entity_chat_chat_app_filter_chat_pending_to_read_filter'] = new \App\Filter\Chat\PendingToReadFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['pendingToRead' => NULL]);
  7699.     }
  7700.     /**
  7701.      * Gets the private 'annotated_app_entity_chat_chat_app_filter_chat_term_filter' shared autowired service.
  7702.      *
  7703.      * @return \App\Filter\Chat\TermFilter
  7704.      */
  7705.     protected function getAnnotatedAppEntityChatChatAppFilterChatTermFilterService()
  7706.     {
  7707.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7709.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7710.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7714.         include_once \dirname(__DIR__4).'/src/Filter/Chat/TermFilter.php';
  7715.         return $this->privates['annotated_app_entity_chat_chat_app_filter_chat_term_filter'] = new \App\Filter\Chat\TermFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['term' => NULL]);
  7716.     }
  7717.     /**
  7718.      * Gets the private 'annotated_app_entity_chat_chat_app_filter_chat_vendor_filter' shared autowired service.
  7719.      *
  7720.      * @return \App\Filter\Chat\VendorFilter
  7721.      */
  7722.     protected function getAnnotatedAppEntityChatChatAppFilterChatVendorFilterService()
  7723.     {
  7724.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7725.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7726.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7728.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7731.         include_once \dirname(__DIR__4).'/src/Filter/Chat/VendorFilter.php';
  7732.         return $this->privates['annotated_app_entity_chat_chat_app_filter_chat_vendor_filter'] = new \App\Filter\Chat\VendorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['task.vendor' => NULL]);
  7733.     }
  7734.     /**
  7735.      * Gets the private 'annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7736.      *
  7737.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7738.      */
  7739.     protected function getAnnotatedAppEntityChatChatMessageApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7740.     {
  7741.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7742.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7743.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7744.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7745.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7746.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7747.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7748.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7751.         return $this->privates['annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['id' => NULL'createdAt' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7752.     }
  7753.     /**
  7754.      * Gets the private 'annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7755.      *
  7756.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7757.      */
  7758.     protected function getAnnotatedAppEntityChatChatMessageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7759.     {
  7760.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7761.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7762.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7763.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7764.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7765.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7770.         return $this->privates['annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['chat' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7771.     }
  7772.     /**
  7773.      * Gets the private 'annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  7774.      *
  7775.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  7776.      */
  7777.     protected function getAnnotatedAppEntityLogLogEntryApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  7778.     {
  7779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7781.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  7787.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  7789.         return $this->privates['annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['loggedAt' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7790.     }
  7791.     /**
  7792.      * Gets the private 'annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7793.      *
  7794.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7795.      */
  7796.     protected function getAnnotatedAppEntityLogLogEntryApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7797.     {
  7798.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7799.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7800.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7803.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7806.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7807.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7808.         return $this->privates['annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['loggedAt' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7809.     }
  7810.     /**
  7811.      * Gets the private 'annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7812.      *
  7813.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7814.      */
  7815.     protected function getAnnotatedAppEntityLogLogEntryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7816.     {
  7817.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7820.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7821.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7822.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7825.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7827.         return $this->privates['annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['action' => 'exact''vendor' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7828.     }
  7829.     /**
  7830.      * Gets the private 'annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  7831.      *
  7832.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  7833.      */
  7834.     protected function getAnnotatedAppModulesCemeteryEntityDeceasedApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  7835.     {
  7836.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7837.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7840.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7842.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7843.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  7845.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  7846.         return $this->privates['annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => NULL'lastname' => NULL'dni' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7847.     }
  7848.     /**
  7849.      * Gets the private 'annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7850.      *
  7851.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7852.      */
  7853.     protected function getAnnotatedAppModulesCemeteryEntityDeceasedApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7854.     {
  7855.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7862.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7863.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7864.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7865.         return $this->privates['annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['lastname' => 'partial''brithDate' => 'exact''name' => 'partial''dni' => 'exact''inhumationDate' => 'exact''vendorId' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7866.     }
  7867.     /**
  7868.      * Gets the private 'annotated_app_modules_cemetery_entity_lessee_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  7869.      *
  7870.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  7871.      */
  7872.     protected function getAnnotatedAppModulesCemeteryEntityLesseeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  7873.     {
  7874.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  7877.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  7878.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  7879.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  7880.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  7881.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  7882.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  7884.         return $this->privates['annotated_app_modules_cemetery_entity_lessee_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['vendorId' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7885.     }
  7886.     /**
  7887.      * Gets the private 'annotations.cache_adapter' shared service.
  7888.      *
  7889.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  7890.      */
  7891.     protected function getAnnotations_CacheAdapterService()
  7892.     {
  7893.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  7894.     }
  7895.     /**
  7896.      * Gets the private 'annotations.cache_warmer' shared service.
  7897.      *
  7898.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  7899.      */
  7900.     protected function getAnnotations_CacheWarmerService()
  7901.     {
  7902.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  7905.         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);
  7906.     }
  7907.     /**
  7908.      * Gets the private 'annotations.cached_reader' shared service.
  7909.      *
  7910.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  7911.      */
  7912.     protected function getAnnotations_CachedReaderService()
  7913.     {
  7914.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  7915.     }
  7916.     /**
  7917.      * Gets the private 'annotations.reader' shared service.
  7918.      *
  7919.      * @return \Doctrine\Common\Annotations\AnnotationReader
  7920.      */
  7921.     protected function getAnnotations_ReaderService()
  7922.     {
  7923.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  7924.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  7925.         $a->registerUniqueLoader('class_exists');
  7926.         $instance->addGlobalIgnoredName('required'$a);
  7927.         return $instance;
  7928.     }
  7929.     /**
  7930.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  7931.      *
  7932.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7933.      */
  7934.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  7935.     {
  7936.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rTq6mg+G6w'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7937.     }
  7938.     /**
  7939.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  7940.      *
  7941.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7942.      */
  7943.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  7944.     {
  7945.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('K0vGUDz0TH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7946.     }
  7947.     /**
  7948.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  7949.      *
  7950.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7951.      */
  7952.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  7953.     {
  7954.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yepyOhRbq2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7955.     }
  7956.     /**
  7957.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  7958.      *
  7959.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7960.      */
  7961.     protected function getApiPlatform_Cache_RouteNameResolverService()
  7962.     {
  7963.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IS9srYfQiR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7964.     }
  7965.     /**
  7966.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  7967.      *
  7968.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7969.      */
  7970.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  7971.     {
  7972.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FMcuC1UVrW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7973.     }
  7974.     /**
  7975.      * Gets the private 'api_platform.cache_warmer.cache_pool_clearer' shared service.
  7976.      *
  7977.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer
  7978.      */
  7979.     protected function getApiPlatform_CacheWarmer_CachePoolClearerService()
  7980.     {
  7981.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  7983.         return $this->privates['api_platform.cache_warmer.cache_pool_clearer'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'api_platform.cache.metadata.property'=> 'api_platform.cache.metadata.resource'=> 'api_platform.cache.route_name_resolver'=> 'api_platform.cache.identifiers_extractor'=> 'api_platform.cache.subresource_operation_factory'=> 'api_platform.elasticsearch.cache.metadata.document']);
  7984.     }
  7985.     /**
  7986.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  7987.      *
  7988.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  7989.      */
  7990.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  7991.     {
  7992.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/DataPersister.php';
  7993.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7994.     }
  7995.     /**
  7996.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  7997.      *
  7998.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  7999.      */
  8000.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  8003.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  8004.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  8005.             yield => ($this->privates['App\\Doctrine\\AppParamsExtension'] ?? $this->getAppParamsExtensionService());
  8006.             yield => ($this->privates['App\\Doctrine\\CategoryExtension'] ?? $this->getCategoryExtensionService());
  8007.             yield => ($this->privates['App\\Doctrine\\ChatExtension'] ?? $this->getChatExtensionService());
  8008.             yield => ($this->privates['App\\Doctrine\\ChatMessageExtension'] ?? $this->getChatMessageExtensionService());
  8009.             yield => ($this->privates['App\\Doctrine\\CompanyExtension'] ?? $this->getCompanyExtensionService());
  8010.             yield => ($this->privates['App\\Doctrine\\LocationExtension'] ?? $this->getLocationExtensionService());
  8011.             yield => ($this->privates['App\\Doctrine\\LogExtension'] ?? $this->getLogExtensionService());
  8012.             yield => ($this->privates['App\\Doctrine\\MaintenanceElementExtension'] ?? $this->getMaintenanceElementExtensionService());
  8013.             yield => ($this->privates['App\\Doctrine\\MediaObjectExtension'] ?? $this->getMediaObjectExtensionService());
  8014.             yield => ($this->privates['App\\Doctrine\\NotificationExtension'] ?? $this->getNotificationExtensionService());
  8015.             yield 10 => ($this->privates['App\\Doctrine\\ResourceExtension'] ?? $this->getResourceExtensionService());
  8016.             yield 11 => ($this->privates['App\\Doctrine\\RoleExtension'] ?? $this->getRoleExtensionService());
  8017.             yield 12 => ($this->privates['App\\Doctrine\\TaskExtension'] ?? $this->getTaskExtensionService());
  8018.             yield 13 => ($this->privates['App\\Doctrine\\TicketExtension'] ?? $this->getTicketExtensionService());
  8019.             yield 14 => ($this->privates['App\\Doctrine\\UserExtension'] ?? $this->getUserExtensionService());
  8020.             yield 15 => ($this->privates['App\\Doctrine\\VendorExtension'] ?? $this->getVendorExtensionService());
  8021.             yield 16 => ($this->privates['App\\Doctrine\\WorkerBudgetExtension'] ?? $this->getWorkerBudgetExtensionService());
  8022.             yield 17 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  8023.             yield 18 => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  8024.             yield 19 => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  8025.             yield 20 => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  8026.             yield 21 => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  8027.         }, 22));
  8028.     }
  8029.     /**
  8030.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  8031.      *
  8032.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  8033.      */
  8034.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  8035.     {
  8036.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  8037.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  8039.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/ItemDataProvider.php';
  8040.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  8041.             yield => ($this->privates['App\\Doctrine\\CategoryExtension'] ?? $this->getCategoryExtensionService());
  8042.             yield => ($this->privates['App\\Doctrine\\ChatExtension'] ?? $this->getChatExtensionService());
  8043.             yield => ($this->privates['App\\Doctrine\\ChatMessageExtension'] ?? $this->getChatMessageExtensionService());
  8044.             yield => ($this->privates['App\\Doctrine\\CompanyExtension'] ?? $this->getCompanyExtensionService());
  8045.             yield => ($this->privates['App\\Doctrine\\LocationExtension'] ?? $this->getLocationExtensionService());
  8046.             yield => ($this->privates['App\\Doctrine\\MaintenanceElementExtension'] ?? $this->getMaintenanceElementExtensionService());
  8047.             yield => ($this->privates['App\\Doctrine\\MediaObjectExtension'] ?? $this->getMediaObjectExtensionService());
  8048.             yield => ($this->privates['App\\Doctrine\\ResourceExtension'] ?? $this->getResourceExtensionService());
  8049.             yield => ($this->privates['App\\Doctrine\\TaskExtension'] ?? $this->getTaskExtensionService());
  8050.             yield => ($this->privates['App\\Doctrine\\TicketExtension'] ?? $this->getTicketExtensionService());
  8051.             yield 10 => ($this->privates['App\\Doctrine\\UserExtension'] ?? $this->getUserExtensionService());
  8052.             yield 11 => ($this->privates['App\\Doctrine\\WorkerBudgetExtension'] ?? $this->getWorkerBudgetExtensionService());
  8053.             yield 12 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  8054.         }, 13));
  8055.     }
  8056.     /**
  8057.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  8058.      *
  8059.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  8060.      */
  8061.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  8062.     {
  8063.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  8064.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  8065.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  8066.             yield => ($this->privates['App\\Doctrine\\AppParamsExtension'] ?? $this->getAppParamsExtensionService());
  8067.             yield => ($this->privates['App\\Doctrine\\CategoryExtension'] ?? $this->getCategoryExtensionService());
  8068.             yield => ($this->privates['App\\Doctrine\\ChatExtension'] ?? $this->getChatExtensionService());
  8069.             yield => ($this->privates['App\\Doctrine\\ChatMessageExtension'] ?? $this->getChatMessageExtensionService());
  8070.             yield => ($this->privates['App\\Doctrine\\CompanyExtension'] ?? $this->getCompanyExtensionService());
  8071.             yield => ($this->privates['App\\Doctrine\\LocationExtension'] ?? $this->getLocationExtensionService());
  8072.             yield => ($this->privates['App\\Doctrine\\LogExtension'] ?? $this->getLogExtensionService());
  8073.             yield => ($this->privates['App\\Doctrine\\MaintenanceElementExtension'] ?? $this->getMaintenanceElementExtensionService());
  8074.             yield => ($this->privates['App\\Doctrine\\MediaObjectExtension'] ?? $this->getMediaObjectExtensionService());
  8075.             yield => ($this->privates['App\\Doctrine\\NotificationExtension'] ?? $this->getNotificationExtensionService());
  8076.             yield 10 => ($this->privates['App\\Doctrine\\ResourceExtension'] ?? $this->getResourceExtensionService());
  8077.             yield 11 => ($this->privates['App\\Doctrine\\RoleExtension'] ?? $this->getRoleExtensionService());
  8078.             yield 12 => ($this->privates['App\\Doctrine\\TaskExtension'] ?? $this->getTaskExtensionService());
  8079.             yield 13 => ($this->privates['App\\Doctrine\\TicketExtension'] ?? $this->getTicketExtensionService());
  8080.             yield 14 => ($this->privates['App\\Doctrine\\UserExtension'] ?? $this->getUserExtensionService());
  8081.             yield 15 => ($this->privates['App\\Doctrine\\VendorExtension'] ?? $this->getVendorExtensionService());
  8082.             yield 16 => ($this->privates['App\\Doctrine\\WorkerBudgetExtension'] ?? $this->getWorkerBudgetExtensionService());
  8083.             yield 17 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  8084.             yield 18 => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  8085.             yield 19 => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  8086.             yield 20 => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  8087.             yield 21 => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  8088.         }, 22), new RewindableGenerator(function () {
  8089.             yield => ($this->privates['App\\Doctrine\\CategoryExtension'] ?? $this->getCategoryExtensionService());
  8090.             yield => ($this->privates['App\\Doctrine\\ChatExtension'] ?? $this->getChatExtensionService());
  8091.             yield => ($this->privates['App\\Doctrine\\ChatMessageExtension'] ?? $this->getChatMessageExtensionService());
  8092.             yield => ($this->privates['App\\Doctrine\\CompanyExtension'] ?? $this->getCompanyExtensionService());
  8093.             yield => ($this->privates['App\\Doctrine\\LocationExtension'] ?? $this->getLocationExtensionService());
  8094.             yield => ($this->privates['App\\Doctrine\\MaintenanceElementExtension'] ?? $this->getMaintenanceElementExtensionService());
  8095.             yield => ($this->privates['App\\Doctrine\\MediaObjectExtension'] ?? $this->getMediaObjectExtensionService());
  8096.             yield => ($this->privates['App\\Doctrine\\ResourceExtension'] ?? $this->getResourceExtensionService());
  8097.             yield => ($this->privates['App\\Doctrine\\TaskExtension'] ?? $this->getTaskExtensionService());
  8098.             yield => ($this->privates['App\\Doctrine\\TicketExtension'] ?? $this->getTicketExtensionService());
  8099.             yield 10 => ($this->privates['App\\Doctrine\\UserExtension'] ?? $this->getUserExtensionService());
  8100.             yield 11 => ($this->privates['App\\Doctrine\\WorkerBudgetExtension'] ?? $this->getWorkerBudgetExtensionService());
  8101.             yield 12 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  8102.         }, 13));
  8103.     }
  8104.     /**
  8105.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  8106.      *
  8107.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  8108.      */
  8109.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  8110.     {
  8111.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  8112.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  8113.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  8114.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  8115.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  8116.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 40falseNULLNULLfalse, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8117.     }
  8118.     /**
  8119.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  8120.      *
  8121.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  8122.      */
  8123.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  8124.     {
  8125.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  8126.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  8127.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  8128.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()));
  8129.     }
  8130.     /**
  8131.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  8132.      *
  8133.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  8134.      */
  8135.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  8136.     {
  8137.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  8139.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  8140.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  8141.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), false, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  8142.     }
  8143.     /**
  8144.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  8145.      *
  8146.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  8147.      */
  8148.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  8149.     {
  8150.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  8152.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  8153.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  8154.     }
  8155.     /**
  8156.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  8157.      *
  8158.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  8159.      */
  8160.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  8161.     {
  8162.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  8163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  8165.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/Pagination.php';
  8167.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  8168.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  8169.     }
  8170.     /**
  8171.      * Gets the private 'api_platform.filter_locator' shared service.
  8172.      *
  8173.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8174.      */
  8175.     protected function getApiPlatform_FilterLocatorService()
  8176.     {
  8177.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8178.             'App\\Filter\\Chat\\OrderPendingToRead' => ['privates''App\\Filter\\Chat\\OrderPendingToRead''getOrderPendingToReadService'false],
  8179.             'App\\Filter\\Chat\\PendingToReadFilter' => ['privates''App\\Filter\\Chat\\PendingToReadFilter''getPendingToReadFilterService'false],
  8180.             'App\\Filter\\Chat\\TermFilter' => ['privates''App\\Filter\\Chat\\TermFilter''getTermFilterService'false],
  8181.             'App\\Filter\\Chat\\VendorFilter' => ['privates''App\\Filter\\Chat\\VendorFilter''getVendorFilterService'false],
  8182.             'App\\Filter\\Indicator\\VendorFilter' => ['privates''App\\Filter\\Indicator\\VendorFilter''getVendorFilter2Service'false],
  8183.             'App\\Filter\\LocationFilter' => ['privates''App\\Filter\\LocationFilter''getLocationFilterService'false],
  8184.             'App\\Filter\\MediaObjectChatFilter' => ['privates''App\\Filter\\MediaObjectChatFilter''getMediaObjectChatFilterService'false],
  8185.             'App\\Filter\\Report\\DateRangeFilter' => ['privates''App\\Filter\\Report\\DateRangeFilter''getDateRangeFilterService'false],
  8186.             'App\\Filter\\Task\\RoleFilter' => ['privates''App\\Filter\\Task\\RoleFilter''getRoleFilterService'false],
  8187.             'App\\Filter\\Task\\StateFilter' => ['privates''App\\Filter\\Task\\StateFilter''getStateFilterService'false],
  8188.             'App\\Filter\\Task\\StateWorkerBudgetFilter' => ['privates''App\\Filter\\Task\\StateWorkerBudgetFilter''getStateWorkerBudgetFilterService'false],
  8189.             'App\\Filter\\Task\\TaskFilter' => ['privates''App\\Filter\\Task\\TaskFilter''getTaskFilterService'false],
  8190.             'App\\Filter\\Task\\WorkerBudgetWithOwner' => ['privates''App\\Filter\\Task\\WorkerBudgetWithOwner''getWorkerBudgetWithOwnerService'false],
  8191.             'App\\Filter\\TicketFilter' => ['privates''App\\Filter\\TicketFilter''getTicketFilterService'false],
  8192.             'App\\Filter\\UserLocationFilter' => ['privates''App\\Filter\\UserLocationFilter''getUserLocationFilterService'false],
  8193.             'App\\Filter\\UserProfileFilter' => ['privates''App\\Filter\\UserProfileFilter''getUserProfileFilterService'false],
  8194.             'App\\Filter\\VendorFilter' => ['privates''App\\Filter\\VendorFilter''getVendorFilter3Service'false],
  8195.             'annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityAppCategoryApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8196.             'annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppCategoryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8197.             'annotated_app_entity_app_global_configuration_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_global_configuration_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppGlobalConfigurationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8198.             'annotated_app_entity_app_indicator_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_indicator_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppIndicatorApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8199.             'annotated_app_entity_app_indicator_app_filter_indicator_vendor_filter' => ['privates''annotated_app_entity_app_indicator_app_filter_indicator_vendor_filter''getAnnotatedAppEntityAppIndicatorAppFilterIndicatorVendorFilterService'false],
  8200.             'annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityAppLocationApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  8201.             'annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityAppLocationApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8202.             'annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppLocationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8203.             'annotated_app_entity_app_location_app_filter_location_filter' => ['privates''annotated_app_entity_app_location_app_filter_location_filter''getAnnotatedAppEntityAppLocationAppFilterLocationFilterService'false],
  8204.             'annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityAppMaintenanceElementApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  8205.             'annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityAppMaintenanceElementApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8206.             'annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppMaintenanceElementApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8207.             'annotated_app_entity_app_media_object_app_filter_media_object_chat_filter' => ['privates''annotated_app_entity_app_media_object_app_filter_media_object_chat_filter''getAnnotatedAppEntityAppMediaObjectAppFilterMediaObjectChatFilterService'false],
  8208.             'annotated_app_entity_app_report_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_report_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppReportApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8209.             'annotated_app_entity_app_report_app_filter_report_date_range_filter' => ['privates''annotated_app_entity_app_report_app_filter_report_date_range_filter''getAnnotatedAppEntityAppReportAppFilterReportDateRangeFilterService'false],
  8210.             'annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityAppResourceAndToolApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  8211.             'annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityAppResourceAndToolApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8212.             'annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppResourceAndToolApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8213.             'annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityAppTaskTaskApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  8214.             'annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityAppTaskTaskApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8215.             'annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppTaskTaskApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8216.             'annotated_app_entity_app_task_task_app_filter_task_role_filter' => ['privates''annotated_app_entity_app_task_task_app_filter_task_role_filter''getAnnotatedAppEntityAppTaskTaskAppFilterTaskRoleFilterService'false],
  8217.             'annotated_app_entity_app_task_task_app_filter_task_state_filter' => ['privates''annotated_app_entity_app_task_task_app_filter_task_state_filter''getAnnotatedAppEntityAppTaskTaskAppFilterTaskStateFilterService'false],
  8218.             'annotated_app_entity_app_task_task_app_filter_task_state_worker_budget_filter' => ['privates''annotated_app_entity_app_task_task_app_filter_task_state_worker_budget_filter''getAnnotatedAppEntityAppTaskTaskAppFilterTaskStateWorkerBudgetFilterService'false],
  8219.             'annotated_app_entity_app_task_task_app_filter_task_task_filter' => ['privates''annotated_app_entity_app_task_task_app_filter_task_task_filter''getAnnotatedAppEntityAppTaskTaskAppFilterTaskTaskFilterService'false],
  8220.             'annotated_app_entity_app_task_task_app_filter_task_worker_budget_with_owner' => ['privates''annotated_app_entity_app_task_task_app_filter_task_worker_budget_with_owner''getAnnotatedAppEntityAppTaskTaskAppFilterTaskWorkerBudgetWithOwnerService'false],
  8221.             'annotated_app_entity_app_ticket_incidence_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_ticket_incidence_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppTicketIncidenceTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8222.             'annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityAppTicketTicketApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  8223.             'annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityAppTicketTicketApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8224.             'annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppTicketTicketApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8225.             'annotated_app_entity_app_ticket_ticket_app_filter_ticket_filter' => ['privates''annotated_app_entity_app_ticket_ticket_app_filter_ticket_filter''getAnnotatedAppEntityAppTicketTicketAppFilterTicketFilterService'false],
  8226.             'annotated_app_entity_app_ticket_ticket_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_ticket_ticket_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppTicketTicketTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8227.             'annotated_app_entity_app_time_slot_time_slot_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_time_slot_time_slot_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppTimeSlotTimeSlotApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8228.             'annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityAppUserApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8229.             'annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8230.             'annotated_app_entity_app_user_app_filter_user_location_filter' => ['privates''annotated_app_entity_app_user_app_filter_user_location_filter''getAnnotatedAppEntityAppUserAppFilterUserLocationFilterService'false],
  8231.             'annotated_app_entity_app_user_app_filter_user_profile_filter' => ['privates''annotated_app_entity_app_user_app_filter_user_profile_filter''getAnnotatedAppEntityAppUserAppFilterUserProfileFilterService'false],
  8232.             'annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityAppVendorApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8233.             'annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityAppVendorApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8234.             'annotated_app_entity_app_vendor_app_filter_vendor_filter' => ['privates''annotated_app_entity_app_vendor_app_filter_vendor_filter''getAnnotatedAppEntityAppVendorAppFilterVendorFilterService'false],
  8235.             'annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityChatChatApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8236.             'annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityChatChatApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8237.             'annotated_app_entity_chat_chat_app_filter_chat_order_pending_to_read' => ['privates''annotated_app_entity_chat_chat_app_filter_chat_order_pending_to_read''getAnnotatedAppEntityChatChatAppFilterChatOrderPendingToReadService'false],
  8238.             'annotated_app_entity_chat_chat_app_filter_chat_pending_to_read_filter' => ['privates''annotated_app_entity_chat_chat_app_filter_chat_pending_to_read_filter''getAnnotatedAppEntityChatChatAppFilterChatPendingToReadFilterService'false],
  8239.             'annotated_app_entity_chat_chat_app_filter_chat_term_filter' => ['privates''annotated_app_entity_chat_chat_app_filter_chat_term_filter''getAnnotatedAppEntityChatChatAppFilterChatTermFilterService'false],
  8240.             'annotated_app_entity_chat_chat_app_filter_chat_vendor_filter' => ['privates''annotated_app_entity_chat_chat_app_filter_chat_vendor_filter''getAnnotatedAppEntityChatChatAppFilterChatVendorFilterService'false],
  8241.             'annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityChatChatMessageApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8242.             'annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityChatChatMessageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8243.             'annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityLogLogEntryApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  8244.             'annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityLogLogEntryApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8245.             'annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityLogLogEntryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8246.             'annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppModulesCemeteryEntityDeceasedApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  8247.             'annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppModulesCemeteryEntityDeceasedApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8248.             'annotated_app_modules_cemetery_entity_lessee_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_modules_cemetery_entity_lessee_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppModulesCemeteryEntityLesseeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  8249.         ], [
  8250.             'App\\Filter\\Chat\\OrderPendingToRead' => '?',
  8251.             'App\\Filter\\Chat\\PendingToReadFilter' => '?',
  8252.             'App\\Filter\\Chat\\TermFilter' => '?',
  8253.             'App\\Filter\\Chat\\VendorFilter' => '?',
  8254.             'App\\Filter\\Indicator\\VendorFilter' => '?',
  8255.             'App\\Filter\\LocationFilter' => '?',
  8256.             'App\\Filter\\MediaObjectChatFilter' => '?',
  8257.             'App\\Filter\\Report\\DateRangeFilter' => '?',
  8258.             'App\\Filter\\Task\\RoleFilter' => '?',
  8259.             'App\\Filter\\Task\\StateFilter' => '?',
  8260.             'App\\Filter\\Task\\StateWorkerBudgetFilter' => '?',
  8261.             'App\\Filter\\Task\\TaskFilter' => '?',
  8262.             'App\\Filter\\Task\\WorkerBudgetWithOwner' => '?',
  8263.             'App\\Filter\\TicketFilter' => '?',
  8264.             'App\\Filter\\UserLocationFilter' => '?',
  8265.             'App\\Filter\\UserProfileFilter' => '?',
  8266.             'App\\Filter\\VendorFilter' => '?',
  8267.             'annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8268.             'annotated_app_entity_app_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8269.             'annotated_app_entity_app_global_configuration_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8270.             'annotated_app_entity_app_indicator_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8271.             'annotated_app_entity_app_indicator_app_filter_indicator_vendor_filter' => '?',
  8272.             'annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  8273.             'annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8274.             'annotated_app_entity_app_location_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8275.             'annotated_app_entity_app_location_app_filter_location_filter' => '?',
  8276.             'annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  8277.             'annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8278.             'annotated_app_entity_app_maintenance_element_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8279.             'annotated_app_entity_app_media_object_app_filter_media_object_chat_filter' => '?',
  8280.             'annotated_app_entity_app_report_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8281.             'annotated_app_entity_app_report_app_filter_report_date_range_filter' => '?',
  8282.             'annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  8283.             'annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8284.             'annotated_app_entity_app_resource_and_tool_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8285.             'annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  8286.             'annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8287.             'annotated_app_entity_app_task_task_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8288.             'annotated_app_entity_app_task_task_app_filter_task_role_filter' => '?',
  8289.             'annotated_app_entity_app_task_task_app_filter_task_state_filter' => '?',
  8290.             'annotated_app_entity_app_task_task_app_filter_task_state_worker_budget_filter' => '?',
  8291.             'annotated_app_entity_app_task_task_app_filter_task_task_filter' => '?',
  8292.             'annotated_app_entity_app_task_task_app_filter_task_worker_budget_with_owner' => '?',
  8293.             'annotated_app_entity_app_ticket_incidence_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8294.             'annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  8295.             'annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8296.             'annotated_app_entity_app_ticket_ticket_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8297.             'annotated_app_entity_app_ticket_ticket_app_filter_ticket_filter' => '?',
  8298.             'annotated_app_entity_app_ticket_ticket_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8299.             'annotated_app_entity_app_time_slot_time_slot_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8300.             'annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8301.             'annotated_app_entity_app_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8302.             'annotated_app_entity_app_user_app_filter_user_location_filter' => '?',
  8303.             'annotated_app_entity_app_user_app_filter_user_profile_filter' => '?',
  8304.             'annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8305.             'annotated_app_entity_app_vendor_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8306.             'annotated_app_entity_app_vendor_app_filter_vendor_filter' => '?',
  8307.             'annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8308.             'annotated_app_entity_chat_chat_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8309.             'annotated_app_entity_chat_chat_app_filter_chat_order_pending_to_read' => '?',
  8310.             'annotated_app_entity_chat_chat_app_filter_chat_pending_to_read_filter' => '?',
  8311.             'annotated_app_entity_chat_chat_app_filter_chat_term_filter' => '?',
  8312.             'annotated_app_entity_chat_chat_app_filter_chat_vendor_filter' => '?',
  8313.             'annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8314.             'annotated_app_entity_chat_chat_message_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8315.             'annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  8316.             'annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8317.             'annotated_app_entity_log_log_entry_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8318.             'annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  8319.             'annotated_app_modules_cemetery_entity_deceased_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8320.             'annotated_app_modules_cemetery_entity_lessee_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  8321.         ]);
  8322.     }
  8323.     /**
  8324.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  8325.      *
  8326.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  8327.      */
  8328.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  8329.     {
  8330.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  8331.     }
  8332.     /**
  8333.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  8334.      *
  8335.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  8336.      */
  8337.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  8338.     {
  8339.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  8340.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  8341.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  8342.         }
  8343.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  8344.     }
  8345.     /**
  8346.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  8347.      *
  8348.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  8349.      */
  8350.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  8351.     {
  8352.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  8353.     }
  8354.     /**
  8355.      * Gets the private 'api_platform.identifier.converter' shared service.
  8356.      *
  8357.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  8358.      */
  8359.     protected function getApiPlatform_Identifier_ConverterService()
  8360.     {
  8361.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  8362.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  8363.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  8364.         }, 2));
  8365.     }
  8366.     /**
  8367.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  8368.      *
  8369.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  8370.      */
  8371.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  8372.     {
  8373.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  8374.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  8375.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  8376.     }
  8377.     /**
  8378.      * Gets the private 'api_platform.iri_converter' shared service.
  8379.      *
  8380.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  8381.      */
  8382.     protected function getApiPlatform_IriConverterService()
  8383.     {
  8384.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  8385.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  8386.     }
  8387.     /**
  8388.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  8389.      *
  8390.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  8391.      */
  8392.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  8393.     {
  8394.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  8395.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  8396.         return $instance;
  8397.     }
  8398.     /**
  8399.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  8400.      *
  8401.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  8402.      */
  8403.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  8404.     {
  8405.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  8406.     }
  8407.     /**
  8408.      * Gets the private 'api_platform.listener.exception' shared service.
  8409.      *
  8410.      * @return \ApiPlatform\Core\EventListener\ExceptionListener
  8411.      */
  8412.     protected function getApiPlatform_Listener_ExceptionService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ExceptionListener.php';
  8415.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Core\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service()));
  8416.     }
  8417.     /**
  8418.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  8419.      *
  8420.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener
  8421.      */
  8422.     protected function getApiPlatform_Listener_Exception_ValidationService()
  8423.     {
  8424.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  8425.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats']);
  8426.     }
  8427.     /**
  8428.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  8429.      *
  8430.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  8431.      */
  8432.     protected function getApiPlatform_Listener_Request_AddFormatService()
  8433.     {
  8434.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  8435.     }
  8436.     /**
  8437.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  8438.      *
  8439.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  8440.      */
  8441.     protected function getApiPlatform_Listener_Request_DeserializeService()
  8442.     {
  8443.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  8444.     }
  8445.     /**
  8446.      * Gets the private 'api_platform.listener.request.read' shared service.
  8447.      *
  8448.      * @return \ApiPlatform\Core\EventListener\ReadListener
  8449.      */
  8450.     protected function getApiPlatform_Listener_Request_ReadService()
  8451.     {
  8452.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  8453.     }
  8454.     /**
  8455.      * Gets the private 'api_platform.listener.view.respond' shared service.
  8456.      *
  8457.      * @return \ApiPlatform\Core\EventListener\RespondListener
  8458.      */
  8459.     protected function getApiPlatform_Listener_View_RespondService()
  8460.     {
  8461.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/RespondListener.php';
  8462.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Core\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  8463.     }
  8464.     /**
  8465.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  8466.      *
  8467.      * @return \ApiPlatform\Core\EventListener\SerializeListener
  8468.      */
  8469.     protected function getApiPlatform_Listener_View_SerializeService()
  8470.     {
  8471.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/SerializeListener.php';
  8472.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Core\EventListener\SerializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  8473.     }
  8474.     /**
  8475.      * Gets the private 'api_platform.listener.view.validate' shared service.
  8476.      *
  8477.      * @return \ApiPlatform\Core\Validator\EventListener\ValidateListener
  8478.      */
  8479.     protected function getApiPlatform_Listener_View_ValidateService()
  8480.     {
  8481.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/EventListener/ValidateListener.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Validator.php';
  8484.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Core\Validator\EventListener\ValidateListener(new \ApiPlatform\Core\Bridge\Symfony\Validator\Validator(($this->services['validator'] ?? $this->getValidatorService()), $this), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  8485.     }
  8486.     /**
  8487.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  8488.      *
  8489.      * @return \ApiPlatform\Core\Filter\QueryParameterValidateListener
  8490.      */
  8491.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  8492.     {
  8493.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\Filter\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()));
  8494.     }
  8495.     /**
  8496.      * Gets the private 'api_platform.listener.view.write' shared service.
  8497.      *
  8498.      * @return \ApiPlatform\Core\EventListener\WriteListener
  8499.      */
  8500.     protected function getApiPlatform_Listener_View_WriteService()
  8501.     {
  8502.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/WriteListener.php';
  8503.         return $this->privates['api_platform.listener.view.write'] = new \ApiPlatform\Core\EventListener\WriteListener(($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  8504.     }
  8505.     /**
  8506.      * Gets the private 'api_platform.messenger.data_persister' shared service.
  8507.      *
  8508.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
  8509.      */
  8510.     protected function getApiPlatform_Messenger_DataPersisterService()
  8511.     {
  8512.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Messenger/DispatchTrait.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Messenger/DataPersister.php';
  8514.         return $this->privates['api_platform.messenger.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  8515.     }
  8516.     /**
  8517.      * Gets the private 'api_platform.messenger.data_transformer' shared service.
  8518.      *
  8519.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
  8520.      */
  8521.     protected function getApiPlatform_Messenger_DataTransformerService()
  8522.     {
  8523.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataTransformer/DataTransformerInterface.php';
  8524.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Messenger/DataTransformer.php';
  8525.         return $this->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  8526.     }
  8527.     /**
  8528.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  8529.      *
  8530.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  8531.      */
  8532.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  8533.     {
  8534.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  8535.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
  8536.     }
  8537.     /**
  8538.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  8539.      *
  8540.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  8541.      */
  8542.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  8543.     {
  8544.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyNameCollectionFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))))));
  8545.     }
  8546.     /**
  8547.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  8548.      *
  8549.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  8550.      */
  8551.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  8552.     {
  8553.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  8554.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))))))), []), $this->parameters['api_platform.formats'], []));
  8555.     }
  8556.     /**
  8557.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  8558.      *
  8559.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  8560.      */
  8561.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  8562.     {
  8563.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  8564.     }
  8565.     /**
  8566.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  8567.      *
  8568.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  8569.      */
  8570.     protected function getApiPlatform_OperationPathResolver_CustomService()
  8571.     {
  8572.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  8573.     }
  8574.     /**
  8575.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  8576.      *
  8577.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  8578.      */
  8579.     protected function getApiPlatform_ResourceClassResolverService()
  8580.     {
  8581.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  8582.     }
  8583.     /**
  8584.      * Gets the private 'api_platform.router' shared service.
  8585.      *
  8586.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  8587.      */
  8588.     protected function getApiPlatform_RouterService()
  8589.     {
  8590.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()));
  8591.     }
  8592.     /**
  8593.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  8594.      *
  8595.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  8596.      */
  8597.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  8598.     {
  8599.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  8600.     }
  8601.     /**
  8602.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  8603.      *
  8604.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  8605.      */
  8606.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  8607.     {
  8608.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  8609.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  8610.     }
  8611.     /**
  8612.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  8613.      *
  8614.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  8615.      */
  8616.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  8617.     {
  8618.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  8619.     }
  8620.     /**
  8621.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  8622.      *
  8623.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  8624.      */
  8625.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  8626.     {
  8627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8628.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  8629.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'Qiip''Qiip Api DOC''1.0.0'NULL$this->parameters['api_platform.swagger.versions']);
  8630.         $instance->setName('api:swagger:export');
  8631.         $instance->setAliases([=> 'api:openapi:export']);
  8632.         return $instance;
  8633.     }
  8634.     /**
  8635.      * Gets the private 'cache.annotations' shared service.
  8636.      *
  8637.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8638.      */
  8639.     protected function getCache_AnnotationsService()
  8640.     {
  8641.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s3jeDYDjhJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8642.     }
  8643.     /**
  8644.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  8645.      *
  8646.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8647.      */
  8648.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  8649.     {
  8650.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8651.     }
  8652.     /**
  8653.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  8654.      *
  8655.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8656.      */
  8657.     protected function getCache_Doctrine_Orm_Default_QueryService()
  8658.     {
  8659.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8660.     }
  8661.     /**
  8662.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  8663.      *
  8664.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8665.      */
  8666.     protected function getCache_Doctrine_Orm_Default_ResultService()
  8667.     {
  8668.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8669.     }
  8670.     /**
  8671.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  8672.      *
  8673.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8674.      */
  8675.     protected function getCache_Messenger_RestartWorkersSignalService()
  8676.     {
  8677.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aoA4bLGJWG'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  8678.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  8679.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  8680.     }
  8681.     /**
  8682.      * Gets the private 'cache.property_info' shared service.
  8683.      *
  8684.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8685.      */
  8686.     protected function getCache_PropertyInfoService()
  8687.     {
  8688.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rUfGMiRyNI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8689.     }
  8690.     /**
  8691.      * Gets the private 'cache.security_expression_language' shared service.
  8692.      *
  8693.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8694.      */
  8695.     protected function getCache_SecurityExpressionLanguageService()
  8696.     {
  8697.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q1QTh29fvJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8698.     }
  8699.     /**
  8700.      * Gets the private 'cache.serializer' shared service.
  8701.      *
  8702.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8703.      */
  8704.     protected function getCache_SerializerService()
  8705.     {
  8706.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3GDxsEK4El'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8707.     }
  8708.     /**
  8709.      * Gets the private 'cache.validator' shared service.
  8710.      *
  8711.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  8712.      */
  8713.     protected function getCache_ValidatorService()
  8714.     {
  8715.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('i2HBfIHbcw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  8716.     }
  8717.     /**
  8718.      * Gets the private 'config_cache_factory' shared service.
  8719.      *
  8720.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  8721.      */
  8722.     protected function getConfigCacheFactoryService()
  8723.     {
  8724.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  8725.             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)));
  8726.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  8727.         }, 2));
  8728.     }
  8729.     /**
  8730.      * Gets the private 'console.command.about' shared service.
  8731.      *
  8732.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  8733.      */
  8734.     protected function getConsole_Command_AboutService()
  8735.     {
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  8738.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  8739.         $instance->setName('about');
  8740.         return $instance;
  8741.     }
  8742.     /**
  8743.      * Gets the private 'console.command.assets_install' shared service.
  8744.      *
  8745.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  8746.      */
  8747.     protected function getConsole_Command_AssetsInstallService()
  8748.     {
  8749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8752.         $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));
  8753.         $instance->setName('assets:install');
  8754.         return $instance;
  8755.     }
  8756.     /**
  8757.      * Gets the private 'console.command.cache_clear' shared service.
  8758.      *
  8759.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  8760.      */
  8761.     protected function getConsole_Command_CacheClearService()
  8762.     {
  8763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8766.         $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())));
  8767.         $instance->setName('cache:clear');
  8768.         return $instance;
  8769.     }
  8770.     /**
  8771.      * Gets the private 'console.command.cache_pool_clear' shared service.
  8772.      *
  8773.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  8774.      */
  8775.     protected function getConsole_Command_CachePoolClearService()
  8776.     {
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  8779.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  8780.         $instance->setName('cache:pool:clear');
  8781.         return $instance;
  8782.     }
  8783.     /**
  8784.      * Gets the private 'console.command.cache_pool_delete' shared service.
  8785.      *
  8786.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  8787.      */
  8788.     protected function getConsole_Command_CachePoolDeleteService()
  8789.     {
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  8792.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  8793.         $instance->setName('cache:pool:delete');
  8794.         return $instance;
  8795.     }
  8796.     /**
  8797.      * Gets the private 'console.command.cache_pool_list' shared service.
  8798.      *
  8799.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  8800.      */
  8801.     protected function getConsole_Command_CachePoolListService()
  8802.     {
  8803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  8805.         $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.messenger.restart_workers_signal'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'api_platform.cache.route_name_resolver'12 => 'api_platform.cache.identifiers_extractor'13 => 'api_platform.cache.subresource_operation_factory'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.property']);
  8806.         $instance->setName('cache:pool:list');
  8807.         return $instance;
  8808.     }
  8809.     /**
  8810.      * Gets the private 'console.command.cache_pool_prune' shared service.
  8811.      *
  8812.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  8813.      */
  8814.     protected function getConsole_Command_CachePoolPruneService()
  8815.     {
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  8818.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  8819.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  8820.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  8821.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  8822.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  8823.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  8824.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  8825.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  8826.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  8827.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  8828.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  8829.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  8830.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  8831.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  8832.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  8833.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  8834.             yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService());
  8835.         }, 16));
  8836.         $instance->setName('cache:pool:prune');
  8837.         return $instance;
  8838.     }
  8839.     /**
  8840.      * Gets the private 'console.command.cache_warmup' shared service.
  8841.      *
  8842.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  8843.      */
  8844.     protected function getConsole_Command_CacheWarmupService()
  8845.     {
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  8848.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  8849.         $instance->setName('cache:warmup');
  8850.         return $instance;
  8851.     }
  8852.     /**
  8853.      * Gets the private 'console.command.config_debug' shared service.
  8854.      *
  8855.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  8856.      */
  8857.     protected function getConsole_Command_ConfigDebugService()
  8858.     {
  8859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  8863.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  8864.         $instance->setName('debug:config');
  8865.         return $instance;
  8866.     }
  8867.     /**
  8868.      * Gets the private 'console.command.config_dump_reference' shared service.
  8869.      *
  8870.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  8871.      */
  8872.     protected function getConsole_Command_ConfigDumpReferenceService()
  8873.     {
  8874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  8877.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  8878.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  8879.         $instance->setName('config:dump-reference');
  8880.         return $instance;
  8881.     }
  8882.     /**
  8883.      * Gets the private 'console.command.container_debug' shared service.
  8884.      *
  8885.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  8886.      */
  8887.     protected function getConsole_Command_ContainerDebugService()
  8888.     {
  8889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8891.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  8892.         $instance->setName('debug:container');
  8893.         return $instance;
  8894.     }
  8895.     /**
  8896.      * Gets the private 'console.command.container_lint' shared service.
  8897.      *
  8898.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  8899.      */
  8900.     protected function getConsole_Command_ContainerLintService()
  8901.     {
  8902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  8904.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  8905.         $instance->setName('lint:container');
  8906.         return $instance;
  8907.     }
  8908.     /**
  8909.      * Gets the private 'console.command.debug_autowiring' shared service.
  8910.      *
  8911.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  8912.      */
  8913.     protected function getConsole_Command_DebugAutowiringService()
  8914.     {
  8915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  8918.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8919.         $instance->setName('debug:autowiring');
  8920.         return $instance;
  8921.     }
  8922.     /**
  8923.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  8924.      *
  8925.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  8926.      */
  8927.     protected function getConsole_Command_EventDispatcherDebugService()
  8928.     {
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  8931.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8932.         $instance->setName('debug:event-dispatcher');
  8933.         return $instance;
  8934.     }
  8935.     /**
  8936.      * Gets the private 'console.command.form_debug' shared service.
  8937.      *
  8938.      * @return \Symfony\Component\Form\Command\DebugCommand
  8939.      */
  8940.     protected function getConsole_Command_FormDebugService()
  8941.     {
  8942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  8944.         $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'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\ConceptType'=> 'App\\Form\\MediaObjectType'=> 'App\\Form\\ScheduleType'=> 'App\\Form\\TaskResourceType'=> 'App\\Form\\WorkerBudgetType'=> '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'], [=> '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()));
  8945.         $instance->setName('debug:form');
  8946.         return $instance;
  8947.     }
  8948.     /**
  8949.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  8950.      *
  8951.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  8952.      */
  8953.     protected function getConsole_Command_MessengerConsumeMessagesService()
  8954.     {
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  8957.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'failed'=> 'amqp'=> 'amqpScheduledTask'=> 'amqpChatMessage'=> 'amqpLogMessage']);
  8958.         $instance->setName('messenger:consume');
  8959.         $instance->setAliases([=> 'messenger:consume-messages']);
  8960.         return $instance;
  8961.     }
  8962.     /**
  8963.      * Gets the private 'console.command.messenger_debug' shared service.
  8964.      *
  8965.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  8966.      */
  8967.     protected function getConsole_Command_MessengerDebugService()
  8968.     {
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  8971.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\MessageHandler\\ChatMessage' => [=> [=> 'App\\MessageHandler\\ChatMessageHandler'=> []]], 'App\\MessageHandler\\LogMessage' => [=> [=> 'App\\MessageHandler\\LogMessageHandler'=> []]], 'App\\MessageHandler\\Message' => [=> [=> 'App\\MessageHandler\\MessageHandler'=> []]], 'App\\MessageHandler\\ScheduledTask' => [=> [=> 'App\\MessageHandler\\ScheduledTaskHandler'=> []]]]]);
  8972.         $instance->setName('debug:messenger');
  8973.         return $instance;
  8974.     }
  8975.     /**
  8976.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  8977.      *
  8978.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  8979.      */
  8980.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  8981.     {
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  8984.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  8985.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  8986.         $instance->setName('messenger:failed:remove');
  8987.         return $instance;
  8988.     }
  8989.     /**
  8990.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  8991.      *
  8992.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  8993.      */
  8994.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  8995.     {
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8997.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  8998.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  8999.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9000.         $instance->setName('messenger:failed:retry');
  9001.         return $instance;
  9002.     }
  9003.     /**
  9004.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  9005.      *
  9006.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  9007.      */
  9008.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  9009.     {
  9010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9011.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  9013.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()));
  9014.         $instance->setName('messenger:failed:show');
  9015.         return $instance;
  9016.     }
  9017.     /**
  9018.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  9019.      *
  9020.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  9021.      */
  9022.     protected function getConsole_Command_MessengerSetupTransportsService()
  9023.     {
  9024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  9026.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'failed'=> 'amqp'=> 'amqpScheduledTask'=> 'amqpChatMessage'=> 'amqpLogMessage']);
  9027.         $instance->setName('messenger:setup-transports');
  9028.         return $instance;
  9029.     }
  9030.     /**
  9031.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  9032.      *
  9033.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  9034.      */
  9035.     protected function getConsole_Command_MessengerStopWorkersService()
  9036.     {
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9038.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  9039.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  9040.         $instance->setName('messenger:stop-workers');
  9041.         return $instance;
  9042.     }
  9043.     /**
  9044.      * Gets the private 'console.command.router_debug' shared service.
  9045.      *
  9046.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  9047.      */
  9048.     protected function getConsole_Command_RouterDebugService()
  9049.     {
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  9052.         $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()));
  9053.         $instance->setName('debug:router');
  9054.         return $instance;
  9055.     }
  9056.     /**
  9057.      * Gets the private 'console.command.router_match' shared service.
  9058.      *
  9059.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  9060.      */
  9061.     protected function getConsole_Command_RouterMatchService()
  9062.     {
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  9065.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  9066.         $instance->setName('router:match');
  9067.         return $instance;
  9068.     }
  9069.     /**
  9070.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  9071.      *
  9072.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  9073.      */
  9074.     protected function getConsole_Command_SecretsDecryptToLocalService()
  9075.     {
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  9078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9079.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9082.         $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')))));
  9083.         $instance->setName('secrets:decrypt-to-local');
  9084.         return $instance;
  9085.     }
  9086.     /**
  9087.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  9088.      *
  9089.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  9090.      */
  9091.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  9092.     {
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  9095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9099.         $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')))));
  9100.         $instance->setName('secrets:encrypt-from-local');
  9101.         return $instance;
  9102.     }
  9103.     /**
  9104.      * Gets the private 'console.command.secrets_generate_key' shared service.
  9105.      *
  9106.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  9107.      */
  9108.     protected function getConsole_Command_SecretsGenerateKeyService()
  9109.     {
  9110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  9112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9113.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9116.         $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')))));
  9117.         $instance->setName('secrets:generate-keys');
  9118.         return $instance;
  9119.     }
  9120.     /**
  9121.      * Gets the private 'console.command.secrets_list' shared service.
  9122.      *
  9123.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  9124.      */
  9125.     protected function getConsole_Command_SecretsListService()
  9126.     {
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9133.         $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')))));
  9134.         $instance->setName('secrets:list');
  9135.         return $instance;
  9136.     }
  9137.     /**
  9138.      * Gets the private 'console.command.secrets_remove' shared service.
  9139.      *
  9140.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  9141.      */
  9142.     protected function getConsole_Command_SecretsRemoveService()
  9143.     {
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9147.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9150.         $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')))));
  9151.         $instance->setName('secrets:remove');
  9152.         return $instance;
  9153.     }
  9154.     /**
  9155.      * Gets the private 'console.command.secrets_set' shared service.
  9156.      *
  9157.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  9158.      */
  9159.     protected function getConsole_Command_SecretsSetService()
  9160.     {
  9161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  9163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9164.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9167.         $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')))));
  9168.         $instance->setName('secrets:set');
  9169.         return $instance;
  9170.     }
  9171.     /**
  9172.      * Gets the private 'console.command.translation_debug' shared service.
  9173.      *
  9174.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  9175.      */
  9176.     protected function getConsole_Command_TranslationDebugService()
  9177.     {
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  9180.         $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).'/src/Controller/Chat/GetCountMessagesAction.php'), => (\dirname(__DIR__4).'/src/Controller/Chat/MarkAllChatAsReadAction.php'), => (\dirname(__DIR__4).'/src/Controller/Chat/ReadChatAction.php'), => (\dirname(__DIR__4).'/src/Controller/MediaObject/CreateMediaObjectAction.php'), => (\dirname(__DIR__4).'/src/Controller/MediaObject/GetMediaObjectAction.php'), => (\dirname(__DIR__4).'/src/Controller/MediaObject/GetMediaObjectThumbnailBigAction.php'), => (\dirname(__DIR__4).'/src/Controller/MediaObject/GetMediaObjectThumbnailSmallAction.php'), => (\dirname(__DIR__4).'/src/Controller/Project/ProjectController.php'), 10 => (\dirname(__DIR__4).'/src/Controller/PublicHoliday/PublicHolidayController.php'), 11 => (\dirname(__DIR__4).'/src/Services/PublicHoliday/publicHolidayService.php'), 12 => (\dirname(__DIR__4).'/src/Controller/RequestUserPasswordAction.php'), 13 => (\dirname(__DIR__4).'/src/Controller/ResetUserPasswordAction.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Task/UpdateTaskStatus.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Ticket/TicketDeletedAction.php'), 16 => (\dirname(__DIR__4).'/src/Controller/User/DeleteUserAction.php'), 17 => (\dirname(__DIR__4).'/src/Controller/User/DeleteUserByVendorAction.php'), 18 => (\dirname(__DIR__4).'/src/Controller/User/InviteAgainAction.php'), 19 => (\dirname(__DIR__4).'/src/Controller/User/InviteUsersAction.php'), 20 => (\dirname(__DIR__4).'/src/Controller/User/RetrieveUserByVendorAction.php'), 21 => (\dirname(__DIR__4).'/src/Controller/WorkerBudget/CreateBlockLogWorkerBudgetAction.php'), 22 => (\dirname(__DIR__4).'/src/Controller/WorkerBudget/DeleteBlockLogWorkerBudgetAction.php'), 23 => (\dirname(__DIR__4).'/src/Controller/WorkerBudget/GetWorkerBudgetRealCost.php'), 24 => (\dirname(__DIR__4).'/src/Controller/WorkerBudgetTime/WorkerBudgetTimeController.php'), 25 => (\dirname(__DIR__4).'/src/Doctrine/CategoryExtension.php'), 26 => (\dirname(__DIR__4).'/src/Doctrine/ChatExtension.php'), 27 => (\dirname(__DIR__4).'/src/Doctrine/LocationExtension.php'), 28 => (\dirname(__DIR__4).'/src/Doctrine/MaintenanceElementExtension.php'), 29 => (\dirname(__DIR__4).'/src/Doctrine/ResourceExtension.php'), 30 => (\dirname(__DIR__4).'/src/Doctrine/RoleExtension.php'), 31 => (\dirname(__DIR__4).'/src/Doctrine/TaskExtension.php'), 32 => (\dirname(__DIR__4).'/src/Doctrine/TicketExtension.php'), 33 => (\dirname(__DIR__4).'/src/Doctrine/UserExtension.php'), 34 => (\dirname(__DIR__4).'/src/Doctrine/WorkerBudgetExtension.php'), 35 => (\dirname(__DIR__4).'/src/EventSubscriber/Category/CategoryPostValidateSubscriber.php'), 36 => (\dirname(__DIR__4).'/src/EventSubscriber/Category/CategoryPreWriteSubscriber.php'), 37 => (\dirname(__DIR__4).'/src/EventSubscriber/Chat/ChatPostSerializerSubscriber.php'), 38 => (\dirname(__DIR__4).'/src/EventSubscriber/Chat/ChatPreSerializeSubscriber.php'), 39 => (\dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePostSerializeSubscriber.php'), 40 => (\dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePostValidateSubscriber.php'), 41 => (\dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePostWriteSubscriber.php'), 42 => (\dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePreSerializeSubscriber.php'), 43 => (\dirname(__DIR__4).'/src/EventSubscriber/Company/CompanyPreWriteSubscriber.php'), 44 => (\dirname(__DIR__4).'/src/EventSubscriber/GlobalConfigurationSerializeSubscriber.php'), 45 => (\dirname(__DIR__4).'/src/EventSubscriber/Location/LocationPostValidateSubscriber.php'), 46 => (\dirname(__DIR__4).'/src/EventSubscriber/Location/LocationPreWriteSubscriber.php'), 47 => (\dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPostValidateSubscriber.php'), 48 => (\dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPreSerializerSubscriber.php'), 49 => (\dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPreWriteSubscriber.php'), 50 => (\dirname(__DIR__4).'/src/EventSubscriber/Onboarding/LeadPostValidateSubscriber.php'), 51 => (\dirname(__DIR__4).'/src/EventSubscriber/Onboarding/LeadPostWriteSubcriber.php'), 52 => (\dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePostValidateSubscriber.php'), 53 => (\dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePreSerializerSubscriber.php'), 54 => (\dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePreWriteSubscriber.php'), 55 => (\dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPostValidateSubscriber.php'), 56 => (\dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPostWriteSubscriber.php'), 57 => (\dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPreSerializerSubscriber.php'), 58 => (\dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPreWriteSubscriber.php'), 59 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/IncidenceTypePreWriteSubscriber.php'), 60 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPostValidateSubscriber.php'), 61 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPostWriteSubscriber.php'), 62 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPreSerializeSubscriber.php'), 63 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPreWriteSubscriber.php'), 64 => (\dirname(__DIR__4).'/src/EventSubscriber/TimeSlot/TimeSlotPreWriteSuscriber.php'), 65 => (\dirname(__DIR__4).'/src/EventSubscriber/User/UserPostValidateSubscriber.php'), 66 => (\dirname(__DIR__4).'/src/EventSubscriber/User/UserPostWriteSubscriber.php'), 67 => (\dirname(__DIR__4).'/src/EventSubscriber/User/UserPreSerializerSubscriber.php'), 68 => (\dirname(__DIR__4).'/src/EventSubscriber/User/UserPreValidateSubscriber.php'), 69 => (\dirname(__DIR__4).'/src/EventSubscriber/Vendor/VendorPreWriteSubscriber.php'), 70 => (\dirname(__DIR__4).'/src/Modules/Cemetery/Services/RecordService.php'), 71 => (\dirname(__DIR__4).'/src/Services/InvitationService.php'), 72 => (\dirname(__DIR__4).'/src/Services/LogService.php'), 73 => (\dirname(__DIR__4).'/src/Services/MailService.php'), 74 => (\dirname(__DIR__4).'/src/Services/PushService.php'), 75 => (\dirname(__DIR__4).'/src/Services/PushNotificationService.php'), 76 => (\dirname(__DIR__4).'/src/Services/ReportService.php'), 77 => (\dirname(__DIR__4).'/src/Services/TicketService.php'), 78 => (\dirname(__DIR__4).'/src/Traits/CostNormalizer.php'), 79 => (\dirname(__DIR__4).'/src/Services/VendorService.php'), 80 => (\dirname(__DIR__4).'/src/Services/WorkerBudget/WorkerBudgetTimeService.php'), 81 => (\dirname(__DIR__4).'/src/EventListener/JWTCreatedListener.php'), 82 => (\dirname(__DIR__4).'/src/EventListener/SoftDeleteableListener.php'), 83 => (\dirname(__DIR__4).'/src/EventListener/TicketChangesListener.php'), 84 => (\dirname(__DIR__4).'/src/EventListener/TaskChangesListener.php'), 85 => (\dirname(__DIR__4).'/src/Modules/Cemetery/EventListener/Record/RecordChangeListener.php'), 86 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 87 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 88 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 89 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 90 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 91 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 92 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 93 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 94 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 95 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 96 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 97 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 98 => (\dirname(__DIR__4).'/src/Services/UserService.php'), 99 => (\dirname(__DIR__4).'/src/Command/CemeteryImportDeceaseds.php'), 100 => (\dirname(__DIR__4).'/src/Command/CemeteryImportNiches.php'), 101 => (\dirname(__DIR__4).'/src/Command/CreateSuperAdminCommand.php'), 102 => (\dirname(__DIR__4).'/src/Command/ResetPasswordCommand.php'), 103 => (\dirname(__DIR__4).'/src/Command/TicketsToCSVCommand.php')]);
  9181.         $instance->setName('debug:translation');
  9182.         return $instance;
  9183.     }
  9184.     /**
  9185.      * Gets the private 'console.command.translation_update' shared service.
  9186.      *
  9187.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  9188.      */
  9189.     protected function getConsole_Command_TranslationUpdateService()
  9190.     {
  9191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  9193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9203.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9204.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9205.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9206.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9207.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9208.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9209.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9210.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9211.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9212.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9213.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9214.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9215.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9216.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9217.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9218.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9219.         $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()), 'es', (\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).'/src/Controller/Chat/GetCountMessagesAction.php'), => (\dirname(__DIR__4).'/src/Controller/Chat/MarkAllChatAsReadAction.php'), => (\dirname(__DIR__4).'/src/Controller/Chat/ReadChatAction.php'), => (\dirname(__DIR__4).'/src/Controller/MediaObject/CreateMediaObjectAction.php'), => (\dirname(__DIR__4).'/src/Controller/MediaObject/GetMediaObjectAction.php'), => (\dirname(__DIR__4).'/src/Controller/MediaObject/GetMediaObjectThumbnailBigAction.php'), => (\dirname(__DIR__4).'/src/Controller/MediaObject/GetMediaObjectThumbnailSmallAction.php'), => (\dirname(__DIR__4).'/src/Controller/Project/ProjectController.php'), 10 => (\dirname(__DIR__4).'/src/Controller/PublicHoliday/PublicHolidayController.php'), 11 => (\dirname(__DIR__4).'/src/Services/PublicHoliday/publicHolidayService.php'), 12 => (\dirname(__DIR__4).'/src/Controller/RequestUserPasswordAction.php'), 13 => (\dirname(__DIR__4).'/src/Controller/ResetUserPasswordAction.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Task/UpdateTaskStatus.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Ticket/TicketDeletedAction.php'), 16 => (\dirname(__DIR__4).'/src/Controller/User/DeleteUserAction.php'), 17 => (\dirname(__DIR__4).'/src/Controller/User/DeleteUserByVendorAction.php'), 18 => (\dirname(__DIR__4).'/src/Controller/User/InviteAgainAction.php'), 19 => (\dirname(__DIR__4).'/src/Controller/User/InviteUsersAction.php'), 20 => (\dirname(__DIR__4).'/src/Controller/User/RetrieveUserByVendorAction.php'), 21 => (\dirname(__DIR__4).'/src/Controller/WorkerBudget/CreateBlockLogWorkerBudgetAction.php'), 22 => (\dirname(__DIR__4).'/src/Controller/WorkerBudget/DeleteBlockLogWorkerBudgetAction.php'), 23 => (\dirname(__DIR__4).'/src/Controller/WorkerBudget/GetWorkerBudgetRealCost.php'), 24 => (\dirname(__DIR__4).'/src/Controller/WorkerBudgetTime/WorkerBudgetTimeController.php'), 25 => (\dirname(__DIR__4).'/src/Doctrine/CategoryExtension.php'), 26 => (\dirname(__DIR__4).'/src/Doctrine/ChatExtension.php'), 27 => (\dirname(__DIR__4).'/src/Doctrine/LocationExtension.php'), 28 => (\dirname(__DIR__4).'/src/Doctrine/MaintenanceElementExtension.php'), 29 => (\dirname(__DIR__4).'/src/Doctrine/ResourceExtension.php'), 30 => (\dirname(__DIR__4).'/src/Doctrine/RoleExtension.php'), 31 => (\dirname(__DIR__4).'/src/Doctrine/TaskExtension.php'), 32 => (\dirname(__DIR__4).'/src/Doctrine/TicketExtension.php'), 33 => (\dirname(__DIR__4).'/src/Doctrine/UserExtension.php'), 34 => (\dirname(__DIR__4).'/src/Doctrine/WorkerBudgetExtension.php'), 35 => (\dirname(__DIR__4).'/src/EventSubscriber/Category/CategoryPostValidateSubscriber.php'), 36 => (\dirname(__DIR__4).'/src/EventSubscriber/Category/CategoryPreWriteSubscriber.php'), 37 => (\dirname(__DIR__4).'/src/EventSubscriber/Chat/ChatPostSerializerSubscriber.php'), 38 => (\dirname(__DIR__4).'/src/EventSubscriber/Chat/ChatPreSerializeSubscriber.php'), 39 => (\dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePostSerializeSubscriber.php'), 40 => (\dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePostValidateSubscriber.php'), 41 => (\dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePostWriteSubscriber.php'), 42 => (\dirname(__DIR__4).'/src/EventSubscriber/ChatMessage/ChatMessagePreSerializeSubscriber.php'), 43 => (\dirname(__DIR__4).'/src/EventSubscriber/Company/CompanyPreWriteSubscriber.php'), 44 => (\dirname(__DIR__4).'/src/EventSubscriber/GlobalConfigurationSerializeSubscriber.php'), 45 => (\dirname(__DIR__4).'/src/EventSubscriber/Location/LocationPostValidateSubscriber.php'), 46 => (\dirname(__DIR__4).'/src/EventSubscriber/Location/LocationPreWriteSubscriber.php'), 47 => (\dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPostValidateSubscriber.php'), 48 => (\dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPreSerializerSubscriber.php'), 49 => (\dirname(__DIR__4).'/src/EventSubscriber/MaintenanceElement/MaintenanceElementPreWriteSubscriber.php'), 50 => (\dirname(__DIR__4).'/src/EventSubscriber/Onboarding/LeadPostValidateSubscriber.php'), 51 => (\dirname(__DIR__4).'/src/EventSubscriber/Onboarding/LeadPostWriteSubcriber.php'), 52 => (\dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePostValidateSubscriber.php'), 53 => (\dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePreSerializerSubscriber.php'), 54 => (\dirname(__DIR__4).'/src/EventSubscriber/Resource/ResourcePreWriteSubscriber.php'), 55 => (\dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPostValidateSubscriber.php'), 56 => (\dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPostWriteSubscriber.php'), 57 => (\dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPreSerializerSubscriber.php'), 58 => (\dirname(__DIR__4).'/src/EventSubscriber/Task/TaskPreWriteSubscriber.php'), 59 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/IncidenceTypePreWriteSubscriber.php'), 60 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPostValidateSubscriber.php'), 61 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPostWriteSubscriber.php'), 62 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPreSerializeSubscriber.php'), 63 => (\dirname(__DIR__4).'/src/EventSubscriber/Ticket/TicketPreWriteSubscriber.php'), 64 => (\dirname(__DIR__4).'/src/EventSubscriber/TimeSlot/TimeSlotPreWriteSuscriber.php'), 65 => (\dirname(__DIR__4).'/src/EventSubscriber/User/UserPostValidateSubscriber.php'), 66 => (\dirname(__DIR__4).'/src/EventSubscriber/User/UserPostWriteSubscriber.php'), 67 => (\dirname(__DIR__4).'/src/EventSubscriber/User/UserPreSerializerSubscriber.php'), 68 => (\dirname(__DIR__4).'/src/EventSubscriber/User/UserPreValidateSubscriber.php'), 69 => (\dirname(__DIR__4).'/src/EventSubscriber/Vendor/VendorPreWriteSubscriber.php'), 70 => (\dirname(__DIR__4).'/src/Modules/Cemetery/Services/RecordService.php'), 71 => (\dirname(__DIR__4).'/src/Services/InvitationService.php'), 72 => (\dirname(__DIR__4).'/src/Services/LogService.php'), 73 => (\dirname(__DIR__4).'/src/Services/MailService.php'), 74 => (\dirname(__DIR__4).'/src/Services/PushService.php'), 75 => (\dirname(__DIR__4).'/src/Services/PushNotificationService.php'), 76 => (\dirname(__DIR__4).'/src/Services/ReportService.php'), 77 => (\dirname(__DIR__4).'/src/Services/TicketService.php'), 78 => (\dirname(__DIR__4).'/src/Traits/CostNormalizer.php'), 79 => (\dirname(__DIR__4).'/src/Services/VendorService.php'), 80 => (\dirname(__DIR__4).'/src/Services/WorkerBudget/WorkerBudgetTimeService.php'), 81 => (\dirname(__DIR__4).'/src/EventListener/JWTCreatedListener.php'), 82 => (\dirname(__DIR__4).'/src/EventListener/SoftDeleteableListener.php'), 83 => (\dirname(__DIR__4).'/src/EventListener/TicketChangesListener.php'), 84 => (\dirname(__DIR__4).'/src/EventListener/TaskChangesListener.php'), 85 => (\dirname(__DIR__4).'/src/Modules/Cemetery/EventListener/Record/RecordChangeListener.php'), 86 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 87 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 88 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 89 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 90 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 91 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 92 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 93 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 94 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 95 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 96 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 97 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 98 => (\dirname(__DIR__4).'/src/Services/UserService.php'), 99 => (\dirname(__DIR__4).'/src/Command/CemeteryImportDeceaseds.php'), 100 => (\dirname(__DIR__4).'/src/Command/CemeteryImportNiches.php'), 101 => (\dirname(__DIR__4).'/src/Command/CreateSuperAdminCommand.php'), 102 => (\dirname(__DIR__4).'/src/Command/ResetPasswordCommand.php'), 103 => (\dirname(__DIR__4).'/src/Command/TicketsToCSVCommand.php')]);
  9220.         $instance->setName('translation:update');
  9221.         return $instance;
  9222.     }
  9223.     /**
  9224.      * Gets the private 'console.command.xliff_lint' shared service.
  9225.      *
  9226.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  9227.      */
  9228.     protected function getConsole_Command_XliffLintService()
  9229.     {
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  9233.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  9234.         $instance->setName('lint:xliff');
  9235.         return $instance;
  9236.     }
  9237.     /**
  9238.      * Gets the private 'console.command.yaml_lint' shared service.
  9239.      *
  9240.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  9241.      */
  9242.     protected function getConsole_Command_YamlLintService()
  9243.     {
  9244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9245.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  9246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  9247.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  9248.         $instance->setName('lint:yaml');
  9249.         return $instance;
  9250.     }
  9251.     /**
  9252.      * Gets the private 'console.error_listener' shared service.
  9253.      *
  9254.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  9255.      */
  9256.     protected function getConsole_ErrorListenerService()
  9257.     {
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  9259.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  9260.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9261.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9262.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9263.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  9264.     }
  9265.     /**
  9266.      * Gets the private 'container.env_var_processor' shared service.
  9267.      *
  9268.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  9269.      */
  9270.     protected function getContainer_EnvVarProcessorService()
  9271.     {
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  9273.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  9274.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  9275.             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'))));
  9276.         }, 1));
  9277.     }
  9278.     /**
  9279.      * Gets the private 'data_collector.form' shared service.
  9280.      *
  9281.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  9282.      */
  9283.     protected function getDataCollector_FormService()
  9284.     {
  9285.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  9286.     }
  9287.     /**
  9288.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  9289.      *
  9290.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  9291.      */
  9292.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  9293.     {
  9294.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  9295.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  9296.         }, 1)));
  9297.     }
  9298.     /**
  9299.      * Gets the private 'debug.api_platform.data_persister' shared service.
  9300.      *
  9301.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  9302.      */
  9303.     protected function getDebug_ApiPlatform_DataPersisterService()
  9304.     {
  9305.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  9306.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
  9307.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  9308.         }, 2)));
  9309.     }
  9310.     /**
  9311.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  9312.      *
  9313.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  9314.      */
  9315.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  9316.     {
  9317.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  9318.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  9319.         }, 1)));
  9320.     }
  9321.     /**
  9322.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  9323.      *
  9324.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  9325.      */
  9326.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  9327.     {
  9328.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  9329.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  9330.         }, 1)));
  9331.     }
  9332.     /**
  9333.      * Gets the private 'debug.argument_resolver.default' shared service.
  9334.      *
  9335.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9336.      */
  9337.     protected function getDebug_ArgumentResolver_DefaultService()
  9338.     {
  9339.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9340.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  9342.         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))));
  9343.     }
  9344.     /**
  9345.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  9346.      *
  9347.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9348.      */
  9349.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  9350.     {
  9351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9353.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  9354.         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.lo6pZUK'] ?? $this->get_ServiceLocator_Lo6pZUKService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9355.     }
  9356.     /**
  9357.      * Gets the private 'debug.argument_resolver.request' shared service.
  9358.      *
  9359.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9360.      */
  9361.     protected function getDebug_ArgumentResolver_RequestService()
  9362.     {
  9363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  9366.         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))));
  9367.     }
  9368.     /**
  9369.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  9370.      *
  9371.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9372.      */
  9373.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  9374.     {
  9375.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  9378.         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))));
  9379.     }
  9380.     /**
  9381.      * Gets the private 'debug.argument_resolver.service' shared service.
  9382.      *
  9383.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9384.      */
  9385.     protected function getDebug_ArgumentResolver_ServiceService()
  9386.     {
  9387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  9390.         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.lo6pZUK'] ?? $this->get_ServiceLocator_Lo6pZUKService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9391.     }
  9392.     /**
  9393.      * Gets the private 'debug.argument_resolver.session' shared service.
  9394.      *
  9395.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9396.      */
  9397.     protected function getDebug_ArgumentResolver_SessionService()
  9398.     {
  9399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  9402.         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))));
  9403.     }
  9404.     /**
  9405.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  9406.      *
  9407.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9408.      */
  9409.     protected function getDebug_ArgumentResolver_VariadicService()
  9410.     {
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  9414.         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))));
  9415.     }
  9416.     /**
  9417.      * Gets the private 'debug.debug_handlers_listener' shared service.
  9418.      *
  9419.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  9420.      */
  9421.     protected function getDebug_DebugHandlersListenerService()
  9422.     {
  9423.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  9424.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9425.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9426.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9427.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9428.         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);
  9429.     }
  9430.     /**
  9431.      * Gets the private 'debug.dump_listener' shared service.
  9432.      *
  9433.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  9434.      */
  9435.     protected function getDebug_DumpListenerService()
  9436.     {
  9437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  9438.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  9439.         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()));
  9440.     }
  9441.     /**
  9442.      * Gets the private 'debug.file_link_formatter' shared service.
  9443.      *
  9444.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  9445.      */
  9446.     protected function getDebug_FileLinkFormatterService()
  9447.     {
  9448.         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 () {
  9449.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  9450.         });
  9451.     }
  9452.     /**
  9453.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  9454.      *
  9455.      * @return \string
  9456.      */
  9457.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  9458.     {
  9459.         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');
  9460.     }
  9461.     /**
  9462.      * Gets the private 'debug.log_processor' shared service.
  9463.      *
  9464.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  9465.      */
  9466.     protected function getDebug_LogProcessorService()
  9467.     {
  9468.         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())));
  9469.     }
  9470.     /**
  9471.      * Gets the private 'debug.security.access.decision_manager' shared service.
  9472.      *
  9473.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  9474.      */
  9475.     protected function getDebug_Security_Access_DecisionManagerService()
  9476.     {
  9477.         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 () {
  9478.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  9479.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  9480.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  9481.         }, 3), 'affirmative'falsetrue));
  9482.     }
  9483.     /**
  9484.      * Gets the private 'debug.security.firewall' shared service.
  9485.      *
  9486.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  9487.      */
  9488.     protected function getDebug_Security_FirewallService()
  9489.     {
  9490.         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()));
  9491.     }
  9492.     /**
  9493.      * Gets the private 'debug.security.user_value_resolver' shared service.
  9494.      *
  9495.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9496.      */
  9497.     protected function getDebug_Security_UserValueResolverService()
  9498.     {
  9499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  9502.         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))));
  9503.     }
  9504.     /**
  9505.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  9506.      *
  9507.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9508.      */
  9509.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  9510.     {
  9511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  9514.         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()));
  9515.     }
  9516.     /**
  9517.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  9518.      *
  9519.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9520.      */
  9521.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  9522.     {
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  9526.         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(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9527.     }
  9528.     /**
  9529.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  9530.      *
  9531.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9532.      */
  9533.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  9534.     {
  9535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  9538.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9539.     }
  9540.     /**
  9541.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  9542.      *
  9543.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  9544.      */
  9545.     protected function getDebug_Security_Voter_VoteListenerService()
  9546.     {
  9547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  9548.         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()));
  9549.     }
  9550.     /**
  9551.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  9552.      *
  9553.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  9554.      */
  9555.     protected function getDoctrine_CacheClearMetadataCommandService()
  9556.     {
  9557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9558.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  9559.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  9560.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  9561.         $instance->setName('doctrine:cache:clear-metadata');
  9562.         return $instance;
  9563.     }
  9564.     /**
  9565.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  9566.      *
  9567.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  9568.      */
  9569.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  9570.     {
  9571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9572.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  9573.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  9574.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  9575.         $instance->setName('doctrine:cache:clear-query');
  9576.         return $instance;
  9577.     }
  9578.     /**
  9579.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  9580.      *
  9581.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  9582.      */
  9583.     protected function getDoctrine_CacheClearResultCommandService()
  9584.     {
  9585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  9587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  9588.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  9589.         $instance->setName('doctrine:cache:clear-result');
  9590.         return $instance;
  9591.     }
  9592.     /**
  9593.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  9594.      *
  9595.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  9596.      */
  9597.     protected function getDoctrine_CacheCollectionRegionCommandService()
  9598.     {
  9599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9600.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  9601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  9602.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  9603.         $instance->setName('doctrine:cache:clear-collection-region');
  9604.         return $instance;
  9605.     }
  9606.     /**
  9607.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  9608.      *
  9609.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  9610.      */
  9611.     protected function getDoctrine_ClearEntityRegionCommandService()
  9612.     {
  9613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  9615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  9616.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  9617.         $instance->setName('doctrine:cache:clear-entity-region');
  9618.         return $instance;
  9619.     }
  9620.     /**
  9621.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  9622.      *
  9623.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  9624.      */
  9625.     protected function getDoctrine_ClearQueryRegionCommandService()
  9626.     {
  9627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9628.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  9629.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  9630.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  9631.         $instance->setName('doctrine:cache:clear-query-region');
  9632.         return $instance;
  9633.     }
  9634.     /**
  9635.      * Gets the private 'doctrine.database_create_command' shared service.
  9636.      *
  9637.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  9638.      */
  9639.     protected function getDoctrine_DatabaseCreateCommandService()
  9640.     {
  9641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9642.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  9644.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9645.         $instance->setName('doctrine:database:create');
  9646.         return $instance;
  9647.     }
  9648.     /**
  9649.      * Gets the private 'doctrine.database_drop_command' shared service.
  9650.      *
  9651.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  9652.      */
  9653.     protected function getDoctrine_DatabaseDropCommandService()
  9654.     {
  9655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9657.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  9658.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9659.         $instance->setName('doctrine:database:drop');
  9660.         return $instance;
  9661.     }
  9662.     /**
  9663.      * Gets the private 'doctrine.database_import_command' shared service.
  9664.      *
  9665.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  9666.      */
  9667.     protected function getDoctrine_DatabaseImportCommandService()
  9668.     {
  9669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9670.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  9671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  9672.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  9673.         $instance->setName('doctrine:database:import');
  9674.         return $instance;
  9675.     }
  9676.     /**
  9677.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  9678.      *
  9679.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  9680.      */
  9681.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  9682.     {
  9683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9684.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  9685.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  9686.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  9687.         $instance->setName('doctrine:ensure-production-settings');
  9688.         return $instance;
  9689.     }
  9690.     /**
  9691.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  9692.      *
  9693.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  9694.      */
  9695.     protected function getDoctrine_FixturesLoadCommandService()
  9696.     {
  9697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  9701.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  9702.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  9703.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  9704.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  9705.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  9706.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  9707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  9708.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  9709.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/FixtureGroupInterface.php';
  9710.         include_once \dirname(__DIR__4).'/src/DataFixtures/CemeteryFixtures.php';
  9711.         include_once \dirname(__DIR__4).'/src/DataFixtures/CemeteryNewTicketTypeFixtures.php';
  9712.         include_once \dirname(__DIR__4).'/src/DataFixtures/IndicatorFixtures.php';
  9713.         include_once \dirname(__DIR__4).'/src/DataFixtures/ModulesFixtures.php';
  9714.         include_once \dirname(__DIR__4).'/src/DataFixtures/ReportFixtures.php';
  9715.         include_once \dirname(__DIR__4).'/src/DataFixtures/StateAdditionalFixtures.php';
  9716.         include_once \dirname(__DIR__4).'/src/DataFixtures/TicketFixtures.php';
  9717.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  9718.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  9719.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  9720.         $b = ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService());
  9721.         $c = ($this->privates['App\\Repository\\App\\RoleRepository'] ?? $this->getRoleRepositoryService());
  9722.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures($b$c), 'groups' => []], => ['fixture' => new \App\DataFixtures\CemeteryFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\CemeteryNewTicketTypeFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\IndicatorFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\ModulesFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\ReportFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\StateAdditionalFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\TicketFixtures(($this->privates['App\\Repository\\App\\VendorRepository'] ?? $this->getVendorRepositoryService()), ($this->privates['App\\Repository\\App\\UserRepository'] ?? $this->getUserRepositoryService()), $c$b), 'groups' => []]]);
  9723.         $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()]);
  9724.         $instance->setName('doctrine:fixtures:load');
  9725.         return $instance;
  9726.     }
  9727.     /**
  9728.      * Gets the private 'doctrine.generate_entities_command' shared service.
  9729.      *
  9730.      * @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
  9731.      */
  9732.     protected function getDoctrine_GenerateEntitiesCommandService()
  9733.     {
  9734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php';
  9737.         $this->privates['doctrine.generate_entities_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9738.         $instance->setName('doctrine:generate:entities');
  9739.         return $instance;
  9740.     }
  9741.     /**
  9742.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  9743.      *
  9744.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  9745.      */
  9746.     protected function getDoctrine_MappingConvertCommandService()
  9747.     {
  9748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9749.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  9750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  9751.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  9752.         $instance->setName('doctrine:mapping:convert');
  9753.         return $instance;
  9754.     }
  9755.     /**
  9756.      * Gets the private 'doctrine.mapping_import_command' shared service.
  9757.      *
  9758.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  9759.      */
  9760.     protected function getDoctrine_MappingImportCommandService()
  9761.     {
  9762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9763.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  9764.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  9765.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  9766.         $instance->setName('doctrine:mapping:import');
  9767.         return $instance;
  9768.     }
  9769.     /**
  9770.      * Gets the private 'doctrine.mapping_info_command' shared service.
  9771.      *
  9772.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  9773.      */
  9774.     protected function getDoctrine_MappingInfoCommandService()
  9775.     {
  9776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9777.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  9778.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  9779.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  9780.         $instance->setName('doctrine:mapping:info');
  9781.         return $instance;
  9782.     }
  9783.     /**
  9784.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  9785.      *
  9786.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  9787.      */
  9788.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  9789.     {
  9790.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  9791.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  9792.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  9793.     }
  9794.     /**
  9795.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  9796.      *
  9797.      * @return \Doctrine\Migrations\DependencyFactory
  9798.      */
  9799.     protected function getDoctrine_Migrations_DependencyFactoryService()
  9800.     {
  9801.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  9802.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  9803.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  9804.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  9805.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  9806.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  9807.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  9808.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  9809.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  9810.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  9811.         $a->setAllOrNothing(false);
  9812.         $a->setCheckDatabasePlatform(true);
  9813.         $a->setTransactional(true);
  9814.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  9815.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9816.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  9817.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  9818.         });
  9819.         return $instance;
  9820.     }
  9821.     /**
  9822.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  9823.      *
  9824.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  9825.      */
  9826.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  9827.     {
  9828.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  9829.         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()));
  9830.     }
  9831.     /**
  9832.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  9833.      *
  9834.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  9835.      */
  9836.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  9837.     {
  9838.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  9839.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  9840.     }
  9841.     /**
  9842.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  9843.      *
  9844.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  9845.      */
  9846.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  9847.     {
  9848.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  9849.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9850.     }
  9851.     /**
  9852.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  9853.      *
  9854.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  9855.      */
  9856.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  9857.     {
  9858.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9859.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  9860.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9861.     }
  9862.     /**
  9863.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  9864.      *
  9865.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  9866.      */
  9867.     protected function getDoctrine_Orm_Validator_UniqueService()
  9868.     {
  9869.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9870.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9871.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  9872.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9873.     }
  9874.     /**
  9875.      * Gets the private 'doctrine.query_dql_command' shared service.
  9876.      *
  9877.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  9878.      */
  9879.     protected function getDoctrine_QueryDqlCommandService()
  9880.     {
  9881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9882.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  9883.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  9884.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  9885.         $instance->setName('doctrine:query:dql');
  9886.         return $instance;
  9887.     }
  9888.     /**
  9889.      * Gets the private 'doctrine.query_sql_command' shared service.
  9890.      *
  9891.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  9892.      */
  9893.     protected function getDoctrine_QuerySqlCommandService()
  9894.     {
  9895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9896.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  9897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  9898.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  9899.         $instance->setName('doctrine:query:sql');
  9900.         return $instance;
  9901.     }
  9902.     /**
  9903.      * Gets the private 'doctrine.schema_create_command' shared service.
  9904.      *
  9905.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  9906.      */
  9907.     protected function getDoctrine_SchemaCreateCommandService()
  9908.     {
  9909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9911.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  9912.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  9913.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  9914.         $instance->setName('doctrine:schema:create');
  9915.         return $instance;
  9916.     }
  9917.     /**
  9918.      * Gets the private 'doctrine.schema_drop_command' shared service.
  9919.      *
  9920.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  9921.      */
  9922.     protected function getDoctrine_SchemaDropCommandService()
  9923.     {
  9924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9926.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  9927.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  9928.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  9929.         $instance->setName('doctrine:schema:drop');
  9930.         return $instance;
  9931.     }
  9932.     /**
  9933.      * Gets the private 'doctrine.schema_update_command' shared service.
  9934.      *
  9935.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  9936.      */
  9937.     protected function getDoctrine_SchemaUpdateCommandService()
  9938.     {
  9939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9940.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  9941.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  9942.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  9943.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  9944.         $instance->setName('doctrine:schema:update');
  9945.         return $instance;
  9946.     }
  9947.     /**
  9948.      * Gets the private 'doctrine.schema_validate_command' shared service.
  9949.      *
  9950.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  9951.      */
  9952.     protected function getDoctrine_SchemaValidateCommandService()
  9953.     {
  9954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  9956.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  9957.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  9958.         $instance->setName('doctrine:schema:validate');
  9959.         return $instance;
  9960.     }
  9961.     /**
  9962.      * Gets the private 'doctrine_migrations.current_command' shared service.
  9963.      *
  9964.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  9965.      */
  9966.     protected function getDoctrineMigrations_CurrentCommandService()
  9967.     {
  9968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9969.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  9970.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  9971.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  9972.         $instance->setName('doctrine:migrations:current');
  9973.         return $instance;
  9974.     }
  9975.     /**
  9976.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  9977.      *
  9978.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  9979.      */
  9980.     protected function getDoctrineMigrations_DiffCommandService()
  9981.     {
  9982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9983.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  9984.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  9985.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  9986.         $instance->setName('doctrine:migrations:diff');
  9987.         return $instance;
  9988.     }
  9989.     /**
  9990.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  9991.      *
  9992.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  9993.      */
  9994.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  9995.     {
  9996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9997.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  9998.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  9999.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  10000.         $instance->setName('doctrine:migrations:dump-schema');
  10001.         return $instance;
  10002.     }
  10003.     /**
  10004.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  10005.      *
  10006.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  10007.      */
  10008.     protected function getDoctrineMigrations_ExecuteCommandService()
  10009.     {
  10010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10011.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10012.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  10013.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  10014.         $instance->setName('doctrine:migrations:execute');
  10015.         return $instance;
  10016.     }
  10017.     /**
  10018.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  10019.      *
  10020.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  10021.      */
  10022.     protected function getDoctrineMigrations_GenerateCommandService()
  10023.     {
  10024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10025.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10026.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  10027.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  10028.         $instance->setName('doctrine:migrations:generate');
  10029.         return $instance;
  10030.     }
  10031.     /**
  10032.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  10033.      *
  10034.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  10035.      */
  10036.     protected function getDoctrineMigrations_LatestCommandService()
  10037.     {
  10038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10039.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10040.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  10041.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  10042.         $instance->setName('doctrine:migrations:latest');
  10043.         return $instance;
  10044.     }
  10045.     /**
  10046.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  10047.      *
  10048.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  10049.      */
  10050.     protected function getDoctrineMigrations_MigrateCommandService()
  10051.     {
  10052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10053.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10054.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  10055.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  10056.         $instance->setName('doctrine:migrations:migrate');
  10057.         return $instance;
  10058.     }
  10059.     /**
  10060.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  10061.      *
  10062.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  10063.      */
  10064.     protected function getDoctrineMigrations_RollupCommandService()
  10065.     {
  10066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10067.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  10069.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  10070.         $instance->setName('doctrine:migrations:rollup');
  10071.         return $instance;
  10072.     }
  10073.     /**
  10074.      * Gets the private 'doctrine_migrations.status_command' shared service.
  10075.      *
  10076.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  10077.      */
  10078.     protected function getDoctrineMigrations_StatusCommandService()
  10079.     {
  10080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10081.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10082.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  10083.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  10084.         $instance->setName('doctrine:migrations:status');
  10085.         return $instance;
  10086.     }
  10087.     /**
  10088.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  10089.      *
  10090.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  10091.      */
  10092.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  10093.     {
  10094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10095.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10096.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  10097.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  10098.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  10099.         return $instance;
  10100.     }
  10101.     /**
  10102.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  10103.      *
  10104.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  10105.      */
  10106.     protected function getDoctrineMigrations_UpToDateCommandService()
  10107.     {
  10108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10109.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10110.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  10111.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  10112.         $instance->setName('doctrine:migrations:up-to-date');
  10113.         return $instance;
  10114.     }
  10115.     /**
  10116.      * Gets the private 'doctrine_migrations.version_command' shared service.
  10117.      *
  10118.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  10119.      */
  10120.     protected function getDoctrineMigrations_VersionCommandService()
  10121.     {
  10122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10123.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10124.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  10125.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  10126.         $instance->setName('doctrine:migrations:version');
  10127.         return $instance;
  10128.     }
  10129.     /**
  10130.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  10131.      *
  10132.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  10133.      */
  10134.     protected function getDoctrineMigrations_VersionsCommandService()
  10135.     {
  10136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10137.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  10138.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  10139.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  10140.         $instance->setName('doctrine:migrations:list');
  10141.         return $instance;
  10142.     }
  10143.     /**
  10144.      * Gets the private 'error_handler.error_renderer.html' shared service.
  10145.      *
  10146.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  10147.      */
  10148.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  10149.     {
  10150.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10151.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10152.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10153.         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()));
  10154.     }
  10155.     /**
  10156.      * Gets the private 'evence.softdeletale.listener.softdelete' shared service.
  10157.      *
  10158.      * @return \Evence\Bundle\SoftDeleteableExtensionBundle\EventListener\SoftDeleteListener
  10159.      */
  10160.     protected function getEvence_Softdeletale_Listener_SoftdeleteService()
  10161.     {
  10162.         include_once \dirname(__DIR__4).'/vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle/EventListener/SoftDeleteListener.php';
  10163.         $this->privates['evence.softdeletale.listener.softdelete'] = $instance = new \Evence\Bundle\SoftDeleteableExtensionBundle\EventListener\SoftDeleteListener();
  10164.         $instance->setContainer($this);
  10165.         return $instance;
  10166.     }
  10167.     /**
  10168.      * Gets the private 'exception_listener' shared service.
  10169.      *
  10170.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  10171.      */
  10172.     protected function getExceptionListener2Service()
  10173.     {
  10174.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  10175.     }
  10176.     /**
  10177.      * Gets the private 'form.choice_list_factory.cached' shared service.
  10178.      *
  10179.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  10180.      */
  10181.     protected function getForm_ChoiceListFactory_CachedService()
  10182.     {
  10183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  10185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  10186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  10187.         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())));
  10188.     }
  10189.     /**
  10190.      * Gets the private 'form.registry' shared service.
  10191.      *
  10192.      * @return \Symfony\Component\Form\FormRegistry
  10193.      */
  10194.     protected function getForm_RegistryService()
  10195.     {
  10196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  10197.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  10198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  10199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  10200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  10201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  10202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  10203.         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, [
  10204.             'App\\Form\\ConceptType' => ['privates''App\\Form\\ConceptType''getConceptTypeService'false],
  10205.             'App\\Form\\MediaObjectType' => ['privates''App\\Form\\MediaObjectType''getMediaObjectTypeService'false],
  10206.             'App\\Form\\ScheduleType' => ['privates''App\\Form\\ScheduleType''getScheduleTypeService'false],
  10207.             'App\\Form\\TaskResourceType' => ['privates''App\\Form\\TaskResourceType''getTaskResourceTypeService'false],
  10208.             'App\\Form\\WorkerBudgetType' => ['privates''App\\Form\\WorkerBudgetType''getWorkerBudgetTypeService'false],
  10209.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  10210.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  10211.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  10212.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  10213.         ], [
  10214.             'App\\Form\\ConceptType' => '?',
  10215.             'App\\Form\\MediaObjectType' => '?',
  10216.             'App\\Form\\ScheduleType' => '?',
  10217.             'App\\Form\\TaskResourceType' => '?',
  10218.             'App\\Form\\WorkerBudgetType' => '?',
  10219.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  10220.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  10221.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  10222.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  10223.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  10224.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  10225.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  10226.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  10227.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  10228.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  10229.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  10230.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  10231.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  10232.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  10233.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  10234.         }, 1)], new RewindableGenerator(function () {
  10235.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  10236.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  10237.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  10238.     }
  10239.     /**
  10240.      * Gets the private 'form.server_params' shared service.
  10241.      *
  10242.      * @return \Symfony\Component\Form\Util\ServerParams
  10243.      */
  10244.     protected function getForm_ServerParamsService()
  10245.     {
  10246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  10247.         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())));
  10248.     }
  10249.     /**
  10250.      * Gets the private 'form.type.choice' shared service.
  10251.      *
  10252.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  10253.      */
  10254.     protected function getForm_Type_ChoiceService()
  10255.     {
  10256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  10259.         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()));
  10260.     }
  10261.     /**
  10262.      * Gets the private 'form.type.entity' shared service.
  10263.      *
  10264.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  10265.      */
  10266.     protected function getForm_Type_EntityService()
  10267.     {
  10268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10270.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  10271.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  10272.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10273.     }
  10274.     /**
  10275.      * Gets the private 'form.type.form' shared service.
  10276.      *
  10277.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  10278.      */
  10279.     protected function getForm_Type_FormService()
  10280.     {
  10281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  10284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  10285.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10286.     }
  10287.     /**
  10288.      * Gets the private 'form.type_extension.csrf' shared service.
  10289.      *
  10290.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  10291.      */
  10292.     protected function getForm_TypeExtension_CsrfService()
  10293.     {
  10294.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10296.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  10297.         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()));
  10298.     }
  10299.     /**
  10300.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  10301.      *
  10302.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  10303.      */
  10304.     protected function getForm_TypeExtension_Form_DataCollectorService()
  10305.     {
  10306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  10309.         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()));
  10310.     }
  10311.     /**
  10312.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  10313.      *
  10314.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  10315.      */
  10316.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  10317.     {
  10318.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10320.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  10321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  10322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  10323.         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())));
  10324.     }
  10325.     /**
  10326.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  10327.      *
  10328.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  10329.      */
  10330.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  10331.     {
  10332.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  10335.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  10336.     }
  10337.     /**
  10338.      * Gets the private 'form.type_extension.form.validator' shared service.
  10339.      *
  10340.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  10341.      */
  10342.     protected function getForm_TypeExtension_Form_ValidatorService()
  10343.     {
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10345.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  10348.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  10349.     }
  10350.     /**
  10351.      * Gets the private 'form.type_extension.upload.validator' shared service.
  10352.      *
  10353.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  10354.      */
  10355.     protected function getForm_TypeExtension_Upload_ValidatorService()
  10356.     {
  10357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  10360.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  10361.     }
  10362.     /**
  10363.      * Gets the private 'form.type_guesser.doctrine' shared service.
  10364.      *
  10365.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  10366.      */
  10367.     protected function getForm_TypeGuesser_DoctrineService()
  10368.     {
  10369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10370.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  10371.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10372.     }
  10373.     /**
  10374.      * Gets the private 'form.type_guesser.validator' shared service.
  10375.      *
  10376.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  10377.      */
  10378.     protected function getForm_TypeGuesser_ValidatorService()
  10379.     {
  10380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  10382.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  10383.     }
  10384.     /**
  10385.      * Gets the private 'fos_elastica.command.create' shared service.
  10386.      *
  10387.      * @return \FOS\ElasticaBundle\Command\CreateCommand
  10388.      */
  10389.     protected function getFosElastica_Command_CreateService()
  10390.     {
  10391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10392.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/CreateCommand.php';
  10393.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  10394.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  10395.         $this->privates['fos_elastica.command.create'] = $instance = new \FOS\ElasticaBundle\Command\CreateCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.mapping_builder'] ?? ($this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder())), ($this->services['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())));
  10396.         $instance->setName('fos:elastica:create');
  10397.         return $instance;
  10398.     }
  10399.     /**
  10400.      * Gets the private 'fos_elastica.command.populate' shared service.
  10401.      *
  10402.      * @return \FOS\ElasticaBundle\Command\PopulateCommand
  10403.      */
  10404.     protected function getFosElastica_Command_PopulateService()
  10405.     {
  10406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10407.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/PopulateCommand.php';
  10408.         $this->privates['fos_elastica.command.populate'] = $instance = new \FOS\ElasticaBundle\Command\PopulateCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->services['fos_elastica.pager_provider_registry'] ?? $this->getFosElastica_PagerProviderRegistryService()), ($this->services['fos_elastica.pager_persister_registry'] ?? $this->getFosElastica_PagerPersisterRegistryService()), ($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  10409.         $instance->setName('fos:elastica:populate');
  10410.         return $instance;
  10411.     }
  10412.     /**
  10413.      * Gets the private 'fos_elastica.command.reset' shared service.
  10414.      *
  10415.      * @return \FOS\ElasticaBundle\Command\ResetCommand
  10416.      */
  10417.     protected function getFosElastica_Command_ResetService()
  10418.     {
  10419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10420.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetCommand.php';
  10421.         $this->privates['fos_elastica.command.reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  10422.         $instance->setName('fos:elastica:reset');
  10423.         return $instance;
  10424.     }
  10425.     /**
  10426.      * Gets the private 'fos_elastica.command.search' shared service.
  10427.      *
  10428.      * @return \FOS\ElasticaBundle\Command\SearchCommand
  10429.      */
  10430.     protected function getFosElastica_Command_SearchService()
  10431.     {
  10432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10433.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/SearchCommand.php';
  10434.         $this->privates['fos_elastica.command.search'] = $instance = new \FOS\ElasticaBundle\Command\SearchCommand(($this->services['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  10435.         $instance->setName('fos:elastica:search');
  10436.         return $instance;
  10437.     }
  10438.     /**
  10439.      * Gets the private 'fos_elastica.command.templates_reset' shared service.
  10440.      *
  10441.      * @return \FOS\ElasticaBundle\Command\ResetTemplatesCommand
  10442.      */
  10443.     protected function getFosElastica_Command_TemplatesResetService()
  10444.     {
  10445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10446.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetTemplatesCommand.php';
  10447.         $this->privates['fos_elastica.command.templates_reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetTemplatesCommand(($this->services['fos_elastica.template_resetter'] ?? $this->getFosElastica_TemplateResetterService()));
  10448.         $instance->setName('fos:elastica:reset-templates');
  10449.         return $instance;
  10450.     }
  10451.     /**
  10452.      * Gets the private 'fos_elastica.logger' shared service.
  10453.      *
  10454.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  10455.      */
  10456.     protected function getFosElastica_LoggerService()
  10457.     {
  10458.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  10459.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10460.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10461.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10462.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10463.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  10464.     }
  10465.     /**
  10466.      * Gets the private 'fos_elastica.populate_listener' shared service.
  10467.      *
  10468.      * @return \FOS\ElasticaBundle\EventListener\PopulateListener
  10469.      */
  10470.     protected function getFosElastica_PopulateListenerService()
  10471.     {
  10472.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/EventListener/PopulateListener.php';
  10473.         return $this->privates['fos_elastica.populate_listener'] = new \FOS\ElasticaBundle\EventListener\PopulateListener(($this->services['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  10474.     }
  10475.     /**
  10476.      * Gets the private 'fragment.renderer.inline' shared service.
  10477.      *
  10478.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  10479.      */
  10480.     protected function getFragment_Renderer_InlineService()
  10481.     {
  10482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  10483.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  10484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  10485.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10486.         $instance->setFragmentPath('/_fragment');
  10487.         return $instance;
  10488.     }
  10489.     /**
  10490.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  10491.      *
  10492.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  10493.      */
  10494.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  10495.     {
  10496.         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())));
  10497.     }
  10498.     /**
  10499.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  10500.      *
  10501.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  10502.      */
  10503.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  10504.     {
  10505.         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()));
  10506.     }
  10507.     /**
  10508.      * Gets the private 'gedmo.listener.loggable' shared autowired service.
  10509.      *
  10510.      * @return \App\EventListener\LoggableListener
  10511.      */
  10512.     protected function getGedmo_Listener_LoggableService()
  10513.     {
  10514.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  10515.         include_once \dirname(__DIR__4).'/src/EventListener/LoggableListener.php';
  10516.         $this->privates['gedmo.listener.loggable'] = $instance = new \App\EventListener\LoggableListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10517.         $instance->setAnnotationReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  10518.         return $instance;
  10519.     }
  10520.     /**
  10521.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  10522.      *
  10523.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  10524.      */
  10525.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  10526.     {
  10527.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  10528.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), 15552000, ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'username''refresh_token'false);
  10529.     }
  10530.     /**
  10531.      * Gets the private 'jwt_event_listener' shared autowired service.
  10532.      *
  10533.      * @return \App\EventListener\JWTCreatedListener
  10534.      */
  10535.     protected function getJwtEventListenerService()
  10536.     {
  10537.         include_once \dirname(__DIR__4).'/src/EventListener/JWTCreatedListener.php';
  10538.         return $this->privates['jwt_event_listener'] = new \App\EventListener\JWTCreatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10539.     }
  10540.     /**
  10541.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  10542.      *
  10543.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  10544.      */
  10545.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  10546.     {
  10547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10548.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  10549.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
  10550.         $instance->setName('lexik:jwt:check-config');
  10551.         return $instance;
  10552.     }
  10553.     /**
  10554.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  10555.      *
  10556.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  10557.      */
  10558.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  10559.     {
  10560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10561.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  10562.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  10563.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_PRIVATE_KEY_PATH'), $this->getEnv('resolve:JWT_PUBLIC_KEY_PATH'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  10564.         $instance->setName('lexik:jwt:generate-keypair');
  10565.         return $instance;
  10566.     }
  10567.     /**
  10568.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  10569.      *
  10570.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  10571.      */
  10572.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  10573.     {
  10574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  10575.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  10576.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  10577.     }
  10578.     /**
  10579.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  10580.      *
  10581.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  10582.      */
  10583.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  10584.     {
  10585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10586.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  10587.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [], true);
  10588.     }
  10589.     /**
  10590.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  10591.      *
  10592.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  10593.      */
  10594.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  10595.     {
  10596.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  10598.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  10599.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  10600.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  10601.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  10602.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService()));
  10603.     }
  10604.     /**
  10605.      * Gets the private 'locale_aware_listener' shared service.
  10606.      *
  10607.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  10608.      */
  10609.     protected function getLocaleAwareListenerService()
  10610.     {
  10611.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  10612.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  10613.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10614.     }
  10615.     /**
  10616.      * Gets the private 'locale_listener' shared service.
  10617.      *
  10618.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  10619.      */
  10620.     protected function getLocaleListenerService()
  10621.     {
  10622.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'es', ($this->services['router'] ?? $this->getRouterService()));
  10623.     }
  10624.     /**
  10625.      * Gets the private 'maker.auto_command.make_auth' shared service.
  10626.      *
  10627.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10628.      */
  10629.     protected function getMaker_AutoCommand_MakeAuthService()
  10630.     {
  10631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10632.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10633.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  10636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  10637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  10638.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10639.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  10640.         $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()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  10641.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  10642.         $instance->setName('make:auth');
  10643.         return $instance;
  10644.     }
  10645.     /**
  10646.      * Gets the private 'maker.auto_command.make_command' shared service.
  10647.      *
  10648.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10649.      */
  10650.     protected function getMaker_AutoCommand_MakeCommandService()
  10651.     {
  10652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  10657.         $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()));
  10658.         $instance->setDescription('Creates a new console command class');
  10659.         $instance->setName('make:command');
  10660.         return $instance;
  10661.     }
  10662.     /**
  10663.      * Gets the private 'maker.auto_command.make_controller' shared service.
  10664.      *
  10665.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10666.      */
  10667.     protected function getMaker_AutoCommand_MakeControllerService()
  10668.     {
  10669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  10674.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10675.         $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()));
  10676.         $instance->setDescription('Creates a new controller class');
  10677.         $instance->setName('make:controller');
  10678.         return $instance;
  10679.     }
  10680.     /**
  10681.      * Gets the private 'maker.auto_command.make_crud' shared service.
  10682.      *
  10683.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10684.      */
  10685.     protected function getMaker_AutoCommand_MakeCrudService()
  10686.     {
  10687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  10692.         $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()));
  10693.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  10694.         $instance->setName('make:crud');
  10695.         return $instance;
  10696.     }
  10697.     /**
  10698.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  10699.      *
  10700.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10701.      */
  10702.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  10703.     {
  10704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10708.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  10709.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10710.         $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()));
  10711.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  10712.         $instance->setName('make:docker:database');
  10713.         return $instance;
  10714.     }
  10715.     /**
  10716.      * Gets the private 'maker.auto_command.make_entity' shared service.
  10717.      *
  10718.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10719.      */
  10720.     protected function getMaker_AutoCommand_MakeEntityService()
  10721.     {
  10722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10725.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10726.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  10727.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  10728.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10729.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  10730.         $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);
  10731.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  10732.         $instance->setName('make:entity');
  10733.         return $instance;
  10734.     }
  10735.     /**
  10736.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  10737.      *
  10738.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10739.      */
  10740.     protected function getMaker_AutoCommand_MakeFixturesService()
  10741.     {
  10742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  10747.         $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()));
  10748.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  10749.         $instance->setName('make:fixtures');
  10750.         return $instance;
  10751.     }
  10752.     /**
  10753.      * Gets the private 'maker.auto_command.make_form' shared service.
  10754.      *
  10755.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10756.      */
  10757.     protected function getMaker_AutoCommand_MakeFormService()
  10758.     {
  10759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10763.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  10764.         $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()));
  10765.         $instance->setDescription('Creates a new form class');
  10766.         $instance->setName('make:form');
  10767.         return $instance;
  10768.     }
  10769.     /**
  10770.      * Gets the private 'maker.auto_command.make_message' shared service.
  10771.      *
  10772.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10773.      */
  10774.     protected function getMaker_AutoCommand_MakeMessageService()
  10775.     {
  10776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10780.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  10781.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10782.         $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()));
  10783.         $instance->setDescription('Creates a new message and handler');
  10784.         $instance->setName('make:message');
  10785.         return $instance;
  10786.     }
  10787.     /**
  10788.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  10789.      *
  10790.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10791.      */
  10792.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  10793.     {
  10794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10795.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10797.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10798.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  10799.         $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()));
  10800.         $instance->setDescription('Creates a new messenger middleware');
  10801.         $instance->setName('make:messenger-middleware');
  10802.         return $instance;
  10803.     }
  10804.     /**
  10805.      * Gets the private 'maker.auto_command.make_migration' shared service.
  10806.      *
  10807.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10808.      */
  10809.     protected function getMaker_AutoCommand_MakeMigrationService()
  10810.     {
  10811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10812.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10815.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  10816.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  10817.         $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()));
  10818.         $instance->setDescription('Creates a new migration based on database changes');
  10819.         $instance->setName('make:migration');
  10820.         return $instance;
  10821.     }
  10822.     /**
  10823.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  10824.      *
  10825.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10826.      */
  10827.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  10828.     {
  10829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  10834.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10835.         $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()));
  10836.         $instance->setDescription('Creates a new registration form system');
  10837.         $instance->setName('make:registration-form');
  10838.         return $instance;
  10839.     }
  10840.     /**
  10841.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  10842.      *
  10843.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10844.      */
  10845.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  10846.     {
  10847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10851.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  10852.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10853.         $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()));
  10854.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  10855.         $instance->setName('make:reset-password');
  10856.         return $instance;
  10857.     }
  10858.     /**
  10859.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  10860.      *
  10861.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10862.      */
  10863.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  10864.     {
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10869.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  10870.         $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()));
  10871.         $instance->setDescription('Creates a new serializer encoder class');
  10872.         $instance->setName('make:serializer:encoder');
  10873.         return $instance;
  10874.     }
  10875.     /**
  10876.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  10877.      *
  10878.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10879.      */
  10880.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  10881.     {
  10882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10886.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  10887.         $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()));
  10888.         $instance->setDescription('Creates a new serializer normalizer class');
  10889.         $instance->setName('make:serializer:normalizer');
  10890.         return $instance;
  10891.     }
  10892.     /**
  10893.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  10894.      *
  10895.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10896.      */
  10897.     protected function getMaker_AutoCommand_MakeSubscriberService()
  10898.     {
  10899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  10904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  10905.         $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()));
  10906.         $instance->setDescription('Creates a new event subscriber class');
  10907.         $instance->setName('make:subscriber');
  10908.         return $instance;
  10909.     }
  10910.     /**
  10911.      * Gets the private 'maker.auto_command.make_test' shared service.
  10912.      *
  10913.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10914.      */
  10915.     protected function getMaker_AutoCommand_MakeTestService()
  10916.     {
  10917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  10922.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  10923.         $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()));
  10924.         $instance->setDescription('Creates a new test class');
  10925.         $instance->setName('make:test');
  10926.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  10927.         return $instance;
  10928.     }
  10929.     /**
  10930.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  10931.      *
  10932.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10933.      */
  10934.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  10935.     {
  10936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  10941.         $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()));
  10942.         $instance->setDescription('Creates a new Twig extension class');
  10943.         $instance->setName('make:twig-extension');
  10944.         return $instance;
  10945.     }
  10946.     /**
  10947.      * Gets the private 'maker.auto_command.make_user' shared service.
  10948.      *
  10949.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10950.      */
  10951.     protected function getMaker_AutoCommand_MakeUserService()
  10952.     {
  10953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  10958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  10959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  10960.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  10961.         $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()));
  10962.         $instance->setDescription('Creates a new security user class');
  10963.         $instance->setName('make:user');
  10964.         return $instance;
  10965.     }
  10966.     /**
  10967.      * Gets the private 'maker.auto_command.make_validator' shared service.
  10968.      *
  10969.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10970.      */
  10971.     protected function getMaker_AutoCommand_MakeValidatorService()
  10972.     {
  10973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  10978.         $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()));
  10979.         $instance->setDescription('Creates a new validator and constraint class');
  10980.         $instance->setName('make:validator');
  10981.         return $instance;
  10982.     }
  10983.     /**
  10984.      * Gets the private 'maker.auto_command.make_voter' shared service.
  10985.      *
  10986.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  10987.      */
  10988.     protected function getMaker_AutoCommand_MakeVoterService()
  10989.     {
  10990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  10992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  10993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  10994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  10995.         $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()));
  10996.         $instance->setDescription('Creates a new security voter class');
  10997.         $instance->setName('make:voter');
  10998.         return $instance;
  10999.     }
  11000.     /**
  11001.      * Gets the private 'maker.doctrine_helper' shared service.
  11002.      *
  11003.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  11004.      */
  11005.     protected function getMaker_DoctrineHelperService()
  11006.     {
  11007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  11008.         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()), false);
  11009.     }
  11010.     /**
  11011.      * Gets the private 'maker.entity_class_generator' shared service.
  11012.      *
  11013.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  11014.      */
  11015.     protected function getMaker_EntityClassGeneratorService()
  11016.     {
  11017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  11018.         $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()));
  11019.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  11020.         return $instance;
  11021.     }
  11022.     /**
  11023.      * Gets the private 'maker.file_manager' shared service.
  11024.      *
  11025.      * @return \Symfony\Bundle\MakerBundle\FileManager
  11026.      */
  11027.     protected function getMaker_FileManagerService()
  11028.     {
  11029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  11030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  11031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  11032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  11033.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  11034.         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'));
  11035.     }
  11036.     /**
  11037.      * Gets the private 'maker.generator' shared service.
  11038.      *
  11039.      * @return \Symfony\Bundle\MakerBundle\Generator
  11040.      */
  11041.     protected function getMaker_GeneratorService()
  11042.     {
  11043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  11044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  11045.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  11046.         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));
  11047.     }
  11048.     /**
  11049.      * Gets the private 'maker.php_compat_util' shared service.
  11050.      *
  11051.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  11052.      */
  11053.     protected function getMaker_PhpCompatUtilService()
  11054.     {
  11055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  11056.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  11057.     }
  11058.     /**
  11059.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  11060.      *
  11061.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  11062.      */
  11063.     protected function getMaker_Renderer_FormTypeRendererService()
  11064.     {
  11065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  11066.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11067.     }
  11068.     /**
  11069.      * Gets the private 'messenger.bus.default.middleware.doctrine_ping_connection' shared service.
  11070.      *
  11071.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware
  11072.      */
  11073.     protected function getMessenger_Bus_Default_Middleware_DoctrinePingConnectionService()
  11074.     {
  11075.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11076.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php';
  11077.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrinePingConnectionMiddleware.php';
  11078.         return $this->privates['messenger.bus.default.middleware.doctrine_ping_connection'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11079.     }
  11080.     /**
  11081.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  11082.      *
  11083.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  11084.      */
  11085.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  11086.     {
  11087.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11088.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  11089.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  11090.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  11091.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\MessageHandler\\ChatMessage' => new RewindableGenerator(function () {
  11092.             yield => ($this->privates['.messenger.handler_descriptor.2JOxv_W'] ?? $this->get_Messenger_HandlerDescriptor_2JOxvWService());
  11093.         }, 1), 'App\\MessageHandler\\LogMessage' => new RewindableGenerator(function () {
  11094.             yield => ($this->privates['.messenger.handler_descriptor.hiOPwA4'] ?? $this->get_Messenger_HandlerDescriptor_HiOPwA4Service());
  11095.         }, 1), 'App\\MessageHandler\\Message' => new RewindableGenerator(function () {
  11096.             yield => ($this->privates['.messenger.handler_descriptor.L_EYfQQ'] ?? $this->get_Messenger_HandlerDescriptor_LEYfQQService());
  11097.         }, 1), 'App\\MessageHandler\\ScheduledTask' => new RewindableGenerator(function () {
  11098.             yield => ($this->privates['.messenger.handler_descriptor.SKCf.Mp'] ?? $this->get_Messenger_HandlerDescriptor_SKCf_MpService());
  11099.         }, 1)]));
  11100.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  11101.         return $instance;
  11102.     }
  11103.     /**
  11104.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  11105.      *
  11106.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  11107.      */
  11108.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  11109.     {
  11110.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11111.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  11112.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  11113.     }
  11114.     /**
  11115.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  11116.      *
  11117.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  11118.      */
  11119.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  11120.     {
  11121.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  11122.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  11123.     }
  11124.     /**
  11125.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  11126.      *
  11127.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  11128.      */
  11129.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  11130.     {
  11131.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  11132.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  11133.     }
  11134.     /**
  11135.      * Gets the private 'messenger.middleware.send_message' shared service.
  11136.      *
  11137.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  11138.      */
  11139.     protected function getMessenger_Middleware_SendMessageService()
  11140.     {
  11141.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11142.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  11143.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  11144.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  11145.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\MessageHandler\\Message' => [=> 'amqp'], 'App\\MessageHandler\\ScheduledTask' => [=> 'amqpScheduledTask'], 'App\\MessageHandler\\ChatMessage' => [=> 'amqpChatMessage'], 'App\\MessageHandler\\LogMessage' => [=> 'amqpLogMessage']], ($this->privates['.service_locator.iQybDK8'] ?? $this->get_ServiceLocator_IQybDK8Service())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11146.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  11147.         return $instance;
  11148.     }
  11149.     /**
  11150.      * Gets the private 'messenger.receiver_locator' shared service.
  11151.      *
  11152.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11153.      */
  11154.     protected function getMessenger_ReceiverLocatorService()
  11155.     {
  11156.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11157.             'amqp' => ['privates''messenger.transport.amqp''getMessenger_Transport_AmqpService'false],
  11158.             'amqpChatMessage' => ['privates''messenger.transport.amqpChatMessage''getMessenger_Transport_AmqpChatMessageService'false],
  11159.             'amqpLogMessage' => ['privates''messenger.transport.amqpLogMessage''getMessenger_Transport_AmqpLogMessageService'false],
  11160.             'amqpScheduledTask' => ['privates''messenger.transport.amqpScheduledTask''getMessenger_Transport_AmqpScheduledTaskService'false],
  11161.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11162.             'messenger.transport.amqp' => ['privates''messenger.transport.amqp''getMessenger_Transport_AmqpService'false],
  11163.             'messenger.transport.amqpChatMessage' => ['privates''messenger.transport.amqpChatMessage''getMessenger_Transport_AmqpChatMessageService'false],
  11164.             'messenger.transport.amqpLogMessage' => ['privates''messenger.transport.amqpLogMessage''getMessenger_Transport_AmqpLogMessageService'false],
  11165.             'messenger.transport.amqpScheduledTask' => ['privates''messenger.transport.amqpScheduledTask''getMessenger_Transport_AmqpScheduledTaskService'false],
  11166.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11167.         ], [
  11168.             'amqp' => '?',
  11169.             'amqpChatMessage' => '?',
  11170.             'amqpLogMessage' => '?',
  11171.             'amqpScheduledTask' => '?',
  11172.             'failed' => '?',
  11173.             'messenger.transport.amqp' => '?',
  11174.             'messenger.transport.amqpChatMessage' => '?',
  11175.             'messenger.transport.amqpLogMessage' => '?',
  11176.             'messenger.transport.amqpScheduledTask' => '?',
  11177.             'messenger.transport.failed' => '?',
  11178.         ]);
  11179.     }
  11180.     /**
  11181.      * Gets the private 'messenger.retry.multiplier_retry_strategy.amqp' shared service.
  11182.      *
  11183.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  11184.      */
  11185.     protected function getMessenger_Retry_MultiplierRetryStrategy_AmqpService()
  11186.     {
  11187.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  11188.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  11189.         return $this->privates['messenger.retry.multiplier_retry_strategy.amqp'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(0100020);
  11190.     }
  11191.     /**
  11192.      * Gets the private 'messenger.retry.multiplier_retry_strategy.amqpChatMessage' shared service.
  11193.      *
  11194.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  11195.      */
  11196.     protected function getMessenger_Retry_MultiplierRetryStrategy_AmqpChatMessageService()
  11197.     {
  11198.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  11199.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  11200.         return $this->privates['messenger.retry.multiplier_retry_strategy.amqpChatMessage'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(0100020);
  11201.     }
  11202.     /**
  11203.      * Gets the private 'messenger.retry.multiplier_retry_strategy.amqpLogMessage' shared service.
  11204.      *
  11205.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  11206.      */
  11207.     protected function getMessenger_Retry_MultiplierRetryStrategy_AmqpLogMessageService()
  11208.     {
  11209.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  11210.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  11211.         return $this->privates['messenger.retry.multiplier_retry_strategy.amqpLogMessage'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(0100020);
  11212.     }
  11213.     /**
  11214.      * Gets the private 'messenger.retry.multiplier_retry_strategy.amqpScheduledTask' shared service.
  11215.      *
  11216.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  11217.      */
  11218.     protected function getMessenger_Retry_MultiplierRetryStrategy_AmqpScheduledTaskService()
  11219.     {
  11220.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  11221.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  11222.         return $this->privates['messenger.retry.multiplier_retry_strategy.amqpScheduledTask'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(0100020);
  11223.     }
  11224.     /**
  11225.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  11226.      *
  11227.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  11228.      */
  11229.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  11230.     {
  11231.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  11232.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  11233.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  11234.     }
  11235.     /**
  11236.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  11237.      *
  11238.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  11239.      */
  11240.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  11241.     {
  11242.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  11243.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.iQybDK8'] ?? $this->get_ServiceLocator_IQybDK8Service()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11244.             'amqp' => ['privates''messenger.retry.multiplier_retry_strategy.amqp''getMessenger_Retry_MultiplierRetryStrategy_AmqpService'false],
  11245.             'amqpChatMessage' => ['privates''messenger.retry.multiplier_retry_strategy.amqpChatMessage''getMessenger_Retry_MultiplierRetryStrategy_AmqpChatMessageService'false],
  11246.             'amqpLogMessage' => ['privates''messenger.retry.multiplier_retry_strategy.amqpLogMessage''getMessenger_Retry_MultiplierRetryStrategy_AmqpLogMessageService'false],
  11247.             'amqpScheduledTask' => ['privates''messenger.retry.multiplier_retry_strategy.amqpScheduledTask''getMessenger_Retry_MultiplierRetryStrategy_AmqpScheduledTaskService'false],
  11248.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  11249.         ], [
  11250.             'amqp' => '?',
  11251.             'amqpChatMessage' => '?',
  11252.             'amqpLogMessage' => '?',
  11253.             'amqpScheduledTask' => '?',
  11254.             'failed' => '?',
  11255.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  11256.     }
  11257.     /**
  11258.      * Gets the private 'messenger.routable_message_bus' shared service.
  11259.      *
  11260.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  11261.      */
  11262.     protected function getMessenger_RoutableMessageBusService()
  11263.     {
  11264.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  11265.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11266.             'messenger.bus.default' => ['services''message_bus''getMessageBusService'false],
  11267.         ], [
  11268.             'messenger.bus.default' => '?',
  11269.         ]), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  11270.     }
  11271.     /**
  11272.      * Gets the private 'messenger.transport.amqp' shared service.
  11273.      *
  11274.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  11275.      */
  11276.     protected function getMessenger_Transport_AmqpService()
  11277.     {
  11278.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  11279.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  11280.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  11281.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  11282.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  11283.         return $this->privates['messenger.transport.amqp'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'amqp'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  11284.     }
  11285.     /**
  11286.      * Gets the private 'messenger.transport.amqpChatMessage' shared service.
  11287.      *
  11288.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  11289.      */
  11290.     protected function getMessenger_Transport_AmqpChatMessageService()
  11291.     {
  11292.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  11293.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  11294.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  11295.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  11296.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  11297.         return $this->privates['messenger.transport.amqpChatMessage'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('CHAT_MESSAGE_TRANSPORT_DSN'), ['transport_name' => 'amqpChatMessage'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  11298.     }
  11299.     /**
  11300.      * Gets the private 'messenger.transport.amqpLogMessage' shared service.
  11301.      *
  11302.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  11303.      */
  11304.     protected function getMessenger_Transport_AmqpLogMessageService()
  11305.     {
  11306.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  11307.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  11308.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  11309.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  11310.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  11311.         return $this->privates['messenger.transport.amqpLogMessage'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('LOGS_TRANSPORT_DSN'), ['transport_name' => 'amqpLogMessage'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  11312.     }
  11313.     /**
  11314.      * Gets the private 'messenger.transport.amqpScheduledTask' shared service.
  11315.      *
  11316.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  11317.      */
  11318.     protected function getMessenger_Transport_AmqpScheduledTaskService()
  11319.     {
  11320.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  11321.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  11322.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  11323.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  11324.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  11325.         return $this->privates['messenger.transport.amqpScheduledTask'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('SCHEDULED_TASK_TRANSPORT_DSN'), ['transport_name' => 'amqpScheduledTask'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  11326.     }
  11327.     /**
  11328.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  11329.      *
  11330.      * @return \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory
  11331.      */
  11332.     protected function getMessenger_Transport_Doctrine_FactoryService()
  11333.     {
  11334.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  11335.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Doctrine/DoctrineTransportFactory.php';
  11336.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11337.     }
  11338.     /**
  11339.      * Gets the private 'messenger.transport.failed' shared service.
  11340.      *
  11341.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  11342.      */
  11343.     protected function getMessenger_Transport_FailedService()
  11344.     {
  11345.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  11346.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  11347.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  11348.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  11349.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  11350.         return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('doctrine://default?queue_name=failed', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  11351.     }
  11352.     /**
  11353.      * Gets the private 'messenger.transport.sync.factory' shared service.
  11354.      *
  11355.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  11356.      */
  11357.     protected function getMessenger_Transport_Sync_FactoryService()
  11358.     {
  11359.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  11360.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  11361.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  11362.     }
  11363.     /**
  11364.      * Gets the private 'messenger.transport_factory' shared service.
  11365.      *
  11366.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  11367.      */
  11368.     protected function getMessenger_TransportFactoryService()
  11369.     {
  11370.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  11371.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  11372.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  11373.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Transport\AmqpExt\AmqpTransportFactory()));
  11374.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Transport\RedisExt\RedisTransportFactory()));
  11375.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  11376.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  11377.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  11378.         }, 5));
  11379.     }
  11380.     /**
  11381.      * Gets the private 'mime_types' shared service.
  11382.      *
  11383.      * @return \Symfony\Component\Mime\MimeTypes
  11384.      */
  11385.     protected function getMimeTypesService()
  11386.     {
  11387.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  11388.         $instance->setDefault($instance);
  11389.         return $instance;
  11390.     }
  11391.     /**
  11392.      * Gets the private 'monolog.command.server_log' shared service.
  11393.      *
  11394.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  11395.      */
  11396.     protected function getMonolog_Command_ServerLogService()
  11397.     {
  11398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11399.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  11400.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  11401.         $instance->setName('server:log');
  11402.         return $instance;
  11403.     }
  11404.     /**
  11405.      * Gets the private 'monolog.handler.console' shared service.
  11406.      *
  11407.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  11408.      */
  11409.     protected function getMonolog_Handler_ConsoleService()
  11410.     {
  11411.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  11412.     }
  11413.     /**
  11414.      * Gets the private 'monolog.handler.main' shared service.
  11415.      *
  11416.      * @return \Monolog\Handler\StreamHandler
  11417.      */
  11418.     protected function getMonolog_Handler_MainService()
  11419.     {
  11420.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  11421.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  11422.         return $instance;
  11423.     }
  11424.     /**
  11425.      * Gets the private 'monolog.logger' shared service.
  11426.      *
  11427.      * @return \Symfony\Bridge\Monolog\Logger
  11428.      */
  11429.     protected function getMonolog_LoggerService()
  11430.     {
  11431.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  11432.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11433.         $instance->useMicrosecondTimestamps(true);
  11434.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11435.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11436.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11437.         return $instance;
  11438.     }
  11439.     /**
  11440.      * Gets the private 'monolog.logger.cache' shared service.
  11441.      *
  11442.      * @return \Symfony\Bridge\Monolog\Logger
  11443.      */
  11444.     protected function getMonolog_Logger_CacheService()
  11445.     {
  11446.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  11447.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11448.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11449.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11450.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11451.         return $instance;
  11452.     }
  11453.     /**
  11454.      * Gets the private 'monolog.logger.messenger' shared service.
  11455.      *
  11456.      * @return \Symfony\Bridge\Monolog\Logger
  11457.      */
  11458.     protected function getMonolog_Logger_MessengerService()
  11459.     {
  11460.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  11461.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11462.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11463.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11464.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11465.         return $instance;
  11466.     }
  11467.     /**
  11468.      * Gets the private 'monolog.logger.request' shared service.
  11469.      *
  11470.      * @return \Symfony\Bridge\Monolog\Logger
  11471.      */
  11472.     protected function getMonolog_Logger_RequestService()
  11473.     {
  11474.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  11475.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11476.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11477.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11478.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11479.         return $instance;
  11480.     }
  11481.     /**
  11482.      * Gets the private 'monolog.logger.security' shared service.
  11483.      *
  11484.      * @return \Symfony\Bridge\Monolog\Logger
  11485.      */
  11486.     protected function getMonolog_Logger_SecurityService()
  11487.     {
  11488.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  11489.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11490.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11491.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11492.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11493.         return $instance;
  11494.     }
  11495.     /**
  11496.      * Gets the private 'monolog.logger.snappy' shared service.
  11497.      *
  11498.      * @return \Symfony\Bridge\Monolog\Logger
  11499.      */
  11500.     protected function getMonolog_Logger_SnappyService()
  11501.     {
  11502.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  11503.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11504.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11505.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11506.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11507.         return $instance;
  11508.     }
  11509.     /**
  11510.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  11511.      *
  11512.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  11513.      */
  11514.     protected function getNelmioCors_CorsListenerService()
  11515.     {
  11516.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  11517.     }
  11518.     /**
  11519.      * Gets the private 'parameter_bag' shared service.
  11520.      *
  11521.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  11522.      */
  11523.     protected function getParameterBagService()
  11524.     {
  11525.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  11526.     }
  11527.     /**
  11528.      * Gets the private 'profiler_listener' shared service.
  11529.      *
  11530.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  11531.      */
  11532.     protected function getProfilerListenerService()
  11533.     {
  11534.         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);
  11535.     }
  11536.     /**
  11537.      * Gets the private 'property_accessor' shared service.
  11538.      *
  11539.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  11540.      */
  11541.     protected function getPropertyAccessorService()
  11542.     {
  11543.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  11544.     }
  11545.     /**
  11546.      * Gets the private 'property_info' shared service.
  11547.      *
  11548.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  11549.      */
  11550.     protected function getPropertyInfoService()
  11551.     {
  11552.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  11553.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  11554.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11555.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11556.         }, 3), new RewindableGenerator(function () {
  11557.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11558.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11559.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11560.         }, 3), new RewindableGenerator(function () {
  11561.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11562.         }, 1), new RewindableGenerator(function () {
  11563.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11564.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11565.         }, 2), new RewindableGenerator(function () {
  11566.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11567.         }, 1));
  11568.     }
  11569.     /**
  11570.      * Gets the private 'property_info.serializer_extractor' shared service.
  11571.      *
  11572.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  11573.      */
  11574.     protected function getPropertyInfo_SerializerExtractorService()
  11575.     {
  11576.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  11577.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  11578.     }
  11579.     /**
  11580.      * Gets the private 'qiip.soft_delete' shared autowired service.
  11581.      *
  11582.      * @return \App\EventListener\SoftDeleteableListener
  11583.      */
  11584.     protected function getQiip_SoftDeleteService()
  11585.     {
  11586.         include_once \dirname(__DIR__4).'/src/EventListener/SoftDeleteableListener.php';
  11587.         return $this->privates['qiip.soft_delete'] = new \App\EventListener\SoftDeleteableListener(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Services\\LogService'] ?? $this->getLogServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()));
  11588.     }
  11589.     /**
  11590.      * Gets the private 'record_changes_listener' shared autowired service.
  11591.      *
  11592.      * @return \App\Modules\Cemetery\EventListener\Record\RecordChangeListener
  11593.      */
  11594.     protected function getRecordChangesListenerService()
  11595.     {
  11596.         include_once \dirname(__DIR__4).'/src/Modules/Cemetery/EventListener/Record/RecordChangeListener.php';
  11597.         return $this->privates['record_changes_listener'] = new \App\Modules\Cemetery\EventListener\Record\RecordChangeListener(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()));
  11598.     }
  11599.     /**
  11600.      * Gets the private 'router.cache_warmer' shared service.
  11601.      *
  11602.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  11603.      */
  11604.     protected function getRouter_CacheWarmerService()
  11605.     {
  11606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  11608.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11609.             'router' => ['services''router''getRouterService'false],
  11610.         ], [
  11611.             'router' => '?',
  11612.         ]))->withContext('router.cache_warmer'$this));
  11613.     }
  11614.     /**
  11615.      * Gets the private 'router.request_context' shared service.
  11616.      *
  11617.      * @return \Symfony\Component\Routing\RequestContext
  11618.      */
  11619.     protected function getRouter_RequestContextService()
  11620.     {
  11621.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  11622.     }
  11623.     /**
  11624.      * Gets the private 'router_listener' shared service.
  11625.      *
  11626.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  11627.      */
  11628.     protected function getRouterListenerService()
  11629.     {
  11630.         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);
  11631.     }
  11632.     /**
  11633.      * Gets the private 'security.access_listener' shared service.
  11634.      *
  11635.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  11636.      */
  11637.     protected function getSecurity_AccessListenerService()
  11638.     {
  11639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  11643.         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()));
  11644.     }
  11645.     /**
  11646.      * Gets the private 'security.access_map' shared service.
  11647.      *
  11648.      * @return \Symfony\Component\Security\Http\AccessMap
  11649.      */
  11650.     protected function getSecurity_AccessMapService()
  11651.     {
  11652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  11653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  11654.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  11655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  11656.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  11657.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/jwt/token'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11658.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11659.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/users'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11660.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/roles'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11661.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/permissions'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11662.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/global_configurations'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11663.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/companies'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11664.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/customers'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11665.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/vendors'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11666.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/tickets'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11667.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/ticket_types'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11668.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/ticket_priorities'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11669.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/ticket_states'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11670.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/incidende_types'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11671.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/pusher'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  11672.         return $instance;
  11673.     }
  11674.     /**
  11675.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  11676.      *
  11677.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11678.      */
  11679.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  11680.     {
  11681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11685.         return $this->privates['security.authentication.listener.anonymous.api'] = 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()));
  11686.     }
  11687.     /**
  11688.      * Gets the private 'security.authentication.listener.anonymous.login' shared service.
  11689.      *
  11690.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11691.      */
  11692.     protected function getSecurity_Authentication_Listener_Anonymous_LoginService()
  11693.     {
  11694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11698.         return $this->privates['security.authentication.listener.anonymous.login'] = 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()));
  11699.     }
  11700.     /**
  11701.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  11702.      *
  11703.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11704.      */
  11705.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  11706.     {
  11707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11708.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11711.         return $this->privates['security.authentication.listener.anonymous.main'] = 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()));
  11712.     }
  11713.     /**
  11714.      * Gets the private 'security.authentication.listener.basic.main' shared service.
  11715.      *
  11716.      * @return \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener
  11717.      */
  11718.     protected function getSecurity_Authentication_Listener_Basic_MainService()
  11719.     {
  11720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/BasicAuthenticationListener.php';
  11724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  11725.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
  11726.         $this->privates['security.authentication.listener.basic.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', ($this->privates['security.authentication.basic_entry_point.main'] ?? ($this->privates['security.authentication.basic_entry_point.main'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Area'))), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  11727.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  11728.         return $instance;
  11729.     }
  11730.     /**
  11731.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  11732.      *
  11733.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  11734.      */
  11735.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  11736.     {
  11737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  11741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  11742.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'login'=> 'api']);
  11743.         $a->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  11744.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  11745.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  11746.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  11747.     }
  11748.     /**
  11749.      * Gets the private 'security.authentication.listener.json.login' shared service.
  11750.      *
  11751.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  11752.      */
  11753.     protected function getSecurity_Authentication_Listener_Json_LoginService()
  11754.     {
  11755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  11759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  11761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  11763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11765.         $this->privates['security.authentication.listener.json.login'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), []), ['check_path' => '/api/jwt/token''use_forward' => false'require_previous_session' => false'username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  11766.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  11767.         return $instance;
  11768.     }
  11769.     /**
  11770.      * Gets the private 'security.authentication.manager' shared service.
  11771.      *
  11772.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  11773.      */
  11774.     protected function getSecurity_Authentication_ManagerService()
  11775.     {
  11776.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  11777.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  11778.             yield => ($this->privates['security.authentication.provider.anonymous.login'] ?? ($this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  11779.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  11780.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  11781.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  11782.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  11783.         }, 6), true);
  11784.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11785.         return $instance;
  11786.     }
  11787.     /**
  11788.      * Gets the private 'security.authentication.provider.dao.login' shared service.
  11789.      *
  11790.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  11791.      */
  11792.     protected function getSecurity_Authentication_Provider_Dao_LoginService()
  11793.     {
  11794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  11796.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  11797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11799.         return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['App\\Security\\User\\ApiUserProvider'] ?? $this->getApiUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'login', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  11800.     }
  11801.     /**
  11802.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  11803.      *
  11804.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  11805.      */
  11806.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  11807.     {
  11808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  11810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  11811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11813.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['App\\Security\\User\\ApiUserProvider'] ?? $this->getApiUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  11814.     }
  11815.     /**
  11816.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  11817.      *
  11818.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  11819.      */
  11820.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  11821.     {
  11822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11823.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  11824.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11825.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11826.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  11827.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  11828.         }, 1), ($this->privates['App\\Security\\User\\ApiUserProvider'] ?? $this->getApiUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  11829.     }
  11830.     /**
  11831.      * Gets the private 'security.authentication.session_strategy' shared service.
  11832.      *
  11833.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  11834.      */
  11835.     protected function getSecurity_Authentication_SessionStrategyService()
  11836.     {
  11837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11839.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  11840.     }
  11841.     /**
  11842.      * Gets the private 'security.authentication.switchuser_listener.api' shared service.
  11843.      *
  11844.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  11845.      */
  11846.     protected function getSecurity_Authentication_SwitchuserListener_ApiService()
  11847.     {
  11848.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11850.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11851.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  11852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11854.         return $this->privates['security.authentication.switchuser_listener.api'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Security\\User\\ApiUserProvider'] ?? $this->getApiUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'api', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), 'x-switch-user''ROLE_ALLOWED_TO_SWITCH', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true);
  11855.     }
  11856.     /**
  11857.      * Gets the private 'security.channel_listener' shared service.
  11858.      *
  11859.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  11860.      */
  11861.     protected function getSecurity_ChannelListenerService()
  11862.     {
  11863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11866.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  11867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  11868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  11869.         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()));
  11870.     }
  11871.     /**
  11872.      * Gets the private 'security.command.user_password_encoder' shared service.
  11873.      *
  11874.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  11875.      */
  11876.     protected function getSecurity_Command_UserPasswordEncoderService()
  11877.     {
  11878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  11880.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\App\\User'=> 'sha512'=> 'argon2i']);
  11881.         $instance->setName('security:encode-password');
  11882.         return $instance;
  11883.     }
  11884.     /**
  11885.      * Gets the private 'security.context_listener.0' shared service.
  11886.      *
  11887.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  11888.      */
  11889.     protected function getSecurity_ContextListener_0Service()
  11890.     {
  11891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  11895.         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 () {
  11896.             yield => ($this->privates['App\\Security\\User\\ApiUserProvider'] ?? $this->getApiUserProviderService());
  11897.         }, 1), 'main', ($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']);
  11898.     }
  11899.     /**
  11900.      * Gets the private 'security.csrf.token_storage' shared service.
  11901.      *
  11902.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  11903.      */
  11904.     protected function getSecurity_Csrf_TokenStorageService()
  11905.     {
  11906.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  11907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  11908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  11909.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  11910.     }
  11911.     /**
  11912.      * Gets the private 'security.encoder_factory.generic' shared service.
  11913.      *
  11914.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  11915.      */
  11916.     protected function getSecurity_EncoderFactory_GenericService()
  11917.     {
  11918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  11919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  11920.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\App\\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], 'sha512' => ['algorithm' => 'sha512''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], 'argon2i' => ['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]]);
  11921.     }
  11922.     /**
  11923.      * Gets the private 'security.expression_language' shared service.
  11924.      *
  11925.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  11926.      */
  11927.     protected function getSecurity_ExpressionLanguageService()
  11928.     {
  11929.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  11930.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  11931.         return $instance;
  11932.     }
  11933.     /**
  11934.      * Gets the private 'security.firewall.map' shared service.
  11935.      *
  11936.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  11937.      */
  11938.     protected function getSecurity_Firewall_MapService()
  11939.     {
  11940.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11941.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  11942.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  11943.             'security.firewall.map.context.global_conf' => ['privates''security.firewall.map.context.global_conf''getSecurity_Firewall_Map_Context_GlobalConfService'false],
  11944.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'false],
  11945.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  11946.         ], [
  11947.             'security.firewall.map.context.api' => '?',
  11948.             'security.firewall.map.context.dev' => '?',
  11949.             'security.firewall.map.context.global_conf' => '?',
  11950.             'security.firewall.map.context.login' => '?',
  11951.             'security.firewall.map.context.main' => '?',
  11952.         ]), new RewindableGenerator(function () {
  11953.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  11954.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.YsIE_sT'] ?? ($this->privates['.security.request_matcher.YsIE_sT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/jwt/token')));
  11955.             yield 'security.firewall.map.context.global_conf' => ($this->privates['.security.request_matcher.pFPedji'] ?? ($this->privates['.security.request_matcher.pFPedji'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/global_configurations')));
  11956.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  11957.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  11958.         }, 5));
  11959.     }
  11960.     /**
  11961.      * Gets the private 'security.firewall.map.context.api' shared service.
  11962.      *
  11963.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  11964.      */
  11965.     protected function getSecurity_Firewall_Map_Context_ApiService()
  11966.     {
  11967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  11968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11969.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  11970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  11971.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  11972.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  11973.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  11974.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  11975.             yield => ($this->privates['security.authentication.switchuser_listener.api'] ?? $this->getSecurity_Authentication_SwitchuserListener_ApiService());
  11976.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  11977.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'App\\Security\\User\\ApiUserProvider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'switch_user'=> 'guard'=> 'anonymous'], ['parameter' => 'x-switch-user''role' => 'ROLE_ALLOWED_TO_SWITCH''stateless' => false]));
  11978.     }
  11979.     /**
  11980.      * Gets the private 'security.firewall.map.context.dev' shared service.
  11981.      *
  11982.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  11983.      */
  11984.     protected function getSecurity_Firewall_Map_Context_DevService()
  11985.     {
  11986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  11987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  11988.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  11989.             return new \EmptyIterator();
  11990.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  11991.     }
  11992.     /**
  11993.      * Gets the private 'security.firewall.map.context.global_conf' shared service.
  11994.      *
  11995.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  11996.      */
  11997.     protected function getSecurity_Firewall_Map_Context_GlobalConfService()
  11998.     {
  11999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12000.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12001.         return $this->privates['security.firewall.map.context.global_conf'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12002.             return new \EmptyIterator();
  12003.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('global_conf''security.user_checker''.security.request_matcher.pFPedji'falsefalse'''''''''', [], NULL));
  12004.     }
  12005.     /**
  12006.      * Gets the private 'security.firewall.map.context.login' shared service.
  12007.      *
  12008.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12009.      */
  12010.     protected function getSecurity_Firewall_Map_Context_LoginService()
  12011.     {
  12012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12014.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12016.         return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12017.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12018.             yield => ($this->privates['security.authentication.listener.json.login'] ?? $this->getSecurity_Authentication_Listener_Json_LoginService());
  12019.             yield => ($this->privates['security.authentication.listener.anonymous.login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_LoginService());
  12020.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12021.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login''security.user_checker''.security.request_matcher.YsIE_sT'truetrue'App\\Security\\User\\ApiUserProvider'NULLNULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  12022.     }
  12023.     /**
  12024.      * Gets the private 'security.firewall.map.context.main' shared service.
  12025.      *
  12026.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  12027.      */
  12028.     protected function getSecurity_Firewall_Map_Context_MainService()
  12029.     {
  12030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  12032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
  12037.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  12038.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12039.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  12040.             yield => ($this->privates['security.authentication.listener.basic.main'] ?? $this->getSecurity_Authentication_Listener_Basic_MainService());
  12041.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  12042.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12043.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['security.authentication.basic_entry_point.main'] ?? ($this->privates['security.authentication.basic_entry_point.main'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Area'))), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'App\\Security\\User\\ApiUserProvider''main''security.authentication.basic_entry_point.main'NULLNULL, [=> 'http_basic'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  12044.     }
  12045.     /**
  12046.      * Gets the private 'security.http_utils' shared service.
  12047.      *
  12048.      * @return \Symfony\Component\Security\Http\HttpUtils
  12049.      */
  12050.     protected function getSecurity_HttpUtilsService()
  12051.     {
  12052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  12053.         $a = ($this->services['router'] ?? $this->getRouterService());
  12054.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  12055.     }
  12056.     /**
  12057.      * Gets the private 'security.logout_url_generator' shared service.
  12058.      *
  12059.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  12060.      */
  12061.     protected function getSecurity_LogoutUrlGeneratorService()
  12062.     {
  12063.         return $this->privates['security.logout_url_generator'] = 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()));
  12064.     }
  12065.     /**
  12066.      * Gets the private 'security.validator.user_password' shared service.
  12067.      *
  12068.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  12069.      */
  12070.     protected function getSecurity_Validator_UserPasswordService()
  12071.     {
  12072.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12073.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  12075.         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()));
  12076.     }
  12077.     /**
  12078.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  12079.      *
  12080.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  12081.      */
  12082.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  12083.     {
  12084.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12085.     }
  12086.     /**
  12087.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  12088.      *
  12089.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  12090.      */
  12091.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  12092.     {
  12093.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  12094.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  12095.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  12096.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  12097.     }
  12098.     /**
  12099.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  12100.      *
  12101.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  12102.      */
  12103.     protected function getSensioFrameworkExtra_Security_ListenerService()
  12104.     {
  12105.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  12106.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  12107.         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()), $a, ($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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12108.     }
  12109.     /**
  12110.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  12111.      *
  12112.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  12113.      */
  12114.     protected function getSensioFrameworkExtra_View_ListenerService()
  12115.     {
  12116.         $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))));
  12117.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12118.             'twig' => ['services''twig''getTwigService'false],
  12119.         ], [
  12120.             'twig' => 'Twig\\Environment',
  12121.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  12122.         return $instance;
  12123.     }
  12124.     /**
  12125.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  12126.      *
  12127.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  12128.      */
  12129.     protected function getSerializer_Mapping_CacheWarmerService()
  12130.     {
  12131.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  12134.         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'));
  12135.     }
  12136.     /**
  12137.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  12138.      *
  12139.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  12140.      */
  12141.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  12142.     {
  12143.         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()))]));
  12144.     }
  12145.     /**
  12146.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  12147.      *
  12148.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  12149.      */
  12150.     protected function getSerializer_NameConverter_MetadataAwareService()
  12151.     {
  12152.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  12153.     }
  12154.     /**
  12155.      * Gets the private 'session.storage.native' shared service.
  12156.      *
  12157.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  12158.      */
  12159.     protected function getSession_Storage_NativeService()
  12160.     {
  12161.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  12162.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  12163.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  12164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  12165.         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));
  12166.     }
  12167.     /**
  12168.      * Gets the private 'session_listener' shared service.
  12169.      *
  12170.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  12171.      */
  12172.     protected function getSessionListenerService()
  12173.     {
  12174.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12175.             'initialized_session' => ['services''session'NULLfalse],
  12176.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12177.             'session' => ['services''session''getSessionService'false],
  12178.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  12179.         ], [
  12180.             'initialized_session' => '?',
  12181.             'request_stack' => '?',
  12182.             'session' => '?',
  12183.             'session_storage' => '?',
  12184.         ]));
  12185.     }
  12186.     /**
  12187.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  12188.      *
  12189.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  12190.      */
  12191.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  12192.     {
  12193.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  12194.     }
  12195.     /**
  12196.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  12197.      *
  12198.      * @return \Gedmo\Blameable\BlameableListener
  12199.      */
  12200.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  12201.     {
  12202.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  12203.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12204.         return $instance;
  12205.     }
  12206.     /**
  12207.      * Gets the private 'stof_doctrine_extensions.listener.softdeleteable' shared service.
  12208.      *
  12209.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  12210.      */
  12211.     protected function getStofDoctrineExtensions_Listener_SoftdeleteableService()
  12212.     {
  12213.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/SoftDeleteable/SoftDeleteableListener.php';
  12214.         $this->privates['stof_doctrine_extensions.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  12215.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12216.         return $instance;
  12217.     }
  12218.     /**
  12219.      * Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
  12220.      *
  12221.      * @return \Gedmo\Timestampable\TimestampableListener
  12222.      */
  12223.     protected function getStofDoctrineExtensions_Listener_TimestampableService()
  12224.     {
  12225.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  12226.         $this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  12227.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12228.         return $instance;
  12229.     }
  12230.     /**
  12231.      * Gets the private 'swiftmailer.command.debug' shared service.
  12232.      *
  12233.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  12234.      */
  12235.     protected function getSwiftmailer_Command_DebugService()
  12236.     {
  12237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12238.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  12239.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  12240.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  12241.         $instance->setName('debug:swiftmailer');
  12242.         return $instance;
  12243.     }
  12244.     /**
  12245.      * Gets the private 'swiftmailer.command.new_email' shared service.
  12246.      *
  12247.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  12248.      */
  12249.     protected function getSwiftmailer_Command_NewEmailService()
  12250.     {
  12251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  12253.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  12254.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  12255.         $instance->setName('swiftmailer:email:send');
  12256.         return $instance;
  12257.     }
  12258.     /**
  12259.      * Gets the private 'swiftmailer.command.send_email' shared service.
  12260.      *
  12261.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  12262.      */
  12263.     protected function getSwiftmailer_Command_SendEmailService()
  12264.     {
  12265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12266.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  12267.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  12268.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  12269.         $instance->setName('swiftmailer:spool:send');
  12270.         return $instance;
  12271.     }
  12272.     /**
  12273.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  12274.      *
  12275.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  12276.      */
  12277.     protected function getSwiftmailer_EmailSender_ListenerService()
  12278.     {
  12279.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  12280.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12281.     }
  12282.     /**
  12283.      * Gets the private 'task_changes_listener' shared autowired service.
  12284.      *
  12285.      * @return \App\EventListener\TaskChangesListener
  12286.      */
  12287.     protected function getTaskChangesListenerService()
  12288.     {
  12289.         include_once \dirname(__DIR__4).'/src/EventListener/TaskChangesListener.php';
  12290.         return $this->privates['task_changes_listener'] = new \App\EventListener\TaskChangesListener(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()));
  12291.     }
  12292.     /**
  12293.      * Gets the private 'ticket_changes_listener' shared autowired service.
  12294.      *
  12295.      * @return \App\EventListener\TicketChangesListener
  12296.      */
  12297.     protected function getTicketChangesListenerService()
  12298.     {
  12299.         include_once \dirname(__DIR__4).'/src/EventListener/TicketChangesListener.php';
  12300.         return $this->privates['ticket_changes_listener'] = new \App\EventListener\TicketChangesListener(($this->services['message_bus'] ?? $this->getMessageBusService()), ($this->privates['App\\Services\\LogService'] ?? $this->getLogServiceService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\ChatService'] ?? $this->getChatServiceService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketTypeRepository'] ?? $this->getTicketTypeRepositoryService()), ($this->privates['App\\Repository\\App\\Ticket\\TicketStateRepository'] ?? $this->getTicketStateRepositoryService()));
  12301.     }
  12302.     /**
  12303.      * Gets the private 'translation.extractor' shared service.
  12304.      *
  12305.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  12306.      */
  12307.     protected function getTranslation_ExtractorService()
  12308.     {
  12309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  12310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  12311.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  12312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  12313.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  12314.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  12315.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  12316.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  12317.         return $instance;
  12318.     }
  12319.     /**
  12320.      * Gets the private 'translation.loader.csv' shared service.
  12321.      *
  12322.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  12323.      */
  12324.     protected function getTranslation_Loader_CsvService()
  12325.     {
  12326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  12330.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  12331.     }
  12332.     /**
  12333.      * Gets the private 'translation.loader.dat' shared service.
  12334.      *
  12335.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  12336.      */
  12337.     protected function getTranslation_Loader_DatService()
  12338.     {
  12339.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12340.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  12341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  12342.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  12343.     }
  12344.     /**
  12345.      * Gets the private 'translation.loader.ini' shared service.
  12346.      *
  12347.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  12348.      */
  12349.     protected function getTranslation_Loader_IniService()
  12350.     {
  12351.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12352.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12353.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  12355.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  12356.     }
  12357.     /**
  12358.      * Gets the private 'translation.loader.json' shared service.
  12359.      *
  12360.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  12361.      */
  12362.     protected function getTranslation_Loader_JsonService()
  12363.     {
  12364.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12365.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  12368.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  12369.     }
  12370.     /**
  12371.      * Gets the private 'translation.loader.mo' shared service.
  12372.      *
  12373.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  12374.      */
  12375.     protected function getTranslation_Loader_MoService()
  12376.     {
  12377.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12378.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  12381.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  12382.     }
  12383.     /**
  12384.      * Gets the private 'translation.loader.php' shared service.
  12385.      *
  12386.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  12387.      */
  12388.     protected function getTranslation_Loader_PhpService()
  12389.     {
  12390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12392.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  12394.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  12395.     }
  12396.     /**
  12397.      * Gets the private 'translation.loader.po' shared service.
  12398.      *
  12399.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  12400.      */
  12401.     protected function getTranslation_Loader_PoService()
  12402.     {
  12403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  12407.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  12408.     }
  12409.     /**
  12410.      * Gets the private 'translation.loader.qt' shared service.
  12411.      *
  12412.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  12413.      */
  12414.     protected function getTranslation_Loader_QtService()
  12415.     {
  12416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  12418.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  12419.     }
  12420.     /**
  12421.      * Gets the private 'translation.loader.res' shared service.
  12422.      *
  12423.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  12424.      */
  12425.     protected function getTranslation_Loader_ResService()
  12426.     {
  12427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  12429.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  12430.     }
  12431.     /**
  12432.      * Gets the private 'translation.loader.xliff' shared service.
  12433.      *
  12434.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  12435.      */
  12436.     protected function getTranslation_Loader_XliffService()
  12437.     {
  12438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  12440.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  12441.     }
  12442.     /**
  12443.      * Gets the private 'translation.loader.yml' shared service.
  12444.      *
  12445.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  12446.      */
  12447.     protected function getTranslation_Loader_YmlService()
  12448.     {
  12449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  12453.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  12454.     }
  12455.     /**
  12456.      * Gets the private 'translation.reader' shared service.
  12457.      *
  12458.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  12459.      */
  12460.     protected function getTranslation_ReaderService()
  12461.     {
  12462.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  12463.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  12464.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12465.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  12468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  12469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  12470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  12471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  12472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  12473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  12474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  12475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  12476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  12477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  12478.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  12479.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  12480.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  12481.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  12482.         $instance->addLoader('yaml'$a);
  12483.         $instance->addLoader('yml'$a);
  12484.         $instance->addLoader('xlf'$b);
  12485.         $instance->addLoader('xliff'$b);
  12486.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  12487.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  12488.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  12489.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  12490.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  12491.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  12492.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  12493.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  12494.         return $instance;
  12495.     }
  12496.     /**
  12497.      * Gets the private 'translation.warmer' shared service.
  12498.      *
  12499.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  12500.      */
  12501.     protected function getTranslation_WarmerService()
  12502.     {
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  12505.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12506.             'translator' => ['services''translator''getTranslatorService'false],
  12507.         ], [
  12508.             'translator' => '?',
  12509.         ]))->withContext('translation.warmer'$this));
  12510.     }
  12511.     /**
  12512.      * Gets the private 'translator.default' shared service.
  12513.      *
  12514.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  12515.      */
  12516.     protected function getTranslator_DefaultService()
  12517.     {
  12518.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12519.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  12520.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  12521.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  12522.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  12523.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  12524.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  12525.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  12526.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  12527.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  12528.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  12529.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  12530.         ], [
  12531.             'translation.loader.csv' => '?',
  12532.             'translation.loader.dat' => '?',
  12533.             'translation.loader.ini' => '?',
  12534.             'translation.loader.json' => '?',
  12535.             'translation.loader.mo' => '?',
  12536.             'translation.loader.php' => '?',
  12537.             'translation.loader.po' => '?',
  12538.             'translation.loader.qt' => '?',
  12539.             'translation.loader.res' => '?',
  12540.             'translation.loader.xliff' => '?',
  12541.             'translation.loader.yml' => '?',
  12542.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'es', ['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')], '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')], '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')], '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')], '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')], '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).'/translations/messages.en.php'), => (\dirname(__DIR__4).'/translations/validators.en.php')], '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).'/translations/messages.es.php'), => (\dirname(__DIR__4).'/translations/validators.es.php')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], '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')]], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/ApiPlatformBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/LexikJWTAuthenticationBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/GesdinetJWTRefreshTokenBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/FOSElasticaBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/KnpSnappyBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/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/monolog-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/LopiPusherBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/EvenceSoftDeleteableExtensionBundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/SentryBundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 50 => (\dirname(__DIR__4).'/src/Modules/Cemetery/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/CemeteryBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 54 => (\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'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'src/Resources/TwigBundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'src/Resources/SecurityBundle/translations'10 => 'vendor/nelmio/cors-bundle/translations'11 => 'src/Resources/NelmioCorsBundle/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'src/Resources/DoctrineBundle/translations'14 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'15 => 'src/Resources/ApiPlatformBundle/translations'16 => 'vendor/lexik/jwt-authentication-bundle/translations'17 => 'src/Resources/LexikJWTAuthenticationBundle/translations'18 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'19 => 'src/Resources/GesdinetJWTRefreshTokenBundle/translations'20 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'21 => 'src/Resources/FOSElasticaBundle/translations'22 => 'vendor/knplabs/knp-snappy-bundle/src/translations'23 => 'src/Resources/KnpSnappyBundle/translations'24 => 'vendor/sensio/framework-extra-bundle/src/translations'25 => 'src/Resources/SensioFrameworkExtraBundle/translations'26 => 'vendor/doctrine/doctrine-migrations-bundle/translations'27 => 'src/Resources/DoctrineMigrationsBundle/translations'28 => 'vendor/symfony/swiftmailer-bundle/translations'29 => 'src/Resources/SwiftmailerBundle/translations'30 => 'vendor/symfony/web-profiler-bundle/translations'31 => 'src/Resources/WebProfilerBundle/translations'32 => 'vendor/symfony/monolog-bundle/translations'33 => 'src/Resources/MonologBundle/translations'34 => 'vendor/symfony/debug-bundle/translations'35 => 'src/Resources/DebugBundle/translations'36 => 'vendor/symfony/maker-bundle/src/translations'37 => 'src/Resources/MakerBundle/translations'38 => 'vendor/laupifrpar/pusher-bundle/translations'39 => 'src/Resources/LopiPusherBundle/translations'40 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'41 => 'src/Resources/DoctrineFixturesBundle/translations'42 => 'vendor/stof/doctrine-extensions-bundle/src/translations'43 => 'src/Resources/StofDoctrineExtensionsBundle/translations'44 => 'vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle/translations'45 => 'src/Resources/EvenceSoftDeleteableExtensionBundle/translations'46 => 'vendor/sentry/sentry-symfony/src/translations'47 => 'src/Resources/SentryBundle/translations'48 => 'vendor/twig/extra-bundle/translations'49 => 'src/Resources/TwigExtraBundle/translations'50 => 'src/Modules/Cemetery/translations'51 => 'src/Resources/CemeteryBundle/translations'52 => 'vendor/doctrine/doctrine-cache-bundle/translations'53 => 'src/Resources/DoctrineCacheBundle/translations'54 => 'src/Resources/translations']]]);
  12543.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  12544.         $instance->setFallbackLocales([=> 'es']);
  12545.         return $instance;
  12546.     }
  12547.     /**
  12548.      * Gets the private 'twig.command.debug' shared service.
  12549.      *
  12550.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  12551.      */
  12552.     protected function getTwig_Command_DebugService()
  12553.     {
  12554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12555.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  12556.         $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'));
  12557.         $instance->setName('debug:twig');
  12558.         return $instance;
  12559.     }
  12560.     /**
  12561.      * Gets the private 'twig.command.lint' shared service.
  12562.      *
  12563.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  12564.      */
  12565.     protected function getTwig_Command_LintService()
  12566.     {
  12567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12568.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  12569.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  12570.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  12571.         $instance->setName('lint:twig');
  12572.         return $instance;
  12573.     }
  12574.     /**
  12575.      * Gets the private 'twig.form.engine' shared service.
  12576.      *
  12577.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  12578.      */
  12579.     protected function getTwig_Form_EngineService()
  12580.     {
  12581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  12582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  12583.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  12584.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  12585.     }
  12586.     /**
  12587.      * Gets the private 'twig.form.renderer' shared service.
  12588.      *
  12589.      * @return \Symfony\Component\Form\FormRenderer
  12590.      */
  12591.     protected function getTwig_Form_RendererService()
  12592.     {
  12593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  12594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  12595.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  12596.     }
  12597.     /**
  12598.      * Gets the private 'twig.runtime.httpkernel' shared service.
  12599.      *
  12600.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  12601.      */
  12602.     protected function getTwig_Runtime_HttpkernelService()
  12603.     {
  12604.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  12605.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  12606.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  12607.         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, [
  12608.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  12609.         ], [
  12610.             'inline' => '?',
  12611.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  12612.     }
  12613.     /**
  12614.      * Gets the private 'twig.runtime.security_csrf' shared service.
  12615.      *
  12616.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  12617.      */
  12618.     protected function getTwig_Runtime_SecurityCsrfService()
  12619.     {
  12620.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  12621.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  12622.     }
  12623.     /**
  12624.      * Gets the private 'twig.template_cache_warmer' shared service.
  12625.      *
  12626.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  12627.      */
  12628.     protected function getTwig_TemplateCacheWarmerService()
  12629.     {
  12630.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12631.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  12632.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  12633.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  12634.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12635.             'twig' => ['services''twig''getTwigService'false],
  12636.         ], [
  12637.             'twig' => 'Twig\\Environment',
  12638.         ]))->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')));
  12639.     }
  12640.     /**
  12641.      * Gets the private 'validator.builder' shared service.
  12642.      *
  12643.      * @return \Symfony\Component\Validator\ValidatorBuilder
  12644.      */
  12645.     protected function getValidator_BuilderService()
  12646.     {
  12647.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  12648.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  12649.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12650.             'App\\Validator\\Constraints\\ContainsAlphabetValidator' => ['privates''App\\Validator\\Constraints\\ContainsAlphabetValidator''getContainsAlphabetValidatorService'false],
  12651.             'App\\Validator\\Constraints\\ValidDNIValidator' => ['privates''App\\Validator\\Constraints\\ValidDNIValidator''getValidDNIValidatorService'false],
  12652.             'App\\Validator\\Constraints\\ValidEmailValidator' => ['privates''App\\Validator\\Constraints\\ValidEmailValidator''getValidEmailValidatorService'false],
  12653.             'App\\Validator\\Constraints\\ValidPasswordValidator' => ['privates''App\\Validator\\Constraints\\ValidPasswordValidator''getValidPasswordValidatorService'false],
  12654.             'App\\Validator\\Constraints\\ValidPhoneValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneValidator''getValidPhoneValidatorService'false],
  12655.             'App\\Validator\\Constraints\\ValidZipCodeValidator' => ['privates''App\\Validator\\Constraints\\ValidZipCodeValidator''getValidZipCodeValidatorService'false],
  12656.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  12657.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  12658.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  12659.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  12660.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  12661.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  12662.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  12663.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  12664.         ], [
  12665.             'App\\Validator\\Constraints\\ContainsAlphabetValidator' => '?',
  12666.             'App\\Validator\\Constraints\\ValidDNIValidator' => '?',
  12667.             'App\\Validator\\Constraints\\ValidEmailValidator' => '?',
  12668.             'App\\Validator\\Constraints\\ValidPasswordValidator' => '?',
  12669.             'App\\Validator\\Constraints\\ValidPhoneValidator' => '?',
  12670.             'App\\Validator\\Constraints\\ValidZipCodeValidator' => '?',
  12671.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  12672.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  12673.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  12674.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  12675.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  12676.             'doctrine.orm.validator.unique' => '?',
  12677.             'security.validator.user_password' => '?',
  12678.             'validator.expression' => '?',
  12679.         ])));
  12680.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  12681.         $instance->setTranslationDomain('validators');
  12682.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  12683.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12684.         $instance->addMethodMapping('loadValidatorMetadata');
  12685.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  12686.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  12687.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  12688.         return $instance;
  12689.     }
  12690.     /**
  12691.      * Gets the private 'validator.email' shared service.
  12692.      *
  12693.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  12694.      */
  12695.     protected function getValidator_EmailService()
  12696.     {
  12697.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12698.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12699.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  12700.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  12701.     }
  12702.     /**
  12703.      * Gets the private 'validator.expression' shared service.
  12704.      *
  12705.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  12706.      */
  12707.     protected function getValidator_ExpressionService()
  12708.     {
  12709.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12710.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12711.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  12712.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  12713.     }
  12714.     /**
  12715.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  12716.      *
  12717.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  12718.      */
  12719.     protected function getValidator_Mapping_CacheWarmerService()
  12720.     {
  12721.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  12724.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  12725.     }
  12726.     /**
  12727.      * Gets the private 'validator.not_compromised_password' shared service.
  12728.      *
  12729.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  12730.      */
  12731.     protected function getValidator_NotCompromisedPasswordService()
  12732.     {
  12733.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12734.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12735.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  12736.         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);
  12737.     }
  12738.     /**
  12739.      * Gets the private 'var_dumper.command.server_dump' shared service.
  12740.      *
  12741.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  12742.      */
  12743.     protected function getVarDumper_Command_ServerDumpService()
  12744.     {
  12745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12746.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  12747.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  12748.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  12749.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  12750.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  12751.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  12752.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12753.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12754.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12755.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12756.         $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()))]);
  12757.         $instance->setName('server:dump');
  12758.         return $instance;
  12759.     }
  12760.     /**
  12761.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  12762.      *
  12763.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  12764.      */
  12765.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  12766.     {
  12767.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  12768.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  12769.         return $instance;
  12770.     }
  12771.     /**
  12772.      * Gets the private 'var_dumper.html_dumper' shared service.
  12773.      *
  12774.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  12775.      */
  12776.     protected function getVarDumper_HtmlDumperService()
  12777.     {
  12778.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  12779.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  12780.         return $instance;
  12781.     }
  12782.     /**
  12783.      * Gets the private 'var_dumper.server_connection' shared service.
  12784.      *
  12785.      * @return \Symfony\Component\VarDumper\Server\Connection
  12786.      */
  12787.     protected function getVarDumper_ServerConnectionService()
  12788.     {
  12789.         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()]);
  12790.     }
  12791.     /**
  12792.      * Gets the private 'web_profiler.csp.handler' shared service.
  12793.      *
  12794.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  12795.      */
  12796.     protected function getWebProfiler_Csp_HandlerService()
  12797.     {
  12798.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  12799.     }
  12800.     /**
  12801.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  12802.      *
  12803.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  12804.      */
  12805.     protected function getWebProfiler_DebugToolbarService()
  12806.     {
  12807.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  12808.     }
  12809.     /**
  12810.      * @return array|bool|float|int|string|\UnitEnum|null
  12811.      */
  12812.     public function getParameter($name)
  12813.     {
  12814.         $name = (string) $name;
  12815.         if (isset($this->buildParameters[$name])) {
  12816.             return $this->buildParameters[$name];
  12817.         }
  12818.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  12819.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  12820.         }
  12821.         if (isset($this->loadedDynamicParameters[$name])) {
  12822.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  12823.         }
  12824.         return $this->parameters[$name];
  12825.     }
  12826.     public function hasParameter($name): bool
  12827.     {
  12828.         $name = (string) $name;
  12829.         if (isset($this->buildParameters[$name])) {
  12830.             return true;
  12831.         }
  12832.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  12833.     }
  12834.     public function setParameter($name$value): void
  12835.     {
  12836.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  12837.     }
  12838.     public function getParameterBag(): ParameterBagInterface
  12839.     {
  12840.         if (null === $this->parameterBag) {
  12841.             $parameters $this->parameters;
  12842.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  12843.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  12844.             }
  12845.             foreach ($this->buildParameters as $name => $value) {
  12846.                 $parameters[$name] = $value;
  12847.             }
  12848.             $this->parameterBag = new FrozenParameterBag($parameters);
  12849.         }
  12850.         return $this->parameterBag;
  12851.     }
  12852.     private $loadedDynamicParameters = [
  12853.         'kernel.cache_dir' => false,
  12854.         'HOST_FRONTEND_URL' => false,
  12855.         'HOST_API_URL' => false,
  12856.         'RESET_PASSWORD_FRONTEND_URL' => false,
  12857.         'noreply_email' => false,
  12858.         'AWS_S3_REGION' => false,
  12859.         'AWS_S3_KEY' => false,
  12860.         'AWS_S3_SECRET' => false,
  12861.         'AWS_S3_BUCKET_PRIVATE' => false,
  12862.         'VERSION_WEB' => false,
  12863.         'VERSION_APP_IOS_STATUS' => false,
  12864.         'VERSION_APP_IOS' => false,
  12865.         'VERSION_APP_ANDROID' => false,
  12866.         'VERSION_APP_ANDROID_STATUS' => false,
  12867.         'VERSION_APP_REQUEST_IOS' => false,
  12868.         'VERSION_APP_OPERATOR_IOS' => false,
  12869.         'VERSION_APP_REQUEST_ANDROID' => false,
  12870.         'VERSION_APP_OPERATOR_ANDROID' => false,
  12871.         'SMS_SENDER_DISPLAY_NAME' => false,
  12872.         'HOST_ONBOARDING' => false,
  12873.         'ONBOARDING_ACTIVATION' => false,
  12874.         'HOST_QIIP_WORK_ORDERS_IOS' => false,
  12875.         'HOST_QIIP_WORK_ORDERS_ANDROID' => false,
  12876.         'HOST_QIIP_REQUEST_IOS' => false,
  12877.         'HOST_QIIP_REQUEST_ANDROID' => false,
  12878.         'NOT_IMAGE_USER_ID' => false,
  12879.         'ONLY_PUSH' => false,
  12880.         'ENVIRONMENT' => false,
  12881.         'VENDOR_TEST' => false,
  12882.         'CAPTCHA_SECRET' => false,
  12883.         'CANARAGUA_ELEMENTS_CSV_ROUTE' => false,
  12884.         'CANARAGUA_TICKETS_CSV_ROUTE' => false,
  12885.         'CEMETERY_NICHES' => false,
  12886.         'CEMETERY_DECEASEDS' => false,
  12887.         'ANDROID_DEV' => false,
  12888.         'ANDROID_PRE' => false,
  12889.         'ANDROID_PRO' => false,
  12890.         'pusherKey' => false,
  12891.         'ONBOARDING_TO' => false,
  12892.         'ONBOARDING_FROM' => false,
  12893.         'JWT_PASSPHRASE' => false,
  12894.         'kernel.secret' => false,
  12895.         'session.save_path' => false,
  12896.         'validator.mapping.cache.file' => false,
  12897.         'profiler.storage.dsn' => false,
  12898.         'debug.container.dump' => false,
  12899.         'serializer.mapping.cache.file' => false,
  12900.         'nelmio_cors.defaults' => false,
  12901.         'doctrine.orm.proxy_dir' => false,
  12902.         'lexik_jwt_authentication.pass_phrase' => false,
  12903.         'knp_snappy.pdf.binary' => false,
  12904.         'knp_snappy.image.binary' => false,
  12905.         'lopi_pusher.config' => false,
  12906.     ];
  12907.     private $dynamicParameters = [];
  12908.     private function getDynamicParameter(string $name)
  12909.     {
  12910.         switch ($name) {
  12911.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  12912.             case 'HOST_FRONTEND_URL'$value $this->getEnv('HOST_FRONTEND_URL'); break;
  12913.             case 'HOST_API_URL'$value $this->getEnv('HOST_API_URL'); break;
  12914.             case 'RESET_PASSWORD_FRONTEND_URL'$value $this->getEnv('RESET_PASSWORD_FRONTEND_URL'); break;
  12915.             case 'noreply_email'$value $this->getEnv('NOREPLY_EMAIL'); break;
  12916.             case 'AWS_S3_REGION'$value $this->getEnv('AWS_S3_REGION'); break;
  12917.             case 'AWS_S3_KEY'$value $this->getEnv('AWS_S3_KEY'); break;
  12918.             case 'AWS_S3_SECRET'$value $this->getEnv('AWS_S3_SECRET'); break;
  12919.             case 'AWS_S3_BUCKET_PRIVATE'$value $this->getEnv('AWS_S3_BUCKET_PRIVATE'); break;
  12920.             case 'VERSION_WEB'$value $this->getEnv('VERSION_WEB'); break;
  12921.             case 'VERSION_APP_IOS_STATUS'$value $this->getEnv('VERSION_APP_IOS_STATUS'); break;
  12922.             case 'VERSION_APP_IOS'$value $this->getEnv('VERSION_APP_IOS'); break;
  12923.             case 'VERSION_APP_ANDROID'$value $this->getEnv('VERSION_APP_ANDROID'); break;
  12924.             case 'VERSION_APP_ANDROID_STATUS'$value $this->getEnv('VERSION_APP_ANDROID_STATUS'); break;
  12925.             case 'VERSION_APP_REQUEST_IOS'$value $this->getEnv('VERSION_APP_REQUEST_IOS'); break;
  12926.             case 'VERSION_APP_OPERATOR_IOS'$value $this->getEnv('VERSION_APP_OPERATOR_IOS'); break;
  12927.             case 'VERSION_APP_REQUEST_ANDROID'$value $this->getEnv('VERSION_APP_REQUEST_ANDROID'); break;
  12928.             case 'VERSION_APP_OPERATOR_ANDROID'$value $this->getEnv('VERSION_APP_OPERATOR_ANDROID'); break;
  12929.             case 'SMS_SENDER_DISPLAY_NAME'$value $this->getEnv('SMS_SENDER_DISPLAY_NAME'); break;
  12930.             case 'HOST_ONBOARDING'$value $this->getEnv('HOST_ONBOARDING'); break;
  12931.             case 'ONBOARDING_ACTIVATION'$value $this->getEnv('ONBOARDING_ACTIVATION'); break;
  12932.             case 'HOST_QIIP_WORK_ORDERS_IOS'$value $this->getEnv('HOST_QIIP_WORK_ORDERS_IOS'); break;
  12933.             case 'HOST_QIIP_WORK_ORDERS_ANDROID'$value $this->getEnv('HOST_QIIP_WORK_ORDERS_ANDROID'); break;
  12934.             case 'HOST_QIIP_REQUEST_IOS'$value $this->getEnv('HOST_QIIP_REQUEST_IOS'); break;
  12935.             case 'HOST_QIIP_REQUEST_ANDROID'$value $this->getEnv('HOST_QIIP_REQUEST_ANDROID'); break;
  12936.             case 'NOT_IMAGE_USER_ID'$value $this->getEnv('NOT_IMAGE_USER_ID'); break;
  12937.             case 'ONLY_PUSH'$value $this->getEnv('ONLY_PUSH'); break;
  12938.             case 'ENVIRONMENT'$value $this->getEnv('APP_ENV'); break;
  12939.             case 'VENDOR_TEST'$value $this->getEnv('VENDOR_TEST'); break;
  12940.             case 'CAPTCHA_SECRET'$value $this->getEnv('CAPTCHA_SECRET'); break;
  12941.             case 'CANARAGUA_ELEMENTS_CSV_ROUTE'$value $this->getEnv('CANARAGUA_ELEMENTS_CSV_ROUTE'); break;
  12942.             case 'CANARAGUA_TICKETS_CSV_ROUTE'$value $this->getEnv('CANARAGUA_TICKETS_CSV_ROUTE'); break;
  12943.             case 'CEMETERY_NICHES'$value $this->getEnv('CEMETERY_NICHES'); break;
  12944.             case 'CEMETERY_DECEASEDS'$value $this->getEnv('CEMETERY_DECEASEDS'); break;
  12945.             case 'ANDROID_DEV'$value $this->getEnv('ANDROID_DEV'); break;
  12946.             case 'ANDROID_PRE'$value $this->getEnv('ANDROID_PRE'); break;
  12947.             case 'ANDROID_PRO'$value $this->getEnv('ANDROID_PRO'); break;
  12948.             case 'pusherKey'$value $this->getEnv('PUSHER_KEY'); break;
  12949.             case 'ONBOARDING_TO'$value $this->getEnv('ONBOARDING_TO'); break;
  12950.             case 'ONBOARDING_FROM'$value $this->getEnv('ONBOARDING_FROM'); break;
  12951.             case 'JWT_PASSPHRASE'$value $this->getEnv('JWT_PASSPHRASE'); break;
  12952.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  12953.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  12954.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  12955.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  12956.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  12957.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  12958.             case 'nelmio_cors.defaults'$value = [
  12959.                 'allow_origin' => [
  12960.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  12961.                 ],
  12962.                 'allow_credentials' => false,
  12963.                 'allow_headers' => [
  12964.                     => 'content-type',
  12965.                     => 'authorization',
  12966.                 ],
  12967.                 'expose_headers' => [
  12968.                 ],
  12969.                 'allow_methods' => [
  12970.                     => 'GET',
  12971.                     => 'OPTIONS',
  12972.                     => 'POST',
  12973.                     => 'PUT',
  12974.                     => 'PATCH',
  12975.                     => 'DELETE',
  12976.                 ],
  12977.                 'max_age' => 3600,
  12978.                 'hosts' => [
  12979.                 ],
  12980.                 'origin_regex' => true,
  12981.                 'forced_allow_origin_value' => NULL,
  12982.                 'skip_same_as_origin' => true,
  12983.             ]; break;
  12984.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  12985.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  12986.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  12987.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  12988.             case 'lopi_pusher.config'$value = [
  12989.                 'timeout' => $this->getEnv('PUSHER_TIMEOUT'),
  12990.                 'debug' => false,
  12991.                 'scheme' => $this->getEnv('PUSHER_SCHEME'),
  12992.                 'port' => $this->getEnv('PUSHER_PORT'),
  12993.                 'host' => $this->getEnv('PUSHER_HOST'),
  12994.                 'app_id' => $this->getEnv('PUSHER_APP_ID'),
  12995.                 'key' => $this->getEnv('PUSHER_KEY'),
  12996.                 'secret' => $this->getEnv('PUSHER_SECRET'),
  12997.                 'cluster' => $this->getEnv('PUSHER_CLUSTER'),
  12998.                 'auth_service_id' => 'qiip_channel.authenticator',
  12999.             ]; break;
  13000.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  13001.         }
  13002.         $this->loadedDynamicParameters[$name] = true;
  13003.         return $this->dynamicParameters[$name] = $value;
  13004.     }
  13005.     protected function getDefaultParameters(): array
  13006.     {
  13007.         return [
  13008.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  13009.             'kernel.project_dir' => \dirname(__DIR__4),
  13010.             'kernel.environment' => 'dev',
  13011.             'kernel.debug' => true,
  13012.             'kernel.name' => 'src',
  13013.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  13014.             'kernel.bundles' => [
  13015.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  13016.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  13017.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  13018.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  13019.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  13020.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  13021.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  13022.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  13023.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  13024.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  13025.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  13026.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  13027.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  13028.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  13029.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  13030.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  13031.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  13032.                 'LopiPusherBundle' => 'Lopi\\Bundle\\PusherBundle\\LopiPusherBundle',
  13033.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  13034.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  13035.                 'EvenceSoftDeleteableExtensionBundle' => 'Evence\\Bundle\\SoftDeleteableExtensionBundle\\EvenceSoftDeleteableExtensionBundle',
  13036.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  13037.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  13038.                 'CemeteryBundle' => 'App\\Modules\\Cemetery\\CemeteryBundle',
  13039.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  13040.             ],
  13041.             'kernel.bundles_metadata' => [
  13042.                 'FrameworkBundle' => [
  13043.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  13044.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  13045.                 ],
  13046.                 'TwigBundle' => [
  13047.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  13048.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  13049.                 ],
  13050.                 'SecurityBundle' => [
  13051.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  13052.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  13053.                 ],
  13054.                 'NelmioCorsBundle' => [
  13055.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  13056.                     'namespace' => 'Nelmio\\CorsBundle',
  13057.                 ],
  13058.                 'DoctrineBundle' => [
  13059.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  13060.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  13061.                 ],
  13062.                 'ApiPlatformBundle' => [
  13063.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  13064.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  13065.                 ],
  13066.                 'LexikJWTAuthenticationBundle' => [
  13067.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  13068.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  13069.                 ],
  13070.                 'GesdinetJWTRefreshTokenBundle' => [
  13071.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  13072.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  13073.                 ],
  13074.                 'FOSElasticaBundle' => [
  13075.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  13076.                     'namespace' => 'FOS\\ElasticaBundle',
  13077.                 ],
  13078.                 'KnpSnappyBundle' => [
  13079.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  13080.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  13081.                 ],
  13082.                 'SensioFrameworkExtraBundle' => [
  13083.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  13084.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  13085.                 ],
  13086.                 'DoctrineMigrationsBundle' => [
  13087.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  13088.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  13089.                 ],
  13090.                 'SwiftmailerBundle' => [
  13091.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  13092.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  13093.                 ],
  13094.                 'WebProfilerBundle' => [
  13095.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  13096.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  13097.                 ],
  13098.                 'MonologBundle' => [
  13099.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  13100.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  13101.                 ],
  13102.                 'DebugBundle' => [
  13103.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  13104.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  13105.                 ],
  13106.                 'MakerBundle' => [
  13107.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  13108.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  13109.                 ],
  13110.                 'LopiPusherBundle' => [
  13111.                     'path' => (\dirname(__DIR__4).'/vendor/laupifrpar/pusher-bundle'),
  13112.                     'namespace' => 'Lopi\\Bundle\\PusherBundle',
  13113.                 ],
  13114.                 'DoctrineFixturesBundle' => [
  13115.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  13116.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  13117.                 ],
  13118.                 'StofDoctrineExtensionsBundle' => [
  13119.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  13120.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  13121.                 ],
  13122.                 'EvenceSoftDeleteableExtensionBundle' => [
  13123.                     'path' => (\dirname(__DIR__4).'/vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle'),
  13124.                     'namespace' => 'Evence\\Bundle\\SoftDeleteableExtensionBundle',
  13125.                 ],
  13126.                 'SentryBundle' => [
  13127.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  13128.                     'namespace' => 'Sentry\\SentryBundle',
  13129.                 ],
  13130.                 'TwigExtraBundle' => [
  13131.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  13132.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  13133.                 ],
  13134.                 'CemeteryBundle' => [
  13135.                     'path' => (\dirname(__DIR__4).'/src/Modules/Cemetery'),
  13136.                     'namespace' => 'App\\Modules\\Cemetery',
  13137.                 ],
  13138.                 'DoctrineCacheBundle' => [
  13139.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  13140.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  13141.                 ],
  13142.             ],
  13143.             'kernel.charset' => 'UTF-8',
  13144.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  13145.             'container.dumper.inline_class_loader' => true,
  13146.             'container.dumper.inline_factories' => true,
  13147.             'env(DATABASE_URL)' => '',
  13148.             'USER_RESET_PASSWORD_REQUEST' => 60,
  13149.             'USER_ACTIVATION_REQUEST' => 7200,
  13150.             'SETTING_FILES_DIR' => (\dirname(__DIR__4).'/src/../config/setting'),
  13151.             'locale' => 'es',
  13152.             'DELAY_MESSAGES_CHAT' => 5,
  13153.             'IOS_WORK_ORDER_REQUEST_DEV_PATH' => (\dirname(__DIR__4).'/config/push/ios_work_order_request_dev.pem'),
  13154.             'IOS_WORK_ORDER_REQUEST_DEV_PAS' => 'CCdyB9dqSG8W',
  13155.             'IOS_WORK_ORDER_REQUEST_PRE_PATH' => (\dirname(__DIR__4).'/config/push/ios_work_order_request_pre.pem'),
  13156.             'IOS_WORK_ORDER_REQUEST_PRE_PAS' => 'CCdyB9dqSG8W',
  13157.             'IOS_WORK_ORDER_REQUEST_PRO_PATH' => (\dirname(__DIR__4).'/config/push/ios_work_order_request_pro.pem'),
  13158.             'IOS_WORK_ORDER_REQUEST_PRO_PAS' => 'CCdyB9dqSG8W',
  13159.             'tempDirPublic' => (\dirname(__DIR__4).'/public'),
  13160.             'tempDirRoot' => \dirname(__DIR__4),
  13161.             'JSON_EXCEPTION' => true,
  13162.             'JWT_DIR' => (\dirname(__DIR__4).'/config/jwt'),
  13163.             'event_dispatcher.event_aliases' => [
  13164.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  13165.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  13166.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  13167.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  13168.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  13169.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  13170.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  13171.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  13172.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  13173.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  13174.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  13175.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  13176.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  13177.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  13178.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  13179.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  13180.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  13181.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  13182.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  13183.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  13184.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  13185.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  13186.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  13187.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  13188.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  13189.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  13190.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  13191.             ],
  13192.             'fragment.renderer.hinclude.global_template' => '',
  13193.             'fragment.path' => '/_fragment',
  13194.             'kernel.http_method_override' => true,
  13195.             'kernel.trusted_hosts' => [
  13196.             ],
  13197.             'kernel.default_locale' => 'es',
  13198.             'kernel.error_controller' => 'error_controller',
  13199.             'templating.helper.code.file_link_format' => NULL,
  13200.             'debug.file_link_format' => NULL,
  13201.             'session.metadata.storage_key' => '_sf2_meta',
  13202.             'session.storage.options' => [
  13203.                 'cache_limiter' => '0',
  13204.                 'cookie_secure' => 'auto',
  13205.                 'cookie_httponly' => true,
  13206.                 'cookie_samesite' => 'lax',
  13207.                 'gc_probability' => 1,
  13208.             ],
  13209.             'session.metadata.update_threshold' => 0,
  13210.             'form.type_extension.csrf.enabled' => true,
  13211.             'form.type_extension.csrf.field_name' => '_token',
  13212.             'asset.request_context.base_path' => '',
  13213.             'asset.request_context.secure' => false,
  13214.             'validator.translation_domain' => 'validators',
  13215.             'translator.logging' => false,
  13216.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  13217.             'profiler_listener.only_exceptions' => false,
  13218.             'profiler_listener.only_master_requests' => false,
  13219.             'debug.error_handler.throw_at' => -1,
  13220.             'router.request_context.host' => 'localhost',
  13221.             'router.request_context.scheme' => 'http',
  13222.             'router.request_context.base_url' => '',
  13223.             'router.resource' => 'kernel::loadRoutes',
  13224.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  13225.             'request_listener.http_port' => 80,
  13226.             'request_listener.https_port' => 443,
  13227.             'twig.exception_listener.controller' => NULL,
  13228.             'twig.form.resources' => [
  13229.                 => 'form_div_layout.html.twig',
  13230.             ],
  13231.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  13232.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  13233.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  13234.             'security.role_hierarchy.roles' => [
  13235.             ],
  13236.             'security.access.denied_url' => NULL,
  13237.             'security.authentication.manager.erase_credentials' => true,
  13238.             'security.authentication.session_strategy.strategy' => 'migrate',
  13239.             'security.access.always_authenticate_before_granting' => false,
  13240.             'security.authentication.hide_user_not_found' => true,
  13241.             'nelmio_cors.map' => [
  13242.                 '^/' => [
  13243.                     'skip_same_as_origin' => true,
  13244.                 ],
  13245.             ],
  13246.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  13247.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  13248.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  13249.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  13250.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  13251.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  13252.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  13253.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  13254.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  13255.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  13256.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  13257.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  13258.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  13259.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  13260.             'doctrine_cache.memcache.host' => 'localhost',
  13261.             'doctrine_cache.memcache.port' => 11211,
  13262.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  13263.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  13264.             'doctrine_cache.memcached.host' => 'localhost',
  13265.             'doctrine_cache.memcached.port' => 11211,
  13266.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  13267.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  13268.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  13269.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  13270.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  13271.             'doctrine_cache.predis.scheme' => 'tcp',
  13272.             'doctrine_cache.predis.host' => 'localhost',
  13273.             'doctrine_cache.predis.port' => 6379,
  13274.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  13275.             'doctrine_cache.redis.connection.class' => 'Redis',
  13276.             'doctrine_cache.redis.host' => 'localhost',
  13277.             'doctrine_cache.redis.port' => 6379,
  13278.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  13279.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  13280.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  13281.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  13282.             'doctrine_cache.riak.host' => 'localhost',
  13283.             'doctrine_cache.riak.port' => 8087,
  13284.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  13285.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  13286.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  13287.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  13288.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  13289.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  13290.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  13291.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  13292.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  13293.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  13294.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  13295.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  13296.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  13297.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  13298.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  13299.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  13300.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  13301.             'doctrine.entity_managers' => [
  13302.                 'default' => 'doctrine.orm.default_entity_manager',
  13303.             ],
  13304.             'doctrine.default_entity_manager' => 'default',
  13305.             'doctrine.dbal.connection_factory.types' => [
  13306.                 'geography' => [
  13307.                     'class' => 'Jsor\\Doctrine\\PostGIS\\Types\\GeographyType',
  13308.                     'commented' => false,
  13309.                 ],
  13310.                 'geometry' => [
  13311.                     'class' => 'Jsor\\Doctrine\\PostGIS\\Types\\GeometryType',
  13312.                     'commented' => false,
  13313.                 ],
  13314.                 'raster' => [
  13315.                     'class' => 'Jsor\\Doctrine\\PostGIS\\Types\\RasterType',
  13316.                     'commented' => false,
  13317.                 ],
  13318.             ],
  13319.             'doctrine.connections' => [
  13320.                 'default' => 'doctrine.dbal.default_connection',
  13321.             ],
  13322.             'doctrine.default_connection' => 'default',
  13323.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  13324.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  13325.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  13326.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  13327.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  13328.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  13329.             'doctrine.orm.cache.memcache_host' => 'localhost',
  13330.             'doctrine.orm.cache.memcache_port' => 11211,
  13331.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  13332.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  13333.             'doctrine.orm.cache.memcached_host' => 'localhost',
  13334.             'doctrine.orm.cache.memcached_port' => 11211,
  13335.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  13336.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  13337.             'doctrine.orm.cache.redis_host' => 'localhost',
  13338.             'doctrine.orm.cache.redis_port' => 6379,
  13339.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  13340.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  13341.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  13342.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  13343.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  13344.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  13345.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  13346.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  13347.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  13348.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  13349.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  13350.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  13351.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  13352.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  13353.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  13354.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  13355.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  13356.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  13357.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  13358.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  13359.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  13360.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  13361.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  13362.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  13363.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  13364.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  13365.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  13366.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  13367.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  13368.             'doctrine.orm.auto_generate_proxy_classes' => false,
  13369.             'doctrine.orm.proxy_namespace' => 'Proxies',
  13370.             'api_platform.enable_entrypoint' => true,
  13371.             'api_platform.enable_docs' => true,
  13372.             'api_platform.title' => 'Qiip',
  13373.             'api_platform.description' => 'Qiip Api DOC',
  13374.             'api_platform.version' => '1.0.0',
  13375.             'api_platform.show_webby' => true,
  13376.             'api_platform.exception_to_status' => [
  13377.                 'App\\Exception\\ChatException' => 400,
  13378.                 'App\\Exception\\UserException' => 400,
  13379.                 'App\\Exception\\GeneralException' => 400,
  13380.                 'App\\Exception\\InsuranceException' => 400,
  13381.                 'App\\Exception\\MediaObjectException' => 400,
  13382.                 'App\\Exception\\AccessDeniedException' => 406,
  13383.                 'App\\Exception\\NotFoundException' => 404,
  13384.                 'App\\Exception\\InvalidArgumentException' => 400,
  13385.                 'App\\Exception\\SubmittedOnboardingException' => 208,
  13386.             ],
  13387.             'api_platform.formats' => [
  13388.                 'json' => [
  13389.                     => 'application/json',
  13390.                 ],
  13391.                 'jsonld' => [
  13392.                     => 'application/ld+json',
  13393.                 ],
  13394.                 'jsonhal' => [
  13395.                     => 'application/hal+json',
  13396.                 ],
  13397.                 'xml' => [
  13398.                     => 'application/xml',
  13399.                     => 'text/xml',
  13400.                 ],
  13401.                 'html' => [
  13402.                     => 'text/html',
  13403.                 ],
  13404.             ],
  13405.             'api_platform.patch_formats' => [
  13406.             ],
  13407.             'api_platform.error_formats' => [
  13408.                 'jsonproblem' => [
  13409.                     => 'application/problem+json',
  13410.                 ],
  13411.                 'jsonld' => [
  13412.                     => 'application/ld+json',
  13413.                 ],
  13414.             ],
  13415.             'api_platform.allow_plain_identifiers' => false,
  13416.             'api_platform.eager_loading.enabled' => true,
  13417.             'api_platform.eager_loading.max_joins' => 40,
  13418.             'api_platform.eager_loading.fetch_partial' => false,
  13419.             'api_platform.eager_loading.force_eager' => false,
  13420.             'api_platform.collection.exists_parameter_name' => 'exists',
  13421.             'api_platform.collection.order' => 'ASC',
  13422.             'api_platform.collection.order_parameter_name' => 'order',
  13423.             'api_platform.collection.pagination.enabled' => true,
  13424.             'api_platform.collection.pagination.partial' => false,
  13425.             'api_platform.collection.pagination.client_enabled' => true,
  13426.             'api_platform.collection.pagination.client_items_per_page' => true,
  13427.             'api_platform.collection.pagination.client_partial' => false,
  13428.             'api_platform.collection.pagination.items_per_page' => 30,
  13429.             'api_platform.collection.pagination.maximum_items_per_page' => 200,
  13430.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  13431.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  13432.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  13433.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  13434.             'api_platform.collection.pagination' => [
  13435.                 'client_enabled' => true,
  13436.                 'items_per_page' => 30,
  13437.                 'maximum_items_per_page' => 200,
  13438.                 'client_items_per_page' => true,
  13439.                 'items_per_page_parameter_name' => 'itemsPerPage',
  13440.                 'enabled' => true,
  13441.                 'partial' => false,
  13442.                 'client_partial' => false,
  13443.                 'page_parameter_name' => 'page',
  13444.                 'enabled_parameter_name' => 'pagination',
  13445.                 'partial_parameter_name' => 'partial',
  13446.             ],
  13447.             'api_platform.http_cache.etag' => true,
  13448.             'api_platform.http_cache.max_age' => NULL,
  13449.             'api_platform.http_cache.shared_max_age' => NULL,
  13450.             'api_platform.http_cache.vary' => [
  13451.                 => 'Accept',
  13452.             ],
  13453.             'api_platform.http_cache.public' => NULL,
  13454.             'api_platform.resource_class_directories' => [
  13455.                 => (\dirname(__DIR__4).'/src/Entity'),
  13456.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  13457.                 => (\dirname(__DIR__4).'/src/Modules/Cemetery/Entity'),
  13458.             ],
  13459.             'api_platform.oauth.enabled' => false,
  13460.             'api_platform.oauth.clientId' => '',
  13461.             'api_platform.oauth.clientSecret' => '',
  13462.             'api_platform.oauth.type' => 'oauth2',
  13463.             'api_platform.oauth.flow' => 'application',
  13464.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  13465.             'api_platform.oauth.authorizationUrl' => '/oauth/v2/auth',
  13466.             'api_platform.oauth.scopes' => [
  13467.             ],
  13468.             'api_platform.swagger.versions' => [
  13469.                 => 2,
  13470.                 => 3,
  13471.             ],
  13472.             'api_platform.enable_swagger_ui' => true,
  13473.             'api_platform.enable_re_doc' => true,
  13474.             'api_platform.swagger.api_keys' => [
  13475.                 'apiKey' => [
  13476.                     'name' => 'Authorization',
  13477.                     'type' => 'header',
  13478.                 ],
  13479.             ],
  13480.             'api_platform.graphql.enabled' => false,
  13481.             'api_platform.graphql.graphiql.enabled' => false,
  13482.             'api_platform.graphql.graphql_playground.enabled' => false,
  13483.             'api_platform.graphql.collection.pagination' => [
  13484.                 'enabled' => true,
  13485.             ],
  13486.             'api_platform.validator.serialize_payload_fields' => [
  13487.             ],
  13488.             'api_platform.elasticsearch.enabled' => false,
  13489.             'lexik_jwt_authentication.token_ttl' => 3600,
  13490.             'lexik_jwt_authentication.clock_skew' => 0,
  13491.             'lexik_jwt_authentication.user_identity_field' => 'username',
  13492.             'lexik_jwt_authentication.allow_no_expiration' => false,
  13493.             'lexik_jwt_authentication.user_id_claim' => 'username',
  13494.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  13495.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  13496.             'gesdinet_jwt_refresh_token.ttl' => 15552000,
  13497.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  13498.             'gesdinet_jwt_refresh_token.security.firewall' => 'refresh',
  13499.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.api_user_provider',
  13500.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  13501.             'gesdinet_jwt_refresh_token.single_use' => false,
  13502.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  13503.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  13504.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\Auth\\JwtRefreshToken',
  13505.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  13506.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  13507.             'fos_elastica.property_accessor.magicCall' => false,
  13508.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  13509.             'fos_elastica.default_index' => 'app',
  13510.             'knp_snappy.pdf.options' => [
  13511.             ],
  13512.             'knp_snappy.pdf.env' => [
  13513.             ],
  13514.             'knp_snappy.image.options' => [
  13515.             ],
  13516.             'knp_snappy.image.env' => [
  13517.             ],
  13518.             'doctrine.migrations.preferred_em' => NULL,
  13519.             'doctrine.migrations.preferred_connection' => NULL,
  13520.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  13521.             'swiftmailer.mailer.default.spool.enabled' => false,
  13522.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  13523.             'swiftmailer.mailer.default.single_address' => NULL,
  13524.             'swiftmailer.mailer.default.delivery.enabled' => true,
  13525.             'swiftmailer.spool.enabled' => false,
  13526.             'swiftmailer.delivery.enabled' => true,
  13527.             'swiftmailer.single_address' => NULL,
  13528.             'swiftmailer.mailers' => [
  13529.                 'default' => 'swiftmailer.mailer.default',
  13530.             ],
  13531.             'swiftmailer.default_mailer' => 'default',
  13532.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  13533.             'web_profiler.debug_toolbar.mode' => 2,
  13534.             'monolog.use_microseconds' => true,
  13535.             'monolog.swift_mailer.handlers' => [
  13536.             ],
  13537.             'monolog.handlers_to_channels' => [
  13538.                 'monolog.handler.console' => [
  13539.                     'type' => 'exclusive',
  13540.                     'elements' => [
  13541.                         => 'event',
  13542.                         => 'doctrine',
  13543.                         => 'console',
  13544.                     ],
  13545.                 ],
  13546.                 'monolog.handler.main' => [
  13547.                     'type' => 'exclusive',
  13548.                     'elements' => [
  13549.                         => 'event',
  13550.                     ],
  13551.                 ],
  13552.             ],
  13553.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  13554.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  13555.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  13556.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  13557.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  13558.             'stof_doctrine_extensions.default_locale' => 'en_US',
  13559.             'stof_doctrine_extensions.translation_fallback' => false,
  13560.             'stof_doctrine_extensions.persist_default_translation' => false,
  13561.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  13562.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  13563.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  13564.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  13565.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  13566.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  13567.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  13568.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  13569.             'sentry.listener_priorities.request' => 1,
  13570.             'sentry.listener_priorities.sub_request' => 1,
  13571.             'sentry.listener_priorities.console' => 1,
  13572.             'sentry.listener_priorities.request_error' => 128,
  13573.             'sentry.listener_priorities.console_error' => 128,
  13574.             'sentry.listener_priorities.worker_error' => 99,
  13575.             'maker.compatible_check.doctrine.supports_attributes' => false,
  13576.             'data_collector.templates' => [
  13577.                 'data_collector.request' => [
  13578.                     => 'request',
  13579.                     => '@WebProfiler/Collector/request.html.twig',
  13580.                 ],
  13581.                 'api_platform.data_collector.request' => [
  13582.                     => 'api_platform.data_collector.request',
  13583.                     => '@ApiPlatform/DataCollector/request.html.twig',
  13584.                 ],
  13585.                 'data_collector.time' => [
  13586.                     => 'time',
  13587.                     => '@WebProfiler/Collector/time.html.twig',
  13588.                 ],
  13589.                 'data_collector.memory' => [
  13590.                     => 'memory',
  13591.                     => '@WebProfiler/Collector/memory.html.twig',
  13592.                 ],
  13593.                 'data_collector.validator' => [
  13594.                     => 'validator',
  13595.                     => '@WebProfiler/Collector/validator.html.twig',
  13596.                 ],
  13597.                 'data_collector.ajax' => [
  13598.                     => 'ajax',
  13599.                     => '@WebProfiler/Collector/ajax.html.twig',
  13600.                 ],
  13601.                 'data_collector.form' => [
  13602.                     => 'form',
  13603.                     => '@WebProfiler/Collector/form.html.twig',
  13604.                 ],
  13605.                 'data_collector.exception' => [
  13606.                     => 'exception',
  13607.                     => '@WebProfiler/Collector/exception.html.twig',
  13608.                 ],
  13609.                 'data_collector.logger' => [
  13610.                     => 'logger',
  13611.                     => '@WebProfiler/Collector/logger.html.twig',
  13612.                 ],
  13613.                 'data_collector.events' => [
  13614.                     => 'events',
  13615.                     => '@WebProfiler/Collector/events.html.twig',
  13616.                 ],
  13617.                 'data_collector.router' => [
  13618.                     => 'router',
  13619.                     => '@WebProfiler/Collector/router.html.twig',
  13620.                 ],
  13621.                 'data_collector.cache' => [
  13622.                     => 'cache',
  13623.                     => '@WebProfiler/Collector/cache.html.twig',
  13624.                 ],
  13625.                 'data_collector.translation' => [
  13626.                     => 'translation',
  13627.                     => '@WebProfiler/Collector/translation.html.twig',
  13628.                 ],
  13629.                 'data_collector.security' => [
  13630.                     => 'security',
  13631.                     => '@Security/Collector/security.html.twig',
  13632.                 ],
  13633.                 'data_collector.twig' => [
  13634.                     => 'twig',
  13635.                     => '@WebProfiler/Collector/twig.html.twig',
  13636.                 ],
  13637.                 'data_collector.http_client' => [
  13638.                     => 'http_client',
  13639.                     => '@WebProfiler/Collector/http_client.html.twig',
  13640.                 ],
  13641.                 'data_collector.doctrine' => [
  13642.                     => 'db',
  13643.                     => '@Doctrine/Collector/db.html.twig',
  13644.                 ],
  13645.                 'swiftmailer.data_collector' => [
  13646.                     => 'swiftmailer',
  13647.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  13648.                 ],
  13649.                 'data_collector.dump' => [
  13650.                     => 'dump',
  13651.                     => '@Debug/Profiler/dump.html.twig',
  13652.                 ],
  13653.                 'data_collector.messenger' => [
  13654.                     => 'messenger',
  13655.                     => '@WebProfiler/Collector/messenger.html.twig',
  13656.                 ],
  13657.                 'fos_elastica.data_collector' => [
  13658.                     => 'elastica',
  13659.                     => '@FOSElastica/Collector/elastica.html.twig',
  13660.                 ],
  13661.                 'data_collector.config' => [
  13662.                     => 'config',
  13663.                     => '@WebProfiler/Collector/config.html.twig',
  13664.                 ],
  13665.             ],
  13666.             'console.command.ids' => [
  13667.                 => 'console.command.public_alias.App\\Command\\AddApiVersionCommand',
  13668.                 => 'console.command.public_alias.App\\Command\\AddRoleWeightCommand',
  13669.                 => 'console.command.public_alias.App\\Command\\AddVendorCodeCommand',
  13670.                 => 'console.command.public_alias.App\\Command\\CanaraguaAddProjectToWO',
  13671.                 => 'console.command.public_alias.App\\Command\\CanaraguaTicketsImportCommand',
  13672.                 => 'console.command.public_alias.App\\Command\\CanaraguaWareHouseImportCommand',
  13673.                 => 'console.command.public_alias.App\\Command\\CemeteryImportDeceaseds',
  13674.                 => 'console.command.public_alias.App\\Command\\CemeteryImportNiches',
  13675.                 => 'console.command.public_alias.App\\Command\\CreateSuperAdminCommand',
  13676.                 => 'console.command.public_alias.App\\Command\\Fix_UpdatedByAndCreatedForTicketAndTaskByCommand',
  13677.                 10 => 'console.command.public_alias.App\\Command\\RemoveUnreadState',
  13678.                 11 => 'console.command.public_alias.App\\Command\\ResetPasswordCommand',
  13679.                 12 => 'console.command.public_alias.App\\Command\\ScheduledTaskCommand',
  13680.                 13 => 'console.command.public_alias.App\\Command\\TicketsFakeForVendorCommand',
  13681.                 14 => 'console.command.public_alias.App\\Command\\TicketsToCSVCommand',
  13682.                 15 => 'console.command.public_alias.doctrine_cache.contains_command',
  13683.                 16 => 'console.command.public_alias.doctrine_cache.delete_command',
  13684.                 17 => 'console.command.public_alias.doctrine_cache.flush_command',
  13685.                 18 => 'console.command.public_alias.doctrine_cache.stats_command',
  13686.                 19 => 'console.command.public_alias.api_platform.json_schema.json_schema_generate_command',
  13687.             ],
  13688.         ];
  13689.     }
  13690.     protected function throw($message)
  13691.     {
  13692.         throw new RuntimeException($message);
  13693.     }
  13694. }