var/cache/dev/ContainerDZxMzxI/srcHarmonizely_KernelDevDebugContainer.php line 2037

Open in your IDE?
  1. <?php
  2. namespace ContainerDZxMzxI;
  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 srcHarmonizely_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.             'cache.app' => 'getCache_AppService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'data_collector.dump' => 'getDataCollector_DumpService',
  39.             'doctrine' => 'getDoctrineService',
  40.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  41.             'doctrine.dbal.harmonizely_connection' => 'getDoctrine_Dbal_HarmonizelyConnectionService',
  42.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  43.             'doctrine.orm.harmonizely_entity_manager' => 'getDoctrine_Orm_HarmonizelyEntityManagerService',
  44.             'event_dispatcher' => 'getEventDispatcherService',
  45.             'filesystem' => 'getFilesystemService',
  46.             'hateoas.generator.registry' => 'getHateoas_Generator_RegistryService',
  47.             'hateoas.helper.link' => 'getHateoas_Helper_LinkService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'jms_serializer' => 'getJmsSerializerService',
  50.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  51.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  52.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  53.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  54.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  55.             'liip_imagine.cache.resolver.user_avatar' => 'getLiipImagine_Cache_Resolver_UserAvatarService',
  56.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  57.             'message_bus' => 'getMessageBusService',
  58.             'oneup_flysystem.awss3v3_filesystem' => 'getOneupFlysystem_Awss3v3FilesystemService',
  59.             'oneup_flysystem.local_filesystem' => 'getOneupFlysystem_LocalFilesystemService',
  60.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  61.             'profiler' => 'getProfilerService',
  62.             'request_stack' => 'getRequestStackService',
  63.             'router' => 'getRouterService',
  64.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  65.             'security.token_storage' => 'getSecurity_TokenStorageService',
  66.             'serializer' => 'getSerializerService',
  67.             'translator' => 'getTranslatorService',
  68.             'twig' => 'getTwigService',
  69.             'validator' => 'getValidatorService',
  70.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  71.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  72.         ];
  73.         $this->fileMap = [
  74.             'Harmonizely\\Controller\\ApiController' => 'getApiControllerService.php',
  75.             'Harmonizely\\Controller\\Api\\BookingController' => 'getBookingControllerService.php',
  76.             'Harmonizely\\Controller\\Api\\BookingPayment\\PaymentStatusController' => 'getPaymentStatusControllerService.php',
  77.             'Harmonizely\\Controller\\Api\\Calendars\\TwoWaySync\\HandleGoogleCalendarNotificationController' => 'getHandleGoogleCalendarNotificationControllerService.php',
  78.             'Harmonizely\\Controller\\Api\\Calendars\\TwoWaySync\\HandleOutlookCalendarNotificationController' => 'getHandleOutlookCalendarNotificationControllerService.php',
  79.             'Harmonizely\\Controller\\Api\\CustomDomainController' => 'getCustomDomainControllerService.php',
  80.             'Harmonizely\\Controller\\Api\\EventCancellationController' => 'getEventCancellationControllerService.php',
  81.             'Harmonizely\\Controller\\Api\\EventController' => 'getEventControllerService.php',
  82.             'Harmonizely\\Controller\\Api\\EventTypeController' => 'getEventTypeControllerService.php',
  83.             'Harmonizely\\Controller\\Api\\EventTypes\\EventTypeCalendarPatchController' => 'getEventTypeCalendarPatchControllerService.php',
  84.             'Harmonizely\\Controller\\Api\\EventTypes\\EventTypePaymentInfoGetController' => 'getEventTypePaymentInfoGetControllerService.php',
  85.             'Harmonizely\\Controller\\Api\\OrganizationController' => 'getOrganizationControllerService.php',
  86.             'Harmonizely\\Controller\\Api\\OrganizationTag\\CreateOrganizationTagController' => 'getCreateOrganizationTagControllerService.php',
  87.             'Harmonizely\\Controller\\Api\\OrganizationTag\\DeleteOrganizationTagController' => 'getDeleteOrganizationTagControllerService.php',
  88.             'Harmonizely\\Controller\\Api\\OrganizationTag\\OrganizationTagListController' => 'getOrganizationTagListControllerService.php',
  89.             'Harmonizely\\Controller\\Api\\OrganizationTag\\UpdateOrganizationTagController' => 'getUpdateOrganizationTagControllerService.php',
  90.             'Harmonizely\\Controller\\Api\\Organizations\\Export\\MembersMeetingsStatisticsController' => 'getMembersMeetingsStatisticsControllerService.php',
  91.             'Harmonizely\\Controller\\Api\\Organizations\\Statistics\\MembersMeetingsController' => 'getMembersMeetingsControllerService.php',
  92.             'Harmonizely\\Controller\\Api\\Poll\\CreatePollResultController' => 'getCreatePollResultControllerService.php',
  93.             'Harmonizely\\Controller\\Api\\Registration\\ChangeUserEmailController' => 'getChangeUserEmailControllerService.php',
  94.             'Harmonizely\\Controller\\Api\\Registration\\ResendUserVerificationCodeController' => 'getResendUserVerificationCodeControllerService.php',
  95.             'Harmonizely\\Controller\\Api\\Registration\\ValidateUserEmailController' => 'getValidateUserEmailControllerService.php',
  96.             'Harmonizely\\Controller\\Api\\Registration\\ValidateUserSlugController' => 'getValidateUserSlugControllerService.php',
  97.             'Harmonizely\\Controller\\Api\\Registration\\ValidateUserVerificationCodeController' => 'getValidateUserVerificationCodeControllerService.php',
  98.             'Harmonizely\\Controller\\Api\\Review\\CanLeaveReviewController' => 'getCanLeaveReviewControllerService.php',
  99.             'Harmonizely\\Controller\\Api\\Review\\LeaveReviewController' => 'getLeaveReviewControllerService.php',
  100.             'Harmonizely\\Controller\\Api\\RoutingForm\\CreateRoutingFormResultController' => 'getCreateRoutingFormResultControllerService.php',
  101.             'Harmonizely\\Controller\\Api\\SingleUseLinkController' => 'getSingleUseLinkControllerService.php',
  102.             'Harmonizely\\Controller\\Api\\SingleUseLinkListController' => 'getSingleUseLinkListControllerService.php',
  103.             'Harmonizely\\Controller\\Api\\StatsController' => 'getStatsControllerService.php',
  104.             'Harmonizely\\Controller\\Api\\UserController' => 'getUserControllerService.php',
  105.             'Harmonizely\\Controller\\Api\\UserEventTypesController' => 'getUserEventTypesControllerService.php',
  106.             'Harmonizely\\Controller\\Api\\UserOrganizationTag\\AddUserOrganizationTagController' => 'getAddUserOrganizationTagControllerService.php',
  107.             'Harmonizely\\Controller\\Api\\UserOrganizationTag\\RemoveUserOrganizationTagController' => 'getRemoveUserOrganizationTagControllerService.php',
  108.             'Harmonizely\\Controller\\Api\\UserOrganizationTag\\UserOrganizationTagListController' => 'getUserOrganizationTagListControllerService.php',
  109.             'Harmonizely\\Controller\\Api\\ViewHandler' => 'getViewHandlerService.php',
  110.             'Harmonizely\\Controller\\Api\\Webhooks\\CreateWebhookController' => 'getCreateWebhookControllerService.php',
  111.             'Harmonizely\\Controller\\Api\\Webhooks\\DeleteWebhookController' => 'getDeleteWebhookControllerService.php',
  112.             'Harmonizely\\Controller\\Api\\Webhooks\\GetWebhooksController' => 'getGetWebhooksControllerService.php',
  113.             'Harmonizely\\Controller\\BookingPayment\\NotificationPaymentCallbackController' => 'getNotificationPaymentCallbackControllerService.php',
  114.             'Harmonizely\\Controller\\BookingPayment\\ReturnPaymentController' => 'getReturnPaymentControllerService.php',
  115.             'Harmonizely\\Controller\\CalendarController' => 'getCalendarControllerService.php',
  116.             'Harmonizely\\Controller\\CancellationController' => 'getCancellationControllerService.php',
  117.             'Harmonizely\\Controller\\Client\\AcceptCookieController' => 'getAcceptCookieControllerService.php',
  118.             'Harmonizely\\Controller\\ConsentController' => 'getConsentControllerService.php',
  119.             'Harmonizely\\Controller\\CustomDomainController' => 'getCustomDomainController2Service.php',
  120.             'Harmonizely\\Controller\\CustomRegistrationController' => 'getCustomRegistrationControllerService.php',
  121.             'Harmonizely\\Controller\\CustomResettingController' => 'getCustomResettingControllerService.php',
  122.             'Harmonizely\\Controller\\DashboardController' => 'getDashboardControllerService.php',
  123.             'Harmonizely\\Controller\\DayliteController' => 'getDayliteControllerService.php',
  124.             'Harmonizely\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  125.             'Harmonizely\\Controller\\EmbedController' => 'getEmbedControllerService.php',
  126.             'Harmonizely\\Controller\\EventController' => 'getEventController2Service.php',
  127.             'Harmonizely\\Controller\\EventTypeController' => 'getEventTypeController2Service.php',
  128.             'Harmonizely\\Controller\\EventTypeTagIntegrationController' => 'getEventTypeTagIntegrationControllerService.php',
  129.             'Harmonizely\\Controller\\FacebookPixelIntegrationController' => 'getFacebookPixelIntegrationControllerService.php',
  130.             'Harmonizely\\Controller\\FacebookPixelOrganizationIntegrationController' => 'getFacebookPixelOrganizationIntegrationControllerService.php',
  131.             'Harmonizely\\Controller\\FlexibleDurationIntegrationController' => 'getFlexibleDurationIntegrationControllerService.php',
  132.             'Harmonizely\\Controller\\GoogleAnalyticsIntegrationController' => 'getGoogleAnalyticsIntegrationControllerService.php',
  133.             'Harmonizely\\Controller\\GoogleAnalyticsOrganizationIntegrationController' => 'getGoogleAnalyticsOrganizationIntegrationControllerService.php',
  134.             'Harmonizely\\Controller\\HealthCheckGetController' => 'getHealthCheckGetControllerService.php',
  135.             'Harmonizely\\Controller\\ICalFileController' => 'getICalFileControllerService.php',
  136.             'Harmonizely\\Controller\\IntegrationController' => 'getIntegrationControllerService.php',
  137.             'Harmonizely\\Controller\\JsController' => 'getJsControllerService.php',
  138.             'Harmonizely\\Controller\\KopanoMeetIntegrationController' => 'getKopanoMeetIntegrationControllerService.php',
  139.             'Harmonizely\\Controller\\Login\\LoadSecretSecondFactorController' => 'getLoadSecretSecondFactorControllerService.php',
  140.             'Harmonizely\\Controller\\Login\\LoginOAuthCallbackController' => 'getLoginOAuthCallbackControllerService.php',
  141.             'Harmonizely\\Controller\\Login\\LoginOAuthController' => 'getLoginOAuthControllerService.php',
  142.             'Harmonizely\\Controller\\Login\\LoginSecondFactorController' => 'getLoginSecondFactorControllerService.php',
  143.             'Harmonizely\\Controller\\Login\\SecondFactorController' => 'getSecondFactorControllerService.php',
  144.             'Harmonizely\\Controller\\Login\\SetupSecondFactorController' => 'getSetupSecondFactorControllerService.php',
  145.             'Harmonizely\\Controller\\Login\\SkipSecondFactorController' => 'getSkipSecondFactorControllerService.php',
  146.             'Harmonizely\\Controller\\MigrationSubscription\\ApplyMigrationSubscriptionController' => 'getApplyMigrationSubscriptionControllerService.php',
  147.             'Harmonizely\\Controller\\MigrationSubscription\\MigrationSubscriptionController' => 'getMigrationSubscriptionControllerService.php',
  148.             'Harmonizely\\Controller\\MultipleEmailIntegrationController' => 'getMultipleEmailIntegrationControllerService.php',
  149.             'Harmonizely\\Controller\\MultipleMeetingIntegrationController' => 'getMultipleMeetingIntegrationControllerService.php',
  150.             'Harmonizely\\Controller\\OktaOAuthController' => 'getOktaOAuthControllerService.php',
  151.             'Harmonizely\\Controller\\OktaOrganizationIntegrationController' => 'getOktaOrganizationIntegrationControllerService.php',
  152.             'Harmonizely\\Controller\\OrganizationBookingController' => 'getOrganizationBookingControllerService.php',
  153.             'Harmonizely\\Controller\\OrganizationController' => 'getOrganizationController2Service.php',
  154.             'Harmonizely\\Controller\\Panel\\Api\\Acl\\AclListController' => 'getAclListControllerService.php',
  155.             'Harmonizely\\Controller\\Panel\\Api\\ApiKey\\ApiKeyListController' => 'getApiKeyListControllerService.php',
  156.             'Harmonizely\\Controller\\Panel\\Api\\ApiKey\\BlockApiKeyController' => 'getBlockApiKeyControllerService.php',
  157.             'Harmonizely\\Controller\\Panel\\Api\\ApiKey\\CreateApiKeyController' => 'getCreateApiKeyControllerService.php',
  158.             'Harmonizely\\Controller\\Panel\\Api\\Appearance\\GetOrganizationAppearanceController' => 'getGetOrganizationAppearanceControllerService.php',
  159.             'Harmonizely\\Controller\\Panel\\Api\\Appearance\\GetUserAppearanceController' => 'getGetUserAppearanceControllerService.php',
  160.             'Harmonizely\\Controller\\Panel\\Api\\Appearance\\SaveOrganizationAppearanceController' => 'getSaveOrganizationAppearanceControllerService.php',
  161.             'Harmonizely\\Controller\\Panel\\Api\\Appearance\\SaveUserAppearanceController' => 'getSaveUserAppearanceControllerService.php',
  162.             'Harmonizely\\Controller\\Panel\\Api\\AvailabilityRule\\SaveAvailabilityRuleController' => 'getSaveAvailabilityRuleControllerService.php',
  163.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\CalendarAccountListController' => 'getCalendarAccountListControllerService.php',
  164.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\CheckCalendarForConflictsController' => 'getCheckCalendarForConflictsControllerService.php',
  165.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\CheckCalendarForExternalController' => 'getCheckCalendarForExternalControllerService.php',
  166.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\DeleteCalendarAccountController' => 'getDeleteCalendarAccountControllerService.php',
  167.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\SetDefaultCalendarController' => 'getSetDefaultCalendarControllerService.php',
  168.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\SyncCalendarAccountController' => 'getSyncCalendarAccountControllerService.php',
  169.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\UpdateCalendarEventNameTypeController' => 'getUpdateCalendarEventNameTypeControllerService.php',
  170.             'Harmonizely\\Controller\\Panel\\Api\\Calendar\\CalendarEventListController' => 'getCalendarEventListControllerService.php',
  171.             'Harmonizely\\Controller\\Panel\\Api\\Calendar\\CalendarEventTypeListController' => 'getCalendarEventTypeListControllerService.php',
  172.             'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\OrganizationCancellationPolicyController' => 'getOrganizationCancellationPolicyControllerService.php',
  173.             'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\UpdateOrganizationCancellationPolicyController' => 'getUpdateOrganizationCancellationPolicyControllerService.php',
  174.             'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\UpdateUserCancellationPolicyController' => 'getUpdateUserCancellationPolicyControllerService.php',
  175.             'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\UserCancellationPolicyController' => 'getUserCancellationPolicyControllerService.php',
  176.             'Harmonizely\\Controller\\Panel\\Api\\Chart\\HourChartController' => 'getHourChartControllerService.php',
  177.             'Harmonizely\\Controller\\Panel\\Api\\Chart\\ListStatusChartController' => 'getListStatusChartControllerService.php',
  178.             'Harmonizely\\Controller\\Panel\\Api\\Chart\\StatusChartController' => 'getStatusChartControllerService.php',
  179.             'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\OrganizationCustomTranslationListController' => 'getOrganizationCustomTranslationListControllerService.php',
  180.             'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\SaveOrganizationCustomTranslationController' => 'getSaveOrganizationCustomTranslationControllerService.php',
  181.             'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\SaveUserCustomTranslationController' => 'getSaveUserCustomTranslationControllerService.php',
  182.             'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\UserCustomTranslationListController' => 'getUserCustomTranslationListControllerService.php',
  183.             'Harmonizely\\Controller\\Panel\\Api\\Dashboard\\GetDashboardStatisticsController' => 'getGetDashboardStatisticsControllerService.php',
  184.             'Harmonizely\\Controller\\Panel\\Api\\Directory\\DeleteCompanyController' => 'getDeleteCompanyControllerService.php',
  185.             'Harmonizely\\Controller\\Panel\\Api\\Directory\\GetCompanyController' => 'getGetCompanyControllerService.php',
  186.             'Harmonizely\\Controller\\Panel\\Api\\Directory\\SaveCompanyController' => 'getSaveCompanyControllerService.php',
  187.             'Harmonizely\\Controller\\Panel\\Api\\EventTypeTag\\AddEventTypeTagController' => 'getAddEventTypeTagControllerService.php',
  188.             'Harmonizely\\Controller\\Panel\\Api\\EventTypeTag\\EventTypeTagListController' => 'getEventTypeTagListControllerService.php',
  189.             'Harmonizely\\Controller\\Panel\\Api\\EventTypeTag\\RemoveEventTypeTagController' => 'getRemoveEventTypeTagControllerService.php',
  190.             'Harmonizely\\Controller\\Panel\\Api\\EventType\\EventTypeListController' => 'getEventTypeListControllerService.php',
  191.             'Harmonizely\\Controller\\Panel\\Api\\EventType\\GetEventTypeAvailabilityController' => 'getGetEventTypeAvailabilityControllerService.php',
  192.             'Harmonizely\\Controller\\Panel\\Api\\EventType\\GetEventTypeController' => 'getGetEventTypeControllerService.php',
  193.             'Harmonizely\\Controller\\Panel\\Api\\Event\\CancelEventController' => 'getCancelEventControllerService.php',
  194.             'Harmonizely\\Controller\\Panel\\Api\\Event\\CancelEventListController' => 'getCancelEventListControllerService.php',
  195.             'Harmonizely\\Controller\\Panel\\Api\\Event\\CreateEventController' => 'getCreateEventControllerService.php',
  196.             'Harmonizely\\Controller\\Panel\\Api\\Event\\DeleteEventController' => 'getDeleteEventControllerService.php',
  197.             'Harmonizely\\Controller\\Panel\\Api\\Event\\DeleteEventListController' => 'getDeleteEventListControllerService.php',
  198.             'Harmonizely\\Controller\\Panel\\Api\\Event\\EditEventController' => 'getEditEventControllerService.php',
  199.             'Harmonizely\\Controller\\Panel\\Api\\Event\\EventEditNotesController' => 'getEventEditNotesControllerService.php',
  200.             'Harmonizely\\Controller\\Panel\\Api\\Event\\EventInviteParticipantsController' => 'getEventInviteParticipantsControllerService.php',
  201.             'Harmonizely\\Controller\\Panel\\Api\\Event\\EventListController' => 'getEventListControllerService.php',
  202.             'Harmonizely\\Controller\\Panel\\Api\\Event\\GetEventController' => 'getGetEventControllerService.php',
  203.             'Harmonizely\\Controller\\Panel\\Api\\Event\\NoShowEventController' => 'getNoShowEventControllerService.php',
  204.             'Harmonizely\\Controller\\Panel\\Api\\Event\\NoShowEventListController' => 'getNoShowEventListControllerService.php',
  205.             'Harmonizely\\Controller\\Panel\\Api\\Event\\RescheduleEventController' => 'getRescheduleEventControllerService.php',
  206.             'Harmonizely\\Controller\\Panel\\Api\\Event\\ResendNotificationEventController' => 'getResendNotificationEventControllerService.php',
  207.             'Harmonizely\\Controller\\Panel\\Api\\Export\\ExportListController' => 'getExportListControllerService.php',
  208.             'Harmonizely\\Controller\\Panel\\Api\\Export\\GenerateExportController' => 'getGenerateExportControllerService.php',
  209.             'Harmonizely\\Controller\\Panel\\Api\\File\\UploadImageController' => 'getUploadImageControllerService.php',
  210.             'Harmonizely\\Controller\\Panel\\Api\\Integration\\IntegrationListController' => 'getIntegrationListControllerService.php',
  211.             'Harmonizely\\Controller\\Panel\\Api\\Login\\Login2FAController' => 'getLogin2FAControllerService.php',
  212.             'Harmonizely\\Controller\\Panel\\Api\\Login\\LoginController' => 'getLoginControllerService.php',
  213.             'Harmonizely\\Controller\\Panel\\Api\\Login\\LoginOAuthController' => 'getLoginOAuthController2Service.php',
  214.             'Harmonizely\\Controller\\Panel\\Api\\Login\\LoginRefreshTokenController' => 'getLoginRefreshTokenControllerService.php',
  215.             'Harmonizely\\Controller\\Panel\\Api\\Logout\\LogoutController' => 'getLogoutControllerService.php',
  216.             'Harmonizely\\Controller\\Panel\\Api\\MultipleEmail\\MultipleEmailConfigController' => 'getMultipleEmailConfigControllerService.php',
  217.             'Harmonizely\\Controller\\Panel\\Api\\MultipleEmail\\UpdateMultipleEmailConfigController' => 'getUpdateMultipleEmailConfigControllerService.php',
  218.             'Harmonizely\\Controller\\Panel\\Api\\News\\NewsListController' => 'getNewsListControllerService.php',
  219.             'Harmonizely\\Controller\\Panel\\Api\\News\\ViewNewsController' => 'getViewNewsControllerService.php',
  220.             'Harmonizely\\Controller\\Panel\\Api\\Organization\\LeaveFromOrganizationController' => 'getLeaveFromOrganizationControllerService.php',
  221.             'Harmonizely\\Controller\\Panel\\Api\\Poll\\CreatePollController' => 'getCreatePollControllerService.php',
  222.             'Harmonizely\\Controller\\Panel\\Api\\Poll\\DeletePollController' => 'getDeletePollControllerService.php',
  223.             'Harmonizely\\Controller\\Panel\\Api\\Poll\\GetPollController' => 'getGetPollControllerService.php',
  224.             'Harmonizely\\Controller\\Panel\\Api\\Poll\\PollListController' => 'getPollListControllerService.php',
  225.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\CreateRoutingFormController' => 'getCreateRoutingFormControllerService.php',
  226.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\CreateRoutingFormFieldController' => 'getCreateRoutingFormFieldControllerService.php',
  227.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\CreateRoutingFormRouteController' => 'getCreateRoutingFormRouteControllerService.php',
  228.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\DeleteRoutingFormController' => 'getDeleteRoutingFormControllerService.php',
  229.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\DeleteRoutingFormFieldController' => 'getDeleteRoutingFormFieldControllerService.php',
  230.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\DeleteRoutingFormRouteController' => 'getDeleteRoutingFormRouteControllerService.php',
  231.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\GetRoutingFormController' => 'getGetRoutingFormControllerService.php',
  232.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\GetRoutingFormRouteController' => 'getGetRoutingFormRouteControllerService.php',
  233.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\RoutingFormListController' => 'getRoutingFormListControllerService.php',
  234.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\RoutingFormResultListController' => 'getRoutingFormResultListControllerService.php',
  235.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\UpdateRoutingFormController' => 'getUpdateRoutingFormControllerService.php',
  236.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\UpdateRoutingFormFieldController' => 'getUpdateRoutingFormFieldControllerService.php',
  237.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\UpdateRoutingFormRouteController' => 'getUpdateRoutingFormRouteControllerService.php',
  238.             'Harmonizely\\Controller\\Panel\\Api\\Search\\SearchRelevantResourcesController' => 'getSearchRelevantResourcesControllerService.php',
  239.             'Harmonizely\\Controller\\Panel\\Api\\Search\\SearchStreamGptController' => 'getSearchStreamGptControllerService.php',
  240.             'Harmonizely\\Controller\\Panel\\Api\\SingleUseLink\\CreateSingleUseLinkController' => 'getCreateSingleUseLinkControllerService.php',
  241.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\CreateOrganizationTaxController' => 'getCreateOrganizationTaxControllerService.php',
  242.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\CreateUserTaxController' => 'getCreateUserTaxControllerService.php',
  243.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\DeleteOrganizationTaxController' => 'getDeleteOrganizationTaxControllerService.php',
  244.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\DeleteUserTaxController' => 'getDeleteUserTaxControllerService.php',
  245.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\OrganizationTaxListController' => 'getOrganizationTaxListControllerService.php',
  246.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\UpdateOrganizationTaxController' => 'getUpdateOrganizationTaxControllerService.php',
  247.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\UpdateUserTaxController' => 'getUpdateUserTaxControllerService.php',
  248.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\UserTaxListController' => 'getUserTaxListControllerService.php',
  249.             'Harmonizely\\Controller\\Panel\\Api\\Timezone\\TimezoneListController' => 'getTimezoneListControllerService.php',
  250.             'Harmonizely\\Controller\\Panel\\Api\\UserDeviceNotificationSettings\\GetUserDeviceNotificationSettingsController' => 'getGetUserDeviceNotificationSettingsControllerService.php',
  251.             'Harmonizely\\Controller\\Panel\\Api\\UserDeviceNotificationSettings\\UpdateUserDeviceNotificationSettingsController' => 'getUpdateUserDeviceNotificationSettingsControllerService.php',
  252.             'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\CreateUserEventTypeTagController' => 'getCreateUserEventTypeTagControllerService.php',
  253.             'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\DeleteUserEventTypeTagController' => 'getDeleteUserEventTypeTagControllerService.php',
  254.             'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\UpdateUserEventTypeTagController' => 'getUpdateUserEventTypeTagControllerService.php',
  255.             'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\UserEventTypeTagListController' => 'getUserEventTypeTagListControllerService.php',
  256.             'Harmonizely\\Controller\\Panel\\Api\\UserRelation\\CreateUserRelationController' => 'getCreateUserRelationControllerService.php',
  257.             'Harmonizely\\Controller\\Panel\\Api\\UserRelation\\DeleteUserRelationController' => 'getDeleteUserRelationControllerService.php',
  258.             'Harmonizely\\Controller\\Panel\\Api\\UserRelation\\UserRelationListController' => 'getUserRelationListControllerService.php',
  259.             'Harmonizely\\Controller\\Panel\\Api\\User\\ChangeEmailController' => 'getChangeEmailControllerService.php',
  260.             'Harmonizely\\Controller\\Panel\\Api\\User\\ChangePasswordController' => 'getChangePasswordControllerService.php',
  261.             'Harmonizely\\Controller\\Panel\\Api\\User\\DeleteCurrentUserController' => 'getDeleteCurrentUserControllerService.php',
  262.             'Harmonizely\\Controller\\Panel\\Api\\User\\GetCurrentUserController' => 'getGetCurrentUserControllerService.php',
  263.             'Harmonizely\\Controller\\Panel\\Api\\User\\GetSecondFactorSecretCode' => 'getGetSecondFactorSecretCodeService.php',
  264.             'Harmonizely\\Controller\\Panel\\Api\\User\\ResetSecondFactorController' => 'getResetSecondFactorControllerService.php',
  265.             'Harmonizely\\Controller\\Panel\\Api\\User\\SetupSecondFactorController' => 'getSetupSecondFactorController2Service.php',
  266.             'Harmonizely\\Controller\\Panel\\Api\\User\\SkipTutorialController' => 'getSkipTutorialControllerService.php',
  267.             'Harmonizely\\Controller\\Panel\\Api\\User\\UserListController' => 'getUserListControllerService.php',
  268.             'Harmonizely\\Controller\\Panel\\Api\\Widget\\GetOrganizationWidgetController' => 'getGetOrganizationWidgetControllerService.php',
  269.             'Harmonizely\\Controller\\Panel\\Api\\Widget\\GetUserWidgetController' => 'getGetUserWidgetControllerService.php',
  270.             'Harmonizely\\Controller\\Panel\\Api\\Widget\\SaveOrganizationWidgetController' => 'getSaveOrganizationWidgetControllerService.php',
  271.             'Harmonizely\\Controller\\Panel\\Api\\Widget\\SaveUserWidgetController' => 'getSaveUserWidgetControllerService.php',
  272.             'Harmonizely\\Controller\\Panel\\Api\\Zapier\\GetEventMockController' => 'getGetEventMockControllerService.php',
  273.             'Harmonizely\\Controller\\Panel\\Api\\Zapier\\GetEventZapierController' => 'getGetEventZapierControllerService.php',
  274.             'Harmonizely\\Controller\\Panel\\Api\\Zapier\\SubscribeZapierController' => 'getSubscribeZapierControllerService.php',
  275.             'Harmonizely\\Controller\\Panel\\Api\\Zapier\\UnsubscribeZapierController' => 'getUnsubscribeZapierControllerService.php',
  276.             'Harmonizely\\Controller\\Panel\\AppearanceController' => 'getAppearanceControllerService.php',
  277.             'Harmonizely\\Controller\\Panel\\CalendarController' => 'getCalendarController2Service.php',
  278.             'Harmonizely\\Controller\\Panel\\CalendarIntegrationController' => 'getCalendarIntegrationControllerService.php',
  279.             'Harmonizely\\Controller\\Panel\\CustomTranslationListController' => 'getCustomTranslationListControllerService.php',
  280.             'Harmonizely\\Controller\\Panel\\DashboardController' => 'getDashboardController2Service.php',
  281.             'Harmonizely\\Controller\\Panel\\DeleteOrganizationController' => 'getDeleteOrganizationControllerService.php',
  282.             'Harmonizely\\Controller\\Panel\\DirectoryController' => 'getDirectoryControllerService.php',
  283.             'Harmonizely\\Controller\\Panel\\DisconnectOAuthController' => 'getDisconnectOAuthControllerService.php',
  284.             'Harmonizely\\Controller\\Panel\\DownloadExportController' => 'getDownloadExportControllerService.php',
  285.             'Harmonizely\\Controller\\Panel\\EmailUnsubscribeController' => 'getEmailUnsubscribeControllerService.php',
  286.             'Harmonizely\\Controller\\Panel\\EventListController' => 'getEventListController2Service.php',
  287.             'Harmonizely\\Controller\\Panel\\LoginByCodeController' => 'getLoginByCodeControllerService.php',
  288.             'Harmonizely\\Controller\\Panel\\MultipleEmailController' => 'getMultipleEmailControllerService.php',
  289.             'Harmonizely\\Controller\\Panel\\OpenSimplypayEventController' => 'getOpenSimplypayEventControllerService.php',
  290.             'Harmonizely\\Controller\\Panel\\OrganizationTaxController' => 'getOrganizationTaxControllerService.php',
  291.             'Harmonizely\\Controller\\Panel\\PollListController' => 'getPollListController2Service.php',
  292.             'Harmonizely\\Controller\\Panel\\RoutingFormListController' => 'getRoutingFormListController2Service.php',
  293.             'Harmonizely\\Controller\\Panel\\UserRelationLoginController' => 'getUserRelationLoginControllerService.php',
  294.             'Harmonizely\\Controller\\Panel\\UserTaxController' => 'getUserTaxControllerService.php',
  295.             'Harmonizely\\Controller\\Panel\\WelcomeTourController' => 'getWelcomeTourControllerService.php',
  296.             'Harmonizely\\Controller\\Panel\\WelcomeTourSkipStepController' => 'getWelcomeTourSkipStepControllerService.php',
  297.             'Harmonizely\\Controller\\Panel\\WidgetController' => 'getWidgetControllerService.php',
  298.             'Harmonizely\\Controller\\Payment\\Callback\\SubscriptionCallbackController' => 'getSubscriptionCallbackControllerService.php',
  299.             'Harmonizely\\Controller\\Payment\\Callback\\ValidateSubscriptionController' => 'getValidateSubscriptionControllerService.php',
  300.             'Harmonizely\\Controller\\Payment\\PaymentController' => 'getPaymentControllerService.php',
  301.             'Harmonizely\\Controller\\Payment\\PaymentWidgetController' => 'getPaymentWidgetControllerService.php',
  302.             'Harmonizely\\Controller\\PollController' => 'getPollControllerService.php',
  303.             'Harmonizely\\Controller\\ProfileSetupSecondFactorController' => 'getProfileSetupSecondFactorControllerService.php',
  304.             'Harmonizely\\Controller\\RescheduleController' => 'getRescheduleControllerService.php',
  305.             'Harmonizely\\Controller\\RoutingFormController' => 'getRoutingFormControllerService.php',
  306.             'Harmonizely\\Controller\\RoutingFormIntegrationController' => 'getRoutingFormIntegrationControllerService.php',
  307.             'Harmonizely\\Controller\\SMTPIntegrationController' => 'getSMTPIntegrationControllerService.php',
  308.             'Harmonizely\\Controller\\SMTPOrganizationIntegrationController' => 'getSMTPOrganizationIntegrationControllerService.php',
  309.             'Harmonizely\\Controller\\SameSiteCookieController' => 'getSameSiteCookieControllerService.php',
  310.             'Harmonizely\\Controller\\SimplypayIntegrationController' => 'getSimplypayIntegrationControllerService.php',
  311.             'Harmonizely\\Controller\\SimplypayOrganizationIntegrationController' => 'getSimplypayOrganizationIntegrationControllerService.php',
  312.             'Harmonizely\\Controller\\SingleUseLinkController' => 'getSingleUseLinkController2Service.php',
  313.             'Harmonizely\\Controller\\SmsIntegrationController' => 'getSmsIntegrationControllerService.php',
  314.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Acl\\AclListController' => 'getAclListController2Service.php',
  315.             'Harmonizely\\Controller\\SuperAdmin\\Api\\CustomerDeletionReason\\CustomerDeletionReasonListController' => 'getCustomerDeletionReasonListControllerService.php',
  316.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\CustomerDetailsController' => 'getCustomerDetailsControllerService.php',
  317.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\CustomerListController' => 'getCustomerListControllerService.php',
  318.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\DeleteCustomerController' => 'getDeleteCustomerControllerService.php',
  319.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\DisableCustomerController' => 'getDisableCustomerControllerService.php',
  320.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\EnableCustomerController' => 'getEnableCustomerControllerService.php',
  321.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\GetCustomerLoginUrlController' => 'getGetCustomerLoginUrlControllerService.php',
  322.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\ResetSecondFactorCustomerController' => 'getResetSecondFactorCustomerControllerService.php',
  323.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\SaveCustomerLimitController' => 'getSaveCustomerLimitControllerService.php',
  324.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\LoadSecret2FAController' => 'getLoadSecret2FAControllerService.php',
  325.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\Login2FAController' => 'getLogin2FAController2Service.php',
  326.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\LoginController' => 'getLoginController2Service.php',
  327.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\NextStepController' => 'getNextStepControllerService.php',
  328.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\Setup2FAController' => 'getSetup2FAControllerService.php',
  329.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\SetupPasswordController' => 'getSetupPasswordControllerService.php',
  330.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\OrganizationDetailsController' => 'getOrganizationDetailsControllerService.php',
  331.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\OrganizationListController' => 'getOrganizationListControllerService.php',
  332.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\SaveOrganizationLimitController' => 'getSaveOrganizationLimitControllerService.php',
  333.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\ChangePasswordController' => 'getChangePasswordController2Service.php',
  334.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\ChangeSecondFactorController' => 'getChangeSecondFactorControllerService.php',
  335.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\GenerateSecret2FAController' => 'getGenerateSecret2FAControllerService.php',
  336.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\GetProfileController' => 'getGetProfileControllerService.php',
  337.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\LoadSecondFactorCodeController' => 'getLoadSecondFactorCodeControllerService.php',
  338.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\UpdateProfileController' => 'getUpdateProfileControllerService.php',
  339.             'Harmonizely\\Controller\\SuperAdmin\\Api\\UserActionLog\\UserActionLogListController' => 'getUserActionLogListControllerService.php',
  340.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\BlockUserController' => 'getBlockUserControllerService.php',
  341.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\CreateUserController' => 'getCreateUserControllerService.php',
  342.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\GetUserController' => 'getGetUserControllerService.php',
  343.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\ResetPasswordUserController' => 'getResetPasswordUserControllerService.php',
  344.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\UpdateUserController' => 'getUpdateUserControllerService.php',
  345.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\UserListController' => 'getUserListController2Service.php',
  346.             'Harmonizely\\Controller\\SuperAdmin\\IndexController' => 'getIndexControllerService.php',
  347.             'Harmonizely\\Controller\\SuperAdmin\\LoginByCodeController' => 'getLoginByCodeController2Service.php',
  348.             'Harmonizely\\Controller\\SuperAdmin\\LoginController' => 'getLoginController3Service.php',
  349.             'Harmonizely\\Controller\\SuperAdmin\\LogoutController' => 'getLogoutController2Service.php',
  350.             'Harmonizely\\Controller\\SuperAdmin\\PanelController' => 'getPanelControllerService.php',
  351.             'Harmonizely\\Controller\\UntranslatedController' => 'getUntranslatedControllerService.php',
  352.             'Harmonizely\\Controller\\UserBookingController' => 'getUserBookingControllerService.php',
  353.             'Harmonizely\\Controller\\WelcomeController' => 'getWelcomeControllerService.php',
  354.             'Harmonizely\\Controller\\WherebyIntegrationController' => 'getWherebyIntegrationControllerService.php',
  355.             'Harmonizely\\Controller\\ZapierIntegrationController' => 'getZapierIntegrationControllerService.php',
  356.             'Harmonizely\\Controller\\ZoomIntegrationController' => 'getZoomIntegrationControllerService.php',
  357.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
  358.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  359.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  360.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService.php',
  361.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService.php',
  362.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService.php',
  363.             'Vich\\UploaderBundle\\Naming\\HashNamer.user_avatar' => 'getHashNamer_UserAvatarService.php',
  364.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService.php',
  365.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService.php',
  366.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService.php',
  367.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService.php',
  368.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService.php',
  369.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService.php',
  370.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  371.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  372.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  373.             'cache_clearer' => 'getCacheClearerService.php',
  374.             'cache_warmer' => 'getCacheWarmerService.php',
  375.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyEventWorker' => 'getDirectoryDeleteCompanyEventWorkerService.php',
  376.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyWorker' => 'getDirectoryDeleteCompanyWorkerService.php',
  377.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveAllCompanyEventWorker' => 'getDirectorySaveAllCompanyEventWorkerService.php',
  378.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyEventWorker' => 'getDirectorySaveCompanyEventWorkerService.php',
  379.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyWorker' => 'getDirectorySaveCompanyWorkerService.php',
  380.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveUserWorker' => 'getDirectorySaveUserWorkerService.php',
  381.             'console.command.public_alias.Harmonizely\\Background\\Worker\\ExportWorker' => 'getExportWorkerService.php',
  382.             'console.command.public_alias.Harmonizely\\Background\\Worker\\PollNotificationWorker' => 'getPollNotificationWorkerService.php',
  383.             'console.command.public_alias.Harmonizely\\Background\\Worker\\PushNotificationWorker' => 'getPushNotificationWorkerService.php',
  384.             'console.command.public_alias.Harmonizely\\Background\\Worker\\ZapierNotificationWorker' => 'getZapierNotificationWorkerService.php',
  385.             'console.command.public_alias.Harmonizely\\Command\\CancelPendingBookingsCommand' => 'getCancelPendingBookingsCommandService.php',
  386.             'console.command.public_alias.Harmonizely\\Command\\CloneMeetingTypeCommand' => 'getCloneMeetingTypeCommandService.php',
  387.             'console.command.public_alias.Harmonizely\\Command\\CreateInternalCalendarCommand' => 'getCreateInternalCalendarCommandService.php',
  388.             'console.command.public_alias.Harmonizely\\Command\\DisableMeetingTypesCommand' => 'getDisableMeetingTypesCommandService.php',
  389.             'console.command.public_alias.Harmonizely\\Command\\RemoveMeetingTypeCommand' => 'getRemoveMeetingTypeCommandService.php',
  390.             'console.command.public_alias.Harmonizely\\Command\\SendSecondUserEmailCommand' => 'getSendSecondUserEmailCommandService.php',
  391.             'console.command.public_alias.Harmonizely\\Command\\SendThirdUserEmailCommand' => 'getSendThirdUserEmailCommandService.php',
  392.             'console.command.public_alias.Harmonizely\\Command\\SetEncryptedConfigFromConfigCommand' => 'getSetEncryptedConfigFromConfigCommandService.php',
  393.             'console.command.public_alias.Harmonizely\\Command\\SyncOlsonTimezonesCommand' => 'getSyncOlsonTimezonesCommandService.php',
  394.             'console.command.public_alias.Harmonizely\\Command\\TestSMTPFromUserConfigCommand' => 'getTestSMTPFromUserConfigCommandService.php',
  395.             'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ConnectTwoWaySyncCalendarCommand' => 'getConnectTwoWaySyncCalendarCommandService.php',
  396.             'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\DisconnectTwoWaySyncCalendarCommand' => 'getDisconnectTwoWaySyncCalendarCommandService.php',
  397.             'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ReconnectTwoWaySyncCalendarCommand' => 'getReconnectTwoWaySyncCalendarCommandService.php',
  398.             'console.command.public_alias.Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'getSentryTestCommandService.php',
  399.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  400.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  401.             'error_controller' => 'getErrorControllerService.php',
  402.             'form.factory' => 'getForm_FactoryService.php',
  403.             'form.type.file' => 'getForm_Type_FileService.php',
  404.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
  405.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
  406.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  407.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
  408.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  409.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  410.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  411.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  412.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  413.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  414.             'hateoas.configuration.metadata_driver' => 'getHateoas_Configuration_MetadataDriverService.php',
  415.             'hateoas.configuration.provider' => 'getHateoas_Configuration_ProviderService.php',
  416.             'hateoas.event_listener.json' => 'getHateoas_EventListener_JsonService.php',
  417.             'hateoas.event_listener.xml' => 'getHateoas_EventListener_XmlService.php',
  418.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  419.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  420.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  421.             'knpu.oauth2.client.daylite_calendar_connect' => 'getKnpu_Oauth2_Client_DayliteCalendarConnectService.php',
  422.             'knpu.oauth2.client.daylite_login' => 'getKnpu_Oauth2_Client_DayliteLoginService.php',
  423.             'knpu.oauth2.client.stripe_oauth' => 'getKnpu_Oauth2_Client_StripeOauthService.php',
  424.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService.php',
  425.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
  426.             'liip_imagine.binary.loader.user_avatar' => 'getLiipImagine_Binary_Loader_UserAvatarService.php',
  427.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php',
  428.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
  429.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
  430.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService.php',
  431.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
  432.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
  433.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
  434.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php',
  435.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
  436.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
  437.             'meteo_concept_h_captcha.captcha_validator' => 'getMeteoConceptHCaptcha_CaptchaValidatorService.php',
  438.             'meteo_concept_h_captcha.captcha_verifier' => 'getMeteoConceptHCaptcha_CaptchaVerifierService.php',
  439.             'meteo_concept_h_captcha.hcaptcha_form_type' => 'getMeteoConceptHCaptcha_HcaptchaFormTypeService.php',
  440.             'meteo_concept_h_captcha.hcaptcha_value_fetcher' => 'getMeteoConceptHCaptcha_HcaptchaValueFetcherService.php',
  441.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService.php',
  442.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService.php',
  443.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
  444.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService.php',
  445.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
  446.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService.php',
  447.             'routing.loader' => 'getRouting_LoaderService.php',
  448.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  449.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  450.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  451.             'services_resetter' => 'getServicesResetterService.php',
  452.             'session' => 'getSessionService.php',
  453.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  454.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  455.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  456.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  457.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  458.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
  459.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
  460.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
  461.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  462.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  463.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  464.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  465.         ];
  466.         $this->aliases = [
  467.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  468.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  469.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  470.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  471.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  472.             'database_connection' => 'doctrine.dbal.default_connection',
  473.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  474.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  475.             'mailer' => 'swiftmailer.mailer.default',
  476.             'messenger.default_bus' => 'message_bus',
  477.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  478.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  479.             'oauth2.registry' => 'knpu.oauth2.registry',
  480.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  481.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  482.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  483.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  484.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  485.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  486.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  487.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  488.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  489.         ];
  490.     }
  491.     public function compile(): void
  492.     {
  493.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  494.     }
  495.     public function isCompiled(): bool
  496.     {
  497.         return true;
  498.     }
  499.     public function getRemovedIds(): array
  500.     {
  501.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  502.     }
  503.     protected function load($file$lazyLoad true)
  504.     {
  505.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  506.     }
  507.     protected function createProxy($class, \Closure $factory)
  508.     {
  509.         class_exists($classfalse) || $this->load("{$class}.php");
  510.         return $factory();
  511.     }
  512.     /**
  513.      * Gets the public 'cache.app' shared service.
  514.      *
  515.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  516.      */
  517.     protected function getCache_AppService()
  518.     {
  519.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Sv5IUBTc3Q'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  520.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  521.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  522.     }
  523.     /**
  524.      * Gets the public 'cache.system' shared service.
  525.      *
  526.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  527.      */
  528.     protected function getCache_SystemService()
  529.     {
  530.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vQhVqMbMpe'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  531.     }
  532.     /**
  533.      * Gets the public 'data_collector.dump' shared service.
  534.      *
  535.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  536.      */
  537.     protected function getDataCollector_DumpService()
  538.     {
  539.         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()));
  540.     }
  541.     /**
  542.      * Gets the public 'doctrine' shared service.
  543.      *
  544.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  545.      */
  546.     protected function getDoctrineService()
  547.     {
  548.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  549.     }
  550.     /**
  551.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  552.      *
  553.      * @return \Doctrine\DBAL\Connection
  554.      */
  555.     protected function getDoctrine_Dbal_DefaultConnectionService()
  556.     {
  557.         $a = new \Doctrine\DBAL\Configuration();
  558.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  559.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  560.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  561.         $a->setSQLLogger($b);
  562.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions'])))]));
  563.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  564.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateOrganizationSlugListener''getGenerateOrganizationSlugListenerService.php'true],
  565.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateUserSlugListener''getGenerateUserSlugListenerService.php'true],
  566.             'Harmonizely\\EventListener\\SetEventEndDateListener' => ['privates''Harmonizely\\EventListener\\SetEventEndDateListener''getSetEventEndDateListenerService.php'true],
  567.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  568.         ], [
  569.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => '?',
  570.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => '?',
  571.             'Harmonizely\\EventListener\\SetEventEndDateListener' => '?',
  572.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  573.         ]));
  574.         $d = new \Gedmo\Sortable\SortableListener();
  575.         $d->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  576.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.clean.user_avatar'] ?? $this->getVichUploader_Listener_Clean_UserAvatarService()));
  577.         $c->addEventSubscriber(($this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] ?? $this->getDoctrineCurrentUserSubscriberService()));
  578.         $c->addEventSubscriber(($this->privates['doctrine.orm.listeners.resolve_target_entity'] ?? $this->getDoctrine_Orm_Listeners_ResolveTargetEntityService()));
  579.         $c->addEventSubscriber(($this->privates['fos_user.user_listener'] ?? $this->getFosUser_UserListenerService()));
  580.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.remove.user_avatar'] ?? $this->getVichUploader_Listener_Remove_UserAvatarService()));
  581.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.upload.user_avatar'] ?? $this->getVichUploader_Listener_Upload_UserAvatarService()));
  582.         $c->addEventSubscriber($d);
  583.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateOrganizationSlugListener');
  584.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateUserSlugListener');
  585.         $c->addEventListener([=> 'prePersist'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  586.         $c->addEventListener([=> 'preUpdate'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  587.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  588.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_pgsql''charset' => 'UTF8''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 10'defaultTableOptions' => []], $a$c, ['name' => 'string''enum' => 'string']);
  589.     }
  590.     /**
  591.      * Gets the public 'doctrine.dbal.harmonizely_connection' shared service.
  592.      *
  593.      * @return \Doctrine\DBAL\Connection
  594.      */
  595.     protected function getDoctrine_Dbal_HarmonizelyConnectionService()
  596.     {
  597.         $a = new \Doctrine\DBAL\Configuration();
  598.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  599.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  600.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.harmonizely'] ?? ($this->privates['doctrine.dbal.logger.profiling.harmonizely'] = new \Doctrine\DBAL\Logging\DebugStack())));
  601.         $a->setSQLLogger($b);
  602.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] ?? ($this->privates['doctrine.dbal.well_known_schema_asset_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter([=> 'sessions'])))]));
  603.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  604.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateOrganizationSlugListener''getGenerateOrganizationSlugListenerService.php'true],
  605.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateUserSlugListener''getGenerateUserSlugListenerService.php'true],
  606.             'Harmonizely\\EventListener\\SetEventEndDateListener' => ['privates''Harmonizely\\EventListener\\SetEventEndDateListener''getSetEventEndDateListenerService.php'true],
  607.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  608.             'doctrine.orm.harmonizely_listeners.attach_entity_listeners' => ['privates''doctrine.orm.harmonizely_listeners.attach_entity_listeners''getDoctrine_Orm_HarmonizelyListeners_AttachEntityListenersService.php'true],
  609.         ], [
  610.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => '?',
  611.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => '?',
  612.             'Harmonizely\\EventListener\\SetEventEndDateListener' => '?',
  613.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  614.             'doctrine.orm.harmonizely_listeners.attach_entity_listeners' => '?',
  615.         ]));
  616.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.clean.user_avatar'] ?? $this->getVichUploader_Listener_Clean_UserAvatarService()));
  617.         $c->addEventSubscriber(($this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] ?? $this->getDoctrineCurrentUserSubscriberService()));
  618.         $c->addEventSubscriber(($this->privates['doctrine.orm.listeners.resolve_target_entity'] ?? $this->getDoctrine_Orm_Listeners_ResolveTargetEntityService()));
  619.         $c->addEventSubscriber(($this->privates['fos_user.user_listener'] ?? $this->getFosUser_UserListenerService()));
  620.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.remove.user_avatar'] ?? $this->getVichUploader_Listener_Remove_UserAvatarService()));
  621.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.upload.user_avatar'] ?? $this->getVichUploader_Listener_Upload_UserAvatarService()));
  622.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateOrganizationSlugListener');
  623.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateUserSlugListener');
  624.         $c->addEventListener([=> 'prePersist'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  625.         $c->addEventListener([=> 'preUpdate'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  626.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  627.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.harmonizely_listeners.attach_entity_listeners');
  628.         return $this->services['doctrine.dbal.harmonizely_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_pgsql''url' => $this->getEnv('resolve:HARMONIZELY_DATABASE_URL'), 'charset' => 'UTF8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 10'defaultTableOptions' => []], $a$c, ['name' => 'string''enum' => 'string']);
  629.     }
  630.     /**
  631.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  632.      *
  633.      * @return \Doctrine\ORM\EntityManager
  634.      */
  635.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  636.     {
  637.         if ($lazyLoad) {
  638.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  639.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  640.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  641.                     $proxy->setProxyInitializer(null);
  642.                     return true;
  643.                 });
  644.             });
  645.         }
  646.         $a = new \Doctrine\ORM\Configuration();
  647.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  648.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'Harmonizely\\Model']);
  649.         $c->setGlobalBasename('mapping');
  650.         $d = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Entity')]);
  651.         $b->addDriver($c'Harmonizely\\Model');
  652.         $b->addDriver($d'Harmonizely\\Entity');
  653.         $b->addDriver($d'Vich\\UploaderBundle\\Entity');
  654.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  655.         $a->setEntityNamespaces(['Harmonizely' => 'Harmonizely\\Model''HarmonizelyEntity' => 'Harmonizely\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  656.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  657.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  658.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  659.         $a->setMetadataDriverImpl($b);
  660.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  661.         $a->setProxyNamespace('Proxies');
  662.         $a->setAutoGenerateProxyClasses(true);
  663.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  664.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  665.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  666.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  667.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  668.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  669.         $a->addCustomStringFunction('cast''Harmonizely\\Doctrine\\ORM\\Extension\\Cast');
  670.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  671.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  672.         $a->addFilter('current_user''Harmonizely\\Doctrine\\Query\\CurrentUserFilter');
  673.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  674.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'current_user'], []))->configure($instance);
  675.         return $instance;
  676.     }
  677.     /**
  678.      * Gets the public 'doctrine.orm.harmonizely_entity_manager' shared service.
  679.      *
  680.      * @return \Doctrine\ORM\EntityManager
  681.      */
  682.     protected function getDoctrine_Orm_HarmonizelyEntityManagerService($lazyLoad true)
  683.     {
  684.         if ($lazyLoad) {
  685.             return $this->services['doctrine.orm.harmonizely_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  686.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  687.                     $wrappedInstance $this->getDoctrine_Orm_HarmonizelyEntityManagerService(false);
  688.                     $proxy->setProxyInitializer(null);
  689.                     return true;
  690.                 });
  691.             });
  692.         }
  693.         $a = new \Doctrine\ORM\Configuration();
  694.         $a->setEntityNamespaces([]);
  695.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.harmonizely.metadata'] ?? $this->getCache_Doctrine_Orm_Harmonizely_MetadataService())));
  696.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.harmonizely.query'] ?? $this->getCache_Doctrine_Orm_Harmonizely_QueryService())));
  697.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.harmonizely.result'] ?? $this->getCache_Doctrine_Orm_Harmonizely_ResultService())));
  698.         $a->setMetadataDriverImpl(new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain());
  699.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  700.         $a->setProxyNamespace('Proxies');
  701.         $a->setAutoGenerateProxyClasses(true);
  702.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  703.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  704.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  705.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  706.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  707.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  708.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.harmonizely_connection'] ?? $this->getDoctrine_Dbal_HarmonizelyConnectionService()), $a);
  709.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  710.         return $instance;
  711.     }
  712.     /**
  713.      * Gets the public 'event_dispatcher' shared service.
  714.      *
  715.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  716.      */
  717.     protected function getEventDispatcherService()
  718.     {
  719.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  720.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  721.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  722.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  723.         $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())));
  724.         $instance->addListener('kernel.request', [=> function () {
  725.             return ($this->privates['Harmonizely\\EventListener\\CryptContainerInitListener'] ?? $this->getCryptContainerInitListenerService());
  726.         }, => 'onKernelRequest'], 10000);
  727.         $instance->addListener('console.command', [=> function () {
  728.             return ($this->privates['Harmonizely\\EventListener\\CryptContainerInitListener'] ?? $this->getCryptContainerInitListenerService());
  729.         }, => 'onCommandRequest'], 10000);
  730.         $instance->addListener('hly.event.post_cancel', [=> function () {
  731.             return ($this->privates['Harmonizely\\EventListener\\EventCanceledListener'] ?? $this->load('getEventCanceledListenerService.php'));
  732.         }, => 'sendEmail'], 0);
  733.         $instance->addListener('hly.event.post_cancel', [=> function () {
  734.             return ($this->privates['Harmonizely\\EventListener\\EventCanceledListener'] ?? $this->load('getEventCanceledListenerService.php'));
  735.         }, => 'sendCancellationNotifyToInvitee'], 0);
  736.         $instance->addListener('hly.event.pre_cancel', [=> function () {
  737.             return ($this->privates['Harmonizely\\EventListener\\EventCanceledListener'] ?? $this->load('getEventCanceledListenerService.php'));
  738.         }, => 'calDavCancel'], 0);
  739.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  740.             return ($this->privates['Harmonizely\\EventListener\\EventRescheduledListener'] ?? $this->load('getEventRescheduledListenerService.php'));
  741.         }, => 'sendEmail'], 0);
  742.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  743.             return ($this->privates['Harmonizely\\EventListener\\EventRescheduledListener'] ?? $this->load('getEventRescheduledListenerService.php'));
  744.         }, => 'sendReschedulingNotifyToInvitee'], 0);
  745.         $instance->addListener('kernel.exception', [=> function () {
  746.             return ($this->privates['Harmonizely\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService.php'));
  747.         }, => 'onKernelException'], 0);
  748.         $instance->addListener('hly.event.after_persist', [=> function () {
  749.             return ($this->privates['Harmonizely\\EventListener\\ExpireSingleUseLinkListener'] ?? $this->load('getExpireSingleUseLinkListenerService.php'));
  750.         }, => 'expireSingleUseLink'], 0);
  751.         $instance->addListener('hly.event.post_create', [=> function () {
  752.             return ($this->privates['Harmonizely\\EventListener\\NewEventScheduledListener'] ?? $this->load('getNewEventScheduledListenerService.php'));
  753.         }, => 'sendEmail'], 0);
  754.         $instance->addListener('hly.event.post_create', [=> function () {
  755.             return ($this->privates['Harmonizely\\EventListener\\NewEventScheduledListener'] ?? $this->load('getNewEventScheduledListenerService.php'));
  756.         }, => 'sendNewEventEmailConfirmation'], 0);
  757.         $instance->addListener('hly.event.post_invite_more', [=> function () {
  758.             return ($this->privates['Harmonizely\\EventListener\\ParticipantInvitedListener'] ?? $this->load('getParticipantInvitedListenerService.php'));
  759.         }, => 'sendInvitationNotifyToParticipants'], 0);
  760.         $instance->addListener('kernel.request', [=> function () {
  761.             return ($this->privates['Harmonizely\\EventListener\\RedirectLoggedInUserListener'] ?? $this->getRedirectLoggedInUserListenerService());
  762.         }, => 'onKernelRequest'], 0);
  763.         $instance->addListener('kernel.response', [=> function () {
  764.             return ($this->privates['Harmonizely\\EventListener\\ReferrerListener'] ?? ($this->privates['Harmonizely\\EventListener\\ReferrerListener'] = new \Harmonizely\EventListener\ReferrerListener()));
  765.         }, => 'onKernelResponse'], 0);
  766.         $instance->addListener('kernel.request', [=> function () {
  767.             return ($this->privates['Harmonizely\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  768.         }, => 'onKernelRequest'], '100');
  769.         $instance->addListener('hly.event.post_create', [=> function () {
  770.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  771.         }, => 'sendCreatedPayload'], 0);
  772.         $instance->addListener('hly.event.post_cancel', [=> function () {
  773.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  774.         }, => 'sendCancelledPayload'], 0);
  775.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  776.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  777.         }, => 'sendRescheduledPayload'], 0);
  778.         $instance->addListener('hly.integration.test_created', [=> function () {
  779.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  780.         }, => 'sendCreatedTestPayload'], 0);
  781.         $instance->addListener('hly.integration.test_canceled', [=> function () {
  782.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  783.         }, => 'sendCancelledTestPayload'], 0);
  784.         $instance->addListener('hly.integration.test_rescheduled', [=> function () {
  785.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  786.         }, => 'sendRescheduledTestPayload'], 0);
  787.         $instance->addListener('hly.event.pre_create', [=> function () {
  788.             return ($this->privates['Harmonizely\\EventListener\\SetEventEndDateListener'] ?? ($this->privates['Harmonizely\\EventListener\\SetEventEndDateListener'] = new \Harmonizely\EventListener\SetEventEndDateListener()));
  789.         }, => 'setEventEndDate'], 0);
  790.         $instance->addListener('hly.event.pre_account_connect', [=> function () {
  791.             return ($this->privates['Harmonizely\\EventListener\\UserCalendarAccountListener'] ?? $this->load('getUserCalendarAccountListenerService.php'));
  792.         }, => 'update'], 0);
  793.         $instance->addListener('kernel.request', [=> function () {
  794.             return ($this->privates['Harmonizely\\Service\\Common\\TranslateHelper'] ?? $this->getTranslateHelperService());
  795.         }, => 'init'], 10000);
  796.         $instance->addListener('console.command', [=> function () {
  797.             return ($this->privates['Harmonizely\\Service\\Common\\TranslateHelper'] ?? $this->getTranslateHelperService());
  798.         }, => 'init'], 10000);
  799.         $instance->addListener('kernel.request', [=> function () {
  800.             return ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] ?? ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] = new \Harmonizely\Service\Common\UrlHelper($this->getEnv('APP_HOST'))));
  801.         }, => 'init'], 10000);
  802.         $instance->addListener('console.command', [=> function () {
  803.             return ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] ?? ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] = new \Harmonizely\Service\Common\UrlHelper($this->getEnv('APP_HOST'))));
  804.         }, => 'init'], 10000);
  805.         $instance->addListener('super_admin.user.action', [=> function () {
  806.             return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserActionLogListener'] ?? $this->load('getUserActionLogListenerService.php'));
  807.         }, => 'onAction'], 0);
  808.         $instance->addListener('kernel.request', [=> function () {
  809.             return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserActivityListener'] ?? $this->getUserActivityListenerService());
  810.         }, => 'onRequest'], 0);
  811.         $instance->addListener('super_admin.login.attempt', [=> function () {
  812.             return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserLoginAttemptsListener'] ?? $this->load('getUserLoginAttemptsListenerService.php'));
  813.         }, => 'onAttemptLogin'], 0);
  814.         $instance->addListener('super_admin.2fa.passed', [=> function () {
  815.             return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserLoginLogListener'] ?? $this->load('getUserLoginLogListenerService.php'));
  816.         }, => 'onSecondFactorPassed'], 0);
  817.         $instance->addListener('kernel.request', [=> function () {
  818.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\LoginRequestListener'] ?? $this->getLoginRequestListenerService());
  819.         }, => 'onKernelRequest'], '101');
  820.         $instance->addListener('user.login.attempt', [=> function () {
  821.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\UserLoginAttemptsListener'] ?? $this->load('getUserLoginAttemptsListener2Service.php'));
  822.         }, => 'onAttemptLogin'], 0);
  823.         $instance->addListener('kernel.controller', [=> function () {
  824.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  825.         }, => 'onKernelController'], 0);
  826.         $instance->addListener('kernel.request', [=> function () {
  827.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  828.         }, => 'onKernelRequest'], 250);
  829.         $instance->addListener('kernel.request', [=> function () {
  830.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  831.         }, => 'onKernelRequest'], 10);
  832.         $instance->addListener('kernel.request', [=> function () {
  833.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  834.         }, => 'onKernelRequest'], 34);
  835.         $instance->addListener('kernel.request', [=> function () {
  836.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  837.         }, => 'onKernelRequest'], 248);
  838.         $instance->addListener('console.command', [=> function () {
  839.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService.php'));
  840.         }, => 'onConsoleCommand'], 1);
  841.         $instance->addListener('kernel.request', [=> function () {
  842.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListener2Service());
  843.         }, => 'onKernelRequest'], 1);
  844.         $instance->addListener('kernel.controller', [=> function () {
  845.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListener2Service());
  846.         }, => 'onKernelController'], 1);
  847.         $instance->addListener('kernel.request', [=> function () {
  848.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  849.         }, => 'onKernelRequest'], 1);
  850.         $instance->addListener('kernel.finish_request', [=> function () {
  851.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  852.         }, => 'onKernelFinishRequest'], 1);
  853.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  854.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService.php'));
  855.         }, => 'onWorkerMessageFailed'], 99);
  856.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  857.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService.php'));
  858.         }, => 'onWorkerMessageHandled'], 99);
  859.         $instance->addListener('kernel.exception', [=> function () {
  860.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
  861.         }, => 'onKernelException'], 0);
  862.         $instance->addListener('calendar.unavailable', [=> function () {
  863.             return ($this->privates['Harmonizely\\Calendar\\EventSubscriber\\CalendarUnavailableSubscriber'] ?? $this->load('getCalendarUnavailableSubscriberService.php'));
  864.         }, => 'onCalendarUnavailable'], 0);
  865.         $instance->addListener('security.interactive_login', [=> function () {
  866.             return ($this->privates['Harmonizely\\Core\\Security\\Subscriber\\RememberMeLoginSubscriber'] ?? $this->load('getRememberMeLoginSubscriberService.php'));
  867.         }, => 'onInteractiveLogin'], 0);
  868.         $instance->addListener('user.2fa.passed', [=> function () {
  869.             return ($this->privates['Harmonizely\\Core\\Security\\Subscriber\\SetSecondFactorPassedSubscriber'] ?? $this->load('getSetSecondFactorPassedSubscriberService.php'));
  870.         }, => 'onSecondFactorPassed'], 0);
  871.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  872.             return ($this->privates['Harmonizely\\EventListener\\ApplyFreeSubscriptionListener'] ?? $this->load('getApplyFreeSubscriptionListenerService.php'));
  873.         }, => 'confirmed'], 0);
  874.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  875.             return ($this->privates['Harmonizely\\EventListener\\RegistrationConfirmListener'] ?? $this->load('getRegistrationConfirmListenerService.php'));
  876.         }, => 'onRegistrationConfirm'], 0);
  877.         $instance->addListener('fos_user.resetting.send_email.initialize', [=> function () {
  878.             return ($this->privates['Harmonizely\\EventListener\\ResettingListener'] ?? $this->load('getResettingListenerService.php'));
  879.         }, => 'onResettingSendEmailInitialize'], 0);
  880.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  881.             return ($this->privates['Harmonizely\\EventListener\\SetDefaultUserIntroListener'] ?? $this->load('getSetDefaultUserIntroListenerService.php'));
  882.         }, => 'onInitialize'], 0);
  883.         $instance->addListener('fos_user.registration.completed', [=> function () {
  884.             return ($this->privates['Harmonizely\\EventListener\\SetDefaultUserIntroListener'] ?? $this->load('getSetDefaultUserIntroListenerService.php'));
  885.         }, => 'onCompeted'], 0);
  886.         $instance->addListener('hly.event.post_cancel', [=> function () {
  887.             return ($this->privates['Harmonizely\\EventSubscriber\\ClearCalendarCacheSubscriber'] ?? $this->load('getClearCalendarCacheSubscriberService.php'));
  888.         }, => 'clearCache'], 0);
  889.         $instance->addListener('hly.event.post_create', [=> function () {
  890.             return ($this->privates['Harmonizely\\EventSubscriber\\ClearCalendarCacheSubscriber'] ?? $this->load('getClearCalendarCacheSubscriberService.php'));
  891.         }, => 'clearCache'], 0);
  892.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  893.             return ($this->privates['Harmonizely\\EventSubscriber\\ClearCalendarCacheSubscriber'] ?? $this->load('getClearCalendarCacheSubscriberService.php'));
  894.         }, => 'clearCache'], 0);
  895.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  896.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateInternalCalendarSubscriber'] ?? $this->load('getCreateInternalCalendarSubscriberService.php'));
  897.         }, => 'createInternalCalendar'], 0);
  898.         $instance->addListener('hly.event.pre_create', [=> function () {
  899.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateKopanoMeetLinkSubscriber'] ?? $this->load('getCreateKopanoMeetLinkSubscriberService.php'));
  900.         }, => 'createMeeting'], 0);
  901.         $instance->addListener('hly.event.pre_create', [=> function () {
  902.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateWherebyMeetingLinkSubscriber'] ?? $this->load('getCreateWherebyMeetingLinkSubscriberService.php'));
  903.         }, => 'createMeeting'], 0);
  904.         $instance->addListener('hly.event.pre_create', [=> function () {
  905.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateZoomMeetingSubscriber'] ?? $this->load('getCreateZoomMeetingSubscriberService.php'));
  906.         }, => 'createMeeting'], 0);
  907.         $instance->addListener('hly.event.post_cancel', [=> function () {
  908.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateZoomMeetingSubscriber'] ?? $this->load('getCreateZoomMeetingSubscriberService.php'));
  909.         }, => 'cancelMeeting'], 0);
  910.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  911.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateZoomMeetingSubscriber'] ?? $this->load('getCreateZoomMeetingSubscriberService.php'));
  912.         }, => 'updateMeeting'], 0);
  913.         $instance->addListener('kernel.request', [=> function () {
  914.             return ($this->privates['Harmonizely\\EventSubscriber\\CurrentUserSubscriber'] ?? $this->getCurrentUserSubscriberService());
  915.         }, => 'setCurrentUser'], 0);
  916.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  917.             return ($this->privates['Harmonizely\\EventSubscriber\\EditProfileSubscriber'] ?? $this->load('getEditProfileSubscriberService.php'));
  918.         }, => 'profileEditCompleted'], 0);
  919.         $instance->addListener('fos_user.profile.edit.initialize', [=> function () {
  920.             return ($this->privates['Harmonizely\\EventSubscriber\\EditProfileSubscriber'] ?? $this->load('getEditProfileSubscriberService.php'));
  921.         }, => 'profileEditInitialize'], 0);
  922.         $instance->addListener('kernel.request', [=> function () {
  923.             return ($this->privates['Harmonizely\\EventSubscriber\\RequireProfileSettingsSubscriber'] ?? $this->getRequireProfileSettingsSubscriberService());
  924.         }, => 'redirect'], 0);
  925.         $instance->addListener('hly.member.post_create', [=> function () {
  926.             return ($this->privates['Harmonizely\\EventSubscriber\\SendMembershipInvitationEmailSubscriber'] ?? $this->load('getSendMembershipInvitationEmailSubscriberService.php'));
  927.         }, => 'onMemberCreate'], 0);
  928.         $instance->addListener('hly.event.post_create', [=> function () {
  929.             return ($this->privates['Harmonizely\\EventSubscriber\\SendParticipantInviteEventPostCreateSubscriber'] ?? $this->load('getSendParticipantInviteEventPostCreateSubscriberService.php'));
  930.         }, => 'sendParticipantInviteEventPostCreate'], 0);
  931.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  932.             return ($this->privates['Harmonizely\\EventSubscriber\\SendWelcomeEmailSubscriber'] ?? $this->load('getSendWelcomeEmailSubscriberService.php'));
  933.         }, => 'onRegistrationConfirm'], 0);
  934.         $instance->addListener('hly.event.pre_create', [=> function () {
  935.             return ($this->privates['Harmonizely\\EventSubscriber\\SetEventLocationSubscriber'] ?? $this->load('getSetEventLocationSubscriberService.php'));
  936.         }, => 'setEventLocation'], 0);
  937.         $instance->addListener('hly.event.post_cancel', [=> function () {
  938.             return ($this->privates['Harmonizely\\EventSubscriber\\SetEventLocationSubscriber'] ?? $this->load('getSetEventLocationSubscriberService.php'));
  939.         }, => 'setEventLocation'], 0);
  940.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  941.             return ($this->privates['Harmonizely\\EventSubscriber\\SetEventLocationSubscriber'] ?? $this->load('getSetEventLocationSubscriberService.php'));
  942.         }, => 'setEventLocation'], 100);
  943.         $instance->addListener('form.pre_submit', [=> function () {
  944.             return ($this->privates['Harmonizely\\Form\\EventListener\\AddEventTypeUsersFieldSubscriber'] ?? ($this->privates['Harmonizely\\Form\\EventListener\\AddEventTypeUsersFieldSubscriber'] = new \Harmonizely\Form\EventListener\AddEventTypeUsersFieldSubscriber()));
  945.         }, => 'preSubmit'], 0);
  946.         $instance->addListener('form.pre_submit', [=> function () {
  947.             return ($this->privates['Harmonizely\\Form\\EventListener\\AddLocationLabelFieldSubscriber'] ?? ($this->privates['Harmonizely\\Form\\EventListener\\AddLocationLabelFieldSubscriber'] = new \Harmonizely\Form\EventListener\AddLocationLabelFieldSubscriber()));
  948.         }, => 'preSubmit'], 0);
  949.         $instance->addListener('form.pre_submit', [=> function () {
  950.             return ($this->privates['Harmonizely\\Form\\EventListener\\AddPhoneNumberFieldSubscriber'] ?? ($this->privates['Harmonizely\\Form\\EventListener\\AddPhoneNumberFieldSubscriber'] = new \Harmonizely\Form\EventListener\AddPhoneNumberFieldSubscriber()));
  951.         }, => 'preSubmit'], 0);
  952.         $instance->addListener('booking.payment.cancel', [=> function () {
  953.             return ($this->privates['Harmonizely\\Integration\\BookingPayment\\Subscribers\\CancelBookingPaymentEventSubscriber'] ?? $this->load('getCancelBookingPaymentEventSubscriberService.php'));
  954.         }, => 'onCancelPayment'], 0);
  955.         $instance->addListener('booking.payment.confirm', [=> function () {
  956.             return ($this->privates['Harmonizely\\Integration\\BookingPayment\\Subscribers\\ConfirmBookingPaymentEventSubscriber'] ?? $this->load('getConfirmBookingPaymentEventSubscriberService.php'));
  957.         }, => 'onConfirmPayment'], 0);
  958.         $instance->addListener('booking.payment.error', [=> function () {
  959.             return ($this->privates['Harmonizely\\Integration\\BookingPayment\\Subscribers\\ErrorBookingPaymentEventSubscriber'] ?? $this->load('getErrorBookingPaymentEventSubscriberService.php'));
  960.         }, => 'onErrorPayment'], 0);
  961.         $instance->addListener('hly.event.pre_create', [=> function () {
  962.             return ($this->privates['Harmonizely\\Integration\\Simplypay\\Subscribers\\SimplypayInitBookingPaymentEventSubscriber'] ?? $this->load('getSimplypayInitBookingPaymentEventSubscriberService.php'));
  963.         }, => 'onEventPreCreate'], 0);
  964.         $instance->addListener('hly.custom_translation.set', [=> function () {
  965.             return ($this->privates['Harmonizely\\Service\\CustomTranslation\\EventListener\\SetCustomTranslationListener'] ?? $this->load('getSetCustomTranslationListenerService.php'));
  966.         }, => 'onSetCustomTranslation'], 0);
  967.         $instance->addListener('event_type.create', [=> function () {
  968.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\DirectorySubscriber'] ?? $this->load('getDirectorySubscriberService.php'));
  969.         }, => 'createEventType'], 0);
  970.         $instance->addListener('event_type.update', [=> function () {
  971.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\DirectorySubscriber'] ?? $this->load('getDirectorySubscriberService.php'));
  972.         }, => 'updateEventType'], 0);
  973.         $instance->addListener('event_type.delete', [=> function () {
  974.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\DirectorySubscriber'] ?? $this->load('getDirectorySubscriberService.php'));
  975.         }, => 'deleteEventType'], 0);
  976.         $instance->addListener('hly.event.post_create', [=> function () {
  977.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\RoutingFormResultSubscriber'] ?? $this->load('getRoutingFormResultSubscriberService.php'));
  978.         }, => 'postCreateEvent'], 0);
  979.         $instance->addListener('event_type.create', [=> function () {
  980.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\WelcomeTourSubscriber'] ?? $this->load('getWelcomeTourSubscriberService.php'));
  981.         }, => 'createEventType'], 0);
  982.         $instance->addListener('hly.locale.set', [=> function () {
  983.             return ($this->privates['Harmonizely\\Service\\Locale\\EventListener\\SetLocaleListener'] ?? $this->getSetLocaleListenerService());
  984.         }, => 'onSetLocale'], 0);
  985.         $instance->addListener('kernel.request', [=> function () {
  986.             return ($this->privates['Harmonizely\\Service\\Locale\\EventListener\\SetLocaleListener'] ?? $this->getSetLocaleListenerService());
  987.         }, => 'onRequestSetLocale'], 0);
  988.         $instance->addListener('hly.event.post_account_connect', [=> function () {
  989.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\CalendarIntegration\\EventSubscriber\\CalendarAccountConnectSubscriber'] ?? $this->load('getCalendarAccountConnectSubscriberService.php'));
  990.         }, => 'accountPostConnect'], 0);
  991.         $instance->addListener('hly.event.post_create', [=> function () {
  992.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
  993.         }, => 'create'], 0);
  994.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  995.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
  996.         }, => 'reschedule'], 0);
  997.         $instance->addListener('hly.event.post_cancel', [=> function () {
  998.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
  999.         }, => 'cancel'], 0);
  1000.         $instance->addListener('hly.member.post_join', [=> function () {
  1001.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
  1002.         }, => 'memberPostJoin'], 0);
  1003.         $instance->addListener('hly.event.post_create', [=> function () {
  1004.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\SmsGateway\\EventSubscriber\\SendSmsSubscriber'] ?? $this->load('getSendSmsSubscriberService.php'));
  1005.         }, => 'create'], 0);
  1006.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  1007.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\SmsGateway\\EventSubscriber\\SendSmsSubscriber'] ?? $this->load('getSendSmsSubscriberService.php'));
  1008.         }, => 'reschedule'], 0);
  1009.         $instance->addListener('hly.event.post_cancel', [=> function () {
  1010.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\SmsGateway\\EventSubscriber\\SendSmsSubscriber'] ?? $this->load('getSendSmsSubscriberService.php'));
  1011.         }, => 'cancel'], 0);
  1012.         $instance->addListener('hly.event.post_create', [=> function () {
  1013.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\Zapier\\EventSubscriber\\ZapierNotificationSubscriber'] ?? $this->load('getZapierNotificationSubscriberService.php'));
  1014.         }, => 'create'], 0);
  1015.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  1016.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\Zapier\\EventSubscriber\\ZapierNotificationSubscriber'] ?? $this->load('getZapierNotificationSubscriberService.php'));
  1017.         }, => 'reschedule'], 0);
  1018.         $instance->addListener('hly.event.post_cancel', [=> function () {
  1019.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\Zapier\\EventSubscriber\\ZapierNotificationSubscriber'] ?? $this->load('getZapierNotificationSubscriberService.php'));
  1020.         }, => 'cancel'], 0);
  1021.         $instance->addListener('user.deleted', [=> function () {
  1022.             return ($this->privates['Harmonizely\\Service\\Simplypay\\Subscribers\\UserDeletedSubscriber'] ?? $this->load('getUserDeletedSubscriberService.php'));
  1023.         }, => 'onUserDeleted'], 0);
  1024.         $instance->addListener('security.authentication.success', [=> function () {
  1025.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\AuthenticationListener'] ?? $this->load('getAuthenticationListenerService.php'));
  1026.         }, => 'onAuthenticationSuccess'], 0);
  1027.         $instance->addListener('security.authentication.failure', [=> function () {
  1028.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\AuthenticationListener'] ?? $this->load('getAuthenticationListenerService.php'));
  1029.         }, => 'onAuthenticationFailure'], 0);
  1030.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1031.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\ResetPasswordListener'] ?? $this->load('getResetPasswordListenerService.php'));
  1032.         }, => 'onResettingResetCompleted'], -100);
  1033.         $instance->addListener('user.deleted', [=> function () {
  1034.             return ($this->privates['Harmonizely\\User\\EventSubscriber\\DeleteUserSubscriber'] ?? $this->load('getDeleteUserSubscriberService.php'));
  1035.         }, => 'onUserDeleted'], 0);
  1036.         $instance->addListener('hly.event.post_create', [=> function () {
  1037.             return ($this->privates['Harmonizely\\Webhooks\\EventSubscriber\\SendWebhookPayloadSubscriber'] ?? $this->load('getSendWebhookPayloadSubscriberService.php'));
  1038.         }, => 'sendScheduled'], 0);
  1039.         $instance->addListener('hly.event.post_cancel', [=> function () {
  1040.             return ($this->privates['Harmonizely\\Webhooks\\EventSubscriber\\SendWebhookPayloadSubscriber'] ?? $this->load('getSendWebhookPayloadSubscriberService.php'));
  1041.         }, => 'sendCancelled'], 0);
  1042.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  1043.             return ($this->privates['Harmonizely\\Webhooks\\EventSubscriber\\SendWebhookPayloadSubscriber'] ?? $this->load('getSendWebhookPayloadSubscriberService.php'));
  1044.         }, => 'sendRescheduled'], 0);
  1045.         $instance->addListener('kernel.response', [=> function () {
  1046.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1047.         }, => 'onKernelResponse'], 0);
  1048.         $instance->addListener('kernel.response', [=> function () {
  1049.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1050.         }, => 'onKernelResponse'], -1024);
  1051.         $instance->addListener('kernel.request', [=> function () {
  1052.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1053.         }, => 'setDefaultLocale'], 100);
  1054.         $instance->addListener('kernel.request', [=> function () {
  1055.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1056.         }, => 'onKernelRequest'], 16);
  1057.         $instance->addListener('kernel.finish_request', [=> function () {
  1058.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1059.         }, => 'onKernelFinishRequest'], 0);
  1060.         $instance->addListener('kernel.request', [=> function () {
  1061.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1062.         }, => 'onKernelRequest'], 256);
  1063.         $instance->addListener('kernel.request', [=> function () {
  1064.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1065.         }, => 'resolveControllerName'], 24);
  1066.         $instance->addListener('kernel.response', [=> function () {
  1067.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1068.         }, => 'onResponse'], -255);
  1069.         $instance->addListener('kernel.request', [=> function () {
  1070.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1071.         }, => 'onKernelRequest'], 15);
  1072.         $instance->addListener('kernel.finish_request', [=> function () {
  1073.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1074.         }, => 'onKernelFinishRequest'], -15);
  1075.         $instance->addListener('console.error', [=> function () {
  1076.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1077.         }, => 'onConsoleError'], -128);
  1078.         $instance->addListener('console.terminate', [=> function () {
  1079.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1080.         }, => 'onConsoleTerminate'], -128);
  1081.         $instance->addListener('console.error', [=> function () {
  1082.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1083.         }, => 'onConsoleError'], 0);
  1084.         $instance->addListener('kernel.request', [=> function () {
  1085.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1086.         }, => 'onKernelRequest'], 128);
  1087.         $instance->addListener('kernel.response', [=> function () {
  1088.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1089.         }, => 'onKernelResponse'], -1000);
  1090.         $instance->addListener('kernel.finish_request', [=> function () {
  1091.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1092.         }, => 'onFinishRequest'], 0);
  1093.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1094.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService.php'));
  1095.         }, => 'onMessageFailed'], 100);
  1096.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1097.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService.php'));
  1098.         }, => 'onMessageFailed'], -100);
  1099.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1100.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php'));
  1101.         }, => 'onWorkerStarted'], 0);
  1102.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1103.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php'));
  1104.         }, => 'onWorkerRunning'], 0);
  1105.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1106.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1107.         }, => 'onMessage'], -255);
  1108.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1109.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1110.         }, => 'onMessage'], -255);
  1111.         $instance->addListener('kernel.response', [=> function () {
  1112.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1113.         }, => 'onKernelResponse'], -100);
  1114.         $instance->addListener('kernel.exception', [=> function () {
  1115.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1116.         }, => 'onKernelException'], 0);
  1117.         $instance->addListener('kernel.terminate', [=> function () {
  1118.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1119.         }, => 'onKernelTerminate'], -1024);
  1120.         $instance->addListener('kernel.controller', [=> function () {
  1121.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1122.         }, => 'onKernelController'], 0);
  1123.         $instance->addListener('kernel.response', [=> function () {
  1124.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1125.         }, => 'onKernelResponse'], 0);
  1126.         $instance->addListener('kernel.request', [=> function () {
  1127.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1128.         }, => 'configure'], 2048);
  1129.         $instance->addListener('console.command', [=> function () {
  1130.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1131.         }, => 'configure'], 2048);
  1132.         $instance->addListener('kernel.request', [=> function () {
  1133.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1134.         }, => 'onKernelRequest'], 32);
  1135.         $instance->addListener('kernel.finish_request', [=> function () {
  1136.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1137.         }, => 'onKernelFinishRequest'], 0);
  1138.         $instance->addListener('kernel.exception', [=> function () {
  1139.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1140.         }, => 'onKernelException'], -64);
  1141.         $instance->addListener('kernel.controller', [=> function () {
  1142.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1143.         }, => 'onKernelController'], 0);
  1144.         $instance->addListener('kernel.controller', [=> function () {
  1145.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1146.         }, => 'onKernelController'], 0);
  1147.         $instance->addListener('kernel.controller', [=> function () {
  1148.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1149.         }, => 'onKernelController'], -128);
  1150.         $instance->addListener('kernel.view', [=> function () {
  1151.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1152.         }, => 'onKernelView'], 0);
  1153.         $instance->addListener('kernel.controller', [=> function () {
  1154.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1155.         }, => 'onKernelController'], 0);
  1156.         $instance->addListener('kernel.response', [=> function () {
  1157.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1158.         }, => 'onKernelResponse'], 0);
  1159.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1160.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1161.         }, => 'onKernelControllerArguments'], 0);
  1162.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1163.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1164.         }, => 'onKernelControllerArguments'], 0);
  1165.         $instance->addListener('kernel.exception', [=> function () {
  1166.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1167.         }, => 'logKernelException'], 0);
  1168.         $instance->addListener('kernel.exception', [=> function () {
  1169.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1170.         }, => 'onKernelException'], -128);
  1171.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1172.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService.php'));
  1173.         }, => 'onMessage'], 0);
  1174.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1175.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php'));
  1176.         }, => 'onWorkerMessageHandled'], 0);
  1177.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1178.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php'));
  1179.         }, => 'onWorkerMessageFailed'], 0);
  1180.         $instance->addListener('kernel.response', [=> function () {
  1181.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1182.         }, => 'onKernelResponse'], 0);
  1183.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1184.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1185.         }, => 'onVoterVote'], 0);
  1186.         $instance->addListener('kernel.request', [=> function () {
  1187.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1188.         }, => 'configureLogoutUrlGenerator'], 8);
  1189.         $instance->addListener('kernel.request', [=> function () {
  1190.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1191.         }, => 'onKernelRequest'], 8);
  1192.         $instance->addListener('kernel.finish_request', [=> function () {
  1193.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1194.         }, => 'onKernelFinishRequest'], 0);
  1195.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1196.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1197.         }, => 'onImplicitLogin'], 0);
  1198.         $instance->addListener('security.interactive_login', [=> function () {
  1199.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1200.         }, => 'onSecurityInteractiveLogin'], 0);
  1201.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1202.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1203.         }, => 'authenticate'], 0);
  1204.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1205.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1206.         }, => 'authenticate'], 0);
  1207.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1208.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1209.         }, => 'authenticate'], 0);
  1210.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1211.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1212.         }, => 'addSuccessFlash'], 0);
  1213.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1214.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1215.         }, => 'addSuccessFlash'], 0);
  1216.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1217.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1218.         }, => 'addSuccessFlash'], 0);
  1219.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1220.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1221.         }, => 'addSuccessFlash'], 0);
  1222.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1223.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1224.         }, => 'addSuccessFlash'], 0);
  1225.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1226.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1227.         }, => 'addSuccessFlash'], 0);
  1228.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1229.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1230.         }, => 'addSuccessFlash'], 0);
  1231.         $instance->addListener('fos_user.registration.success', [=> function () {
  1232.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService.php'));
  1233.         }, => 'onRegistrationSuccess'], 0);
  1234.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1235.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1236.         }, => 'onResettingResetInitialize'], 0);
  1237.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1238.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1239.         }, => 'onResettingResetSuccess'], 0);
  1240.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1241.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1242.         }, => 'onResettingResetRequest'], 0);
  1243.         $instance->addListener('kernel.exception', [=> function () {
  1244.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1245.         }, => 'onException'], 0);
  1246.         $instance->addListener('kernel.terminate', [=> function () {
  1247.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1248.         }, => 'onTerminate'], 0);
  1249.         $instance->addListener('console.error', [=> function () {
  1250.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1251.         }, => 'onException'], 0);
  1252.         $instance->addListener('console.terminate', [=> function () {
  1253.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1254.         }, => 'onTerminate'], 0);
  1255.         $instance->addListener('kernel.response', [=> function () {
  1256.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1257.         }, => 'onKernelResponse'], -128);
  1258.         $instance->addListener('console.error', [=> function () {
  1259.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1260.         }, => 'onConsoleError'], 0);
  1261.         $instance->addListener('console.terminate', [=> function () {
  1262.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1263.         }, => 'onConsoleTerminate'], 0);
  1264.         $instance->addListener('kernel.exception', [=> function () {
  1265.             return ($this->privates['fos_rest.exception_listener'] ?? $this->load('getFosRest_ExceptionListenerService.php'));
  1266.         }, => 'onKernelException'], -100);
  1267.         $instance->addListener('kernel.exception', [=> function () {
  1268.             return ($this->privates['pagerfanta.convert_not_valid_max_per_page_to_not_found_listener'] ?? ($this->privates['pagerfanta.convert_not_valid_max_per_page_to_not_found_listener'] = new \WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener()));
  1269.         }, => 'onException'], 512);
  1270.         $instance->addListener('kernel.exception', [=> function () {
  1271.             return ($this->privates['pagerfanta.convert_not_valid_current_page_to_not_found_listener'] ?? ($this->privates['pagerfanta.convert_not_valid_current_page_to_not_found_listener'] = new \WhiteOctober\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener()));
  1272.         }, => 'onException'], 512);
  1273.         $instance->addListener('console.command', [=> function () {
  1274.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1275.         }, => 'onCommand'], 255);
  1276.         $instance->addListener('console.terminate', [=> function () {
  1277.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1278.         }, => 'onTerminate'], -255);
  1279.         $instance->addListener('console.command', [=> function () {
  1280.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1281.         }, => 'configure'], 1024);
  1282.         return $instance;
  1283.     }
  1284.     /**
  1285.      * Gets the public 'filesystem' shared service.
  1286.      *
  1287.      * @return \Symfony\Component\Filesystem\Filesystem
  1288.      */
  1289.     protected function getFilesystemService()
  1290.     {
  1291.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1292.     }
  1293.     /**
  1294.      * Gets the public 'hateoas.generator.registry' shared service.
  1295.      *
  1296.      * @return \Hateoas\UrlGenerator\UrlGeneratorRegistry
  1297.      */
  1298.     protected function getHateoas_Generator_RegistryService()
  1299.     {
  1300.         return $this->services['hateoas.generator.registry'] = new \Hateoas\UrlGenerator\UrlGeneratorRegistry(new \Hateoas\UrlGenerator\SymfonyUrlGenerator(($this->services['router'] ?? $this->getRouterService())));
  1301.     }
  1302.     /**
  1303.      * Gets the public 'hateoas.helper.link' shared service.
  1304.      *
  1305.      * @return \Hateoas\Helper\LinkHelper
  1306.      */
  1307.     protected function getHateoas_Helper_LinkService()
  1308.     {
  1309.         return $this->services['hateoas.helper.link'] = new \Hateoas\Helper\LinkHelper(($this->privates['hateoas.link_factory'] ?? $this->getHateoas_LinkFactoryService()), ($this->privates['hateoas.configuration.metadata_factory'] ?? $this->getHateoas_Configuration_MetadataFactoryService()));
  1310.     }
  1311.     /**
  1312.      * Gets the public 'http_kernel' shared service.
  1313.      *
  1314.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1315.      */
  1316.     protected function getHttpKernelService()
  1317.     {
  1318.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1319.         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 () {
  1320.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1321.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1322.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1323.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1324.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1325.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1326.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1327.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1328.         }, 8)), $a));
  1329.     }
  1330.     /**
  1331.      * Gets the public 'jms_serializer' shared service.
  1332.      *
  1333.      * @return \JMS\Serializer\Serializer
  1334.      */
  1335.     protected function getJmsSerializerService()
  1336.     {
  1337.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  1338.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService.php'));
  1339.         $c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  1340.         $d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
  1341.         $e = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1342.             'Harmonizely\\Serializer\\EventCancellationSubscriber' => ['privates''Harmonizely\\Serializer\\EventCancellationSubscriber''getEventCancellationSubscriberService.php'true],
  1343.             'Harmonizely\\Serializer\\UserSubscriber' => ['privates''Harmonizely\\Serializer\\UserSubscriber''getUserSubscriberService.php'true],
  1344.             'hateoas.event_listener.json' => ['services''hateoas.event_listener.json''getHateoas_EventListener_JsonService.php'true],
  1345.             'hateoas.event_listener.xml' => ['services''hateoas.event_listener.xml''getHateoas_EventListener_XmlService.php'true],
  1346.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService.php'true],
  1347.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService.php'true],
  1348.         ], [
  1349.             'Harmonizely\\Serializer\\EventCancellationSubscriber' => '?',
  1350.             'Harmonizely\\Serializer\\UserSubscriber' => '?',
  1351.             'hateoas.event_listener.json' => '?',
  1352.             'hateoas.event_listener.xml' => '?',
  1353.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  1354.             'jms_serializer.stopwatch_subscriber' => '?',
  1355.         ]));
  1356.         $e->setListeners(['serializer.post_serialize' => [=> [=> [=> 'hateoas.event_listener.xml'=> 'onPostSerialize'], => NULL=> 'xml'], => [=> [=> 'hateoas.event_listener.json'=> 'onPostSerialize'], => NULL=> 'json'], => [=> [=> 'Harmonizely\\Serializer\\EventCancellationSubscriber'=> 'onPostSerialize'], => 'Harmonizely\\Model\\Cancellation'=> NULL=> NULL], => [=> [=> 'Harmonizely\\Serializer\\UserSubscriber'=> 'onPostSerialize'], => 'Harmonizely\\Model\\User'=> NULL=> NULL], => [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]], 'serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']]]);
  1357.         $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1358.         $f->setOptions(1216);
  1359.         $g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1360.         $g->setOptions(0);
  1361.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $d$e$c), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$d$e$c)], ['json' => $f'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $g'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1362.     }
  1363.     /**
  1364.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1365.      *
  1366.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1367.      */
  1368.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1369.     {
  1370.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1371.     }
  1372.     /**
  1373.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1374.      *
  1375.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1376.      */
  1377.     protected function getJmsSerializer_SerializationContextFactoryService()
  1378.     {
  1379.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1380.     }
  1381.     /**
  1382.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1383.      *
  1384.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1385.      */
  1386.     protected function getLiipImagine_Cache_ManagerService()
  1387.     {
  1388.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'user_avatar');
  1389.         $instance->addResolver('user_avatar', ($this->services['liip_imagine.cache.resolver.user_avatar'] ?? $this->getLiipImagine_Cache_Resolver_UserAvatarService()));
  1390.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1391.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1392.         return $instance;
  1393.     }
  1394.     /**
  1395.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1396.      *
  1397.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1398.      */
  1399.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1400.     {
  1401.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1402.     }
  1403.     /**
  1404.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1405.      *
  1406.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1407.      */
  1408.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1409.     {
  1410.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1411.     }
  1412.     /**
  1413.      * Gets the public 'liip_imagine.cache.resolver.user_avatar' shared service.
  1414.      *
  1415.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemResolver
  1416.      */
  1417.     protected function getLiipImagine_Cache_Resolver_UserAvatarService()
  1418.     {
  1419.         return $this->services['liip_imagine.cache.resolver.user_avatar'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemResolver(($this->services['oneup_flysystem.local_filesystem'] ?? $this->getOneupFlysystem_LocalFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), '/uploads/''avatars''public');
  1420.     }
  1421.     /**
  1422.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1423.      *
  1424.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1425.      */
  1426.     protected function getLiipImagine_Cache_SignerService()
  1427.     {
  1428.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1429.     }
  1430.     /**
  1431.      * Gets the public 'message_bus' shared service.
  1432.      *
  1433.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1434.      */
  1435.     protected function getMessageBusService()
  1436.     {
  1437.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1438.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService.php'));
  1439.             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')));
  1440.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1441.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1442.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1443.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService.php'));
  1444.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService.php'));
  1445.         }, 7)));
  1446.     }
  1447.     /**
  1448.      * Gets the public 'oneup_flysystem.awss3v3_filesystem' shared service.
  1449.      *
  1450.      * @return \League\Flysystem\Filesystem
  1451.      */
  1452.     protected function getOneupFlysystem_Awss3v3FilesystemService()
  1453.     {
  1454.         return $this->services['oneup_flysystem.awss3v3_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\AwsS3v3\AwsS3Adapter(new \Aws\S3\S3Client(['version' => 'latest''region' => $this->getEnv('FS_AWS_S3_REGION'), 'credentials' => ['key' => $this->getEnv('FS_AWS_S3_KEY'), 'secret' => $this->getEnv('FS_AWS_S3_SECRET')]]), $this->getEnv('FS_AWS_BUCKET'), '', []), ['disable_asserts' => false]);
  1455.     }
  1456.     /**
  1457.      * Gets the public 'oneup_flysystem.local_filesystem' shared service.
  1458.      *
  1459.      * @return \League\Flysystem\Filesystem
  1460.      */
  1461.     protected function getOneupFlysystem_LocalFilesystemService()
  1462.     {
  1463.         return $this->services['oneup_flysystem.local_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Adapter\Local((\dirname(__DIR__4).'/src/../public/uploads'), 22, ['file' => ['public' => 420'private' => 384], 'dir' => ['public' => 493'private' => 448]]), ['disable_asserts' => false]);
  1464.     }
  1465.     /**
  1466.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  1467.      *
  1468.      * @return \League\Flysystem\MountManager
  1469.      */
  1470.     protected function getOneupFlysystem_MountManagerService()
  1471.     {
  1472.         $this->services['oneup_flysystem.mount_manager'] = $instance = new \League\Flysystem\MountManager();
  1473.         $instance->mountFilesystem('oneup_flysystem.local_filesystem', ($this->services['oneup_flysystem.local_filesystem'] ?? $this->getOneupFlysystem_LocalFilesystemService()));
  1474.         $instance->mountFilesystem('oneup_flysystem.awss3v3_filesystem', ($this->services['oneup_flysystem.awss3v3_filesystem'] ?? $this->getOneupFlysystem_Awss3v3FilesystemService()));
  1475.         return $instance;
  1476.     }
  1477.     /**
  1478.      * Gets the public 'profiler' shared service.
  1479.      *
  1480.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1481.      */
  1482.     protected function getProfilerService()
  1483.     {
  1484.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1485.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1486.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  1487.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1488.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1489.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1490.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1491.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1492.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1493.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1494.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1495.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1496.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1497.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1498.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1499.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1500.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1501.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  1502.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  1503.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1504.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1505.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1506.         $d->addInstance('cache.doctrine.orm.harmonizely.metadata', ($this->privates['cache.doctrine.orm.harmonizely.metadata'] ?? $this->getCache_Doctrine_Orm_Harmonizely_MetadataService()));
  1507.         $d->addInstance('cache.doctrine.orm.harmonizely.result', ($this->privates['cache.doctrine.orm.harmonizely.result'] ?? $this->getCache_Doctrine_Orm_Harmonizely_ResultService()));
  1508.         $d->addInstance('cache.doctrine.orm.harmonizely.query', ($this->privates['cache.doctrine.orm.harmonizely.query'] ?? $this->getCache_Doctrine_Orm_Harmonizely_QueryService()));
  1509.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1510.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1511.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1512.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1513.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1514.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1515.         $f->addLogger('harmonizely', ($this->privates['doctrine.dbal.logger.profiling.harmonizely'] ?? ($this->privates['doctrine.dbal.logger.profiling.harmonizely'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1516.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1517.         $g->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  1518.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1519.         if ($this->has('kernel')) {
  1520.             $h->setKernel($b);
  1521.         }
  1522.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1523.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1524.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1525.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1526.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1527.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1528.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1529.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcHarmonizely_KernelDevDebugContainer'), $c));
  1530.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1531.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1532.         $instance->add($d);
  1533.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1534.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1535.         $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())));
  1536.         $instance->add($e);
  1537.         $instance->add($f);
  1538.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1539.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1540.         $instance->add($g);
  1541.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1542.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1543.         $instance->add($h);
  1544.         return $instance;
  1545.     }
  1546.     /**
  1547.      * Gets the public 'request_stack' shared service.
  1548.      *
  1549.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1550.      */
  1551.     protected function getRequestStackService()
  1552.     {
  1553.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1554.     }
  1555.     /**
  1556.      * Gets the public 'router' shared service.
  1557.      *
  1558.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1559.      */
  1560.     protected function getRouterService()
  1561.     {
  1562.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1563.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1564.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  1565.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1566.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1567.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1568.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1569.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1570.         ], [
  1571.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1572.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1573.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1574.         return $instance;
  1575.     }
  1576.     /**
  1577.      * Gets the public 'security.authorization_checker' shared service.
  1578.      *
  1579.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1580.      */
  1581.     protected function getSecurity_AuthorizationCheckerService()
  1582.     {
  1583.         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);
  1584.     }
  1585.     /**
  1586.      * Gets the public 'security.token_storage' shared service.
  1587.      *
  1588.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1589.      */
  1590.     protected function getSecurity_TokenStorageService()
  1591.     {
  1592.         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, [
  1593.             'session' => ['services''session''getSessionService.php'true],
  1594.         ], [
  1595.             'session' => '?',
  1596.         ]));
  1597.     }
  1598.     /**
  1599.      * Gets the public 'serializer' shared service.
  1600.      *
  1601.      * @return \Symfony\Component\Serializer\Serializer
  1602.      */
  1603.     protected function getSerializerService()
  1604.     {
  1605.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1606.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1607.         $c = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a);
  1608.         $d = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1609.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Harmonizely\Core\Request\ParamConverter\SerializableObjectNormalizer(), => new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($aNULL$b$c), => new \Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer(($this->privates['libphonenumber.phone_number_util'] ?? $this->getLibphonenumber_PhoneNumberUtilService())), => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => $this->load('getFosRest_Serializer_ExceptionNormalizer_SymfonyService.php'), => new \FOS\RestBundle\Serializer\Normalizer\FlattenExceptionNormalizer(($this->privates['fos_rest.exception.codes_map'] ?? ($this->privates['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException' => 405'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException' => 404'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => 404]))), ($this->privates['fos_rest.exception.messages_map'] ?? ($this->privates['fos_rest.exception.messages_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException' => true'Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => true]))), truefalse), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$d, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $b$cNULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1610.     }
  1611.     /**
  1612.      * Gets the public 'translator' shared service.
  1613.      *
  1614.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1615.      */
  1616.     protected function getTranslatorService()
  1617.     {
  1618.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1619.     }
  1620.     /**
  1621.      * Gets the public 'twig' shared service.
  1622.      *
  1623.      * @return \Twig\Environment
  1624.      */
  1625.     protected function getTwigService()
  1626.     {
  1627.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1628.         $a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
  1629.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  1630.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  1631.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  1632.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  1633.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  1634.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  1635.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  1636.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  1637.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  1638.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  1639.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  1640.         $instance->addExtension(($this->privates['twig.extension.form'] ?? ($this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension())));
  1641.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  1642.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  1643.         $instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
  1644.         $instance->addExtension(($this->privates['Twig\\Extensions\\IntlExtension'] ?? ($this->privates['Twig\\Extensions\\IntlExtension'] = new \Twig\Extensions\IntlExtension())));
  1645.         $instance->addExtension(($this->privates['Twig\\Extension\\StringLoaderExtension'] ?? ($this->privates['Twig\\Extension\\StringLoaderExtension'] = new \Twig\Extension\StringLoaderExtension())));
  1646.         $instance->addExtension(($this->privates['Twig\\Extension\\SandboxExtension'] ?? $this->getSandboxExtensionService()));
  1647.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\AppearanceExtension'] ?? $this->getAppearanceExtensionService()));
  1648.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\CanLeaveReviewExtension'] ?? $this->getCanLeaveReviewExtensionService()));
  1649.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\EventLinkGeneratorExtension'] ?? $this->getEventLinkGeneratorExtensionService()));
  1650.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\FormatDateExtension'] ?? ($this->privates['Harmonizely\\Twig\\FormatDateExtension'] = new \Harmonizely\Twig\FormatDateExtension())));
  1651.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\FormatTimeExtension'] ?? ($this->privates['Harmonizely\\Twig\\FormatTimeExtension'] = new \Harmonizely\Twig\FormatTimeExtension())));
  1652.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\GetIntegrationConfigExtension'] ?? $this->getGetIntegrationConfigExtensionService()));
  1653.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\GetLocaleChoicesExtension'] ?? $this->getGetLocaleChoicesExtensionService()));
  1654.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\GetTimezonesExtension'] ?? ($this->privates['Harmonizely\\Twig\\GetTimezonesExtension'] = new \Harmonizely\Twig\GetTimezonesExtension())));
  1655.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\IsRtlExtension'] ?? ($this->privates['Harmonizely\\Twig\\IsRtlExtension'] = new \Harmonizely\Twig\IsRtlExtension())));
  1656.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\LocationExtension'] ?? $this->getLocationExtensionService()));
  1657.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\SBPayWidgetExtension'] ?? $this->getSBPayWidgetExtensionService()));
  1658.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\SchedulingPageUrlExtension'] ?? ($this->privates['Harmonizely\\Twig\\SchedulingPageUrlExtension'] = new \Harmonizely\Twig\SchedulingPageUrlExtension())));
  1659.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\SimplypayIntegrationExtension'] ?? $this->getSimplypayIntegrationExtensionService()));
  1660.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\SubscriptionIsAllowedExtension'] ?? $this->getSubscriptionIsAllowedExtensionService()));
  1661.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\isBookingFromAdmin'] ?? $this->getIsBookingFromAdminService()));
  1662.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  1663.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  1664.         $instance->addExtension(($this->privates['jms_serializer.twig_extension.serializer'] ?? ($this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension())));
  1665.         $instance->addExtension(($this->privates['nelmio_api_doc.render_docs.html.asset'] ?? $this->getNelmioApiDoc_RenderDocs_Html_AssetService()));
  1666.         $instance->addExtension(($this->privates['hateoas.twig.link'] ?? $this->getHateoas_Twig_LinkService()));
  1667.         $instance->addExtension(($this->privates['twig.extension.pagerfanta'] ?? $this->getTwig_Extension_PagerfantaService()));
  1668.         $instance->addExtension(($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] ?? $this->getUploaderExtensionService()));
  1669.         $instance->addExtension(($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService()));
  1670.         $instance->addExtension(($this->privates['misd_phone_number.twig.extension.format'] ?? $this->getMisdPhoneNumber_Twig_Extension_FormatService()));
  1671.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  1672.         $instance->addExtension(($this->privates['twig.extension.cssinliner'] ?? ($this->privates['twig.extension.cssinliner'] = new \Twig\Extra\CssInliner\CssInlinerExtension())));
  1673.         $instance->addExtension(($this->privates['twig.extension.inky'] ?? ($this->privates['twig.extension.inky'] = new \Twig\Extra\Inky\InkyExtension())));
  1674.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  1675.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  1676.         $instance->addGlobal('terms_url''https://simplymeet.me/en/terms-and-conditions');
  1677.         $instance->addGlobal('policy_url''https://simplymeet.me/en/policy');
  1678.         $instance->addGlobal('dpa_url''https://simplybook.me/en/legal/dpa');
  1679.         $instance->addGlobal('help_url''https://help.SimplyMeet.me');
  1680.         $instance->addGlobal('savio_url''https://simplymeet-voting.savio.io/');
  1681.         $instance->addGlobal('main_page_url''https://simplymeet.me');
  1682.         $instance->addGlobal('powered_by''https://simplybook.me/en/SimplyBook.me_compared_with_SimplyMeet.me');
  1683.         $instance->addGlobal('news_url''https://news.simplymeet.me');
  1684.         $instance->addGlobal('base_domain''app.simplymeet.me');
  1685.         $instance->addGlobal('help_domain''help.simplymeet.me');
  1686.         $instance->addGlobal('host'$this->getEnv('APP_HOST'));
  1687.         $instance->addGlobal('secure_host'$this->getEnv('SECURE_HOST'));
  1688.         $instance->addGlobal('super_admin_host'$this->getEnv('SUPER_ADMIN_HOST'));
  1689.         $instance->addGlobal('default_2fa_provider''ga');
  1690.         $instance->addGlobal('max_limit_of_participants_for_client'5);
  1691.         $instance->addGlobal('max_limit_of_participants_for_admin'25);
  1692.         $instance->addGlobal('enabled_locales''en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk');
  1693.         $instance->addGlobal('directory_host'$this->getEnv('DIRECTORY_HOST'));
  1694.         $instance->registerUndefinedFilterCallback([=> $a=> 'suggestFilter']);
  1695.         $instance->registerUndefinedFunctionCallback([=> $a=> 'suggestFunction']);
  1696.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  1697.         return $instance;
  1698.     }
  1699.     /**
  1700.      * Gets the public 'validator' shared service.
  1701.      *
  1702.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1703.      */
  1704.     protected function getValidatorService()
  1705.     {
  1706.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1707.     }
  1708.     /**
  1709.      * Gets the public 'var_dumper.cloner' shared service.
  1710.      *
  1711.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1712.      */
  1713.     protected function getVarDumper_ClonerService()
  1714.     {
  1715.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1716.         $instance->setMaxItems(2500);
  1717.         $instance->setMinDepth(1);
  1718.         $instance->setMaxString(-1);
  1719.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1720.         return $instance;
  1721.     }
  1722.     /**
  1723.      * Gets the public 'vich_uploader.upload_handler' shared service.
  1724.      *
  1725.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  1726.      */
  1727.     protected function getVichUploader_UploadHandlerService()
  1728.     {
  1729.         $a = ($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService());
  1730.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1731.     }
  1732.     /**
  1733.      * Gets the private '.debug.http_client' shared service.
  1734.      *
  1735.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1736.      */
  1737.     protected function get_Debug_HttpClientService()
  1738.     {
  1739.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1740.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1741.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1742.         $b->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  1743.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1744.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1745.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1746.         $a->setLogger($b);
  1747.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1748.     }
  1749.     /**
  1750.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1751.      *
  1752.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1753.      */
  1754.     protected function get_LegacyResolveControllerNameSubscriberService()
  1755.     {
  1756.         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);
  1757.     }
  1758.     /**
  1759.      * Gets the private 'Harmonizely\Core\Security\SuperAdminUserSecurityHelper' shared autowired service.
  1760.      *
  1761.      * @return \Harmonizely\Core\Security\SuperAdminUserSecurityHelper
  1762.      */
  1763.     protected function getSuperAdminUserSecurityHelperService()
  1764.     {
  1765.         return $this->privates['Harmonizely\\Core\\Security\\SuperAdminUserSecurityHelper'] = new \Harmonizely\Core\Security\SuperAdminUserSecurityHelper(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1766.     }
  1767.     /**
  1768.      * Gets the private 'Harmonizely\Core\Security\UserSecurityHelper' shared autowired service.
  1769.      *
  1770.      * @return \Harmonizely\Core\Security\UserSecurityHelper
  1771.      */
  1772.     protected function getUserSecurityHelperService()
  1773.     {
  1774.         return $this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] = new \Harmonizely\Core\Security\UserSecurityHelper(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1775.     }
  1776.     /**
  1777.      * Gets the private 'Harmonizely\CustomDomain\EntityRecognizer' shared autowired service.
  1778.      *
  1779.      * @return \Harmonizely\CustomDomain\EntityRecognizer
  1780.      */
  1781.     protected function getEntityRecognizerService()
  1782.     {
  1783.         return $this->privates['Harmonizely\\CustomDomain\\EntityRecognizer'] = new \Harmonizely\CustomDomain\EntityRecognizer([=> ($this->privates['Harmonizely\\Repository\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()), => ($this->privates['Harmonizely\\Repository\\UserRepository'] ?? $this->getUserRepositoryService())]);
  1784.     }
  1785.     /**
  1786.      * Gets the private 'Harmonizely\EventListener\CryptContainerInitListener' shared autowired service.
  1787.      *
  1788.      * @return \Harmonizely\EventListener\CryptContainerInitListener
  1789.      */
  1790.     protected function getCryptContainerInitListenerService()
  1791.     {
  1792.         return $this->privates['Harmonizely\\EventListener\\CryptContainerInitListener'] = new \Harmonizely\EventListener\CryptContainerInitListener(($this->privates['Harmonizely\\Service\\Base\\Crypt\\AES256Crypt'] ?? ($this->privates['Harmonizely\\Service\\Base\\Crypt\\AES256Crypt'] = new \Harmonizely\Service\Base\Crypt\AES256Crypt($this->getEnv('AES_256_CRYPT_SECRET_KEY')))));
  1793.     }
  1794.     /**
  1795.      * Gets the private 'Harmonizely\EventListener\RedirectLoggedInUserListener' shared autowired service.
  1796.      *
  1797.      * @return \Harmonizely\EventListener\RedirectLoggedInUserListener
  1798.      */
  1799.     protected function getRedirectLoggedInUserListenerService()
  1800.     {
  1801.         return $this->privates['Harmonizely\\EventListener\\RedirectLoggedInUserListener'] = new \Harmonizely\EventListener\RedirectLoggedInUserListener(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
  1802.     }
  1803.     /**
  1804.      * Gets the private 'Harmonizely\EventListener\RequestListener' shared autowired service.
  1805.      *
  1806.      * @return \Harmonizely\EventListener\RequestListener
  1807.      */
  1808.     protected function getRequestListenerService()
  1809.     {
  1810.         return $this->privates['Harmonizely\\EventListener\\RequestListener'] = new \Harmonizely\EventListener\RequestListener('en''en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk'$this->getEnv('APP_HOST'), ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()), ($this->services['router'] ?? $this->getRouterService()));
  1811.     }
  1812.     /**
  1813.      * Gets the private 'Harmonizely\EventSubscriber\CurrentUserSubscriber' shared autowired service.
  1814.      *
  1815.      * @return \Harmonizely\EventSubscriber\CurrentUserSubscriber
  1816.      */
  1817.     protected function getCurrentUserSubscriberService()
  1818.     {
  1819.         return $this->privates['Harmonizely\\EventSubscriber\\CurrentUserSubscriber'] = new \Harmonizely\EventSubscriber\CurrentUserSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1820.     }
  1821.     /**
  1822.      * Gets the private 'Harmonizely\EventSubscriber\DoctrineCurrentUserSubscriber' shared autowired service.
  1823.      *
  1824.      * @return \Harmonizely\EventSubscriber\DoctrineCurrentUserSubscriber
  1825.      */
  1826.     protected function getDoctrineCurrentUserSubscriberService()
  1827.     {
  1828.         return $this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] = new \Harmonizely\EventSubscriber\DoctrineCurrentUserSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1829.     }
  1830.     /**
  1831.      * Gets the private 'Harmonizely\EventSubscriber\RequireProfileSettingsSubscriber' shared autowired service.
  1832.      *
  1833.      * @return \Harmonizely\EventSubscriber\RequireProfileSettingsSubscriber
  1834.      */
  1835.     protected function getRequireProfileSettingsSubscriberService()
  1836.     {
  1837.         return $this->privates['Harmonizely\\EventSubscriber\\RequireProfileSettingsSubscriber'] = new \Harmonizely\EventSubscriber\RequireProfileSettingsSubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1838.     }
  1839.     /**
  1840.      * Gets the private 'Harmonizely\Event\EventLinkGenerator' shared autowired service.
  1841.      *
  1842.      * @return \Harmonizely\Event\EventLinkGenerator
  1843.      */
  1844.     protected function getEventLinkGeneratorService()
  1845.     {
  1846.         return $this->privates['Harmonizely\\Event\\EventLinkGenerator'] = new \Harmonizely\Event\EventLinkGenerator(new \Harmonizely\CustomDomain\Routing\Router(($this->services['router'] ?? $this->getRouterService()), new \Harmonizely\CustomDomain\Routing\RequestHostModifier(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  1847.     }
  1848.     /**
  1849.      * Gets the private 'Harmonizely\Integration\Simplypay\SimplypayGetIntegrationConfig' shared autowired service.
  1850.      *
  1851.      * @return \Harmonizely\Integration\Simplypay\SimplypayGetIntegrationConfig
  1852.      */
  1853.     protected function getSimplypayGetIntegrationConfigService()
  1854.     {
  1855.         return $this->privates['Harmonizely\\Integration\\Simplypay\\SimplypayGetIntegrationConfig'] = new \Harmonizely\Integration\Simplypay\SimplypayGetIntegrationConfig(($this->privates['Harmonizely\\Repository\\IntegrationRepository'] ?? $this->getIntegrationRepositoryService()), ($this->privates['Harmonizely\\Repository\\OrganizationIntegrationRepository'] ?? $this->getOrganizationIntegrationRepositoryService()));
  1856.     }
  1857.     /**
  1858.      * Gets the private 'Harmonizely\Repository\IntegrationRepository' shared autowired service.
  1859.      *
  1860.      * @return \Harmonizely\Repository\IntegrationRepository
  1861.      */
  1862.     protected function getIntegrationRepositoryService()
  1863.     {
  1864.         return $this->privates['Harmonizely\\Repository\\IntegrationRepository'] = new \Harmonizely\Repository\IntegrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1865.     }
  1866.     /**
  1867.      * Gets the private 'Harmonizely\Repository\OrganizationIntegrationRepository' shared autowired service.
  1868.      *
  1869.      * @return \Harmonizely\Repository\OrganizationIntegrationRepository
  1870.      */
  1871.     protected function getOrganizationIntegrationRepositoryService()
  1872.     {
  1873.         return $this->privates['Harmonizely\\Repository\\OrganizationIntegrationRepository'] = new \Harmonizely\Repository\OrganizationIntegrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1874.     }
  1875.     /**
  1876.      * Gets the private 'Harmonizely\Repository\OrganizationRepository' shared autowired service.
  1877.      *
  1878.      * @return \Harmonizely\Repository\OrganizationRepository
  1879.      */
  1880.     protected function getOrganizationRepositoryService()
  1881.     {
  1882.         return $this->privates['Harmonizely\\Repository\\OrganizationRepository'] = new \Harmonizely\Repository\OrganizationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1883.     }
  1884.     /**
  1885.      * Gets the private 'Harmonizely\Repository\ReviewRepository' shared autowired service.
  1886.      *
  1887.      * @return \Harmonizely\Repository\ReviewRepository
  1888.      */
  1889.     protected function getReviewRepositoryService()
  1890.     {
  1891.         return $this->privates['Harmonizely\\Repository\\ReviewRepository'] = new \Harmonizely\Repository\ReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1892.     }
  1893.     /**
  1894.      * Gets the private 'Harmonizely\Repository\SuperAdmin\UserRepository' shared autowired service.
  1895.      *
  1896.      * @return \Harmonizely\Repository\SuperAdmin\UserRepository
  1897.      */
  1898.     protected function getUserRepository2Service()
  1899.     {
  1900.         return $this->privates['Harmonizely\\Repository\\SuperAdmin\\UserRepository'] = new \Harmonizely\Repository\SuperAdmin\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1901.     }
  1902.     /**
  1903.      * Gets the private 'Harmonizely\Repository\UserLoginAttemptRepository' shared autowired service.
  1904.      *
  1905.      * @return \Harmonizely\Repository\UserLoginAttemptRepository
  1906.      */
  1907.     protected function getUserLoginAttemptRepository2Service()
  1908.     {
  1909.         return $this->privates['Harmonizely\\Repository\\UserLoginAttemptRepository'] = new \Harmonizely\Repository\UserLoginAttemptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1910.     }
  1911.     /**
  1912.      * Gets the private 'Harmonizely\Repository\UserRepository' shared autowired service.
  1913.      *
  1914.      * @return \Harmonizely\Repository\UserRepository
  1915.      */
  1916.     protected function getUserRepositoryService()
  1917.     {
  1918.         return $this->privates['Harmonizely\\Repository\\UserRepository'] = new \Harmonizely\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1919.     }
  1920.     /**
  1921.      * Gets the private 'Harmonizely\Service\Common\TranslateHelper' shared autowired service.
  1922.      *
  1923.      * @return \Harmonizely\Service\Common\TranslateHelper
  1924.      */
  1925.     protected function getTranslateHelperService()
  1926.     {
  1927.         return $this->privates['Harmonizely\\Service\\Common\\TranslateHelper'] = new \Harmonizely\Service\Common\TranslateHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  1928.     }
  1929.     /**
  1930.      * Gets the private 'Harmonizely\Service\Locale\EventListener\SetLocaleListener' shared autowired service.
  1931.      *
  1932.      * @return \Harmonizely\Service\Locale\EventListener\SetLocaleListener
  1933.      */
  1934.     protected function getSetLocaleListenerService()
  1935.     {
  1936.         return $this->privates['Harmonizely\\Service\\Locale\\EventListener\\SetLocaleListener'] = new \Harmonizely\Service\Locale\EventListener\SetLocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()), ($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()), 'en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk');
  1937.     }
  1938.     /**
  1939.      * Gets the private 'Harmonizely\Service\Locale\GetLocaleChoicesService' shared autowired service.
  1940.      *
  1941.      * @return \Harmonizely\Service\Locale\GetLocaleChoicesService
  1942.      */
  1943.     protected function getGetLocaleChoicesServiceService()
  1944.     {
  1945.         return $this->privates['Harmonizely\\Service\\Locale\\GetLocaleChoicesService'] = new \Harmonizely\Service\Locale\GetLocaleChoicesService('en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk', ($this->services['translator'] ?? $this->getTranslatorService()));
  1946.     }
  1947.     /**
  1948.      * Gets the private 'Harmonizely\Service\Panel\Api\Appearance\GetOrganizationAppearanceService' shared autowired service.
  1949.      *
  1950.      * @return \Harmonizely\Service\Panel\Api\Appearance\GetOrganizationAppearanceService
  1951.      */
  1952.     protected function getGetOrganizationAppearanceServiceService()
  1953.     {
  1954.         return $this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetOrganizationAppearanceService'] = new \Harmonizely\Service\Panel\Api\Appearance\GetOrganizationAppearanceService(($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
  1955.     }
  1956.     /**
  1957.      * Gets the private 'Harmonizely\Service\Panel\Api\Appearance\GetUserAppearanceService' shared autowired service.
  1958.      *
  1959.      * @return \Harmonizely\Service\Panel\Api\Appearance\GetUserAppearanceService
  1960.      */
  1961.     protected function getGetUserAppearanceServiceService()
  1962.     {
  1963.         return $this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetUserAppearanceService'] = new \Harmonizely\Service\Panel\Api\Appearance\GetUserAppearanceService(($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
  1964.     }
  1965.     /**
  1966.      * Gets the private 'Harmonizely\Service\Review\CanLeaveReviewService' shared autowired service.
  1967.      *
  1968.      * @return \Harmonizely\Service\Review\CanLeaveReviewService
  1969.      */
  1970.     protected function getCanLeaveReviewServiceService()
  1971.     {
  1972.         return $this->privates['Harmonizely\\Service\\Review\\CanLeaveReviewService'] = new \Harmonizely\Service\Review\CanLeaveReviewService(($this->privates['Harmonizely\\Repository\\ReviewRepository'] ?? $this->getReviewRepositoryService()), ($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()), ($this->privates['Harmonizely\\Repository\\UserLoginAttemptRepository'] ?? $this->getUserLoginAttemptRepository2Service()));
  1973.     }
  1974.     /**
  1975.      * Gets the private 'Harmonizely\Service\Simplypay\SubscriptionHelperService' shared autowired service.
  1976.      *
  1977.      * @return \Harmonizely\Service\Simplypay\SubscriptionHelperService
  1978.      */
  1979.     protected function getSubscriptionHelperServiceService()
  1980.     {
  1981.         return $this->privates['Harmonizely\\Service\\Simplypay\\SubscriptionHelperService'] = new \Harmonizely\Service\Simplypay\SubscriptionHelperService($this->getEnv('SIMPLYPAY_HOST'), $this->getEnv('SIMPLYPAY_MERCHANT_TOKEN'), $this->getEnv('SIMPLYPAY_MERCHANT_SECRET'), $this->getEnv('SIMPLYPAY_MERCHANT_LOGIN'), $this->getEnv('SIMPLYPAY_SUBSCRIPTION_PROJECT'), $this->getEnv('SIMPLYPAY_SUBSCRIPTION_FREE_PLAN'));
  1982.     }
  1983.     /**
  1984.      * Gets the private 'Harmonizely\Service\SuperAdmin\EventListener\UserActivityListener' shared autowired service.
  1985.      *
  1986.      * @return \Harmonizely\Service\SuperAdmin\EventListener\UserActivityListener
  1987.      */
  1988.     protected function getUserActivityListenerService()
  1989.     {
  1990.         return $this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserActivityListener'] = new \Harmonizely\Service\SuperAdmin\EventListener\UserActivityListener(($this->privates['Harmonizely\\Core\\Security\\SuperAdminUserSecurityHelper'] ?? $this->getSuperAdminUserSecurityHelperService()), ($this->privates['Harmonizely\\Repository\\SuperAdmin\\UserRepository'] ?? $this->getUserRepository2Service()));
  1991.     }
  1992.     /**
  1993.      * Gets the private 'Harmonizely\Service\UserLoginAttempt\EventListener\LoginRequestListener' shared autowired service.
  1994.      *
  1995.      * @return \Harmonizely\Service\UserLoginAttempt\EventListener\LoginRequestListener
  1996.      */
  1997.     protected function getLoginRequestListenerService()
  1998.     {
  1999.         return $this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\LoginRequestListener'] = new \Harmonizely\Service\UserLoginAttempt\EventListener\LoginRequestListener(($this->privates['Harmonizely\\Service\\UserLoginAttempt\\UserLoginAttemptValidatorService'] ?? $this->getUserLoginAttemptValidatorServiceService()));
  2000.     }
  2001.     /**
  2002.      * Gets the private 'Harmonizely\Service\UserLoginAttempt\UserLoginAttemptValidatorService' shared autowired service.
  2003.      *
  2004.      * @return \Harmonizely\Service\UserLoginAttempt\UserLoginAttemptValidatorService
  2005.      */
  2006.     protected function getUserLoginAttemptValidatorServiceService()
  2007.     {
  2008.         return $this->privates['Harmonizely\\Service\\UserLoginAttempt\\UserLoginAttemptValidatorService'] = new \Harmonizely\Service\UserLoginAttempt\UserLoginAttemptValidatorService(3900, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Harmonizely\\Repository\\UserLoginAttemptRepository'] ?? $this->getUserLoginAttemptRepository2Service()));
  2009.     }
  2010.     /**
  2011.      * Gets the private 'Harmonizely\Twig\AppearanceExtension' shared autowired service.
  2012.      *
  2013.      * @return \Harmonizely\Twig\AppearanceExtension
  2014.      */
  2015.     protected function getAppearanceExtensionService()
  2016.     {
  2017.         return $this->privates['Harmonizely\\Twig\\AppearanceExtension'] = new \Harmonizely\Twig\AppearanceExtension(($this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetUserAppearanceService'] ?? $this->getGetUserAppearanceServiceService()), ($this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetOrganizationAppearanceService'] ?? $this->getGetOrganizationAppearanceServiceService()));
  2018.     }
  2019.     /**
  2020.      * Gets the private 'Harmonizely\Twig\CanLeaveReviewExtension' shared autowired service.
  2021.      *
  2022.      * @return \Harmonizely\Twig\CanLeaveReviewExtension
  2023.      */
  2024.     protected function getCanLeaveReviewExtensionService()
  2025.     {
  2026.         return $this->privates['Harmonizely\\Twig\\CanLeaveReviewExtension'] = new \Harmonizely\Twig\CanLeaveReviewExtension(($this->privates['Harmonizely\\Service\\Review\\CanLeaveReviewService'] ?? $this->getCanLeaveReviewServiceService()));
  2027.     }
  2028.     /**
  2029.      * Gets the private 'Harmonizely\Twig\EventLinkGeneratorExtension' shared autowired service.
  2030.      *
  2031.      * @return \Harmonizely\Twig\EventLinkGeneratorExtension
  2032.      */
  2033.     protected function getEventLinkGeneratorExtensionService()
  2034.     {
  2035.         return $this->privates['Harmonizely\\Twig\\EventLinkGeneratorExtension'] = new \Harmonizely\Twig\EventLinkGeneratorExtension(($this->privates['Harmonizely\\Event\\EventLinkGenerator'] ?? $this->getEventLinkGeneratorService()));
  2036.     }
  2037.     /**
  2038.      * Gets the private 'Harmonizely\Twig\GetIntegrationConfigExtension' shared autowired service.
  2039.      *
  2040.      * @return \Harmonizely\Twig\GetIntegrationConfigExtension
  2041.      */
  2042.     protected function getGetIntegrationConfigExtensionService()
  2043.     {
  2044.         return $this->privates['Harmonizely\\Twig\\GetIntegrationConfigExtension'] = new \Harmonizely\Twig\GetIntegrationConfigExtension(new \Harmonizely\Integration\Common\GetIntegrationConfig(($this->privates['Harmonizely\\Repository\\IntegrationRepository'] ?? $this->getIntegrationRepositoryService()), ($this->privates['Harmonizely\\Repository\\OrganizationIntegrationRepository'] ?? $this->getOrganizationIntegrationRepositoryService())));
  2045.     }
  2046.     /**
  2047.      * Gets the private 'Harmonizely\Twig\GetLocaleChoicesExtension' shared autowired service.
  2048.      *
  2049.      * @return \Harmonizely\Twig\GetLocaleChoicesExtension
  2050.      */
  2051.     protected function getGetLocaleChoicesExtensionService()
  2052.     {
  2053.         return $this->privates['Harmonizely\\Twig\\GetLocaleChoicesExtension'] = new \Harmonizely\Twig\GetLocaleChoicesExtension(($this->privates['Harmonizely\\Service\\Locale\\GetLocaleChoicesService'] ?? $this->getGetLocaleChoicesServiceService()));
  2054.     }
  2055.     /**
  2056.      * Gets the private 'Harmonizely\Twig\LocationExtension' shared autowired service.
  2057.      *
  2058.      * @return \Harmonizely\Twig\LocationExtension
  2059.      */
  2060.     protected function getLocationExtensionService()
  2061.     {
  2062.         return $this->privates['Harmonizely\\Twig\\LocationExtension'] = new \Harmonizely\Twig\LocationExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2063.     }
  2064.     /**
  2065.      * Gets the private 'Harmonizely\Twig\SBPayWidgetExtension' shared autowired service.
  2066.      *
  2067.      * @return \Harmonizely\Twig\SBPayWidgetExtension
  2068.      */
  2069.     protected function getSBPayWidgetExtensionService()
  2070.     {
  2071.         return $this->privates['Harmonizely\\Twig\\SBPayWidgetExtension'] = new \Harmonizely\Twig\SBPayWidgetExtension(($this->privates['Harmonizely\\Service\\Simplypay\\SubscriptionHelperService'] ?? $this->getSubscriptionHelperServiceService()), ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2072.     }
  2073.     /**
  2074.      * Gets the private 'Harmonizely\Twig\SimplypayIntegrationExtension' shared autowired service.
  2075.      *
  2076.      * @return \Harmonizely\Twig\SimplypayIntegrationExtension
  2077.      */
  2078.     protected function getSimplypayIntegrationExtensionService()
  2079.     {
  2080.         return $this->privates['Harmonizely\\Twig\\SimplypayIntegrationExtension'] = new \Harmonizely\Twig\SimplypayIntegrationExtension(($this->privates['Harmonizely\\Integration\\Simplypay\\SimplypayGetIntegrationConfig'] ?? $this->getSimplypayGetIntegrationConfigService()));
  2081.     }
  2082.     /**
  2083.      * Gets the private 'Harmonizely\Twig\SubscriptionIsAllowedExtension' shared autowired service.
  2084.      *
  2085.      * @return \Harmonizely\Twig\SubscriptionIsAllowedExtension
  2086.      */
  2087.     protected function getSubscriptionIsAllowedExtensionService()
  2088.     {
  2089.         return $this->privates['Harmonizely\\Twig\\SubscriptionIsAllowedExtension'] = new \Harmonizely\Twig\SubscriptionIsAllowedExtension(new \Harmonizely\Service\Subscription\SubscriptionIsAllowedService(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2090.     }
  2091.     /**
  2092.      * Gets the private 'Harmonizely\Twig\isBookingFromAdmin' shared autowired service.
  2093.      *
  2094.      * @return \Harmonizely\Twig\isBookingFromAdmin
  2095.      */
  2096.     protected function getIsBookingFromAdminService()
  2097.     {
  2098.         return $this->privates['Harmonizely\\Twig\\isBookingFromAdmin'] = new \Harmonizely\Twig\isBookingFromAdmin(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2099.     }
  2100.     /**
  2101.      * Gets the private 'Sentry\Monolog\Handler' shared service.
  2102.      *
  2103.      * @return \Sentry\Monolog\Handler
  2104.      */
  2105.     protected function getHandlerService()
  2106.     {
  2107.         return $this->privates['Sentry\\Monolog\\Handler'] = new \Sentry\Monolog\Handler(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), 400true);
  2108.     }
  2109.     /**
  2110.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  2111.      *
  2112.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  2113.      */
  2114.     protected function getRequestListener2Service()
  2115.     {
  2116.         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()));
  2117.     }
  2118.     /**
  2119.      * Gets the private 'Sentry\State\HubInterface' shared service.
  2120.      *
  2121.      * @return \Sentry\State\Hub
  2122.      */
  2123.     protected function getHubInterfaceService()
  2124.     {
  2125.         $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\SentryBundle\SentryBundle::getCurrentHub();
  2126.         $a = new \Sentry\Options(['dsn' => $this->getEnv('SENTRY_DSN')]);
  2127.         $a->setEnvironment('dev');
  2128.         $a->setPrefixes([=> (\dirname(__DIR__4).'/public'), => '/usr/share/php']);
  2129.         $a->setRelease('dev-develop@d17dd40');
  2130.         $a->setTags([]);
  2131.         $a->setInAppExcludedPaths([=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')]);
  2132.         $a->setInAppIncludedPaths([]);
  2133.         $a->setClassSerializers([]);
  2134.         $a->setIntegrations(\Sentry\SentryBundle\DependencyInjection\IntegrationFilterFactory::create([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException'=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException']])]));
  2135.         $b = new \Sentry\ClientBuilder($a);
  2136.         \Sentry\SentryBundle\DependencyInjection\ClientBuilderConfigurator::configure($b);
  2137.         $instance->bindClient($b->getClient());
  2138.         return $instance;
  2139.     }
  2140.     /**
  2141.      * Gets the private 'Twig\Extension\SandboxExtension' shared autowired service.
  2142.      *
  2143.      * @return \Twig\Extension\SandboxExtension
  2144.      */
  2145.     protected function getSandboxExtensionService()
  2146.     {
  2147.         return $this->privates['Twig\\Extension\\SandboxExtension'] = new \Twig\Extension\SandboxExtension(new \Twig\Sandbox\SecurityPolicy([], [=> 'escape']));
  2148.     }
  2149.     /**
  2150.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtension' shared service.
  2151.      *
  2152.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtension
  2153.      */
  2154.     protected function getUploaderExtensionService()
  2155.     {
  2156.         return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService())));
  2157.     }
  2158.     /**
  2159.      * Gets the private 'annotations.cache_adapter' shared service.
  2160.      *
  2161.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2162.      */
  2163.     protected function getAnnotations_CacheAdapterService()
  2164.     {
  2165.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2166.     }
  2167.     /**
  2168.      * Gets the private 'annotations.cached_reader' shared service.
  2169.      *
  2170.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2171.      */
  2172.     protected function getAnnotations_CachedReaderService()
  2173.     {
  2174.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2175.     }
  2176.     /**
  2177.      * Gets the private 'annotations.reader' shared service.
  2178.      *
  2179.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2180.      */
  2181.     protected function getAnnotations_ReaderService()
  2182.     {
  2183.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2184.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2185.         $a->registerUniqueLoader('class_exists');
  2186.         $instance->addGlobalIgnoredName('required'$a);
  2187.         return $instance;
  2188.     }
  2189.     /**
  2190.      * Gets the private 'assets.packages' shared service.
  2191.      *
  2192.      * @return \Symfony\Component\Asset\Packages
  2193.      */
  2194.     protected function getAssets_PackagesService()
  2195.     {
  2196.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''true)), []);
  2197.     }
  2198.     /**
  2199.      * Gets the private 'cache.annotations' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2202.      */
  2203.     protected function getCache_AnnotationsService()
  2204.     {
  2205.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('C9PKZlxTap'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2206.     }
  2207.     /**
  2208.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2209.      *
  2210.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2211.      */
  2212.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2213.     {
  2214.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2215.     }
  2216.     /**
  2217.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2218.      *
  2219.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2220.      */
  2221.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2222.     {
  2223.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2224.     }
  2225.     /**
  2226.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2227.      *
  2228.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2229.      */
  2230.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2231.     {
  2232.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2233.     }
  2234.     /**
  2235.      * Gets the private 'cache.doctrine.orm.harmonizely.metadata' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2238.      */
  2239.     protected function getCache_Doctrine_Orm_Harmonizely_MetadataService()
  2240.     {
  2241.         return $this->privates['cache.doctrine.orm.harmonizely.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2242.     }
  2243.     /**
  2244.      * Gets the private 'cache.doctrine.orm.harmonizely.query' shared service.
  2245.      *
  2246.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2247.      */
  2248.     protected function getCache_Doctrine_Orm_Harmonizely_QueryService()
  2249.     {
  2250.         return $this->privates['cache.doctrine.orm.harmonizely.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2251.     }
  2252.     /**
  2253.      * Gets the private 'cache.doctrine.orm.harmonizely.result' shared service.
  2254.      *
  2255.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2256.      */
  2257.     protected function getCache_Doctrine_Orm_Harmonizely_ResultService()
  2258.     {
  2259.         return $this->privates['cache.doctrine.orm.harmonizely.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2260.     }
  2261.     /**
  2262.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2263.      *
  2264.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2265.      */
  2266.     protected function getCache_Messenger_RestartWorkersSignalService()
  2267.     {
  2268.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('hvffVzcB9G'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2269.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2270.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2271.     }
  2272.     /**
  2273.      * Gets the private 'cache.property_info' shared service.
  2274.      *
  2275.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2276.      */
  2277.     protected function getCache_PropertyInfoService()
  2278.     {
  2279.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EBaaD5mcqp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2280.     }
  2281.     /**
  2282.      * Gets the private 'cache.security_expression_language' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2285.      */
  2286.     protected function getCache_SecurityExpressionLanguageService()
  2287.     {
  2288.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UtN2tFuHLJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2289.     }
  2290.     /**
  2291.      * Gets the private 'cache.serializer' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2294.      */
  2295.     protected function getCache_SerializerService()
  2296.     {
  2297.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4r6prK+ImZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2298.     }
  2299.     /**
  2300.      * Gets the private 'cache.validator' shared service.
  2301.      *
  2302.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2303.      */
  2304.     protected function getCache_ValidatorService()
  2305.     {
  2306.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('u9-G0ENqKk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2307.     }
  2308.     /**
  2309.      * Gets the private 'cache.webpack_encore' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2312.      */
  2313.     protected function getCache_WebpackEncoreService()
  2314.     {
  2315.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yb+7YsURKD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2316.     }
  2317.     /**
  2318.      * Gets the private 'config_cache_factory' shared service.
  2319.      *
  2320.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2321.      */
  2322.     protected function getConfigCacheFactoryService()
  2323.     {
  2324.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2325.             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)));
  2326.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2327.         }, 2));
  2328.     }
  2329.     /**
  2330.      * Gets the private 'data_collector.form' shared service.
  2331.      *
  2332.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2333.      */
  2334.     protected function getDataCollector_FormService()
  2335.     {
  2336.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2337.     }
  2338.     /**
  2339.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2342.      */
  2343.     protected function getDebug_DebugHandlersListenerService()
  2344.     {
  2345.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2346.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2347.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  2348.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2349.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2350.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2351.         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);
  2352.     }
  2353.     /**
  2354.      * Gets the private 'debug.file_link_formatter' shared service.
  2355.      *
  2356.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2357.      */
  2358.     protected function getDebug_FileLinkFormatterService()
  2359.     {
  2360.         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 () {
  2361.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2362.         });
  2363.     }
  2364.     /**
  2365.      * Gets the private 'debug.log_processor' shared service.
  2366.      *
  2367.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2368.      */
  2369.     protected function getDebug_LogProcessorService()
  2370.     {
  2371.         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())));
  2372.     }
  2373.     /**
  2374.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2375.      *
  2376.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2377.      */
  2378.     protected function getDebug_Security_Access_DecisionManagerService()
  2379.     {
  2380.         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 () {
  2381.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2382.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  2383.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2384.             yield => ($this->privates['debug.security.voter.Harmonizely\\Calendar\\Voter\\CanEditCalendarVoter'] ?? $this->load('getCanEditCalendarVoterService.php'));
  2385.             yield => ($this->privates['debug.security.voter.Harmonizely\\Calendar\\Voter\\ConnectCalendarVoter'] ?? $this->load('getConnectCalendarVoterService.php'));
  2386.             yield => ($this->privates['debug.security.voter.Harmonizely\\CalendarAccount\\Voter\\CanAccessCalendarAccountVoter'] ?? $this->load('getCanAccessCalendarAccountVoterService.php'));
  2387.             yield => ($this->privates['debug.security.voter.Harmonizely\\Core\\Security\\Voter\\CsrfTokenVoter'] ?? $this->load('getCsrfTokenVoterService.php'));
  2388.             yield => ($this->privates['debug.security.voter.Harmonizely\\Core\\Security\\Voter\\SecondAuthenticationVoter'] ?? $this->load('getSecondAuthenticationVoterService.php'));
  2389.             yield => ($this->privates['debug.security.voter.Harmonizely\\Core\\Security\\Voter\\SuperAdminSecondAuthenticationVoter'] ?? $this->load('getSuperAdminSecondAuthenticationVoterService.php'));
  2390.             yield => ($this->privates['debug.security.voter.Harmonizely\\Service\\MigrationSubscription\\Voter\\MigrationSubscriptionVoter'] ?? $this->load('getMigrationSubscriptionVoterService.php'));
  2391.             yield 10 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Panel\\AccessVoters\\EnabledIntegrationVoter'] ?? $this->load('getEnabledIntegrationVoter2Service.php'));
  2392.             yield 11 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Panel\\AccessVoters\\EventVoter'] ?? $this->load('getEventVoter2Service.php'));
  2393.             yield 12 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Panel\\AccessVoters\\OrganizationVoter'] ?? $this->load('getOrganizationVoter2Service.php'));
  2394.             yield 13 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Subscription\\Voter\\SubscriptionVoter'] ?? $this->load('getSubscriptionVoter2Service.php'));
  2395.             yield 14 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\CustomerDeletionReasonVoter'] ?? $this->load('getCustomerDeletionReasonVoter2Service.php'));
  2396.             yield 15 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\CustomerVoter'] ?? $this->load('getCustomerVoter2Service.php'));
  2397.             yield 16 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\UserActionLogVoter'] ?? $this->load('getUserActionLogVoter2Service.php'));
  2398.             yield 17 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\UserVoter'] ?? $this->load('getUserVoter2Service.php'));
  2399.             yield 18 => ($this->privates['debug.security.voter.Harmonizely\\User\\Voter\\DeleteUserVoter'] ?? $this->load('getDeleteUserVoterService.php'));
  2400.         }, 19), 'unanimous'falsetrue));
  2401.     }
  2402.     /**
  2403.      * Gets the private 'debug.security.firewall' shared service.
  2404.      *
  2405.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2406.      */
  2407.     protected function getDebug_Security_FirewallService()
  2408.     {
  2409.         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()));
  2410.     }
  2411.     /**
  2412.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  2413.      *
  2414.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  2415.      */
  2416.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  2417.     {
  2418.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  2419.     }
  2420.     /**
  2421.      * Gets the private 'doctrine.dbal.logger' shared service.
  2422.      *
  2423.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  2424.      */
  2425.     protected function getDoctrine_Dbal_LoggerService()
  2426.     {
  2427.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2428.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2429.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  2430.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2431.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2432.     }
  2433.     /**
  2434.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  2435.      *
  2436.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  2437.      */
  2438.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  2439.     {
  2440.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2441.             'Harmonizely\\Repository\\ApiKeyRepository' => ['privates''Harmonizely\\Repository\\ApiKeyRepository''getApiKeyRepositoryService.php'true],
  2442.             'Harmonizely\\Repository\\AvailabilityRuleRepository' => ['privates''Harmonizely\\Repository\\AvailabilityRuleRepository''getAvailabilityRuleRepositoryService.php'true],
  2443.             'Harmonizely\\Repository\\CalendarAccountRepository' => ['privates''Harmonizely\\Repository\\CalendarAccountRepository''getCalendarAccountRepositoryService.php'true],
  2444.             'Harmonizely\\Repository\\CalendarRepository' => ['privates''Harmonizely\\Repository\\CalendarRepository''getCalendarRepositoryService.php'true],
  2445.             'Harmonizely\\Repository\\CalendarServiceRepository' => ['privates''Harmonizely\\Repository\\CalendarServiceRepository''getCalendarServiceRepositoryService.php'true],
  2446.             'Harmonizely\\Repository\\CategoryRepository' => ['privates''Harmonizely\\Repository\\CategoryRepository''getCategoryRepositoryService.php'true],
  2447.             'Harmonizely\\Repository\\DeletionReasonRepository' => ['privates''Harmonizely\\Repository\\DeletionReasonRepository''getDeletionReasonRepositoryService.php'true],
  2448.             'Harmonizely\\Repository\\EmailDomainRepository' => ['privates''Harmonizely\\Repository\\EmailDomainRepository''getEmailDomainRepositoryService.php'true],
  2449.             'Harmonizely\\Repository\\EmailFollowUpRepository' => ['privates''Harmonizely\\Repository\\EmailFollowUpRepository''getEmailFollowUpRepositoryService.php'true],
  2450.             'Harmonizely\\Repository\\EmailFollowUpTimingRepository' => ['privates''Harmonizely\\Repository\\EmailFollowUpTimingRepository''getEmailFollowUpTimingRepositoryService.php'true],
  2451.             'Harmonizely\\Repository\\EventCancellationRepository' => ['privates''Harmonizely\\Repository\\EventCancellationRepository''getEventCancellationRepositoryService.php'true],
  2452.             'Harmonizely\\Repository\\EventInviteeRepository' => ['privates''Harmonizely\\Repository\\EventInviteeRepository''getEventInviteeRepositoryService.php'true],
  2453.             'Harmonizely\\Repository\\EventRelationRepository' => ['privates''Harmonizely\\Repository\\EventRelationRepository''getEventRelationRepositoryService.php'true],
  2454.             'Harmonizely\\Repository\\EventRepository' => ['privates''Harmonizely\\Repository\\EventRepository''getEventRepositoryService.php'true],
  2455.             'Harmonizely\\Repository\\EventTypeDurationRepository' => ['privates''Harmonizely\\Repository\\EventTypeDurationRepository''getEventTypeDurationRepositoryService.php'true],
  2456.             'Harmonizely\\Repository\\EventTypeRepository' => ['privates''Harmonizely\\Repository\\EventTypeRepository''getEventTypeRepositoryService.php'true],
  2457.             'Harmonizely\\Repository\\EventTypeRequestLocationTypeRepository' => ['privates''Harmonizely\\Repository\\EventTypeRequestLocationTypeRepository''getEventTypeRequestLocationTypeRepositoryService.php'true],
  2458.             'Harmonizely\\Repository\\EventTypeUserRepository' => ['privates''Harmonizely\\Repository\\EventTypeUserRepository''getEventTypeUserRepositoryService.php'true],
  2459.             'Harmonizely\\Repository\\ExportRepository' => ['privates''Harmonizely\\Repository\\ExportRepository''getExportRepositoryService.php'true],
  2460.             'Harmonizely\\Repository\\IntegrationRepository' => ['privates''Harmonizely\\Repository\\IntegrationRepository''getIntegrationRepositoryService'false],
  2461.             'Harmonizely\\Repository\\MigrationSubscriptionRepository' => ['privates''Harmonizely\\Repository\\MigrationSubscriptionRepository''getMigrationSubscriptionRepositoryService.php'true],
  2462.             'Harmonizely\\Repository\\OktaDomainRepository' => ['privates''Harmonizely\\Repository\\OktaDomainRepository''getOktaDomainRepositoryService.php'true],
  2463.             'Harmonizely\\Repository\\OnlineEventRepository' => ['privates''Harmonizely\\Repository\\OnlineEventRepository''getOnlineEventRepositoryService.php'true],
  2464.             'Harmonizely\\Repository\\OrganizationCancellationPolicyRepository' => ['privates''Harmonizely\\Repository\\OrganizationCancellationPolicyRepository''getOrganizationCancellationPolicyRepositoryService.php'true],
  2465.             'Harmonizely\\Repository\\OrganizationIntegrationRepository' => ['privates''Harmonizely\\Repository\\OrganizationIntegrationRepository''getOrganizationIntegrationRepositoryService'false],
  2466.             'Harmonizely\\Repository\\OrganizationLimitRepository' => ['privates''Harmonizely\\Repository\\OrganizationLimitRepository''getOrganizationLimitRepositoryService.php'true],
  2467.             'Harmonizely\\Repository\\OrganizationMemberRepository' => ['privates''Harmonizely\\Repository\\OrganizationMemberRepository''getOrganizationMemberRepositoryService.php'true],
  2468.             'Harmonizely\\Repository\\OrganizationRepository' => ['privates''Harmonizely\\Repository\\OrganizationRepository''getOrganizationRepositoryService'false],
  2469.             'Harmonizely\\Repository\\OrganizationSocialLinkRepository' => ['privates''Harmonizely\\Repository\\OrganizationSocialLinkRepository''getOrganizationSocialLinkRepositoryService.php'true],
  2470.             'Harmonizely\\Repository\\OrganizationTagRepository' => ['privates''Harmonizely\\Repository\\OrganizationTagRepository''getOrganizationTagRepositoryService.php'true],
  2471.             'Harmonizely\\Repository\\OrganizationTaxRepository' => ['privates''Harmonizely\\Repository\\OrganizationTaxRepository''getOrganizationTaxRepositoryService.php'true],
  2472.             'Harmonizely\\Repository\\OrganizationWidgetRepository' => ['privates''Harmonizely\\Repository\\OrganizationWidgetRepository''getOrganizationWidgetRepositoryService.php'true],
  2473.             'Harmonizely\\Repository\\PollAvailabilityRepository' => ['privates''Harmonizely\\Repository\\PollAvailabilityRepository''getPollAvailabilityRepositoryService.php'true],
  2474.             'Harmonizely\\Repository\\PollRepository' => ['privates''Harmonizely\\Repository\\PollRepository''getPollRepositoryService.php'true],
  2475.             'Harmonizely\\Repository\\PollResultRepository' => ['privates''Harmonizely\\Repository\\PollResultRepository''getPollResultRepositoryService.php'true],
  2476.             'Harmonizely\\Repository\\QuestionRepository' => ['privates''Harmonizely\\Repository\\QuestionRepository''getQuestionRepositoryService.php'true],
  2477.             'Harmonizely\\Repository\\ReviewRepository' => ['privates''Harmonizely\\Repository\\ReviewRepository''getReviewRepositoryService'false],
  2478.             'Harmonizely\\Repository\\RoutingFormFieldRepository' => ['privates''Harmonizely\\Repository\\RoutingFormFieldRepository''getRoutingFormFieldRepositoryService.php'true],
  2479.             'Harmonizely\\Repository\\RoutingFormRepository' => ['privates''Harmonizely\\Repository\\RoutingFormRepository''getRoutingFormRepositoryService.php'true],
  2480.             'Harmonizely\\Repository\\RoutingFormResultAnswerRepository' => ['privates''Harmonizely\\Repository\\RoutingFormResultAnswerRepository''getRoutingFormResultAnswerRepositoryService.php'true],
  2481.             'Harmonizely\\Repository\\RoutingFormResultRepository' => ['privates''Harmonizely\\Repository\\RoutingFormResultRepository''getRoutingFormResultRepositoryService.php'true],
  2482.             'Harmonizely\\Repository\\RoutingFormRouteRepository' => ['privates''Harmonizely\\Repository\\RoutingFormRouteRepository''getRoutingFormRouteRepositoryService.php'true],
  2483.             'Harmonizely\\Repository\\SmsTemplateRepository' => ['privates''Harmonizely\\Repository\\SmsTemplateRepository''getSmsTemplateRepositoryService.php'true],
  2484.             'Harmonizely\\Repository\\SubscriptionRepository' => ['privates''Harmonizely\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService.php'true],
  2485.             'Harmonizely\\Repository\\SuperAdmin\\UserActionLogRepository' => ['privates''Harmonizely\\Repository\\SuperAdmin\\UserActionLogRepository''getUserActionLogRepositoryService.php'true],
  2486.             'Harmonizely\\Repository\\SuperAdmin\\UserGoogleAuthenticatorRepository' => ['privates''Harmonizely\\Repository\\SuperAdmin\\UserGoogleAuthenticatorRepository''getUserGoogleAuthenticatorRepository2Service.php'true],
  2487.             'Harmonizely\\Repository\\SuperAdmin\\UserLoginAttemptRepository' => ['privates''Harmonizely\\Repository\\SuperAdmin\\UserLoginAttemptRepository''getUserLoginAttemptRepositoryService.php'true],
  2488.             'Harmonizely\\Repository\\SuperAdmin\\UserLoginCodeRepository' => ['privates''Harmonizely\\Repository\\SuperAdmin\\UserLoginCodeRepository''getUserLoginCodeRepository2Service.php'true],
  2489.             'Harmonizely\\Repository\\SuperAdmin\\UserLoginLogRepository' => ['privates''Harmonizely\\Repository\\SuperAdmin\\UserLoginLogRepository''getUserLoginLogRepositoryService.php'true],
  2490.             'Harmonizely\\Repository\\SuperAdmin\\UserRepository' => ['privates''Harmonizely\\Repository\\SuperAdmin\\UserRepository''getUserRepository2Service'false],
  2491.             'Harmonizely\\Repository\\UserApiStatisticRepository' => ['privates''Harmonizely\\Repository\\UserApiStatisticRepository''getUserApiStatisticRepositoryService.php'true],
  2492.             'Harmonizely\\Repository\\UserCancellationPolicyRepository' => ['privates''Harmonizely\\Repository\\UserCancellationPolicyRepository''getUserCancellationPolicyRepositoryService.php'true],
  2493.             'Harmonizely\\Repository\\UserDeviceNotificationSettingsRepository' => ['privates''Harmonizely\\Repository\\UserDeviceNotificationSettingsRepository''getUserDeviceNotificationSettingsRepositoryService.php'true],
  2494.             'Harmonizely\\Repository\\UserDeviceTokenRepository' => ['privates''Harmonizely\\Repository\\UserDeviceTokenRepository''getUserDeviceTokenRepositoryService.php'true],
  2495.             'Harmonizely\\Repository\\UserEmailLogRepository' => ['privates''Harmonizely\\Repository\\UserEmailLogRepository''getUserEmailLogRepositoryService.php'true],
  2496.             'Harmonizely\\Repository\\UserEmailUnsubscribeRepository' => ['privates''Harmonizely\\Repository\\UserEmailUnsubscribeRepository''getUserEmailUnsubscribeRepositoryService.php'true],
  2497.             'Harmonizely\\Repository\\UserEventTypeTagRepository' => ['privates''Harmonizely\\Repository\\UserEventTypeTagRepository''getUserEventTypeTagRepositoryService.php'true],
  2498.             'Harmonizely\\Repository\\UserGoogleAuthenticatorRepository' => ['privates''Harmonizely\\Repository\\UserGoogleAuthenticatorRepository''getUserGoogleAuthenticatorRepositoryService.php'true],
  2499.             'Harmonizely\\Repository\\UserLimitRepository' => ['privates''Harmonizely\\Repository\\UserLimitRepository''getUserLimitRepositoryService.php'true],
  2500.             'Harmonizely\\Repository\\UserLoginAttemptRepository' => ['privates''Harmonizely\\Repository\\UserLoginAttemptRepository''getUserLoginAttemptRepository2Service'false],
  2501.             'Harmonizely\\Repository\\UserLoginCodeRepository' => ['privates''Harmonizely\\Repository\\UserLoginCodeRepository''getUserLoginCodeRepositoryService.php'true],
  2502.             'Harmonizely\\Repository\\UserNewsRepository' => ['privates''Harmonizely\\Repository\\UserNewsRepository''getUserNewsRepositoryService.php'true],
  2503.             'Harmonizely\\Repository\\UserOAuthRepository' => ['privates''Harmonizely\\Repository\\UserOAuthRepository''getUserOAuthRepositoryService.php'true],
  2504.             'Harmonizely\\Repository\\UserPreferencesRepository' => ['privates''Harmonizely\\Repository\\UserPreferencesRepository''getUserPreferencesRepositoryService.php'true],
  2505.             'Harmonizely\\Repository\\UserPushNotificationLogRepository' => ['privates''Harmonizely\\Repository\\UserPushNotificationLogRepository''getUserPushNotificationLogRepositoryService.php'true],
  2506.             'Harmonizely\\Repository\\UserRelationRepository' => ['privates''Harmonizely\\Repository\\UserRelationRepository''getUserRelationRepositoryService.php'true],
  2507.             'Harmonizely\\Repository\\UserRepository' => ['privates''Harmonizely\\Repository\\UserRepository''getUserRepositoryService'false],
  2508.             'Harmonizely\\Repository\\UserSmsLogRepository' => ['privates''Harmonizely\\Repository\\UserSmsLogRepository''getUserSmsLogRepositoryService.php'true],
  2509.             'Harmonizely\\Repository\\UserSocialLinkRepository' => ['privates''Harmonizely\\Repository\\UserSocialLinkRepository''getUserSocialLinkRepositoryService.php'true],
  2510.             'Harmonizely\\Repository\\UserSsoRepository' => ['privates''Harmonizely\\Repository\\UserSsoRepository''getUserSsoRepositoryService.php'true],
  2511.             'Harmonizely\\Repository\\UserTaxRepository' => ['privates''Harmonizely\\Repository\\UserTaxRepository''getUserTaxRepositoryService.php'true],
  2512.             'Harmonizely\\Repository\\UserTokenRepository' => ['privates''Harmonizely\\Repository\\UserTokenRepository''getUserTokenRepositoryService.php'true],
  2513.             'Harmonizely\\Repository\\UserWidgetRepository' => ['privates''Harmonizely\\Repository\\UserWidgetRepository''getUserWidgetRepositoryService.php'true],
  2514.             'Harmonizely\\Repository\\WebhookRepository' => ['privates''Harmonizely\\Repository\\WebhookRepository''getWebhookRepositoryService.php'true],
  2515.             'Harmonizely\\Repository\\ZapierRepository' => ['privates''Harmonizely\\Repository\\ZapierRepository''getZapierRepositoryService.php'true],
  2516.         ], [
  2517.             'Harmonizely\\Repository\\ApiKeyRepository' => '?',
  2518.             'Harmonizely\\Repository\\AvailabilityRuleRepository' => '?',
  2519.             'Harmonizely\\Repository\\CalendarAccountRepository' => '?',
  2520.             'Harmonizely\\Repository\\CalendarRepository' => '?',
  2521.             'Harmonizely\\Repository\\CalendarServiceRepository' => '?',
  2522.             'Harmonizely\\Repository\\CategoryRepository' => '?',
  2523.             'Harmonizely\\Repository\\DeletionReasonRepository' => '?',
  2524.             'Harmonizely\\Repository\\EmailDomainRepository' => '?',
  2525.             'Harmonizely\\Repository\\EmailFollowUpRepository' => '?',
  2526.             'Harmonizely\\Repository\\EmailFollowUpTimingRepository' => '?',
  2527.             'Harmonizely\\Repository\\EventCancellationRepository' => '?',
  2528.             'Harmonizely\\Repository\\EventInviteeRepository' => '?',
  2529.             'Harmonizely\\Repository\\EventRelationRepository' => '?',
  2530.             'Harmonizely\\Repository\\EventRepository' => '?',
  2531.             'Harmonizely\\Repository\\EventTypeDurationRepository' => '?',
  2532.             'Harmonizely\\Repository\\EventTypeRepository' => '?',
  2533.             'Harmonizely\\Repository\\EventTypeRequestLocationTypeRepository' => '?',
  2534.             'Harmonizely\\Repository\\EventTypeUserRepository' => '?',
  2535.             'Harmonizely\\Repository\\ExportRepository' => '?',
  2536.             'Harmonizely\\Repository\\IntegrationRepository' => '?',
  2537.             'Harmonizely\\Repository\\MigrationSubscriptionRepository' => '?',
  2538.             'Harmonizely\\Repository\\OktaDomainRepository' => '?',
  2539.             'Harmonizely\\Repository\\OnlineEventRepository' => '?',
  2540.             'Harmonizely\\Repository\\OrganizationCancellationPolicyRepository' => '?',
  2541.             'Harmonizely\\Repository\\OrganizationIntegrationRepository' => '?',
  2542.             'Harmonizely\\Repository\\OrganizationLimitRepository' => '?',
  2543.             'Harmonizely\\Repository\\OrganizationMemberRepository' => '?',
  2544.             'Harmonizely\\Repository\\OrganizationRepository' => '?',
  2545.             'Harmonizely\\Repository\\OrganizationSocialLinkRepository' => '?',
  2546.             'Harmonizely\\Repository\\OrganizationTagRepository' => '?',
  2547.             'Harmonizely\\Repository\\OrganizationTaxRepository' => '?',
  2548.             'Harmonizely\\Repository\\OrganizationWidgetRepository' => '?',
  2549.             'Harmonizely\\Repository\\PollAvailabilityRepository' => '?',
  2550.             'Harmonizely\\Repository\\PollRepository' => '?',
  2551.             'Harmonizely\\Repository\\PollResultRepository' => '?',
  2552.             'Harmonizely\\Repository\\QuestionRepository' => '?',
  2553.             'Harmonizely\\Repository\\ReviewRepository' => '?',
  2554.             'Harmonizely\\Repository\\RoutingFormFieldRepository' => '?',
  2555.             'Harmonizely\\Repository\\RoutingFormRepository' => '?',
  2556.             'Harmonizely\\Repository\\RoutingFormResultAnswerRepository' => '?',
  2557.             'Harmonizely\\Repository\\RoutingFormResultRepository' => '?',
  2558.             'Harmonizely\\Repository\\RoutingFormRouteRepository' => '?',
  2559.             'Harmonizely\\Repository\\SmsTemplateRepository' => '?',
  2560.             'Harmonizely\\Repository\\SubscriptionRepository' => '?',
  2561.             'Harmonizely\\Repository\\SuperAdmin\\UserActionLogRepository' => '?',
  2562.             'Harmonizely\\Repository\\SuperAdmin\\UserGoogleAuthenticatorRepository' => '?',
  2563.             'Harmonizely\\Repository\\SuperAdmin\\UserLoginAttemptRepository' => '?',
  2564.             'Harmonizely\\Repository\\SuperAdmin\\UserLoginCodeRepository' => '?',
  2565.             'Harmonizely\\Repository\\SuperAdmin\\UserLoginLogRepository' => '?',
  2566.             'Harmonizely\\Repository\\SuperAdmin\\UserRepository' => '?',
  2567.             'Harmonizely\\Repository\\UserApiStatisticRepository' => '?',
  2568.             'Harmonizely\\Repository\\UserCancellationPolicyRepository' => '?',
  2569.             'Harmonizely\\Repository\\UserDeviceNotificationSettingsRepository' => '?',
  2570.             'Harmonizely\\Repository\\UserDeviceTokenRepository' => '?',
  2571.             'Harmonizely\\Repository\\UserEmailLogRepository' => '?',
  2572.             'Harmonizely\\Repository\\UserEmailUnsubscribeRepository' => '?',
  2573.             'Harmonizely\\Repository\\UserEventTypeTagRepository' => '?',
  2574.             'Harmonizely\\Repository\\UserGoogleAuthenticatorRepository' => '?',
  2575.             'Harmonizely\\Repository\\UserLimitRepository' => '?',
  2576.             'Harmonizely\\Repository\\UserLoginAttemptRepository' => '?',
  2577.             'Harmonizely\\Repository\\UserLoginCodeRepository' => '?',
  2578.             'Harmonizely\\Repository\\UserNewsRepository' => '?',
  2579.             'Harmonizely\\Repository\\UserOAuthRepository' => '?',
  2580.             'Harmonizely\\Repository\\UserPreferencesRepository' => '?',
  2581.             'Harmonizely\\Repository\\UserPushNotificationLogRepository' => '?',
  2582.             'Harmonizely\\Repository\\UserRelationRepository' => '?',
  2583.             'Harmonizely\\Repository\\UserRepository' => '?',
  2584.             'Harmonizely\\Repository\\UserSmsLogRepository' => '?',
  2585.             'Harmonizely\\Repository\\UserSocialLinkRepository' => '?',
  2586.             'Harmonizely\\Repository\\UserSsoRepository' => '?',
  2587.             'Harmonizely\\Repository\\UserTaxRepository' => '?',
  2588.             'Harmonizely\\Repository\\UserTokenRepository' => '?',
  2589.             'Harmonizely\\Repository\\UserWidgetRepository' => '?',
  2590.             'Harmonizely\\Repository\\WebhookRepository' => '?',
  2591.             'Harmonizely\\Repository\\ZapierRepository' => '?',
  2592.         ]));
  2593.     }
  2594.     /**
  2595.      * Gets the private 'doctrine.orm.listeners.resolve_target_entity' shared service.
  2596.      *
  2597.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  2598.      */
  2599.     protected function getDoctrine_Orm_Listeners_ResolveTargetEntityService()
  2600.     {
  2601.         $this->privates['doctrine.orm.listeners.resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  2602.         $instance->addResolveTargetEntity('Harmonizely\\Model\\UserInterface''Harmonizely\\Model\\User', []);
  2603.         $instance->addResolveTargetEntity('Harmonizely\\Model\\EventTypeInterface''Harmonizely\\Model\\EventType', []);
  2604.         $instance->addResolveTargetEntity('Harmonizely\\Model\\CalendarAccountInterface''Harmonizely\\Model\\CalendarAccount', []);
  2605.         $instance->addResolveTargetEntity('Harmonizely\\Model\\CalendarServiceInterface''Harmonizely\\Model\\CalendarService', []);
  2606.         $instance->addResolveTargetEntity('Harmonizely\\Model\\CalendarInterface''Harmonizely\\Model\\Calendar', []);
  2607.         $instance->addResolveTargetEntity('Harmonizely\\Model\\EventTypePeriodInterface''Harmonizely\\Model\\EventTypePeriod', []);
  2608.         $instance->addResolveTargetEntity('Harmonizely\\Model\\InviteeInterface''Harmonizely\\Model\\Invitee', []);
  2609.         $instance->addResolveTargetEntity('Harmonizely\\Model\\AvailabilityRuleInterface''Harmonizely\\Model\\AvailabilityRule', []);
  2610.         $instance->addResolveTargetEntity('Harmonizely\\Model\\HourIntervalInterface''Harmonizely\\Model\\HourInterval', []);
  2611.         $instance->addResolveTargetEntity('Harmonizely\\Model\\EventInterface''Harmonizely\\Model\\Event', []);
  2612.         $instance->addResolveTargetEntity('Harmonizely\\Model\\SubscriptionInterface''Harmonizely\\Model\\Subscription', []);
  2613.         $instance->addResolveTargetEntity('Harmonizely\\Model\\PaymentMethodInterface''Harmonizely\\Model\\PaymentMethod', []);
  2614.         $instance->addResolveTargetEntity('Harmonizely\\Model\\IntegrationInterface''Harmonizely\\Model\\Integration', []);
  2615.         $instance->addResolveTargetEntity('Harmonizely\\Model\\ParticipantInterface''Harmonizely\\Model\\Participant', []);
  2616.         $instance->addResolveTargetEntity('Harmonizely\\Model\\InviteMessageInterface''Harmonizely\\Model\\InviteMessage', []);
  2617.         $instance->addResolveTargetEntity('Harmonizely\\Model\\QuestionInterface''Harmonizely\\Model\\Question', []);
  2618.         $instance->addResolveTargetEntity('Harmonizely\\Model\\AnswerInterface''Harmonizely\\Model\\Answer', []);
  2619.         $instance->addResolveTargetEntity('Harmonizely\\Model\\CancellationInterface''Harmonizely\\Model\\Cancellation', []);
  2620.         return $instance;
  2621.     }
  2622.     /**
  2623.      * Gets the private 'doctrine.result_cache_pool' shared service.
  2624.      *
  2625.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2626.      */
  2627.     protected function getDoctrine_ResultCachePoolService()
  2628.     {
  2629.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('s8FxoZErB2'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2630.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2631.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2632.     }
  2633.     /**
  2634.      * Gets the private 'doctrine.system_cache_pool' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2637.      */
  2638.     protected function getDoctrine_SystemCachePoolService()
  2639.     {
  2640.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oeL-OMxqRP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2641.     }
  2642.     /**
  2643.      * Gets the private 'fos_rest.body_listener' shared service.
  2644.      *
  2645.      * @return \FOS\RestBundle\EventListener\BodyListener
  2646.      */
  2647.     protected function getFosRest_BodyListenerService()
  2648.     {
  2649.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2650.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService.php'true],
  2651.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService.php'true],
  2652.         ], [
  2653.             'fos_rest.decoder.json' => '?',
  2654.             'fos_rest.decoder.xml' => '?',
  2655.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false, new \FOS\RestBundle\Normalizer\CamelKeysNormalizer(), false);
  2656.         $instance->setDefaultFormat(NULL);
  2657.         return $instance;
  2658.     }
  2659.     /**
  2660.      * Gets the private 'fos_rest.format_listener' shared service.
  2661.      *
  2662.      * @return \FOS\RestBundle\EventListener\FormatListener
  2663.      */
  2664.     protected function getFosRest_FormatListenerService()
  2665.     {
  2666.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2667.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  2668.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  2669.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  2670.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2671.     }
  2672.     /**
  2673.      * Gets the private 'fos_rest.serializer.jms' shared service.
  2674.      *
  2675.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  2676.      */
  2677.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  2678.     {
  2679.         if ($lazyLoad) {
  2680.             return $this->privates['fos_rest.serializer.jms'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
  2681.                 return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2682.                     $wrappedInstance $this->getFosRest_Serializer_JmsService(false);
  2683.                     $proxy->setProxyInitializer(null);
  2684.                     return true;
  2685.                 });
  2686.             });
  2687.         }
  2688.         return new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2689.     }
  2690.     /**
  2691.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  2692.      *
  2693.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  2694.      */
  2695.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  2696.     {
  2697.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2698.             'Harmonizely\\Serializer\\EventTypeHandler' => ['privates''Harmonizely\\Serializer\\EventTypeHandler''getEventTypeHandlerService.php'true],
  2699.             'fos_rest.serializer.exception_normalizer.jms' => ['privates''fos_rest.serializer.exception_normalizer.jms''getFosRest_Serializer_ExceptionNormalizer_JmsService.php'true],
  2700.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService.php'true],
  2701.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService.php'true],
  2702.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService.php'true],
  2703.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService.php'true],
  2704.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService.php'true],
  2705.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService.php'true],
  2706.             'misd_phone_number.serializer.handler' => ['privates''misd_phone_number.serializer.handler''getMisdPhoneNumber_Serializer_HandlerService.php'true],
  2707.         ], [
  2708.             'Harmonizely\\Serializer\\EventTypeHandler' => '?',
  2709.             'fos_rest.serializer.exception_normalizer.jms' => '?',
  2710.             'fos_rest.serializer.flatten_exception_handler' => '?',
  2711.             'fos_rest.serializer.form_error_handler' => '?',
  2712.             'jms_serializer.array_collection_handler' => '?',
  2713.             'jms_serializer.constraint_violation_handler' => '?',
  2714.             'jms_serializer.datetime_handler' => '?',
  2715.             'jms_serializer.iterator_handler' => '?',
  2716.             'misd_phone_number.serializer.handler' => '?',
  2717.         ]), [=> ['libphonenumber\\PhoneNumber' => ['json' => [=> 'misd_phone_number.serializer.handler'=> 'serializePhoneNumber'], 'xml' => [=> 'misd_phone_number.serializer.handler'=> 'serializePhoneNumber'], 'yml' => [=> 'misd_phone_number.serializer.handler'=> 'serializePhoneNumber']], 'location_type' => ['json' => [=> 'Harmonizely\\Serializer\\EventTypeHandler'=> 'serializeToJson']], 'Error' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeErrorToXml']], 'Exception' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToXml']], 'Symfony\\Component\\ErrorHandler\\Exception\\FlattenException' => ['json' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.flatten_exception_handler'=> 'serializeToXml']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]], => ['libphonenumber\\PhoneNumber' => ['json' => [=> 'misd_phone_number.serializer.handler'=> 'deserializePhoneNumberFromJson'], 'xml' => [=> 'misd_phone_number.serializer.handler'=> 'deserializePhoneNumberFromXml']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  2718.     }
  2719.     /**
  2720.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  2721.      *
  2722.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  2723.      */
  2724.     protected function getFosRest_ZoneMatcherListenerService()
  2725.     {
  2726.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  2727.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/*'));
  2728.         return $instance;
  2729.     }
  2730.     /**
  2731.      * Gets the private 'fos_user.user_listener' shared service.
  2732.      *
  2733.      * @return \FOS\UserBundle\Doctrine\UserListener
  2734.      */
  2735.     protected function getFosUser_UserListenerService()
  2736.     {
  2737.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  2738.     }
  2739.     /**
  2740.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2741.      *
  2742.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2743.      */
  2744.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2745.     {
  2746.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2747.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2748.     }
  2749.     /**
  2750.      * Gets the private 'fos_user.util.password_updater' shared service.
  2751.      *
  2752.      * @return \FOS\UserBundle\Util\PasswordUpdater
  2753.      */
  2754.     protected function getFosUser_Util_PasswordUpdaterService()
  2755.     {
  2756.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2757.     }
  2758.     /**
  2759.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2760.      *
  2761.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2762.      */
  2763.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2764.     {
  2765.         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())));
  2766.     }
  2767.     /**
  2768.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2769.      *
  2770.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2771.      */
  2772.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2773.     {
  2774.         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()));
  2775.     }
  2776.     /**
  2777.      * Gets the private 'hateoas.configuration.metadata_factory' shared service.
  2778.      *
  2779.      * @return \Metadata\MetadataFactory
  2780.      */
  2781.     protected function getHateoas_Configuration_MetadataFactoryService()
  2782.     {
  2783.         $this->privates['hateoas.configuration.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'hateoas.configuration.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2784.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/hateoas')));
  2785.         return $instance;
  2786.     }
  2787.     /**
  2788.      * Gets the private 'hateoas.link_factory' shared service.
  2789.      *
  2790.      * @return \Hateoas\Factory\LinkFactory
  2791.      */
  2792.     protected function getHateoas_LinkFactoryService()
  2793.     {
  2794.         return $this->privates['hateoas.link_factory'] = new \Hateoas\Factory\LinkFactory(($this->services['hateoas.generator.registry'] ?? $this->getHateoas_Generator_RegistryService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  2795.     }
  2796.     /**
  2797.      * Gets the private 'hateoas.twig.link' shared service.
  2798.      *
  2799.      * @return \Hateoas\Twig\Extension\LinkExtension
  2800.      */
  2801.     protected function getHateoas_Twig_LinkService()
  2802.     {
  2803.         return $this->privates['hateoas.twig.link'] = new \Hateoas\Twig\Extension\LinkExtension(($this->services['hateoas.helper.link'] ?? $this->getHateoas_Helper_LinkService()));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  2807.      *
  2808.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  2809.      */
  2810.     protected function getJmsSerializer_ExpressionEvaluatorService()
  2811.     {
  2812.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2813.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2814.         $a->registerProvider(new \Bazinga\Bundle\HateoasBundle\Expression\LinkExpressionFunction());
  2815.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  2816.     }
  2817.     /**
  2818.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  2819.      *
  2820.      * @return \Metadata\MetadataFactory
  2821.      */
  2822.     protected function getJmsSerializer_MetadataFactoryService()
  2823.     {
  2824.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2825.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService.php'true],
  2826.         ], [
  2827.             'metadata_driver' => '?',
  2828.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2829.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  2830.         return $instance;
  2831.     }
  2832.     /**
  2833.      * Gets the private 'libphonenumber.phone_number_util' shared service.
  2834.      *
  2835.      * @return \libphonenumber\PhoneNumberUtil
  2836.      */
  2837.     protected function getLibphonenumber_PhoneNumberUtilService()
  2838.     {
  2839.         return $this->privates['libphonenumber.phone_number_util'] = \libphonenumber\PhoneNumberUtil::getInstance();
  2840.     }
  2841.     /**
  2842.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2843.      *
  2844.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2845.      */
  2846.     protected function getLiipImagine_Filter_ConfigurationService()
  2847.     {
  2848.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2849.     }
  2850.     /**
  2851.      * Gets the private 'liip_imagine.templating.filter_extension' shared service.
  2852.      *
  2853.      * @return \Liip\ImagineBundle\Templating\FilterExtension
  2854.      */
  2855.     protected function getLiipImagine_Templating_FilterExtensionService()
  2856.     {
  2857.         return $this->privates['liip_imagine.templating.filter_extension'] = new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  2858.     }
  2859.     /**
  2860.      * Gets the private 'locale_aware_listener' shared service.
  2861.      *
  2862.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2863.      */
  2864.     protected function getLocaleAwareListenerService()
  2865.     {
  2866.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2867.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2868.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2869.     }
  2870.     /**
  2871.      * Gets the private 'locale_listener' shared service.
  2872.      *
  2873.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2874.      */
  2875.     protected function getLocaleListenerService()
  2876.     {
  2877.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  2878.     }
  2879.     /**
  2880.      * Gets the private 'mime_types' shared service.
  2881.      *
  2882.      * @return \Symfony\Component\Mime\MimeTypes
  2883.      */
  2884.     protected function getMimeTypesService()
  2885.     {
  2886.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2887.         $instance->setDefault($instance);
  2888.         return $instance;
  2889.     }
  2890.     /**
  2891.      * Gets the private 'misd_phone_number.twig.extension.format' shared service.
  2892.      *
  2893.      * @return \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension
  2894.      */
  2895.     protected function getMisdPhoneNumber_Twig_Extension_FormatService()
  2896.     {
  2897.         return $this->privates['misd_phone_number.twig.extension.format'] = new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber.phone_number_util'] ?? $this->getLibphonenumber_PhoneNumberUtilService())));
  2898.     }
  2899.     /**
  2900.      * Gets the private 'monolog.handler.console' shared service.
  2901.      *
  2902.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2903.      */
  2904.     protected function getMonolog_Handler_ConsoleService()
  2905.     {
  2906.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2907.     }
  2908.     /**
  2909.      * Gets the private 'monolog.handler.main' shared service.
  2910.      *
  2911.      * @return \Monolog\Handler\FingersCrossedHandler
  2912.      */
  2913.     protected function getMonolog_Handler_MainService()
  2914.     {
  2915.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2916.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2917.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> '^/'], 100), 30truetrueNULL);
  2918.     }
  2919.     /**
  2920.      * Gets the private 'monolog.logger' shared service.
  2921.      *
  2922.      * @return \Symfony\Bridge\Monolog\Logger
  2923.      */
  2924.     protected function getMonolog_LoggerService()
  2925.     {
  2926.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2927.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2928.         $instance->useMicrosecondTimestamps(true);
  2929.         $instance->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  2930.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2931.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2932.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2933.         return $instance;
  2934.     }
  2935.     /**
  2936.      * Gets the private 'monolog.logger.cache' shared service.
  2937.      *
  2938.      * @return \Symfony\Bridge\Monolog\Logger
  2939.      */
  2940.     protected function getMonolog_Logger_CacheService()
  2941.     {
  2942.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2943.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2944.         $instance->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  2945.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2946.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2947.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2948.         return $instance;
  2949.     }
  2950.     /**
  2951.      * Gets the private 'monolog.logger.request' shared service.
  2952.      *
  2953.      * @return \Symfony\Bridge\Monolog\Logger
  2954.      */
  2955.     protected function getMonolog_Logger_RequestService()
  2956.     {
  2957.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2958.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2959.         $instance->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  2960.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2961.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2962.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2963.         return $instance;
  2964.     }
  2965.     /**
  2966.      * Gets the private 'nelmio_api_doc.render_docs.html.asset' shared service.
  2967.      *
  2968.      * @return \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset
  2969.      */
  2970.     protected function getNelmioApiDoc_RenderDocs_Html_AssetService()
  2971.     {
  2972.         return $this->privates['nelmio_api_doc.render_docs.html.asset'] = new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  2973.     }
  2974.     /**
  2975.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2976.      *
  2977.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2978.      */
  2979.     protected function getNelmioCors_CorsListenerService()
  2980.     {
  2981.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults')), => new \Harmonizely\CustomDomain\CorsConfigProvider(($this->privates['Harmonizely\\CustomDomain\\EntityRecognizer'] ?? $this->getEntityRecognizerService()))]));
  2982.     }
  2983.     /**
  2984.      * Gets the private 'parameter_bag' shared service.
  2985.      *
  2986.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2987.      */
  2988.     protected function getParameterBagService()
  2989.     {
  2990.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2991.     }
  2992.     /**
  2993.      * Gets the private 'profiler_listener' shared service.
  2994.      *
  2995.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2996.      */
  2997.     protected function getProfilerListenerService()
  2998.     {
  2999.         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);
  3000.     }
  3001.     /**
  3002.      * Gets the private 'property_accessor' shared service.
  3003.      *
  3004.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3005.      */
  3006.     protected function getPropertyAccessorService()
  3007.     {
  3008.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  3009.     }
  3010.     /**
  3011.      * Gets the private 'property_info' shared service.
  3012.      *
  3013.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3014.      */
  3015.     protected function getPropertyInfoService()
  3016.     {
  3017.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3018.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  3019.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3020.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  3021.             yield => ($this->privates['doctrine.orm.harmonizely_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_HarmonizelyEntityManager_PropertyInfoExtractorService.php'));
  3022.         }, 4), new RewindableGenerator(function () {
  3023.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  3024.             yield => ($this->privates['doctrine.orm.harmonizely_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_HarmonizelyEntityManager_PropertyInfoExtractorService.php'));
  3025.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3026.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3027.         }, 4), new RewindableGenerator(function () {
  3028.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3029.         }, 1), new RewindableGenerator(function () {
  3030.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  3031.             yield => ($this->privates['doctrine.orm.harmonizely_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_HarmonizelyEntityManager_PropertyInfoExtractorService.php'));
  3032.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3033.         }, 3), new RewindableGenerator(function () {
  3034.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3035.         }, 1));
  3036.     }
  3037.     /**
  3038.      * Gets the private 'router.request_context' shared service.
  3039.      *
  3040.      * @return \Symfony\Component\Routing\RequestContext
  3041.      */
  3042.     protected function getRouter_RequestContextService()
  3043.     {
  3044.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET'$this->getEnv('APP_HOST'), 'https'80443);
  3045.     }
  3046.     /**
  3047.      * Gets the private 'router_listener' shared service.
  3048.      *
  3049.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3050.      */
  3051.     protected function getRouterListenerService()
  3052.     {
  3053.         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);
  3054.     }
  3055.     /**
  3056.      * Gets the private 'security.authentication.manager' shared service.
  3057.      *
  3058.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  3059.      */
  3060.     protected function getSecurity_Authentication_ManagerService()
  3061.     {
  3062.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  3063.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
  3064.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  3065.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_MainService.php'));
  3066.             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'))));
  3067.             yield => ($this->privates['security.authentication.provider.guard.super_admin_panel'] ?? $this->load('getSecurity_Authentication_Provider_Guard_SuperAdminPanelService.php'));
  3068.             yield => ($this->privates['security.authentication.provider.guard.super_admin_panel_by_code'] ?? $this->load('getSecurity_Authentication_Provider_Guard_SuperAdminPanelByCodeService.php'));
  3069.         }, 6), true);
  3070.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3071.         return $instance;
  3072.     }
  3073.     /**
  3074.      * Gets the private 'security.encoder_factory.generic' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  3077.      */
  3078.     protected function getSecurity_EncoderFactory_GenericService()
  3079.     {
  3080.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']], 'Harmonizely\\Entity\\SuperAdmin\\UserEntity' => ['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]]);
  3081.     }
  3082.     /**
  3083.      * Gets the private 'security.firewall.map' shared service.
  3084.      *
  3085.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3086.      */
  3087.     protected function getSecurity_Firewall_MapService()
  3088.     {
  3089.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3090.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  3091.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  3092.             'security.firewall.map.context.super_admin_panel' => ['privates''security.firewall.map.context.super_admin_panel''getSecurity_Firewall_Map_Context_SuperAdminPanelService.php'true],
  3093.             'security.firewall.map.context.super_admin_panel_by_code' => ['privates''security.firewall.map.context.super_admin_panel_by_code''getSecurity_Firewall_Map_Context_SuperAdminPanelByCodeService.php'true],
  3094.         ], [
  3095.             'security.firewall.map.context.dev' => '?',
  3096.             'security.firewall.map.context.main' => '?',
  3097.             'security.firewall.map.context.super_admin_panel' => '?',
  3098.             'security.firewall.map.context.super_admin_panel_by_code' => '?',
  3099.         ]), new RewindableGenerator(function () {
  3100.             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)/')));
  3101.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.TIqvSMy'] ?? ($this->privates['.security.request_matcher.TIqvSMy'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'$this->getEnv('SECURE_HOST'))));
  3102.             yield 'security.firewall.map.context.super_admin_panel' => ($this->privates['.security.request_matcher.VqZXAlG'] ?? ($this->privates['.security.request_matcher.VqZXAlG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/panel'$this->getEnv('SUPER_ADMIN_HOST'))));
  3103.             yield 'security.firewall.map.context.super_admin_panel_by_code' => ($this->privates['.security.request_matcher.g731rf1'] ?? ($this->privates['.security.request_matcher.g731rf1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login/super-admin/use/code'$this->getEnv('SUPER_ADMIN_HOST'))));
  3104.         }, 4));
  3105.     }
  3106.     /**
  3107.      * Gets the private 'security.helper' shared service.
  3108.      *
  3109.      * @return \Symfony\Component\Security\Core\Security
  3110.      */
  3111.     protected function getSecurity_HelperService()
  3112.     {
  3113.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3114.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3115.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3116.         ], [
  3117.             'security.authorization_checker' => '?',
  3118.             'security.token_storage' => '?',
  3119.         ]));
  3120.     }
  3121.     /**
  3122.      * Gets the private 'security.logout_url_generator' shared service.
  3123.      *
  3124.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3125.      */
  3126.     protected function getSecurity_LogoutUrlGeneratorService()
  3127.     {
  3128.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3129.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  3130.         $instance->registerListener('super_admin_panel''super_admin.panel.logout''logout''_csrf_token'NULL'super_admin_panel_context');
  3131.         return $instance;
  3132.     }
  3133.     /**
  3134.      * Gets the private 'security.role_hierarchy' shared service.
  3135.      *
  3136.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3137.      */
  3138.     protected function getSecurity_RoleHierarchyService()
  3139.     {
  3140.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3141.     }
  3142.     /**
  3143.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3144.      *
  3145.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3146.      */
  3147.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3148.     {
  3149.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3150.     }
  3151.     /**
  3152.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3153.      *
  3154.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3155.      */
  3156.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3157.     {
  3158.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3159.         $a->add(new \Harmonizely\Core\Request\ParamConverter\SerializableParamConverter(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['Harmonizely\\Core\\Request\\ParamConverter\\SerializableParamConverterFilter'] ?? ($this->privates['Harmonizely\\Core\\Request\\ParamConverter\\SerializableParamConverterFilter'] = new \Harmonizely\Core\Request\ParamConverter\SerializableParamConverterFilter()))), 0NULL);
  3160.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3161.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3162.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], ''NULL'validationErrors'), -50'fos_rest.request_body');
  3163.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3164.     }
  3165.     /**
  3166.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3167.      *
  3168.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3169.      */
  3170.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3171.     {
  3172.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3173.     }
  3174.     /**
  3175.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3176.      *
  3177.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3178.      */
  3179.     protected function getSensioFrameworkExtra_View_ListenerService()
  3180.     {
  3181.         $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))));
  3182.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3183.             'twig' => ['services''twig''getTwigService'false],
  3184.         ], [
  3185.             'twig' => 'Twig\\Environment',
  3186.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3187.         return $instance;
  3188.     }
  3189.     /**
  3190.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  3191.      *
  3192.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  3193.      */
  3194.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  3195.     {
  3196.         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()))]));
  3197.     }
  3198.     /**
  3199.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3200.      *
  3201.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3202.      */
  3203.     protected function getSerializer_NameConverter_MetadataAwareService()
  3204.     {
  3205.         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()));
  3206.     }
  3207.     /**
  3208.      * Gets the private 'session_listener' shared service.
  3209.      *
  3210.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3211.      */
  3212.     protected function getSessionListenerService()
  3213.     {
  3214.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3215.             'initialized_session' => ['services''session'NULLtrue],
  3216.             'session' => ['services''session''getSessionService.php'true],
  3217.         ], [
  3218.             'initialized_session' => '?',
  3219.             'session' => '?',
  3220.         ]));
  3221.     }
  3222.     /**
  3223.      * Gets the private 'translator.default' shared service.
  3224.      *
  3225.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3226.      */
  3227.     protected function getTranslator_DefaultService()
  3228.     {
  3229.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3230.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  3231.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  3232.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  3233.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  3234.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  3235.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  3236.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  3237.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  3238.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  3239.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  3240.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  3241.         ], [
  3242.             'translation.loader.csv' => '?',
  3243.             'translation.loader.dat' => '?',
  3244.             'translation.loader.ini' => '?',
  3245.             'translation.loader.json' => '?',
  3246.             'translation.loader.mo' => '?',
  3247.             'translation.loader.php' => '?',
  3248.             'translation.loader.po' => '?',
  3249.             'translation.loader.qt' => '?',
  3250.             'translation.loader.res' => '?',
  3251.             'translation.loader.xliff' => '?',
  3252.             'translation.loader.yml' => '?',
  3253.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ar.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.az.xliff')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/translations/js.bg.po'), => (\dirname(__DIR__4).'/translations/messages.bg.po')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ca.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.cs.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.da.xliff'), => (\dirname(__DIR__4).'/translations/js.da.po'), => (\dirname(__DIR__4).'/translations/messages.da.po')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.de.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/translations/js.de.po'), => (\dirname(__DIR__4).'/translations/messages.de.po'), 10 => (\dirname(__DIR__4).'/translations/templates.de.po')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.en.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/translations/js.en.po'), => (\dirname(__DIR__4).'/translations/messages.en.po'), 10 => (\dirname(__DIR__4).'/translations/templates.en.po')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.es.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/translations/js.es.po'), => (\dirname(__DIR__4).'/translations/messages.es.po'), 10 => (\dirname(__DIR__4).'/translations/templates.es.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fi.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.fr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/meteo-concept/hcaptcha-bundle/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/translations/js.fr.po'), 10 => (\dirname(__DIR__4).'/translations/messages.fr.po'), 11 => (\dirname(__DIR__4).'/translations/templates.fr.po')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.gl.xliff'), => (\dirname(__DIR__4).'/translations/js.gl.po'), => (\dirname(__DIR__4).'/translations/messages.gl.po')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml'), => (\dirname(__DIR__4).'/translations/js.he.po'), => (\dirname(__DIR__4).'/translations/messages.he.po')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.hr.xliff'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/translations/js.hr.po'), => (\dirname(__DIR__4).'/translations/messages.hr.po')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/translations/js.hu.po'), => (\dirname(__DIR__4).'/translations/messages.hu.po')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.it.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/translations/js.it.po'), => (\dirname(__DIR__4).'/translations/messages.it.po'), 10 => (\dirname(__DIR__4).'/translations/templates.it.po')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/translations/js.ja.po'), => (\dirname(__DIR__4).'/translations/messages.ja.po'), => (\dirname(__DIR__4).'/translations/templates.ja.po')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml'), => (\dirname(__DIR__4).'/translations/js.nb.po'), => (\dirname(__DIR__4).'/translations/messages.nb.po')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.nl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/translations/js.nl.po'), => (\dirname(__DIR__4).'/translations/messages.nl.po'), 10 => (\dirname(__DIR__4).'/translations/templates.nl.po')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/translations/js.pl.po'), => (\dirname(__DIR__4).'/translations/messages.pl.po')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.pt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/translations/js.pt.po'), => (\dirname(__DIR__4).'/translations/messages.pt.po'), => (\dirname(__DIR__4).'/translations/templates.pt.po')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.ru.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/translations/js.ru.po'), => (\dirname(__DIR__4).'/translations/messages.ru.po'), 10 => (\dirname(__DIR__4).'/translations/templates.ru.po')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sk.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/translations/js.sl.po'), => (\dirname(__DIR__4).'/translations/messages.sl.po')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Cyrl.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sr_Latn.xliff'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sv.xliff'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/translations/js.sv.po'), => (\dirname(__DIR__4).'/translations/messages.sv.po')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.th.xliff')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.tr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.uk.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/translations/js.uk.po'), => (\dirname(__DIR__4).'/translations/messages.uk.po'), => (\dirname(__DIR__4).'/translations/templates.uk.po')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'oc' => [=> (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.oc.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations/pagerfanta.sw.xliff')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.bs.xlf')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.se.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations/validators.sr.xlf')], 'ko' => [=> (\dirname(__DIR__4).'/translations/js.ko.po'), => (\dirname(__DIR__4).'/translations/messages.ko.po'), => (\dirname(__DIR__4).'/translations/templates.ko.po')], 'zh' => [=> (\dirname(__DIR__4).'/translations/js.zh.po'), => (\dirname(__DIR__4).'/translations/messages.zh.po'), => (\dirname(__DIR__4).'/translations/templates.zh.po')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/meteo-concept/hcaptcha-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/willdurand/hateoas-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/BazingaHateoasBundle/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/WhiteOctoberPagerfantaBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/SentryBundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/LiipImagineBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/OneupFlysystemBundle/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/MisdPhoneNumberBundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 50 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 51 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/translations'), 52 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/MeteoConceptHCaptchaBundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 55 => (\dirname(__DIR__4).'/src/Resources/KnpUOAuth2ClientBundle/translations'), 56 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 57 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 58 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 59 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 60 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/white-october/pagerfanta-bundle/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/misd/phone-number-bundle/Resources/translations'=> 'vendor/meteo-concept/hcaptcha-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'10 => 'src/Resources/FrameworkBundle/translations'11 => 'vendor/sensio/framework-extra-bundle/src/translations'12 => 'src/Resources/SensioFrameworkExtraBundle/translations'13 => 'vendor/nelmio/cors-bundle/translations'14 => 'src/Resources/NelmioCorsBundle/translations'15 => 'vendor/symfony/twig-bundle/translations'16 => 'src/Resources/TwigBundle/translations'17 => 'vendor/doctrine/doctrine-bundle/translations'18 => 'src/Resources/DoctrineBundle/translations'19 => 'vendor/symfony/security-bundle/translations'20 => 'src/Resources/SecurityBundle/translations'21 => 'src/Resources/FOSUserBundle/translations'22 => 'vendor/symfony/swiftmailer-bundle/translations'23 => 'src/Resources/SwiftmailerBundle/translations'24 => 'vendor/symfony/web-profiler-bundle/translations'25 => 'src/Resources/WebProfilerBundle/translations'26 => 'vendor/symfony/maker-bundle/src/translations'27 => 'src/Resources/MakerBundle/translations'28 => 'vendor/friendsofsymfony/rest-bundle/translations'29 => 'src/Resources/FOSRestBundle/translations'30 => 'vendor/jms/serializer-bundle/translations'31 => 'src/Resources/JMSSerializerBundle/translations'32 => 'vendor/nelmio/api-doc-bundle/translations'33 => 'src/Resources/NelmioApiDocBundle/translations'34 => 'vendor/willdurand/hateoas-bundle/translations'35 => 'src/Resources/BazingaHateoasBundle/translations'36 => 'src/Resources/WhiteOctoberPagerfantaBundle/translations'37 => 'vendor/sentry/sentry-symfony/src/translations'38 => 'src/Resources/SentryBundle/translations'39 => 'src/Resources/VichUploaderBundle/translations'40 => 'vendor/liip/imagine-bundle/translations'41 => 'src/Resources/LiipImagineBundle/translations'42 => 'vendor/oneup/flysystem-bundle/translations'43 => 'src/Resources/OneupFlysystemBundle/translations'44 => 'src/Resources/MisdPhoneNumberBundle/translations'45 => 'vendor/symfony/monolog-bundle/translations'46 => 'src/Resources/MonologBundle/translations'47 => 'vendor/symfony/webpack-encore-bundle/src/translations'48 => 'src/Resources/WebpackEncoreBundle/translations'49 => 'vendor/stof/doctrine-extensions-bundle/translations'50 => 'src/Resources/StofDoctrineExtensionsBundle/translations'51 => 'vendor/twig/extra-bundle/src/translations'52 => 'src/Resources/TwigExtraBundle/translations'53 => 'src/Resources/MeteoConceptHCaptchaBundle/translations'54 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'55 => 'src/Resources/KnpUOAuth2ClientBundle/translations'56 => 'vendor/symfony/debug-bundle/translations'57 => 'src/Resources/DebugBundle/translations'58 => 'vendor/doctrine/doctrine-migrations-bundle/translations'59 => 'src/Resources/DoctrineMigrationsBundle/translations'60 => 'src/Resources/translations']]]);
  3254.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3255.         $instance->setFallbackLocales([=> 'en']);
  3256.         return $instance;
  3257.     }
  3258.     /**
  3259.      * Gets the private 'twig.app_variable' shared service.
  3260.      *
  3261.      * @return \Symfony\Bridge\Twig\AppVariable
  3262.      */
  3263.     protected function getTwig_AppVariableService()
  3264.     {
  3265.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  3266.         $instance->setEnvironment('dev');
  3267.         $instance->setDebug(true);
  3268.         if ($this->has('security.token_storage')) {
  3269.             $instance->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3270.         }
  3271.         if ($this->has('request_stack')) {
  3272.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3273.         }
  3274.         return $instance;
  3275.     }
  3276.     /**
  3277.      * Gets the private 'twig.configurator.environment' shared service.
  3278.      *
  3279.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  3280.      */
  3281.     protected function getTwig_Configurator_EnvironmentService()
  3282.     {
  3283.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  3284.     }
  3285.     /**
  3286.      * Gets the private 'twig.extension.assets' shared service.
  3287.      *
  3288.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  3289.      */
  3290.     protected function getTwig_Extension_AssetsService()
  3291.     {
  3292.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3293.     }
  3294.     /**
  3295.      * Gets the private 'twig.extension.code' shared service.
  3296.      *
  3297.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  3298.      */
  3299.     protected function getTwig_Extension_CodeService()
  3300.     {
  3301.         return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  3302.     }
  3303.     /**
  3304.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  3305.      *
  3306.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  3307.      */
  3308.     protected function getTwig_Extension_Debug_StopwatchService()
  3309.     {
  3310.         return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
  3311.     }
  3312.     /**
  3313.      * Gets the private 'twig.extension.dump' shared service.
  3314.      *
  3315.      * @return \Symfony\Bridge\Twig\Extension\DumpExtension
  3316.      */
  3317.     protected function getTwig_Extension_DumpService()
  3318.     {
  3319.         return $this->privates['twig.extension.dump'] = new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
  3320.     }
  3321.     /**
  3322.      * Gets the private 'twig.extension.httpfoundation' shared service.
  3323.      *
  3324.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  3325.      */
  3326.     protected function getTwig_Extension_HttpfoundationService()
  3327.     {
  3328.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())));
  3329.     }
  3330.     /**
  3331.      * Gets the private 'twig.extension.logout_url' shared service.
  3332.      *
  3333.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  3334.      */
  3335.     protected function getTwig_Extension_LogoutUrlService()
  3336.     {
  3337.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3338.     }
  3339.     /**
  3340.      * Gets the private 'twig.extension.pagerfanta' shared service.
  3341.      *
  3342.      * @return \WhiteOctober\PagerfantaBundle\Twig\PagerfantaExtension
  3343.      */
  3344.     protected function getTwig_Extension_PagerfantaService()
  3345.     {
  3346.         $a = new \Pagerfanta\View\ViewFactory();
  3347.         $b = new \Pagerfanta\View\DefaultView();
  3348.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  3349.         $d = new \Pagerfanta\View\TwitterBootstrapView();
  3350.         $e = new \Pagerfanta\View\TwitterBootstrap3View();
  3351.         $f = new \Pagerfanta\View\TwitterBootstrap4View();
  3352.         $g = new \Pagerfanta\View\SemanticUiView();
  3353.         $a->add(['default' => $b'default_translated' => new \WhiteOctober\PagerfantaBundle\View\DefaultTranslatedView($b$c), 'twitter_bootstrap' => $d'twitter_bootstrap3' => $e'twitter_bootstrap4' => $f'semantic_ui' => $g'twitter_bootstrap4_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrap4TranslatedView($f$c), 'twitter_bootstrap3_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrap3TranslatedView($e$c), 'twitter_bootstrap_translated' => new \WhiteOctober\PagerfantaBundle\View\TwitterBootstrapTranslatedView($d$c), 'semantic_ui_translated' => new \WhiteOctober\PagerfantaBundle\View\SemanticUiTranslatedView($g$c)]);
  3354.         return $this->privates['twig.extension.pagerfanta'] = new \WhiteOctober\PagerfantaBundle\Twig\PagerfantaExtension('default'$a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3355.     }
  3356.     /**
  3357.      * Gets the private 'twig.extension.profiler' shared service.
  3358.      *
  3359.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  3360.      */
  3361.     protected function getTwig_Extension_ProfilerService()
  3362.     {
  3363.         return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3364.     }
  3365.     /**
  3366.      * Gets the private 'twig.extension.routing' shared service.
  3367.      *
  3368.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  3369.      */
  3370.     protected function getTwig_Extension_RoutingService()
  3371.     {
  3372.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  3373.     }
  3374.     /**
  3375.      * Gets the private 'twig.extension.security' shared service.
  3376.      *
  3377.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  3378.      */
  3379.     protected function getTwig_Extension_SecurityService()
  3380.     {
  3381.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3382.     }
  3383.     /**
  3384.      * Gets the private 'twig.extension.trans' shared service.
  3385.      *
  3386.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  3387.      */
  3388.     protected function getTwig_Extension_TransService()
  3389.     {
  3390.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3391.     }
  3392.     /**
  3393.      * Gets the private 'twig.extension.webprofiler' shared service.
  3394.      *
  3395.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  3396.      */
  3397.     protected function getTwig_Extension_WebprofilerService()
  3398.     {
  3399.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3400.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3401.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  3402.     }
  3403.     /**
  3404.      * Gets the private 'twig.loader.native_filesystem' shared service.
  3405.      *
  3406.      * @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
  3407.      */
  3408.     protected function getTwig_Loader_NativeFilesystemService()
  3409.     {
  3410.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  3411.         $instance->addPath((\dirname(__DIR__4).'/templates'), 'templates');
  3412.         $instance->addPath((\dirname(__DIR__4).'/assets/css'), 'css');
  3413.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  3414.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  3415.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  3416.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  3417.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3418.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3419.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3420.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3421.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3422.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  3423.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  3424.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  3425.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3426.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3427.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3428.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3429.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  3430.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  3431.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  3432.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  3433.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  3434.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  3435.         $instance->addPath((\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/views'), 'MisdPhoneNumber');
  3436.         $instance->addPath((\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/views'), '!MisdPhoneNumber');
  3437.         $instance->addPath((\dirname(__DIR__4).'/vendor/meteo-concept/hcaptcha-bundle/Resources/views'), 'MeteoConceptHCaptcha');
  3438.         $instance->addPath((\dirname(__DIR__4).'/vendor/meteo-concept/hcaptcha-bundle/Resources/views'), '!MeteoConceptHCaptcha');
  3439.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3440.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3441.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3442.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3443.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3444.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3445.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3446.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3447.         return $instance;
  3448.     }
  3449.     /**
  3450.      * Gets the private 'twig.runtime_loader' shared service.
  3451.      *
  3452.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  3453.      */
  3454.     protected function getTwig_RuntimeLoaderService()
  3455.     {
  3456.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3457.             'Harmonizely\\Twig\\Extension\\SchedulingPageUrlRuntime' => ['privates''Harmonizely\\Twig\\Extension\\SchedulingPageUrlRuntime''getSchedulingPageUrlRuntimeService.php'true],
  3458.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  3459.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  3460.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  3461.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  3462.         ], [
  3463.             'Harmonizely\\Twig\\Extension\\SchedulingPageUrlRuntime' => '?',
  3464.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  3465.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3466.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3467.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3468.         ]));
  3469.     }
  3470.     /**
  3471.      * Gets the private 'validator.builder' shared service.
  3472.      *
  3473.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3474.      */
  3475.     protected function getValidator_BuilderService()
  3476.     {
  3477.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3478.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3479.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3480.             'Harmonizely\\Booking\\Validator\\Constraints\\InviteeEmailValidator' => ['privates''Harmonizely\\Booking\\Validator\\Constraints\\InviteeEmailValidator''getInviteeEmailValidatorService.php'true],
  3481.             'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserEmailUniqueValidator' => ['privates''Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserEmailUniqueValidator''getUserEmailUniqueValidatorService.php'true],
  3482.             'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserLoginUniqueValidator' => ['privates''Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserLoginUniqueValidator''getUserLoginUniqueValidatorService.php'true],
  3483.             'Harmonizely\\Validator\\Constraints\\DtoUniqueEntityValidator' => ['privates''Harmonizely\\Validator\\Constraints\\DtoUniqueEntityValidator''getDtoUniqueEntityValidatorService.php'true],
  3484.             'Harmonizely\\Validator\\Constraints\\EventTypeFlexibleDurationValidator' => ['privates''Harmonizely\\Validator\\Constraints\\EventTypeFlexibleDurationValidator''getEventTypeFlexibleDurationValidatorService.php'true],
  3485.             'Harmonizely\\Validator\\Constraints\\EventTypeSlugValidator' => ['privates''Harmonizely\\Validator\\Constraints\\EventTypeSlugValidator''getEventTypeSlugValidatorService.php'true],
  3486.             'Harmonizely\\Validator\\Constraints\\ImageSizeValidator' => ['privates''Harmonizely\\Validator\\Constraints\\ImageSizeValidator''getImageSizeValidatorService.php'true],
  3487.             'Harmonizely\\Validator\\Constraints\\ProfilePasswordValidator' => ['privates''Harmonizely\\Validator\\Constraints\\ProfilePasswordValidator''getProfilePasswordValidatorService.php'true],
  3488.             'Harmonizely\\Validator\\Constraints\\ProfileSecondFactorValidator' => ['privates''Harmonizely\\Validator\\Constraints\\ProfileSecondFactorValidator''getProfileSecondFactorValidatorService.php'true],
  3489.             'Harmonizely\\Validator\\Constraints\\SMTPHostNameValidator' => ['privates''Harmonizely\\Validator\\Constraints\\SMTPHostNameValidator''getSMTPHostNameValidatorService.php'true],
  3490.             'Harmonizely\\Validator\\Constraints\\SocialLinkValidator' => ['privates''Harmonizely\\Validator\\Constraints\\SocialLinkValidator''getSocialLinkValidatorService.php'true],
  3491.             'Harmonizely\\Validator\\Constraints\\SuperAdminProfilePasswordValidator' => ['privates''Harmonizely\\Validator\\Constraints\\SuperAdminProfilePasswordValidator''getSuperAdminProfilePasswordValidatorService.php'true],
  3492.             'Harmonizely\\Validator\\Constraints\\SuperAdminProfileSecondFactorValidator' => ['privates''Harmonizely\\Validator\\Constraints\\SuperAdminProfileSecondFactorValidator''getSuperAdminProfileSecondFactorValidatorService.php'true],
  3493.             'Harmonizely\\Validator\\Constraints\\TemporaryEmailAddressValidator' => ['privates''Harmonizely\\Validator\\Constraints\\TemporaryEmailAddressValidator''getTemporaryEmailAddressValidatorService.php'true],
  3494.             'Harmonizely\\Validator\\Constraints\\UniqueValidator' => ['privates''Harmonizely\\Validator\\Constraints\\UniqueValidator''getUniqueValidatorService.php'true],
  3495.             'Harmonizely\\Validator\\Constraints\\ValidTemplateSyntaxValidator' => ['privates''Harmonizely\\Validator\\Constraints\\ValidTemplateSyntaxValidator''getValidTemplateSyntaxValidatorService.php'true],
  3496.             'MeteoConcept\\HCaptchaBundle\\Validator\\Constraints\\IsValidCaptchaValidator' => ['services''meteo_concept_h_captcha.captcha_validator''getMeteoConceptHCaptcha_CaptchaValidatorService.php'true],
  3497.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3498.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3499.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  3500.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3501.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  3502.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3503.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3504.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3505.         ], [
  3506.             'Harmonizely\\Booking\\Validator\\Constraints\\InviteeEmailValidator' => '?',
  3507.             'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserEmailUniqueValidator' => '?',
  3508.             'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserLoginUniqueValidator' => '?',
  3509.             'Harmonizely\\Validator\\Constraints\\DtoUniqueEntityValidator' => '?',
  3510.             'Harmonizely\\Validator\\Constraints\\EventTypeFlexibleDurationValidator' => '?',
  3511.             'Harmonizely\\Validator\\Constraints\\EventTypeSlugValidator' => '?',
  3512.             'Harmonizely\\Validator\\Constraints\\ImageSizeValidator' => '?',
  3513.             'Harmonizely\\Validator\\Constraints\\ProfilePasswordValidator' => '?',
  3514.             'Harmonizely\\Validator\\Constraints\\ProfileSecondFactorValidator' => '?',
  3515.             'Harmonizely\\Validator\\Constraints\\SMTPHostNameValidator' => '?',
  3516.             'Harmonizely\\Validator\\Constraints\\SocialLinkValidator' => '?',
  3517.             'Harmonizely\\Validator\\Constraints\\SuperAdminProfilePasswordValidator' => '?',
  3518.             'Harmonizely\\Validator\\Constraints\\SuperAdminProfileSecondFactorValidator' => '?',
  3519.             'Harmonizely\\Validator\\Constraints\\TemporaryEmailAddressValidator' => '?',
  3520.             'Harmonizely\\Validator\\Constraints\\UniqueValidator' => '?',
  3521.             'Harmonizely\\Validator\\Constraints\\ValidTemplateSyntaxValidator' => '?',
  3522.             'MeteoConcept\\HCaptchaBundle\\Validator\\Constraints\\IsValidCaptchaValidator' => '?',
  3523.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3524.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3525.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3526.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3527.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3528.             'doctrine.orm.validator.unique' => '?',
  3529.             'security.validator.user_password' => '?',
  3530.             'validator.expression' => '?',
  3531.         ])));
  3532.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  3533.         $instance->setTranslationDomain('messages');
  3534.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/config/validator/validation.xml')]);
  3535.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3536.         $instance->addMethodMapping('loadValidatorMetadata');
  3537.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  3538.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3539.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3540.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.harmonizely_entity_manager'] ?? $this->getDoctrine_Orm_HarmonizelyEntityManagerService()), NULL));
  3541.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  3542.         return $instance;
  3543.     }
  3544.     /**
  3545.      * Gets the private 'var_dumper.html_dumper' shared service.
  3546.      *
  3547.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3548.      */
  3549.     protected function getVarDumper_HtmlDumperService()
  3550.     {
  3551.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3552.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3553.         return $instance;
  3554.     }
  3555.     /**
  3556.      * Gets the private 'var_dumper.server_connection' shared service.
  3557.      *
  3558.      * @return \Symfony\Component\VarDumper\Server\Connection
  3559.      */
  3560.     protected function getVarDumper_ServerConnectionService()
  3561.     {
  3562.         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()]);
  3563.     }
  3564.     /**
  3565.      * Gets the private 'vich_uploader.listener.clean.user_avatar' shared service.
  3566.      *
  3567.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  3568.      */
  3569.     protected function getVichUploader_Listener_Clean_UserAvatarService()
  3570.     {
  3571.         return $this->privates['vich_uploader.listener.clean.user_avatar'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('user_avatar', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  3572.     }
  3573.     /**
  3574.      * Gets the private 'vich_uploader.listener.remove.user_avatar' shared service.
  3575.      *
  3576.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  3577.      */
  3578.     protected function getVichUploader_Listener_Remove_UserAvatarService()
  3579.     {
  3580.         return $this->privates['vich_uploader.listener.remove.user_avatar'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('user_avatar', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  3581.     }
  3582.     /**
  3583.      * Gets the private 'vich_uploader.listener.upload.user_avatar' shared service.
  3584.      *
  3585.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  3586.      */
  3587.     protected function getVichUploader_Listener_Upload_UserAvatarService()
  3588.     {
  3589.         return $this->privates['vich_uploader.listener.upload.user_avatar'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('user_avatar', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  3590.     }
  3591.     /**
  3592.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  3593.      *
  3594.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3595.      */
  3596.     protected function getVichUploader_MetadataReaderService()
  3597.     {
  3598.         $a = new \Metadata\Driver\FileLocator(['Harmonizely' => (\dirname(__DIR__4).'/config/vich_uploader')]);
  3599.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  3600.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3601.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3602.     }
  3603.     /**
  3604.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  3605.      *
  3606.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  3607.      */
  3608.     protected function getVichUploader_PropertyMappingFactoryService()
  3609.     {
  3610.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  3611.     }
  3612.     /**
  3613.      * Gets the private 'vich_uploader.storage.flysystem' shared service.
  3614.      *
  3615.      * @return \Vich\UploaderBundle\Storage\FlysystemStorage
  3616.      */
  3617.     protected function getVichUploader_Storage_FlysystemService()
  3618.     {
  3619.         return $this->privates['vich_uploader.storage.flysystem'] = new \Vich\UploaderBundle\Storage\FlysystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['oneup_flysystem.mount_manager'] ?? $this->getOneupFlysystem_MountManagerService()));
  3620.     }
  3621.     /**
  3622.      * Gets the private 'web_profiler.csp.handler' shared service.
  3623.      *
  3624.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3625.      */
  3626.     protected function getWebProfiler_Csp_HandlerService()
  3627.     {
  3628.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3629.     }
  3630.     /**
  3631.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3632.      *
  3633.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3634.      */
  3635.     protected function getWebProfiler_DebugToolbarService()
  3636.     {
  3637.         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()));
  3638.     }
  3639.     /**
  3640.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  3641.      *
  3642.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  3643.      */
  3644.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  3645.     {
  3646.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3647.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  3648.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  3649.         ], [
  3650.             'webpack_encore.entrypoint_lookup_collection' => '?',
  3651.             'webpack_encore.tag_renderer' => '?',
  3652.         ]));
  3653.     }
  3654.     /**
  3655.      * @return array|bool|float|int|string|\UnitEnum|null
  3656.      */
  3657.     public function getParameter($name)
  3658.     {
  3659.         $name = (string) $name;
  3660.         if (isset($this->buildParameters[$name])) {
  3661.             return $this->buildParameters[$name];
  3662.         }
  3663.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  3664.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3665.         }
  3666.         if (isset($this->loadedDynamicParameters[$name])) {
  3667.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3668.         }
  3669.         return $this->parameters[$name];
  3670.     }
  3671.     public function hasParameter($name): bool
  3672.     {
  3673.         $name = (string) $name;
  3674.         if (isset($this->buildParameters[$name])) {
  3675.             return true;
  3676.         }
  3677.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  3678.     }
  3679.     public function setParameter($name$value): void
  3680.     {
  3681.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3682.     }
  3683.     public function getParameterBag(): ParameterBagInterface
  3684.     {
  3685.         if (null === $this->parameterBag) {
  3686.             $parameters $this->parameters;
  3687.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3688.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3689.             }
  3690.             foreach ($this->buildParameters as $name => $value) {
  3691.                 $parameters[$name] = $value;
  3692.             }
  3693.             $this->parameterBag = new FrozenParameterBag($parameters);
  3694.         }
  3695.         return $this->parameterBag;
  3696.     }
  3697.     private $loadedDynamicParameters = [
  3698.         'kernel.cache_dir' => false,
  3699.         'host' => false,
  3700.         'secure_host' => false,
  3701.         'super_admin_host' => false,
  3702.         'router.request_context.host' => false,
  3703.         'directory_host' => false,
  3704.         'kernel.secret' => false,
  3705.         'session.save_path' => false,
  3706.         'validator.mapping.cache.file' => false,
  3707.         'profiler.storage.dsn' => false,
  3708.         'debug.container.dump' => false,
  3709.         'serializer.mapping.cache.file' => false,
  3710.         'nelmio_cors.defaults' => false,
  3711.         'doctrine.orm.proxy_dir' => false,
  3712.     ];
  3713.     private $dynamicParameters = [];
  3714.     private function getDynamicParameter(string $name)
  3715.     {
  3716.         switch ($name) {
  3717.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3718.             case 'host'$value $this->getEnv('APP_HOST'); break;
  3719.             case 'secure_host'$value $this->getEnv('SECURE_HOST'); break;
  3720.             case 'super_admin_host'$value $this->getEnv('SUPER_ADMIN_HOST'); break;
  3721.             case 'router.request_context.host'$value $this->getEnv('APP_HOST'); break;
  3722.             case 'directory_host'$value $this->getEnv('DIRECTORY_HOST'); break;
  3723.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3724.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3725.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3726.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3727.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcHarmonizely_KernelDevDebugContainer.xml'); break;
  3728.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3729.             case 'nelmio_cors.defaults'$value = [
  3730.                 'allow_origin' => [
  3731.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3732.                 ],
  3733.                 'allow_credentials' => false,
  3734.                 'allow_headers' => [
  3735.                     => 'origin',
  3736.                     => 'content-type',
  3737.                     => 'accept',
  3738.                     => 'authorization',
  3739.                 ],
  3740.                 'expose_headers' => [
  3741.                 ],
  3742.                 'allow_methods' => [
  3743.                     => 'GET',
  3744.                     => 'OPTIONS',
  3745.                     => 'POST',
  3746.                     => 'PUT',
  3747.                     => 'PATCH',
  3748.                     => 'DELETE',
  3749.                 ],
  3750.                 'max_age' => 3600,
  3751.                 'hosts' => [
  3752.                 ],
  3753.                 'origin_regex' => true,
  3754.                 'forced_allow_origin_value' => NULL,
  3755.             ]; break;
  3756.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3757.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3758.         }
  3759.         $this->loadedDynamicParameters[$name] = true;
  3760.         return $this->dynamicParameters[$name] = $value;
  3761.     }
  3762.     protected function getDefaultParameters(): array
  3763.     {
  3764.         return [
  3765.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  3766.             'kernel.project_dir' => \dirname(__DIR__4),
  3767.             'kernel.environment' => 'dev',
  3768.             'kernel.debug' => true,
  3769.             'kernel.name' => 'src',
  3770.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3771.             'kernel.bundles' => [
  3772.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3773.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3774.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3775.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3776.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3777.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3778.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  3779.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3780.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3781.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3782.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  3783.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3784.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3785.                 'BazingaHateoasBundle' => 'Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle',
  3786.                 'WhiteOctoberPagerfantaBundle' => 'WhiteOctober\\PagerfantaBundle\\WhiteOctoberPagerfantaBundle',
  3787.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  3788.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3789.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3790.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  3791.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  3792.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3793.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3794.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3795.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3796.                 'MeteoConceptHCaptchaBundle' => 'MeteoConcept\\HCaptchaBundle\\MeteoConceptHCaptchaBundle',
  3797.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  3798.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3799.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3800.             ],
  3801.             'kernel.bundles_metadata' => [
  3802.                 'FrameworkBundle' => [
  3803.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3804.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3805.                 ],
  3806.                 'SensioFrameworkExtraBundle' => [
  3807.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3808.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3809.                 ],
  3810.                 'NelmioCorsBundle' => [
  3811.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3812.                     'namespace' => 'Nelmio\\CorsBundle',
  3813.                 ],
  3814.                 'TwigBundle' => [
  3815.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3816.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3817.                 ],
  3818.                 'DoctrineBundle' => [
  3819.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3820.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3821.                 ],
  3822.                 'SecurityBundle' => [
  3823.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3824.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3825.                 ],
  3826.                 'FOSUserBundle' => [
  3827.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  3828.                     'namespace' => 'FOS\\UserBundle',
  3829.                 ],
  3830.                 'SwiftmailerBundle' => [
  3831.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3832.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3833.                 ],
  3834.                 'WebProfilerBundle' => [
  3835.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3836.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3837.                 ],
  3838.                 'MakerBundle' => [
  3839.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3840.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3841.                 ],
  3842.                 'FOSRestBundle' => [
  3843.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  3844.                     'namespace' => 'FOS\\RestBundle',
  3845.                 ],
  3846.                 'JMSSerializerBundle' => [
  3847.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  3848.                     'namespace' => 'JMS\\SerializerBundle',
  3849.                 ],
  3850.                 'NelmioApiDocBundle' => [
  3851.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  3852.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3853.                 ],
  3854.                 'BazingaHateoasBundle' => [
  3855.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/hateoas-bundle'),
  3856.                     'namespace' => 'Bazinga\\Bundle\\HateoasBundle',
  3857.                 ],
  3858.                 'WhiteOctoberPagerfantaBundle' => [
  3859.                     'path' => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle'),
  3860.                     'namespace' => 'WhiteOctober\\PagerfantaBundle',
  3861.                 ],
  3862.                 'SentryBundle' => [
  3863.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  3864.                     'namespace' => 'Sentry\\SentryBundle',
  3865.                 ],
  3866.                 'VichUploaderBundle' => [
  3867.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3868.                     'namespace' => 'Vich\\UploaderBundle',
  3869.                 ],
  3870.                 'LiipImagineBundle' => [
  3871.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3872.                     'namespace' => 'Liip\\ImagineBundle',
  3873.                 ],
  3874.                 'OneupFlysystemBundle' => [
  3875.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle'),
  3876.                     'namespace' => 'Oneup\\FlysystemBundle',
  3877.                 ],
  3878.                 'MisdPhoneNumberBundle' => [
  3879.                     'path' => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle'),
  3880.                     'namespace' => 'Misd\\PhoneNumberBundle',
  3881.                 ],
  3882.                 'MonologBundle' => [
  3883.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3884.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3885.                 ],
  3886.                 'WebpackEncoreBundle' => [
  3887.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3888.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3889.                 ],
  3890.                 'StofDoctrineExtensionsBundle' => [
  3891.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  3892.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3893.                 ],
  3894.                 'TwigExtraBundle' => [
  3895.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  3896.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3897.                 ],
  3898.                 'MeteoConceptHCaptchaBundle' => [
  3899.                     'path' => (\dirname(__DIR__4).'/vendor/meteo-concept/hcaptcha-bundle'),
  3900.                     'namespace' => 'MeteoConcept\\HCaptchaBundle',
  3901.                 ],
  3902.                 'KnpUOAuth2ClientBundle' => [
  3903.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  3904.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  3905.                 ],
  3906.                 'DebugBundle' => [
  3907.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3908.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3909.                 ],
  3910.                 'DoctrineMigrationsBundle' => [
  3911.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3912.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3913.                 ],
  3914.             ],
  3915.             'kernel.charset' => 'UTF-8',
  3916.             'kernel.container_class' => 'srcHarmonizely_KernelDevDebugContainer',
  3917.             'routing.uuid' => '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}',
  3918.             'custom_domain.proxy' => 'custom.simplymeet.me',
  3919.             'locale' => 'en',
  3920.             'enabled_locales' => 'en|de|ru|pl|es|fr|it|sv|pt|nb|da|hu|bg|nl|sl|gl|hr|he|zh-tw|zh-cn|ko|ja|uk',
  3921.             'router.request_context.scheme' => 'https',
  3922.             'asset.request_context.secure' => true,
  3923.             'billing_email' => 'ingvar@simplymeet.me',
  3924.             'billing_email_name' => 'SimplyMeet.me',
  3925.             'notification_email' => 'no-reply@simplymeet.me',
  3926.             'notification_email_name' => 'SimplyMeet.me',
  3927.             'contact_email' => 'rut@simplymeet.me',
  3928.             'contact_email_name' => 'SimplyMeet.me',
  3929.             'support_email' => 'support@simplymeet.me',
  3930.             'support_email_name' => 'SimplyMeet.me',
  3931.             'main_email' => 'no-reply@simplymeet.me',
  3932.             'main_email_name' => 'SimplyMeet.me',
  3933.             'news_url' => 'https://news.simplymeet.me',
  3934.             'news_limit' => 5,
  3935.             'max_limit_of_participants_for_client' => 5,
  3936.             'max_limit_of_participants_for_client_per_day' => 25,
  3937.             'max_limit_of_participants_for_admin' => 25,
  3938.             'max_limit_of_participants_for_admin_per_day' => 150,
  3939.             'user_login_attempt_limit' => 3,
  3940.             'user_login_attempt_interval' => 900,
  3941.             'default_2fa_provider' => 'ga',
  3942.             'gearman_servers' => '127.0.0.1:4730',
  3943.             'google_client_id' => '31083248164-jptp87g7gt439da1em2qtvhgva2jps4u.apps.googleusercontent.com',
  3944.             'google_client_secret' => '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',
  3945.             'facebook_app_id' => '1621192641585741',
  3946.             'facebook_app_secret' => '7efdc1801d6fb25c0a147b19fdd64826',
  3947.             'apple_client_id' => 'me.simplymeet.admin',
  3948.             'twitter_app_key' => 'wj2vnxO7NewSkn7qjPaIMp5dL',
  3949.             'twitter_app_secret' => '23Lif9rGswGha1gKLp5dczg99Hh2xxxIKpoSEIlb7Ai5lOzbUi',
  3950.             'super_admin_user_login_attempt_limit' => 3,
  3951.             'super_admin_user_login_attempt_interval' => 900,
  3952.             'super_admin_user_login_code_lifetime_default' => 10800,
  3953.             'super_admin_user_login_code_lifetime_system_user' => 10,
  3954.             'event_dispatcher.event_aliases' => [
  3955.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3956.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3957.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3958.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3959.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3960.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3961.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3962.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3963.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3964.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3965.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3966.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3967.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3968.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3969.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3970.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3971.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  3972.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  3973.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  3974.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  3975.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  3976.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  3977.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  3978.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3979.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3980.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3981.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3982.             ],
  3983.             'fragment.renderer.hinclude.global_template' => '',
  3984.             'fragment.path' => '/_fragment',
  3985.             'kernel.http_method_override' => true,
  3986.             'kernel.trusted_hosts' => [
  3987.             ],
  3988.             'kernel.default_locale' => 'en',
  3989.             'kernel.error_controller' => 'error_controller',
  3990.             'templating.helper.code.file_link_format' => NULL,
  3991.             'debug.file_link_format' => NULL,
  3992.             'session.metadata.storage_key' => '_sf2_meta',
  3993.             'session.storage.options' => [
  3994.                 'cache_limiter' => '0',
  3995.                 'cookie_secure' => true,
  3996.                 'cookie_httponly' => true,
  3997.                 'gc_probability' => 1,
  3998.             ],
  3999.             'session.metadata.update_threshold' => 0,
  4000.             'form.type_extension.csrf.enabled' => true,
  4001.             'form.type_extension.csrf.field_name' => '_token',
  4002.             'asset.request_context.base_path' => '',
  4003.             'validator.translation_domain' => 'messages',
  4004.             'translator.logging' => false,
  4005.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4006.             'profiler_listener.only_exceptions' => false,
  4007.             'profiler_listener.only_master_requests' => false,
  4008.             'debug.error_handler.throw_at' => -1,
  4009.             'router.request_context.base_url' => '',
  4010.             'router.resource' => 'kernel::loadRoutes',
  4011.             'router.cache_class_prefix' => 'srcHarmonizely_KernelDevDebugContainer',
  4012.             'request_listener.http_port' => 80,
  4013.             'request_listener.https_port' => 443,
  4014.             'nelmio_cors.map' => [
  4015.                 '^/api/' => [
  4016.                 ],
  4017.             ],
  4018.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4019.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4020.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4021.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  4022.             'twig.form.resources' => [
  4023.                 => '@VichUploader/Form/fields.html.twig',
  4024.                 => 'form_div_layout.html.twig',
  4025.                 => '@MisdPhoneNumber/Form/tel.html.twig',
  4026.                 => '@MeteoConceptHCaptcha/hcaptcha_form.html.twig',
  4027.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  4028.             ],
  4029.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4030.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4031.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4032.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4033.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4034.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4035.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4036.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4037.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4038.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4039.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4040.             'doctrine.entity_managers' => [
  4041.                 'default' => 'doctrine.orm.default_entity_manager',
  4042.                 'harmonizely' => 'doctrine.orm.harmonizely_entity_manager',
  4043.             ],
  4044.             'doctrine.default_entity_manager' => 'default',
  4045.             'doctrine.dbal.connection_factory.types' => [
  4046.                 'encrypted_string' => [
  4047.                     'class' => 'Harmonizely\\Types\\EncryptedString',
  4048.                 ],
  4049.                 'encrypted_config' => [
  4050.                     'class' => 'Harmonizely\\Types\\EncryptedConfig',
  4051.                 ],
  4052.                 'phone_number' => [
  4053.                     'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
  4054.                 ],
  4055.                 'tariff_period_type' => [
  4056.                     'class' => 'Harmonizely\\Types\\TariffPeriodType',
  4057.                 ],
  4058.                 'calendar_layout_type' => [
  4059.                     'class' => 'Harmonizely\\Types\\CalendarLayoutType',
  4060.                 ],
  4061.                 'user_login_attempt_type' => [
  4062.                     'class' => 'Harmonizely\\Types\\UserLoginAttemptType',
  4063.                 ],
  4064.                 'export_type' => [
  4065.                     'class' => 'Harmonizely\\Types\\ExportType',
  4066.                 ],
  4067.                 'export_status' => [
  4068.                     'class' => 'Harmonizely\\Types\\ExportStatus',
  4069.                 ],
  4070.                 'integration_type' => [
  4071.                     'class' => 'Harmonizely\\Types\\IntegrationType',
  4072.                 ],
  4073.                 'organization_integration_type' => [
  4074.                     'class' => 'Harmonizely\\Types\\OrganizationIntegrationType',
  4075.                 ],
  4076.                 'user_sso_login_type' => [
  4077.                     'class' => 'Harmonizely\\Types\\UserSsoLoginType',
  4078.                 ],
  4079.                 'user_sms_log_status' => [
  4080.                     'class' => 'Harmonizely\\Types\\UserSmsLogStatus',
  4081.                 ],
  4082.                 'sms_template_type' => [
  4083.                     'class' => 'Harmonizely\\Types\\SmsTemplateType',
  4084.                 ],
  4085.                 'oauth_provider_type' => [
  4086.                     'class' => 'Harmonizely\\Types\\OAuthProviderType',
  4087.                 ],
  4088.                 'user_limit_type' => [
  4089.                     'class' => 'Harmonizely\\Types\\UserLimitType',
  4090.                 ],
  4091.                 'organization_limit_type' => [
  4092.                     'class' => 'Harmonizely\\Types\\OrganizationLimitType',
  4093.                 ],
  4094.                 'email_follow_up_interval_type' => [
  4095.                     'class' => 'Harmonizely\\Types\\EmailFollowUpIntervalType',
  4096.                 ],
  4097.                 'event_type_duration_type' => [
  4098.                     'class' => 'Harmonizely\\Types\\EventTypeDurationType',
  4099.                 ],
  4100.                 'cancellation_policy_period_type' => [
  4101.                     'class' => 'Harmonizely\\Types\\CancellationPolicyPeriodType',
  4102.                 ],
  4103.                 'date_format_type' => [
  4104.                     'class' => 'Harmonizely\\Types\\DateFormatType',
  4105.                 ],
  4106.                 'zapier_notification_type' => [
  4107.                     'class' => 'Harmonizely\\Types\\ZapierNotificationType',
  4108.                 ],
  4109.                 'welcome_tour_step_type' => [
  4110.                     'class' => 'Harmonizely\\Types\\WelcomeTourStepType',
  4111.                 ],
  4112.                 'routing_form_status' => [
  4113.                     'class' => 'Harmonizely\\Types\\RoutingFormStatus',
  4114.                 ],
  4115.                 'routing_form_field_type' => [
  4116.                     'class' => 'Harmonizely\\Types\\RoutingFormFieldType',
  4117.                 ],
  4118.                 'routing_form_result_type' => [
  4119.                     'class' => 'Harmonizely\\Types\\RoutingFormResultType',
  4120.                 ],
  4121.                 'api_key_status' => [
  4122.                     'class' => 'Harmonizely\\Types\\ApiKeyStatus',
  4123.                 ],
  4124.                 'public_calendar_access_type' => [
  4125.                     'class' => 'Harmonizely\\Types\\PublicCalendarAccessType',
  4126.                 ],
  4127.                 'super_admin_user_role' => [
  4128.                     'class' => 'Harmonizely\\Types\\SuperAdmin\\UserRole',
  4129.                 ],
  4130.                 'super_admin_user_login_type' => [
  4131.                     'class' => 'Harmonizely\\Types\\SuperAdmin\\UserLoginType',
  4132.                 ],
  4133.                 'super_admin_user_login_hash_type' => [
  4134.                     'class' => 'Harmonizely\\Types\\SuperAdmin\\UserLoginHashType',
  4135.                 ],
  4136.                 'super_admin_user_login_attempt_type' => [
  4137.                     'class' => 'Harmonizely\\Types\\SuperAdmin\\UserLoginAttemptType',
  4138.                 ],
  4139.                 'super_admin_user_actions_action_type' => [
  4140.                     'class' => 'Harmonizely\\Types\\SuperAdmin\\UserActionsActionType',
  4141.                 ],
  4142.                 'super_admin_user_actions_object_type' => [
  4143.                     'class' => 'Harmonizely\\Types\\SuperAdmin\\UserActionsObjectType',
  4144.                 ],
  4145.             ],
  4146.             'doctrine.connections' => [
  4147.                 'default' => 'doctrine.dbal.default_connection',
  4148.                 'harmonizely' => 'doctrine.dbal.harmonizely_connection',
  4149.             ],
  4150.             'doctrine.default_connection' => 'default',
  4151.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4152.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4153.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4154.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4155.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4156.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4157.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4158.             'doctrine.orm.cache.memcache_port' => 11211,
  4159.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4160.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4161.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4162.             'doctrine.orm.cache.memcached_port' => 11211,
  4163.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4164.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4165.             'doctrine.orm.cache.redis_host' => 'localhost',
  4166.             'doctrine.orm.cache.redis_port' => 6379,
  4167.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4168.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4169.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4170.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4171.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4172.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4173.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4174.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4175.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4176.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4177.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4178.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4179.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4180.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4181.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4182.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4183.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4184.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4185.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4186.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4187.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4188.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4189.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4190.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4191.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4192.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4193.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4194.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4195.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4196.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4197.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4198.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  4199.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  4200.             'security.role_hierarchy.roles' => [
  4201.                 'ROLE_API_USER' => [
  4202.                     => 'ROLE_USER',
  4203.                 ],
  4204.                 'ROLE_ADMIN' => [
  4205.                     => 'ROLE_API_USER',
  4206.                 ],
  4207.                 'ROLE_SUPER_ADMIN' => [
  4208.                     => 'ROLE_ADMIN',
  4209.                 ],
  4210.             ],
  4211.             'security.access.denied_url' => NULL,
  4212.             'security.authentication.manager.erase_credentials' => true,
  4213.             'security.authentication.session_strategy.strategy' => 'migrate',
  4214.             'security.access.always_authenticate_before_granting' => false,
  4215.             'security.authentication.hide_user_not_found' => true,
  4216.             'fos_user.backend_type_orm' => true,
  4217.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  4218.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  4219.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  4220.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  4221.             'fos_user.registration.confirmation.from_email' => [
  4222.                 'no-reply@simplymeet.me' => 'SimplyMeet.me',
  4223.             ],
  4224.             'fos_user.resetting.email.from_email' => [
  4225.                 'no-reply@simplymeet.me' => 'SimplyMeet.me',
  4226.             ],
  4227.             'fos_user.storage' => 'orm',
  4228.             'fos_user.firewall_name' => 'main',
  4229.             'fos_user.model_manager_name' => NULL,
  4230.             'fos_user.model.user.class' => 'Harmonizely\\Model\\User',
  4231.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  4232.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  4233.             'fos_user.profile.form.validation_groups' => [
  4234.                 => 'Profile',
  4235.                 => 'Default',
  4236.             ],
  4237.             'fos_user.registration.confirmation.enabled' => true,
  4238.             'fos_user.registration.form.validation_groups' => [
  4239.                 => 'HarmonizelyRegistration',
  4240.             ],
  4241.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  4242.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  4243.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  4244.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  4245.             'fos_user.change_password.form.validation_groups' => [
  4246.                 => 'ChangePassword',
  4247.                 => 'Default',
  4248.             ],
  4249.             'fos_user.resetting.retry_ttl' => 7200,
  4250.             'fos_user.resetting.token_ttl' => 86400,
  4251.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  4252.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  4253.             'fos_user.resetting.form.validation_groups' => [
  4254.                 => 'ResetPassword',
  4255.                 => 'Default',
  4256.             ],
  4257.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4258.             'swiftmailer.mailer.default.spool.enabled' => false,
  4259.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4260.             'swiftmailer.mailer.default.single_address' => NULL,
  4261.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4262.             'swiftmailer.spool.enabled' => false,
  4263.             'swiftmailer.delivery.enabled' => true,
  4264.             'swiftmailer.single_address' => NULL,
  4265.             'swiftmailer.mailers' => [
  4266.                 'default' => 'swiftmailer.mailer.default',
  4267.             ],
  4268.             'swiftmailer.default_mailer' => 'default',
  4269.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4270.             'web_profiler.debug_toolbar.mode' => 2,
  4271.             'fos_rest.format_listener.rules' => NULL,
  4272.             'nelmio_api_doc.areas' => [
  4273.                 => 'default',
  4274.             ],
  4275.             'nelmio_api_doc.use_validation_groups' => true,
  4276.             'white_october_pagerfanta.default_view' => 'default',
  4277.             'white_october_pagerfanta.view_factory.class' => 'Pagerfanta\\View\\ViewFactory',
  4278.             'sentry.listener_priorities.request' => 1,
  4279.             'sentry.listener_priorities.sub_request' => 1,
  4280.             'sentry.listener_priorities.console' => 1,
  4281.             'sentry.listener_priorities.request_error' => 128,
  4282.             'sentry.listener_priorities.console_error' => 128,
  4283.             'sentry.listener_priorities.worker_error' => 99,
  4284.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  4285.             'vich_uploader.mappings' => [
  4286.                 'user_avatar' => [
  4287.                     'uri_prefix' => '',
  4288.                     'upload_destination' => 'oneup_flysystem.local_filesystem',
  4289.                     'namer' => [
  4290.                         'service' => 'Vich\\UploaderBundle\\Naming\\HashNamer.user_avatar',
  4291.                         'options' => [
  4292.                         ],
  4293.                     ],
  4294.                     'delete_on_update' => true,
  4295.                     'delete_on_remove' => true,
  4296.                     'directory_namer' => [
  4297.                         'service' => NULL,
  4298.                         'options' => NULL,
  4299.                     ],
  4300.                     'inject_on_load' => false,
  4301.                     'db_driver' => 'orm',
  4302.                 ],
  4303.             ],
  4304.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4305.             'liip_imagine.resolvers' => [
  4306.                 'user_avatar' => [
  4307.                     'flysystem' => [
  4308.                         'filesystem_service' => 'oneup_flysystem.local_filesystem',
  4309.                         'root_url' => '/uploads/',
  4310.                         'cache_prefix' => 'avatars',
  4311.                         'visibility' => 'public',
  4312.                     ],
  4313.                 ],
  4314.                 'default' => [
  4315.                     'web_path' => [
  4316.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4317.                         'cache_prefix' => 'media/cache',
  4318.                     ],
  4319.                 ],
  4320.             ],
  4321.             'liip_imagine.loaders' => [
  4322.                 'user_avatar' => [
  4323.                     'flysystem' => [
  4324.                         'filesystem_service' => 'oneup_flysystem.local_filesystem',
  4325.                     ],
  4326.                 ],
  4327.                 'default' => [
  4328.                     'filesystem' => [
  4329.                         'locator' => 'filesystem',
  4330.                         'data_root' => [
  4331.                             => (\dirname(__DIR__4).'/public'),
  4332.                         ],
  4333.                         'allow_unresolvable_data_roots' => false,
  4334.                         'bundle_resources' => [
  4335.                             'enabled' => false,
  4336.                             'access_control_type' => 'blacklist',
  4337.                             'access_control_list' => [
  4338.                             ],
  4339.                         ],
  4340.                     ],
  4341.                 ],
  4342.             ],
  4343.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4344.             'liip_imagine.jpegoptim.stripAll' => true,
  4345.             'liip_imagine.jpegoptim.max' => NULL,
  4346.             'liip_imagine.jpegoptim.progressive' => true,
  4347.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4348.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4349.             'liip_imagine.optipng.level' => 7,
  4350.             'liip_imagine.optipng.stripAll' => true,
  4351.             'liip_imagine.optipng.tempDir' => NULL,
  4352.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4353.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4354.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4355.             'liip_imagine.cache.resolver.default' => 'user_avatar',
  4356.             'liip_imagine.default_image' => NULL,
  4357.             'liip_imagine.filter_sets' => [
  4358.                 'user_avatar' => [
  4359.                     'quality' => 100,
  4360.                     'jpeg_quality' => NULL,
  4361.                     'png_compression_level' => NULL,
  4362.                     'png_compression_filter' => NULL,
  4363.                     'format' => NULL,
  4364.                     'animated' => false,
  4365.                     'cache' => NULL,
  4366.                     'data_loader' => NULL,
  4367.                     'default_image' => NULL,
  4368.                     'filters' => [
  4369.                         'auto_rotate' => [
  4370.                         ],
  4371.                         'strip' => [
  4372.                         ],
  4373.                         'thumbnail' => [
  4374.                             'size' => [
  4375.                                 => 250,
  4376.                                 => 250,
  4377.                             ],
  4378.                             'mode' => 'outbound',
  4379.                             'allow_upscale' => true,
  4380.                         ],
  4381.                     ],
  4382.                     'post_processors' => [
  4383.                     ],
  4384.                 ],
  4385.                 'organization_avatar' => [
  4386.                     'quality' => 100,
  4387.                     'jpeg_quality' => NULL,
  4388.                     'png_compression_level' => NULL,
  4389.                     'png_compression_filter' => NULL,
  4390.                     'format' => NULL,
  4391.                     'animated' => false,
  4392.                     'cache' => NULL,
  4393.                     'data_loader' => NULL,
  4394.                     'default_image' => NULL,
  4395.                     'filters' => [
  4396.                         'relative_resize' => [
  4397.                             'widen' => 200,
  4398.                         ],
  4399.                     ],
  4400.                     'post_processors' => [
  4401.                     ],
  4402.                 ],
  4403.                 'user_company_logo' => [
  4404.                     'quality' => 100,
  4405.                     'jpeg_quality' => NULL,
  4406.                     'png_compression_level' => NULL,
  4407.                     'png_compression_filter' => NULL,
  4408.                     'format' => NULL,
  4409.                     'animated' => false,
  4410.                     'cache' => NULL,
  4411.                     'data_loader' => NULL,
  4412.                     'default_image' => NULL,
  4413.                     'filters' => [
  4414.                         'relative_resize' => [
  4415.                             'widen' => 200,
  4416.                         ],
  4417.                     ],
  4418.                     'post_processors' => [
  4419.                     ],
  4420.                 ],
  4421.                 'banner' => [
  4422.                     'quality' => 100,
  4423.                     'jpeg_quality' => NULL,
  4424.                     'png_compression_level' => NULL,
  4425.                     'png_compression_filter' => NULL,
  4426.                     'format' => NULL,
  4427.                     'animated' => false,
  4428.                     'cache' => NULL,
  4429.                     'data_loader' => NULL,
  4430.                     'default_image' => NULL,
  4431.                     'filters' => [
  4432.                         'relative_resize' => [
  4433.                             'widen' => 200,
  4434.                         ],
  4435.                     ],
  4436.                     'post_processors' => [
  4437.                     ],
  4438.                 ],
  4439.             ],
  4440.             'liip_imagine.binary.loader.default' => 'user_avatar',
  4441.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4442.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4443.             'libphonenumber.phone_number_util.class' => 'libphonenumber\\PhoneNumberUtil',
  4444.             'libphonenumber.phone_number_offline_geocoder.class' => 'libphonenumber\\geocoding\\PhoneNumberOfflineGeocoder',
  4445.             'libphonenumber.short_number_info.class' => 'libphonenumber\\ShortNumberInfo',
  4446.             'libphonenumber.phone_number_to_carrier_mapper.class' => 'libphonenumber\\PhoneNumberToCarrierMapper',
  4447.             'libphonenumber.phone_number_to_time_zones_mapper.class' => 'libphonenumber\\PhoneNumberToTimeZonesMapper',
  4448.             'misd_phone_number.templating.helper.class' => 'Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper',
  4449.             'misd_phone_number.templating.helper.format.class' => 'Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper',
  4450.             'misd_phone_number.twig.extension.class' => 'Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension',
  4451.             'misd_phone_number.twig.extension.format.class' => 'Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension',
  4452.             'misd_phone_number.form.type.class' => 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType',
  4453.             'misd_phone_number.serializer.handler.class' => 'Misd\\PhoneNumberBundle\\Serializer\\Handler\\PhoneNumberHandler',
  4454.             'monolog.use_microseconds' => true,
  4455.             'monolog.swift_mailer.handlers' => [
  4456.             ],
  4457.             'monolog.handlers_to_channels' => [
  4458.                 'monolog.handler.sentry' => NULL,
  4459.                 'monolog.handler.console' => [
  4460.                     'type' => 'exclusive',
  4461.                     'elements' => [
  4462.                         => 'event',
  4463.                         => 'doctrine',
  4464.                         => 'console',
  4465.                     ],
  4466.                 ],
  4467.                 'monolog.handler.main' => [
  4468.                     'type' => 'exclusive',
  4469.                     'elements' => [
  4470.                         => 'event',
  4471.                         => 'doctrine',
  4472.                         => 'console',
  4473.                     ],
  4474.                 ],
  4475.             ],
  4476.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4477.             'stof_doctrine_extensions.default_locale' => 'en_US',
  4478.             'stof_doctrine_extensions.translation_fallback' => false,
  4479.             'stof_doctrine_extensions.persist_default_translation' => false,
  4480.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4481.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4482.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4483.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4484.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4485.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4486.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4487.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4488.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4489.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4490.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4491.             'doctrine.migrations.preferred_em' => NULL,
  4492.             'doctrine.migrations.preferred_connection' => NULL,
  4493.             'data_collector.templates' => [
  4494.                 'data_collector.request' => [
  4495.                     => 'request',
  4496.                     => '@WebProfiler/Collector/request.html.twig',
  4497.                 ],
  4498.                 'data_collector.time' => [
  4499.                     => 'time',
  4500.                     => '@WebProfiler/Collector/time.html.twig',
  4501.                 ],
  4502.                 'data_collector.memory' => [
  4503.                     => 'memory',
  4504.                     => '@WebProfiler/Collector/memory.html.twig',
  4505.                 ],
  4506.                 'data_collector.validator' => [
  4507.                     => 'validator',
  4508.                     => '@WebProfiler/Collector/validator.html.twig',
  4509.                 ],
  4510.                 'data_collector.ajax' => [
  4511.                     => 'ajax',
  4512.                     => '@WebProfiler/Collector/ajax.html.twig',
  4513.                 ],
  4514.                 'data_collector.form' => [
  4515.                     => 'form',
  4516.                     => '@WebProfiler/Collector/form.html.twig',
  4517.                 ],
  4518.                 'data_collector.exception' => [
  4519.                     => 'exception',
  4520.                     => '@WebProfiler/Collector/exception.html.twig',
  4521.                 ],
  4522.                 'data_collector.logger' => [
  4523.                     => 'logger',
  4524.                     => '@WebProfiler/Collector/logger.html.twig',
  4525.                 ],
  4526.                 'data_collector.events' => [
  4527.                     => 'events',
  4528.                     => '@WebProfiler/Collector/events.html.twig',
  4529.                 ],
  4530.                 'data_collector.router' => [
  4531.                     => 'router',
  4532.                     => '@WebProfiler/Collector/router.html.twig',
  4533.                 ],
  4534.                 'data_collector.cache' => [
  4535.                     => 'cache',
  4536.                     => '@WebProfiler/Collector/cache.html.twig',
  4537.                 ],
  4538.                 'data_collector.translation' => [
  4539.                     => 'translation',
  4540.                     => '@WebProfiler/Collector/translation.html.twig',
  4541.                 ],
  4542.                 'data_collector.security' => [
  4543.                     => 'security',
  4544.                     => '@Security/Collector/security.html.twig',
  4545.                 ],
  4546.                 'data_collector.twig' => [
  4547.                     => 'twig',
  4548.                     => '@WebProfiler/Collector/twig.html.twig',
  4549.                 ],
  4550.                 'data_collector.http_client' => [
  4551.                     => 'http_client',
  4552.                     => '@WebProfiler/Collector/http_client.html.twig',
  4553.                 ],
  4554.                 'data_collector.doctrine' => [
  4555.                     => 'db',
  4556.                     => '@Doctrine/Collector/db.html.twig',
  4557.                 ],
  4558.                 'swiftmailer.data_collector' => [
  4559.                     => 'swiftmailer',
  4560.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4561.                 ],
  4562.                 'data_collector.dump' => [
  4563.                     => 'dump',
  4564.                     => '@Debug/Profiler/dump.html.twig',
  4565.                 ],
  4566.                 'data_collector.messenger' => [
  4567.                     => 'messenger',
  4568.                     => '@WebProfiler/Collector/messenger.html.twig',
  4569.                 ],
  4570.                 'mailer.data_collector' => [
  4571.                     => 'mailer',
  4572.                     => '@WebProfiler/Collector/mailer.html.twig',
  4573.                 ],
  4574.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4575.                     => 'vich_uploader.mapping_collector',
  4576.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4577.                 ],
  4578.                 'data_collector.config' => [
  4579.                     => 'config',
  4580.                     => '@WebProfiler/Collector/config.html.twig',
  4581.                 ],
  4582.             ],
  4583.             'console.command.ids' => [
  4584.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyEventWorker',
  4585.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyWorker',
  4586.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveAllCompanyEventWorker',
  4587.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyEventWorker',
  4588.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyWorker',
  4589.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveUserWorker',
  4590.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\ExportWorker',
  4591.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\PollNotificationWorker',
  4592.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\PushNotificationWorker',
  4593.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\ZapierNotificationWorker',
  4594.                 10 => 'console.command.public_alias.Harmonizely\\Command\\CancelPendingBookingsCommand',
  4595.                 11 => 'console.command.public_alias.Harmonizely\\Command\\CloneMeetingTypeCommand',
  4596.                 12 => 'console.command.public_alias.Harmonizely\\Command\\CreateInternalCalendarCommand',
  4597.                 13 => 'console.command.public_alias.Harmonizely\\Command\\DisableMeetingTypesCommand',
  4598.                 14 => 'console.command.public_alias.Harmonizely\\Command\\RemoveMeetingTypeCommand',
  4599.                 15 => 'console.command.public_alias.Harmonizely\\Command\\SendSecondUserEmailCommand',
  4600.                 16 => 'console.command.public_alias.Harmonizely\\Command\\SendThirdUserEmailCommand',
  4601.                 17 => 'console.command.public_alias.Harmonizely\\Command\\SetEncryptedConfigFromConfigCommand',
  4602.                 18 => 'console.command.public_alias.Harmonizely\\Command\\SyncOlsonTimezonesCommand',
  4603.                 19 => 'console.command.public_alias.Harmonizely\\Command\\TestSMTPFromUserConfigCommand',
  4604.                 20 => 'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ConnectTwoWaySyncCalendarCommand',
  4605.                 21 => 'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\DisconnectTwoWaySyncCalendarCommand',
  4606.                 22 => 'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ReconnectTwoWaySyncCalendarCommand',
  4607.                 23 => 'console.command.public_alias.Sentry\\SentryBundle\\Command\\SentryTestCommand',
  4608.             ],
  4609.         ];
  4610.     }
  4611.     protected function throw($message)
  4612.     {
  4613.         throw new RuntimeException($message);
  4614.     }
  4615. }