var/cache/dev/Container7xA7D3P/srcHarmonizely_KernelDevDebugContainer.php line 2265

Open in your IDE?
  1. <?php
  2. namespace Container7xA7D3P;
  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.common_connection' => 'getDoctrine_Dbal_CommonConnectionService',
  41.             'doctrine.dbal.company_connection' => 'getDoctrine_Dbal_CompanyConnectionService',
  42.             'doctrine.dbal.harmonizely_connection' => 'getDoctrine_Dbal_HarmonizelyConnectionService',
  43.             'doctrine.orm.common_entity_manager' => 'getDoctrine_Orm_CommonEntityManagerService',
  44.             'doctrine.orm.company_entity_manager' => 'getDoctrine_Orm_CompanyEntityManagerService',
  45.             'doctrine.orm.harmonizely_entity_manager' => 'getDoctrine_Orm_HarmonizelyEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'filesystem' => 'getFilesystemService',
  48.             'hateoas.generator.registry' => 'getHateoas_Generator_RegistryService',
  49.             'hateoas.helper.link' => 'getHateoas_Helper_LinkService',
  50.             'http_kernel' => 'getHttpKernelService',
  51.             'jms_serializer' => 'getJmsSerializerService',
  52.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  53.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  54.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  55.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  56.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  57.             'liip_imagine.cache.resolver.user_avatar' => 'getLiipImagine_Cache_Resolver_UserAvatarService',
  58.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  59.             'message_bus' => 'getMessageBusService',
  60.             'oneup_flysystem.awss3v3_filesystem' => 'getOneupFlysystem_Awss3v3FilesystemService',
  61.             'oneup_flysystem.local_filesystem' => 'getOneupFlysystem_LocalFilesystemService',
  62.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  63.             'profiler' => 'getProfilerService',
  64.             'request_stack' => 'getRequestStackService',
  65.             'router' => 'getRouterService',
  66.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  67.             'security.token_storage' => 'getSecurity_TokenStorageService',
  68.             'serializer' => 'getSerializerService',
  69.             'session' => 'getSessionService',
  70.             'translator' => 'getTranslatorService',
  71.             'twig' => 'getTwigService',
  72.             'validator' => 'getValidatorService',
  73.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  74.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  75.         ];
  76.         $this->fileMap = [
  77.             'Harmonizely\\Controller\\ApiController' => 'getApiControllerService.php',
  78.             'Harmonizely\\Controller\\Api\\BookingController' => 'getBookingControllerService.php',
  79.             'Harmonizely\\Controller\\Api\\BookingPayment\\PaymentStatusController' => 'getPaymentStatusControllerService.php',
  80.             'Harmonizely\\Controller\\Api\\Calendars\\TwoWaySync\\HandleGoogleCalendarNotificationController' => 'getHandleGoogleCalendarNotificationControllerService.php',
  81.             'Harmonizely\\Controller\\Api\\Calendars\\TwoWaySync\\HandleOutlookCalendarNotificationController' => 'getHandleOutlookCalendarNotificationControllerService.php',
  82.             'Harmonizely\\Controller\\Api\\CustomDomainController' => 'getCustomDomainControllerService.php',
  83.             'Harmonizely\\Controller\\Api\\EventCancellationController' => 'getEventCancellationControllerService.php',
  84.             'Harmonizely\\Controller\\Api\\EventController' => 'getEventControllerService.php',
  85.             'Harmonizely\\Controller\\Api\\EventTypeController' => 'getEventTypeControllerService.php',
  86.             'Harmonizely\\Controller\\Api\\EventTypes\\EventTypeCalendarPatchController' => 'getEventTypeCalendarPatchControllerService.php',
  87.             'Harmonizely\\Controller\\Api\\EventTypes\\EventTypePaymentInfoGetController' => 'getEventTypePaymentInfoGetControllerService.php',
  88.             'Harmonizely\\Controller\\Api\\OrganizationController' => 'getOrganizationControllerService.php',
  89.             'Harmonizely\\Controller\\Api\\OrganizationTag\\CreateOrganizationTagController' => 'getCreateOrganizationTagControllerService.php',
  90.             'Harmonizely\\Controller\\Api\\OrganizationTag\\DeleteOrganizationTagController' => 'getDeleteOrganizationTagControllerService.php',
  91.             'Harmonizely\\Controller\\Api\\OrganizationTag\\OrganizationTagListController' => 'getOrganizationTagListControllerService.php',
  92.             'Harmonizely\\Controller\\Api\\OrganizationTag\\UpdateOrganizationTagController' => 'getUpdateOrganizationTagControllerService.php',
  93.             'Harmonizely\\Controller\\Api\\Organizations\\Export\\MembersMeetingsStatisticsController' => 'getMembersMeetingsStatisticsControllerService.php',
  94.             'Harmonizely\\Controller\\Api\\Organizations\\Statistics\\MembersMeetingsController' => 'getMembersMeetingsControllerService.php',
  95.             'Harmonizely\\Controller\\Api\\Poll\\CreatePollResultController' => 'getCreatePollResultControllerService.php',
  96.             'Harmonizely\\Controller\\Api\\Registration\\ChangeUserEmailController' => 'getChangeUserEmailControllerService.php',
  97.             'Harmonizely\\Controller\\Api\\Registration\\ResendUserVerificationCodeController' => 'getResendUserVerificationCodeControllerService.php',
  98.             'Harmonizely\\Controller\\Api\\Registration\\ValidateUserEmailController' => 'getValidateUserEmailControllerService.php',
  99.             'Harmonizely\\Controller\\Api\\Registration\\ValidateUserSlugController' => 'getValidateUserSlugControllerService.php',
  100.             'Harmonizely\\Controller\\Api\\Registration\\ValidateUserVerificationCodeController' => 'getValidateUserVerificationCodeControllerService.php',
  101.             'Harmonizely\\Controller\\Api\\Review\\CanLeaveReviewController' => 'getCanLeaveReviewControllerService.php',
  102.             'Harmonizely\\Controller\\Api\\Review\\LeaveReviewController' => 'getLeaveReviewControllerService.php',
  103.             'Harmonizely\\Controller\\Api\\RoutingForm\\CreateRoutingFormResultController' => 'getCreateRoutingFormResultControllerService.php',
  104.             'Harmonizely\\Controller\\Api\\SingleUseLinkController' => 'getSingleUseLinkControllerService.php',
  105.             'Harmonizely\\Controller\\Api\\SingleUseLinkListController' => 'getSingleUseLinkListControllerService.php',
  106.             'Harmonizely\\Controller\\Api\\StatsController' => 'getStatsControllerService.php',
  107.             'Harmonizely\\Controller\\Api\\UserController' => 'getUserControllerService.php',
  108.             'Harmonizely\\Controller\\Api\\UserEventTypesController' => 'getUserEventTypesControllerService.php',
  109.             'Harmonizely\\Controller\\Api\\UserOrganizationTag\\AddUserOrganizationTagController' => 'getAddUserOrganizationTagControllerService.php',
  110.             'Harmonizely\\Controller\\Api\\UserOrganizationTag\\RemoveUserOrganizationTagController' => 'getRemoveUserOrganizationTagControllerService.php',
  111.             'Harmonizely\\Controller\\Api\\UserOrganizationTag\\UserOrganizationTagListController' => 'getUserOrganizationTagListControllerService.php',
  112.             'Harmonizely\\Controller\\Api\\ViewHandler' => 'getViewHandlerService.php',
  113.             'Harmonizely\\Controller\\Api\\Webhooks\\CreateWebhookController' => 'getCreateWebhookControllerService.php',
  114.             'Harmonizely\\Controller\\Api\\Webhooks\\DeleteWebhookController' => 'getDeleteWebhookControllerService.php',
  115.             'Harmonizely\\Controller\\Api\\Webhooks\\GetWebhooksController' => 'getGetWebhooksControllerService.php',
  116.             'Harmonizely\\Controller\\BookingPayment\\NotificationPaymentCallbackController' => 'getNotificationPaymentCallbackControllerService.php',
  117.             'Harmonizely\\Controller\\BookingPayment\\ReturnPaymentController' => 'getReturnPaymentControllerService.php',
  118.             'Harmonizely\\Controller\\CalendarController' => 'getCalendarControllerService.php',
  119.             'Harmonizely\\Controller\\CancellationController' => 'getCancellationControllerService.php',
  120.             'Harmonizely\\Controller\\Client\\AcceptCookieController' => 'getAcceptCookieControllerService.php',
  121.             'Harmonizely\\Controller\\ConsentController' => 'getConsentControllerService.php',
  122.             'Harmonizely\\Controller\\CustomDomainController' => 'getCustomDomainController2Service.php',
  123.             'Harmonizely\\Controller\\CustomRegistrationController' => 'getCustomRegistrationControllerService.php',
  124.             'Harmonizely\\Controller\\CustomResettingController' => 'getCustomResettingControllerService.php',
  125.             'Harmonizely\\Controller\\DashboardController' => 'getDashboardControllerService.php',
  126.             'Harmonizely\\Controller\\DayliteController' => 'getDayliteControllerService.php',
  127.             'Harmonizely\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  128.             'Harmonizely\\Controller\\EmbedController' => 'getEmbedControllerService.php',
  129.             'Harmonizely\\Controller\\EventController' => 'getEventController2Service.php',
  130.             'Harmonizely\\Controller\\EventTypeController' => 'getEventTypeController2Service.php',
  131.             'Harmonizely\\Controller\\EventTypeTagIntegrationController' => 'getEventTypeTagIntegrationControllerService.php',
  132.             'Harmonizely\\Controller\\FacebookPixelIntegrationController' => 'getFacebookPixelIntegrationControllerService.php',
  133.             'Harmonizely\\Controller\\FacebookPixelOrganizationIntegrationController' => 'getFacebookPixelOrganizationIntegrationControllerService.php',
  134.             'Harmonizely\\Controller\\FlexibleDurationIntegrationController' => 'getFlexibleDurationIntegrationControllerService.php',
  135.             'Harmonizely\\Controller\\GoogleAnalyticsIntegrationController' => 'getGoogleAnalyticsIntegrationControllerService.php',
  136.             'Harmonizely\\Controller\\GoogleAnalyticsOrganizationIntegrationController' => 'getGoogleAnalyticsOrganizationIntegrationControllerService.php',
  137.             'Harmonizely\\Controller\\HealthCheckGetController' => 'getHealthCheckGetControllerService.php',
  138.             'Harmonizely\\Controller\\ICalFileController' => 'getICalFileControllerService.php',
  139.             'Harmonizely\\Controller\\IntegrationController' => 'getIntegrationControllerService.php',
  140.             'Harmonizely\\Controller\\JsController' => 'getJsControllerService.php',
  141.             'Harmonizely\\Controller\\KopanoMeetIntegrationController' => 'getKopanoMeetIntegrationControllerService.php',
  142.             'Harmonizely\\Controller\\Login\\LoadSecretSecondFactorController' => 'getLoadSecretSecondFactorControllerService.php',
  143.             'Harmonizely\\Controller\\Login\\LoginOAuthCallbackController' => 'getLoginOAuthCallbackControllerService.php',
  144.             'Harmonizely\\Controller\\Login\\LoginOAuthController' => 'getLoginOAuthControllerService.php',
  145.             'Harmonizely\\Controller\\Login\\LoginSecondFactorController' => 'getLoginSecondFactorControllerService.php',
  146.             'Harmonizely\\Controller\\Login\\SecondFactorController' => 'getSecondFactorControllerService.php',
  147.             'Harmonizely\\Controller\\Login\\SetupSecondFactorController' => 'getSetupSecondFactorControllerService.php',
  148.             'Harmonizely\\Controller\\Login\\SkipSecondFactorController' => 'getSkipSecondFactorControllerService.php',
  149.             'Harmonizely\\Controller\\MigrationSubscription\\ApplyMigrationSubscriptionController' => 'getApplyMigrationSubscriptionControllerService.php',
  150.             'Harmonizely\\Controller\\MigrationSubscription\\MigrationSubscriptionController' => 'getMigrationSubscriptionControllerService.php',
  151.             'Harmonizely\\Controller\\MultipleEmailIntegrationController' => 'getMultipleEmailIntegrationControllerService.php',
  152.             'Harmonizely\\Controller\\MultipleMeetingIntegrationController' => 'getMultipleMeetingIntegrationControllerService.php',
  153.             'Harmonizely\\Controller\\OktaOAuthController' => 'getOktaOAuthControllerService.php',
  154.             'Harmonizely\\Controller\\OktaOrganizationIntegrationController' => 'getOktaOrganizationIntegrationControllerService.php',
  155.             'Harmonizely\\Controller\\OrganizationBookingController' => 'getOrganizationBookingControllerService.php',
  156.             'Harmonizely\\Controller\\OrganizationController' => 'getOrganizationController2Service.php',
  157.             'Harmonizely\\Controller\\Panel\\Api\\Acl\\AclListController' => 'getAclListControllerService.php',
  158.             'Harmonizely\\Controller\\Panel\\Api\\ApiKey\\ApiKeyListController' => 'getApiKeyListControllerService.php',
  159.             'Harmonizely\\Controller\\Panel\\Api\\ApiKey\\BlockApiKeyController' => 'getBlockApiKeyControllerService.php',
  160.             'Harmonizely\\Controller\\Panel\\Api\\ApiKey\\CreateApiKeyController' => 'getCreateApiKeyControllerService.php',
  161.             'Harmonizely\\Controller\\Panel\\Api\\Appearance\\GetOrganizationAppearanceController' => 'getGetOrganizationAppearanceControllerService.php',
  162.             'Harmonizely\\Controller\\Panel\\Api\\Appearance\\GetUserAppearanceController' => 'getGetUserAppearanceControllerService.php',
  163.             'Harmonizely\\Controller\\Panel\\Api\\Appearance\\SaveOrganizationAppearanceController' => 'getSaveOrganizationAppearanceControllerService.php',
  164.             'Harmonizely\\Controller\\Panel\\Api\\Appearance\\SaveUserAppearanceController' => 'getSaveUserAppearanceControllerService.php',
  165.             'Harmonizely\\Controller\\Panel\\Api\\AvailabilityRule\\SaveAvailabilityRuleController' => 'getSaveAvailabilityRuleControllerService.php',
  166.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\CalendarAccountListController' => 'getCalendarAccountListControllerService.php',
  167.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\CheckCalendarForConflictsController' => 'getCheckCalendarForConflictsControllerService.php',
  168.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\CheckCalendarForExternalController' => 'getCheckCalendarForExternalControllerService.php',
  169.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\DeleteCalendarAccountController' => 'getDeleteCalendarAccountControllerService.php',
  170.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\SetDefaultCalendarController' => 'getSetDefaultCalendarControllerService.php',
  171.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\SyncCalendarAccountController' => 'getSyncCalendarAccountControllerService.php',
  172.             'Harmonizely\\Controller\\Panel\\Api\\CalendarIntegration\\UpdateCalendarEventNameTypeController' => 'getUpdateCalendarEventNameTypeControllerService.php',
  173.             'Harmonizely\\Controller\\Panel\\Api\\Calendar\\CalendarEventListController' => 'getCalendarEventListControllerService.php',
  174.             'Harmonizely\\Controller\\Panel\\Api\\Calendar\\CalendarEventTypeListController' => 'getCalendarEventTypeListControllerService.php',
  175.             'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\OrganizationCancellationPolicyController' => 'getOrganizationCancellationPolicyControllerService.php',
  176.             'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\UpdateOrganizationCancellationPolicyController' => 'getUpdateOrganizationCancellationPolicyControllerService.php',
  177.             'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\UpdateUserCancellationPolicyController' => 'getUpdateUserCancellationPolicyControllerService.php',
  178.             'Harmonizely\\Controller\\Panel\\Api\\CancellationPolicy\\UserCancellationPolicyController' => 'getUserCancellationPolicyControllerService.php',
  179.             'Harmonizely\\Controller\\Panel\\Api\\Chart\\HourChartController' => 'getHourChartControllerService.php',
  180.             'Harmonizely\\Controller\\Panel\\Api\\Chart\\ListStatusChartController' => 'getListStatusChartControllerService.php',
  181.             'Harmonizely\\Controller\\Panel\\Api\\Chart\\StatusChartController' => 'getStatusChartControllerService.php',
  182.             'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\OrganizationCustomTranslationListController' => 'getOrganizationCustomTranslationListControllerService.php',
  183.             'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\SaveOrganizationCustomTranslationController' => 'getSaveOrganizationCustomTranslationControllerService.php',
  184.             'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\SaveUserCustomTranslationController' => 'getSaveUserCustomTranslationControllerService.php',
  185.             'Harmonizely\\Controller\\Panel\\Api\\CustomTranslation\\UserCustomTranslationListController' => 'getUserCustomTranslationListControllerService.php',
  186.             'Harmonizely\\Controller\\Panel\\Api\\Dashboard\\GetDashboardStatisticsController' => 'getGetDashboardStatisticsControllerService.php',
  187.             'Harmonizely\\Controller\\Panel\\Api\\Directory\\DeleteCompanyController' => 'getDeleteCompanyControllerService.php',
  188.             'Harmonizely\\Controller\\Panel\\Api\\Directory\\GetCompanyController' => 'getGetCompanyControllerService.php',
  189.             'Harmonizely\\Controller\\Panel\\Api\\Directory\\SaveCompanyController' => 'getSaveCompanyControllerService.php',
  190.             'Harmonizely\\Controller\\Panel\\Api\\EventTypeTag\\AddEventTypeTagController' => 'getAddEventTypeTagControllerService.php',
  191.             'Harmonizely\\Controller\\Panel\\Api\\EventTypeTag\\EventTypeTagListController' => 'getEventTypeTagListControllerService.php',
  192.             'Harmonizely\\Controller\\Panel\\Api\\EventTypeTag\\RemoveEventTypeTagController' => 'getRemoveEventTypeTagControllerService.php',
  193.             'Harmonizely\\Controller\\Panel\\Api\\EventType\\EventTypeListController' => 'getEventTypeListControllerService.php',
  194.             'Harmonizely\\Controller\\Panel\\Api\\EventType\\GetEventTypeAvailabilityController' => 'getGetEventTypeAvailabilityControllerService.php',
  195.             'Harmonizely\\Controller\\Panel\\Api\\EventType\\GetEventTypeController' => 'getGetEventTypeControllerService.php',
  196.             'Harmonizely\\Controller\\Panel\\Api\\Event\\CancelEventController' => 'getCancelEventControllerService.php',
  197.             'Harmonizely\\Controller\\Panel\\Api\\Event\\CancelEventListController' => 'getCancelEventListControllerService.php',
  198.             'Harmonizely\\Controller\\Panel\\Api\\Event\\CreateEventController' => 'getCreateEventControllerService.php',
  199.             'Harmonizely\\Controller\\Panel\\Api\\Event\\DeleteEventController' => 'getDeleteEventControllerService.php',
  200.             'Harmonizely\\Controller\\Panel\\Api\\Event\\DeleteEventListController' => 'getDeleteEventListControllerService.php',
  201.             'Harmonizely\\Controller\\Panel\\Api\\Event\\EditEventController' => 'getEditEventControllerService.php',
  202.             'Harmonizely\\Controller\\Panel\\Api\\Event\\EventEditNotesController' => 'getEventEditNotesControllerService.php',
  203.             'Harmonizely\\Controller\\Panel\\Api\\Event\\EventInviteParticipantsController' => 'getEventInviteParticipantsControllerService.php',
  204.             'Harmonizely\\Controller\\Panel\\Api\\Event\\EventListController' => 'getEventListControllerService.php',
  205.             'Harmonizely\\Controller\\Panel\\Api\\Event\\GetEventController' => 'getGetEventControllerService.php',
  206.             'Harmonizely\\Controller\\Panel\\Api\\Event\\NoShowEventController' => 'getNoShowEventControllerService.php',
  207.             'Harmonizely\\Controller\\Panel\\Api\\Event\\NoShowEventListController' => 'getNoShowEventListControllerService.php',
  208.             'Harmonizely\\Controller\\Panel\\Api\\Event\\RescheduleEventController' => 'getRescheduleEventControllerService.php',
  209.             'Harmonizely\\Controller\\Panel\\Api\\Event\\ResendNotificationEventController' => 'getResendNotificationEventControllerService.php',
  210.             'Harmonizely\\Controller\\Panel\\Api\\Export\\ExportListController' => 'getExportListControllerService.php',
  211.             'Harmonizely\\Controller\\Panel\\Api\\Export\\GenerateExportController' => 'getGenerateExportControllerService.php',
  212.             'Harmonizely\\Controller\\Panel\\Api\\File\\UploadImageController' => 'getUploadImageControllerService.php',
  213.             'Harmonizely\\Controller\\Panel\\Api\\Integration\\IntegrationListController' => 'getIntegrationListControllerService.php',
  214.             'Harmonizely\\Controller\\Panel\\Api\\Login\\Login2FAController' => 'getLogin2FAControllerService.php',
  215.             'Harmonizely\\Controller\\Panel\\Api\\Login\\LoginController' => 'getLoginControllerService.php',
  216.             'Harmonizely\\Controller\\Panel\\Api\\Login\\LoginOAuthController' => 'getLoginOAuthController2Service.php',
  217.             'Harmonizely\\Controller\\Panel\\Api\\Login\\LoginRefreshTokenController' => 'getLoginRefreshTokenControllerService.php',
  218.             'Harmonizely\\Controller\\Panel\\Api\\Logout\\LogoutController' => 'getLogoutControllerService.php',
  219.             'Harmonizely\\Controller\\Panel\\Api\\MultipleEmail\\MultipleEmailConfigController' => 'getMultipleEmailConfigControllerService.php',
  220.             'Harmonizely\\Controller\\Panel\\Api\\MultipleEmail\\UpdateMultipleEmailConfigController' => 'getUpdateMultipleEmailConfigControllerService.php',
  221.             'Harmonizely\\Controller\\Panel\\Api\\News\\NewsListController' => 'getNewsListControllerService.php',
  222.             'Harmonizely\\Controller\\Panel\\Api\\News\\ViewNewsController' => 'getViewNewsControllerService.php',
  223.             'Harmonizely\\Controller\\Panel\\Api\\OrganizationRole\\OrganizationRoleListController' => 'getOrganizationRoleListControllerService.php',
  224.             'Harmonizely\\Controller\\Panel\\Api\\OrganizationRole\\UpdateOrganizationRolePermissionController' => 'getUpdateOrganizationRolePermissionControllerService.php',
  225.             'Harmonizely\\Controller\\Panel\\Api\\Organization\\LeaveFromOrganizationController' => 'getLeaveFromOrganizationControllerService.php',
  226.             'Harmonizely\\Controller\\Panel\\Api\\Poll\\CreatePollController' => 'getCreatePollControllerService.php',
  227.             'Harmonizely\\Controller\\Panel\\Api\\Poll\\DeletePollController' => 'getDeletePollControllerService.php',
  228.             'Harmonizely\\Controller\\Panel\\Api\\Poll\\GetPollController' => 'getGetPollControllerService.php',
  229.             'Harmonizely\\Controller\\Panel\\Api\\Poll\\PollListController' => 'getPollListControllerService.php',
  230.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\CreateRoutingFormController' => 'getCreateRoutingFormControllerService.php',
  231.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\CreateRoutingFormFieldController' => 'getCreateRoutingFormFieldControllerService.php',
  232.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\CreateRoutingFormRouteController' => 'getCreateRoutingFormRouteControllerService.php',
  233.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\DeleteRoutingFormController' => 'getDeleteRoutingFormControllerService.php',
  234.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\DeleteRoutingFormFieldController' => 'getDeleteRoutingFormFieldControllerService.php',
  235.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\DeleteRoutingFormRouteController' => 'getDeleteRoutingFormRouteControllerService.php',
  236.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\GetRoutingFormController' => 'getGetRoutingFormControllerService.php',
  237.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\GetRoutingFormRouteController' => 'getGetRoutingFormRouteControllerService.php',
  238.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\RoutingFormListController' => 'getRoutingFormListControllerService.php',
  239.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\RoutingFormResultListController' => 'getRoutingFormResultListControllerService.php',
  240.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\UpdateRoutingFormController' => 'getUpdateRoutingFormControllerService.php',
  241.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\UpdateRoutingFormFieldController' => 'getUpdateRoutingFormFieldControllerService.php',
  242.             'Harmonizely\\Controller\\Panel\\Api\\RoutingForm\\UpdateRoutingFormRouteController' => 'getUpdateRoutingFormRouteControllerService.php',
  243.             'Harmonizely\\Controller\\Panel\\Api\\Search\\SearchRelevantResourcesController' => 'getSearchRelevantResourcesControllerService.php',
  244.             'Harmonizely\\Controller\\Panel\\Api\\Search\\SearchStreamGptController' => 'getSearchStreamGptControllerService.php',
  245.             'Harmonizely\\Controller\\Panel\\Api\\SingleUseLink\\CreateSingleUseLinkController' => 'getCreateSingleUseLinkControllerService.php',
  246.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\CreateOrganizationTaxController' => 'getCreateOrganizationTaxControllerService.php',
  247.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\CreateUserTaxController' => 'getCreateUserTaxControllerService.php',
  248.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\DeleteOrganizationTaxController' => 'getDeleteOrganizationTaxControllerService.php',
  249.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\DeleteUserTaxController' => 'getDeleteUserTaxControllerService.php',
  250.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\OrganizationTaxListController' => 'getOrganizationTaxListControllerService.php',
  251.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\UpdateOrganizationTaxController' => 'getUpdateOrganizationTaxControllerService.php',
  252.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\UpdateUserTaxController' => 'getUpdateUserTaxControllerService.php',
  253.             'Harmonizely\\Controller\\Panel\\Api\\Tax\\UserTaxListController' => 'getUserTaxListControllerService.php',
  254.             'Harmonizely\\Controller\\Panel\\Api\\Timezone\\TimezoneListController' => 'getTimezoneListControllerService.php',
  255.             'Harmonizely\\Controller\\Panel\\Api\\UserDeviceNotificationSettings\\GetUserDeviceNotificationSettingsController' => 'getGetUserDeviceNotificationSettingsControllerService.php',
  256.             'Harmonizely\\Controller\\Panel\\Api\\UserDeviceNotificationSettings\\UpdateUserDeviceNotificationSettingsController' => 'getUpdateUserDeviceNotificationSettingsControllerService.php',
  257.             'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\CreateUserEventTypeTagController' => 'getCreateUserEventTypeTagControllerService.php',
  258.             'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\DeleteUserEventTypeTagController' => 'getDeleteUserEventTypeTagControllerService.php',
  259.             'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\UpdateUserEventTypeTagController' => 'getUpdateUserEventTypeTagControllerService.php',
  260.             'Harmonizely\\Controller\\Panel\\Api\\UserEventTypeTag\\UserEventTypeTagListController' => 'getUserEventTypeTagListControllerService.php',
  261.             'Harmonizely\\Controller\\Panel\\Api\\UserRelation\\CreateUserRelationController' => 'getCreateUserRelationControllerService.php',
  262.             'Harmonizely\\Controller\\Panel\\Api\\UserRelation\\DeleteUserRelationController' => 'getDeleteUserRelationControllerService.php',
  263.             'Harmonizely\\Controller\\Panel\\Api\\UserRelation\\UserRelationListController' => 'getUserRelationListControllerService.php',
  264.             'Harmonizely\\Controller\\Panel\\Api\\User\\AllowLoginAsUserController' => 'getAllowLoginAsUserControllerService.php',
  265.             'Harmonizely\\Controller\\Panel\\Api\\User\\ChangeEmailController' => 'getChangeEmailControllerService.php',
  266.             'Harmonizely\\Controller\\Panel\\Api\\User\\ChangePasswordController' => 'getChangePasswordControllerService.php',
  267.             'Harmonizely\\Controller\\Panel\\Api\\User\\DeleteCurrentUserController' => 'getDeleteCurrentUserControllerService.php',
  268.             'Harmonizely\\Controller\\Panel\\Api\\User\\GenerateUserLoginUrlController' => 'getGenerateUserLoginUrlControllerService.php',
  269.             'Harmonizely\\Controller\\Panel\\Api\\User\\GetCurrentUserController' => 'getGetCurrentUserControllerService.php',
  270.             'Harmonizely\\Controller\\Panel\\Api\\User\\GetSecondFactorSecretCode' => 'getGetSecondFactorSecretCodeService.php',
  271.             'Harmonizely\\Controller\\Panel\\Api\\User\\ResetSecondFactorController' => 'getResetSecondFactorControllerService.php',
  272.             'Harmonizely\\Controller\\Panel\\Api\\User\\SetTimezoneController' => 'getSetTimezoneControllerService.php',
  273.             'Harmonizely\\Controller\\Panel\\Api\\User\\SetupSecondFactorController' => 'getSetupSecondFactorController2Service.php',
  274.             'Harmonizely\\Controller\\Panel\\Api\\User\\SkipOnboardingController' => 'getSkipOnboardingControllerService.php',
  275.             'Harmonizely\\Controller\\Panel\\Api\\User\\SkipTutorialController' => 'getSkipTutorialControllerService.php',
  276.             'Harmonizely\\Controller\\Panel\\Api\\User\\UserListController' => 'getUserListControllerService.php',
  277.             'Harmonizely\\Controller\\Panel\\Api\\Widget\\GetOrganizationWidgetController' => 'getGetOrganizationWidgetControllerService.php',
  278.             'Harmonizely\\Controller\\Panel\\Api\\Widget\\GetUserWidgetController' => 'getGetUserWidgetControllerService.php',
  279.             'Harmonizely\\Controller\\Panel\\Api\\Widget\\SaveOrganizationWidgetController' => 'getSaveOrganizationWidgetControllerService.php',
  280.             'Harmonizely\\Controller\\Panel\\Api\\Widget\\SaveUserWidgetController' => 'getSaveUserWidgetControllerService.php',
  281.             'Harmonizely\\Controller\\Panel\\Api\\Zapier\\GetEventMockController' => 'getGetEventMockControllerService.php',
  282.             'Harmonizely\\Controller\\Panel\\Api\\Zapier\\GetEventZapierController' => 'getGetEventZapierControllerService.php',
  283.             'Harmonizely\\Controller\\Panel\\Api\\Zapier\\SubscribeZapierController' => 'getSubscribeZapierControllerService.php',
  284.             'Harmonizely\\Controller\\Panel\\Api\\Zapier\\UnsubscribeZapierController' => 'getUnsubscribeZapierControllerService.php',
  285.             'Harmonizely\\Controller\\Panel\\AppearanceController' => 'getAppearanceControllerService.php',
  286.             'Harmonizely\\Controller\\Panel\\BackToOrganizationController' => 'getBackToOrganizationControllerService.php',
  287.             'Harmonizely\\Controller\\Panel\\CalendarController' => 'getCalendarController2Service.php',
  288.             'Harmonizely\\Controller\\Panel\\CalendarEventController' => 'getCalendarEventControllerService.php',
  289.             'Harmonizely\\Controller\\Panel\\CalendarIntegrationController' => 'getCalendarIntegrationControllerService.php',
  290.             'Harmonizely\\Controller\\Panel\\CustomTranslationListController' => 'getCustomTranslationListControllerService.php',
  291.             'Harmonizely\\Controller\\Panel\\DashboardController' => 'getDashboardController2Service.php',
  292.             'Harmonizely\\Controller\\Panel\\DeleteOrganizationController' => 'getDeleteOrganizationControllerService.php',
  293.             'Harmonizely\\Controller\\Panel\\DirectoryController' => 'getDirectoryControllerService.php',
  294.             'Harmonizely\\Controller\\Panel\\DisconnectOAuthController' => 'getDisconnectOAuthControllerService.php',
  295.             'Harmonizely\\Controller\\Panel\\DownloadExportController' => 'getDownloadExportControllerService.php',
  296.             'Harmonizely\\Controller\\Panel\\EmailUnsubscribeController' => 'getEmailUnsubscribeControllerService.php',
  297.             'Harmonizely\\Controller\\Panel\\EventListController' => 'getEventListController2Service.php',
  298.             'Harmonizely\\Controller\\Panel\\Integration\\GoogleMeet\\GoogleMeetCallbackController' => 'getGoogleMeetCallbackControllerService.php',
  299.             'Harmonizely\\Controller\\Panel\\Integration\\GoogleMeet\\GoogleMeetDisableController' => 'getGoogleMeetDisableControllerService.php',
  300.             'Harmonizely\\Controller\\Panel\\Integration\\GoogleMeet\\GoogleMeetEnableController' => 'getGoogleMeetEnableControllerService.php',
  301.             'Harmonizely\\Controller\\Panel\\Integration\\MicrosoftTeams\\MicrosoftTeamsCallbackController' => 'getMicrosoftTeamsCallbackControllerService.php',
  302.             'Harmonizely\\Controller\\Panel\\Integration\\MicrosoftTeams\\MicrosoftTeamsDisableController' => 'getMicrosoftTeamsDisableControllerService.php',
  303.             'Harmonizely\\Controller\\Panel\\Integration\\MicrosoftTeams\\MicrosoftTeamsEnableController' => 'getMicrosoftTeamsEnableControllerService.php',
  304.             'Harmonizely\\Controller\\Panel\\LoginByCodeController' => 'getLoginByCodeControllerService.php',
  305.             'Harmonizely\\Controller\\Panel\\MultipleEmailController' => 'getMultipleEmailControllerService.php',
  306.             'Harmonizely\\Controller\\Panel\\OpenSimplypayEventController' => 'getOpenSimplypayEventControllerService.php',
  307.             'Harmonizely\\Controller\\Panel\\OrganizationTaxController' => 'getOrganizationTaxControllerService.php',
  308.             'Harmonizely\\Controller\\Panel\\PollListController' => 'getPollListController2Service.php',
  309.             'Harmonizely\\Controller\\Panel\\RoutingFormListController' => 'getRoutingFormListController2Service.php',
  310.             'Harmonizely\\Controller\\Panel\\SettingsController' => 'getSettingsControllerService.php',
  311.             'Harmonizely\\Controller\\Panel\\TestController' => 'getTestControllerService.php',
  312.             'Harmonizely\\Controller\\Panel\\UserRelationLoginController' => 'getUserRelationLoginControllerService.php',
  313.             'Harmonizely\\Controller\\Panel\\UserTaxController' => 'getUserTaxControllerService.php',
  314.             'Harmonizely\\Controller\\Panel\\WelcomeTourController' => 'getWelcomeTourControllerService.php',
  315.             'Harmonizely\\Controller\\Panel\\WelcomeTourSkipStepController' => 'getWelcomeTourSkipStepControllerService.php',
  316.             'Harmonizely\\Controller\\Panel\\WidgetController' => 'getWidgetControllerService.php',
  317.             'Harmonizely\\Controller\\Payment\\Callback\\SubscriptionCallbackController' => 'getSubscriptionCallbackControllerService.php',
  318.             'Harmonizely\\Controller\\Payment\\Callback\\ValidateSubscriptionController' => 'getValidateSubscriptionControllerService.php',
  319.             'Harmonizely\\Controller\\Payment\\PaymentController' => 'getPaymentControllerService.php',
  320.             'Harmonizely\\Controller\\Payment\\PaymentWidgetController' => 'getPaymentWidgetControllerService.php',
  321.             'Harmonizely\\Controller\\PollController' => 'getPollControllerService.php',
  322.             'Harmonizely\\Controller\\ProfileSetupSecondFactorController' => 'getProfileSetupSecondFactorControllerService.php',
  323.             'Harmonizely\\Controller\\RescheduleController' => 'getRescheduleControllerService.php',
  324.             'Harmonizely\\Controller\\RoutingFormController' => 'getRoutingFormControllerService.php',
  325.             'Harmonizely\\Controller\\RoutingFormIntegrationController' => 'getRoutingFormIntegrationControllerService.php',
  326.             'Harmonizely\\Controller\\SMTPIntegrationController' => 'getSMTPIntegrationControllerService.php',
  327.             'Harmonizely\\Controller\\SMTPOrganizationIntegrationController' => 'getSMTPOrganizationIntegrationControllerService.php',
  328.             'Harmonizely\\Controller\\SameSiteCookieController' => 'getSameSiteCookieControllerService.php',
  329.             'Harmonizely\\Controller\\SimplypayIntegrationController' => 'getSimplypayIntegrationControllerService.php',
  330.             'Harmonizely\\Controller\\SimplypayOrganizationIntegrationController' => 'getSimplypayOrganizationIntegrationControllerService.php',
  331.             'Harmonizely\\Controller\\SingleUseLinkController' => 'getSingleUseLinkController2Service.php',
  332.             'Harmonizely\\Controller\\SmsIntegrationController' => 'getSmsIntegrationControllerService.php',
  333.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Acl\\AclListController' => 'getAclListController2Service.php',
  334.             'Harmonizely\\Controller\\SuperAdmin\\Api\\CustomerDeletionReason\\CustomerDeletionReasonListController' => 'getCustomerDeletionReasonListControllerService.php',
  335.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\CustomerDetailsController' => 'getCustomerDetailsControllerService.php',
  336.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\CustomerListController' => 'getCustomerListControllerService.php',
  337.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\DeleteCustomerController' => 'getDeleteCustomerControllerService.php',
  338.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\DisableCustomerController' => 'getDisableCustomerControllerService.php',
  339.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\EnableCustomerController' => 'getEnableCustomerControllerService.php',
  340.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\GetCustomerLoginUrlController' => 'getGetCustomerLoginUrlControllerService.php',
  341.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\ResetSecondFactorCustomerController' => 'getResetSecondFactorCustomerControllerService.php',
  342.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Customer\\SaveCustomerLimitController' => 'getSaveCustomerLimitControllerService.php',
  343.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\LoadSecret2FAController' => 'getLoadSecret2FAControllerService.php',
  344.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\Login2FAController' => 'getLogin2FAController2Service.php',
  345.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\LoginController' => 'getLoginController2Service.php',
  346.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\NextStepController' => 'getNextStepControllerService.php',
  347.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\Setup2FAController' => 'getSetup2FAControllerService.php',
  348.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Login\\SetupPasswordController' => 'getSetupPasswordControllerService.php',
  349.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\DisableAllowLoginAsUserController' => 'getDisableAllowLoginAsUserControllerService.php',
  350.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\EnableAllowLoginAsUserController' => 'getEnableAllowLoginAsUserControllerService.php',
  351.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\OrganizationDetailsController' => 'getOrganizationDetailsControllerService.php',
  352.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\OrganizationListController' => 'getOrganizationListControllerService.php',
  353.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Organization\\SaveOrganizationLimitController' => 'getSaveOrganizationLimitControllerService.php',
  354.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\ChangePasswordController' => 'getChangePasswordController2Service.php',
  355.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\ChangeSecondFactorController' => 'getChangeSecondFactorControllerService.php',
  356.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\GenerateSecret2FAController' => 'getGenerateSecret2FAControllerService.php',
  357.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\GetProfileController' => 'getGetProfileControllerService.php',
  358.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\LoadSecondFactorCodeController' => 'getLoadSecondFactorCodeControllerService.php',
  359.             'Harmonizely\\Controller\\SuperAdmin\\Api\\Profile\\UpdateProfileController' => 'getUpdateProfileControllerService.php',
  360.             'Harmonizely\\Controller\\SuperAdmin\\Api\\UserActionLog\\UserActionLogListController' => 'getUserActionLogListControllerService.php',
  361.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\BlockUserController' => 'getBlockUserControllerService.php',
  362.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\CreateUserController' => 'getCreateUserControllerService.php',
  363.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\GetUserController' => 'getGetUserControllerService.php',
  364.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\ResetPasswordUserController' => 'getResetPasswordUserControllerService.php',
  365.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\UpdateUserController' => 'getUpdateUserControllerService.php',
  366.             'Harmonizely\\Controller\\SuperAdmin\\Api\\User\\UserListController' => 'getUserListController2Service.php',
  367.             'Harmonizely\\Controller\\SuperAdmin\\IndexController' => 'getIndexControllerService.php',
  368.             'Harmonizely\\Controller\\SuperAdmin\\LoginByCodeController' => 'getLoginByCodeController2Service.php',
  369.             'Harmonizely\\Controller\\SuperAdmin\\LoginController' => 'getLoginController3Service.php',
  370.             'Harmonizely\\Controller\\SuperAdmin\\LogoutController' => 'getLogoutController2Service.php',
  371.             'Harmonizely\\Controller\\SuperAdmin\\PanelController' => 'getPanelControllerService.php',
  372.             'Harmonizely\\Controller\\UntranslatedController' => 'getUntranslatedControllerService.php',
  373.             'Harmonizely\\Controller\\UserBookingController' => 'getUserBookingControllerService.php',
  374.             'Harmonizely\\Controller\\WelcomeController' => 'getWelcomeControllerService.php',
  375.             'Harmonizely\\Controller\\WherebyIntegrationController' => 'getWherebyIntegrationControllerService.php',
  376.             'Harmonizely\\Controller\\ZapierIntegrationController' => 'getZapierIntegrationControllerService.php',
  377.             'Harmonizely\\Controller\\ZoomIntegrationController' => 'getZoomIntegrationControllerService.php',
  378.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService.php',
  379.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  380.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  381.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService.php',
  382.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService.php',
  383.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService.php',
  384.             'Vich\\UploaderBundle\\Naming\\HashNamer.user_avatar' => 'getHashNamer_UserAvatarService.php',
  385.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService.php',
  386.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService.php',
  387.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService.php',
  388.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService.php',
  389.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService.php',
  390.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService.php',
  391.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  392.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  393.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  394.             'cache_clearer' => 'getCacheClearerService.php',
  395.             'cache_warmer' => 'getCacheWarmerService.php',
  396.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyEventWorker' => 'getDirectoryDeleteCompanyEventWorkerService.php',
  397.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyWorker' => 'getDirectoryDeleteCompanyWorkerService.php',
  398.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveAllCompanyEventWorker' => 'getDirectorySaveAllCompanyEventWorkerService.php',
  399.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyEventWorker' => 'getDirectorySaveCompanyEventWorkerService.php',
  400.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyWorker' => 'getDirectorySaveCompanyWorkerService.php',
  401.             'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveUserWorker' => 'getDirectorySaveUserWorkerService.php',
  402.             'console.command.public_alias.Harmonizely\\Background\\Worker\\EmailInternalWorker' => 'getEmailInternalWorkerService.php',
  403.             'console.command.public_alias.Harmonizely\\Background\\Worker\\EventMailManagerWorker' => 'getEventMailManagerWorkerService.php',
  404.             'console.command.public_alias.Harmonizely\\Background\\Worker\\ExportWorker' => 'getExportWorkerService.php',
  405.             'console.command.public_alias.Harmonizely\\Background\\Worker\\PollNotificationWorker' => 'getPollNotificationWorkerService.php',
  406.             'console.command.public_alias.Harmonizely\\Background\\Worker\\PushNotificationWorker' => 'getPushNotificationWorkerService.php',
  407.             'console.command.public_alias.Harmonizely\\Background\\Worker\\RoutingFormResultNotificationWorker' => 'getRoutingFormResultNotificationWorkerService.php',
  408.             'console.command.public_alias.Harmonizely\\Background\\Worker\\ZapierNotificationWorker' => 'getZapierNotificationWorkerService.php',
  409.             'console.command.public_alias.Harmonizely\\Command\\CancelPendingBookingsCommand' => 'getCancelPendingBookingsCommandService.php',
  410.             'console.command.public_alias.Harmonizely\\Command\\CompaniesSchemaUpdateCommand' => 'getCompaniesSchemaUpdateCommandService.php',
  411.             'console.command.public_alias.Harmonizely\\Command\\CompanyCreateCommand' => 'getCompanyCreateCommandService.php',
  412.             'console.command.public_alias.Harmonizely\\Command\\CompanyMigrationCommand' => 'getCompanyMigrationCommandService.php',
  413.             'console.command.public_alias.Harmonizely\\Command\\CreateInternalCalendarCommand' => 'getCreateInternalCalendarCommandService.php',
  414.             'console.command.public_alias.Harmonizely\\Command\\InsertAllOrganizationRoleCommand' => 'getInsertAllOrganizationRoleCommandService.php',
  415.             'console.command.public_alias.Harmonizely\\Command\\InsertSpecificOrganizationRoleCommand' => 'getInsertSpecificOrganizationRoleCommandService.php',
  416.             'console.command.public_alias.Harmonizely\\Command\\SendFirstUserEmailCommand' => 'getSendFirstUserEmailCommandService.php',
  417.             'console.command.public_alias.Harmonizely\\Command\\SendSecondUserEmailCommand' => 'getSendSecondUserEmailCommandService.php',
  418.             'console.command.public_alias.Harmonizely\\Command\\SendThirdUserEmailCommand' => 'getSendThirdUserEmailCommandService.php',
  419.             'console.command.public_alias.Harmonizely\\Command\\SendTrialExpireSoonEmailCommand' => 'getSendTrialExpireSoonEmailCommandService.php',
  420.             'console.command.public_alias.Harmonizely\\Command\\SendTrialFollowUpEmailCommand' => 'getSendTrialFollowUpEmailCommandService.php',
  421.             'console.command.public_alias.Harmonizely\\Command\\SetEncryptedConfigFromConfigCommand' => 'getSetEncryptedConfigFromConfigCommandService.php',
  422.             'console.command.public_alias.Harmonizely\\Command\\SyncOlsonTimezonesCommand' => 'getSyncOlsonTimezonesCommandService.php',
  423.             'console.command.public_alias.Harmonizely\\Command\\TestSMTPFromUserConfigCommand' => 'getTestSMTPFromUserConfigCommandService.php',
  424.             'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ConnectTwoWaySyncCalendarCommand' => 'getConnectTwoWaySyncCalendarCommandService.php',
  425.             'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\DisconnectTwoWaySyncCalendarCommand' => 'getDisconnectTwoWaySyncCalendarCommandService.php',
  426.             'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ReconnectTwoWaySyncCalendarCommand' => 'getReconnectTwoWaySyncCalendarCommandService.php',
  427.             'console.command.public_alias.Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'getSentryTestCommandService.php',
  428.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  429.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  430.             'error_controller' => 'getErrorControllerService.php',
  431.             'form.factory' => 'getForm_FactoryService.php',
  432.             'form.type.file' => 'getForm_Type_FileService.php',
  433.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
  434.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
  435.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  436.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
  437.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  438.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  439.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  440.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  441.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  442.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  443.             'hateoas.configuration.metadata_driver' => 'getHateoas_Configuration_MetadataDriverService.php',
  444.             'hateoas.configuration.provider' => 'getHateoas_Configuration_ProviderService.php',
  445.             'hateoas.event_listener.json' => 'getHateoas_EventListener_JsonService.php',
  446.             'hateoas.event_listener.xml' => 'getHateoas_EventListener_XmlService.php',
  447.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  448.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  449.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  450.             'knpu.oauth2.client.daylite_calendar_connect' => 'getKnpu_Oauth2_Client_DayliteCalendarConnectService.php',
  451.             'knpu.oauth2.client.stripe_oauth' => 'getKnpu_Oauth2_Client_StripeOauthService.php',
  452.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService.php',
  453.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService.php',
  454.             'liip_imagine.binary.loader.user_avatar' => 'getLiipImagine_Binary_Loader_UserAvatarService.php',
  455.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService.php',
  456.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService.php',
  457.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService.php',
  458.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService.php',
  459.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService.php',
  460.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService.php',
  461.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService.php',
  462.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService.php',
  463.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService.php',
  464.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService.php',
  465.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService.php',
  466.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService.php',
  467.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
  468.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService.php',
  469.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
  470.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService.php',
  471.             'routing.loader' => 'getRouting_LoaderService.php',
  472.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  473.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  474.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  475.             'services_resetter' => 'getServicesResetterService.php',
  476.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  477.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  478.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  479.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  480.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  481.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
  482.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
  483.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
  484.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  485.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  486.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  487.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  488.         ];
  489.         $this->aliases = [
  490.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  491.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  492.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  493.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  494.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  495.             'database_connection' => 'doctrine.dbal.company_connection',
  496.             'doctrine.orm.entity_manager' => 'doctrine.orm.company_entity_manager',
  497.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  498.             'mailer' => 'swiftmailer.mailer.default',
  499.             'messenger.default_bus' => 'message_bus',
  500.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  501.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  502.             'oauth2.registry' => 'knpu.oauth2.registry',
  503.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  504.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  505.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  506.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  507.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  508.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  509.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  510.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  511.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  512.         ];
  513.     }
  514.     public function compile(): void
  515.     {
  516.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  517.     }
  518.     public function isCompiled(): bool
  519.     {
  520.         return true;
  521.     }
  522.     public function getRemovedIds(): array
  523.     {
  524.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  525.     }
  526.     protected function load($file$lazyLoad true)
  527.     {
  528.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  529.     }
  530.     protected function createProxy($class, \Closure $factory)
  531.     {
  532.         class_exists($classfalse) || $this->load("{$class}.php");
  533.         return $factory();
  534.     }
  535.     /**
  536.      * Gets the public 'cache.app' shared service.
  537.      *
  538.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  539.      */
  540.     protected function getCache_AppService()
  541.     {
  542.         $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))));
  543.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  544.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  545.     }
  546.     /**
  547.      * Gets the public 'cache.system' shared service.
  548.      *
  549.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  550.      */
  551.     protected function getCache_SystemService()
  552.     {
  553.         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())));
  554.     }
  555.     /**
  556.      * Gets the public 'data_collector.dump' shared service.
  557.      *
  558.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  559.      */
  560.     protected function getDataCollector_DumpService()
  561.     {
  562.         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()));
  563.     }
  564.     /**
  565.      * Gets the public 'doctrine' shared service.
  566.      *
  567.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  568.      */
  569.     protected function getDoctrineService()
  570.     {
  571.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'company''company');
  572.     }
  573.     /**
  574.      * Gets the public 'doctrine.dbal.common_connection' shared service.
  575.      *
  576.      * @return \Doctrine\DBAL\Connection
  577.      */
  578.     protected function getDoctrine_Dbal_CommonConnectionService()
  579.     {
  580.         $a = new \Doctrine\DBAL\Configuration();
  581.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  582.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  583.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.common'] ?? ($this->privates['doctrine.dbal.logger.profiling.common'] = new \Doctrine\DBAL\Logging\DebugStack())));
  584.         $a->setSQLLogger($b);
  585.         $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'])))]));
  586.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  587.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateOrganizationSlugListener''getGenerateOrganizationSlugListenerService.php'true],
  588.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateUserSlugListener''getGenerateUserSlugListenerService.php'true],
  589.             'Harmonizely\\EventListener\\SetEventEndDateListener' => ['privates''Harmonizely\\EventListener\\SetEventEndDateListener''getSetEventEndDateListenerService.php'true],
  590.             'doctrine.orm.common_listeners.attach_entity_listeners' => ['privates''doctrine.orm.common_listeners.attach_entity_listeners''getDoctrine_Orm_CommonListeners_AttachEntityListenersService.php'true],
  591.         ], [
  592.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => '?',
  593.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => '?',
  594.             'Harmonizely\\EventListener\\SetEventEndDateListener' => '?',
  595.             'doctrine.orm.common_listeners.attach_entity_listeners' => '?',
  596.         ]));
  597.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.clean.user_avatar'] ?? $this->getVichUploader_Listener_Clean_UserAvatarService()));
  598.         $c->addEventSubscriber(($this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] ?? $this->getDoctrineCurrentUserSubscriberService()));
  599.         $c->addEventSubscriber(($this->privates['doctrine.orm.listeners.resolve_target_entity'] ?? $this->getDoctrine_Orm_Listeners_ResolveTargetEntityService()));
  600.         $c->addEventSubscriber(($this->privates['fos_user.user_listener'] ?? $this->getFosUser_UserListenerService()));
  601.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.remove.user_avatar'] ?? $this->getVichUploader_Listener_Remove_UserAvatarService()));
  602.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.upload.user_avatar'] ?? $this->getVichUploader_Listener_Upload_UserAvatarService()));
  603.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateOrganizationSlugListener');
  604.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateUserSlugListener');
  605.         $c->addEventListener([=> 'prePersist'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  606.         $c->addEventListener([=> 'preUpdate'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  607.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.common_listeners.attach_entity_listeners');
  608.         return $this->services['doctrine.dbal.common_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_pgsql''charset' => 'UTF8''url' => $this->getEnv('resolve:DATABASE_URL'), 'dbname' => 'sm_common''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 10'defaultTableOptions' => []], $a$c, ['name' => 'string''enum' => 'string']);
  609.     }
  610.     /**
  611.      * Gets the public 'doctrine.dbal.company_connection' shared service.
  612.      *
  613.      * @return \Doctrine\DBAL\Connection
  614.      */
  615.     protected function getDoctrine_Dbal_CompanyConnectionService()
  616.     {
  617.         $a = new \Doctrine\DBAL\Configuration();
  618.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  619.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  620.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.company'] ?? ($this->privates['doctrine.dbal.logger.profiling.company'] = new \Doctrine\DBAL\Logging\DebugStack())));
  621.         $a->setSQLLogger($b);
  622.         $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'])))]));
  623.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  624.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateOrganizationSlugListener''getGenerateOrganizationSlugListenerService.php'true],
  625.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateUserSlugListener''getGenerateUserSlugListenerService.php'true],
  626.             'Harmonizely\\EventListener\\SetEventEndDateListener' => ['privates''Harmonizely\\EventListener\\SetEventEndDateListener''getSetEventEndDateListenerService.php'true],
  627.             'doctrine.orm.company_listeners.attach_entity_listeners' => ['privates''doctrine.orm.company_listeners.attach_entity_listeners''getDoctrine_Orm_CompanyListeners_AttachEntityListenersService.php'true],
  628.         ], [
  629.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => '?',
  630.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => '?',
  631.             'Harmonizely\\EventListener\\SetEventEndDateListener' => '?',
  632.             'doctrine.orm.company_listeners.attach_entity_listeners' => '?',
  633.         ]));
  634.         $d = new \Gedmo\Sortable\SortableListener();
  635.         $d->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  636.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.clean.user_avatar'] ?? $this->getVichUploader_Listener_Clean_UserAvatarService()));
  637.         $c->addEventSubscriber(($this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] ?? $this->getDoctrineCurrentUserSubscriberService()));
  638.         $c->addEventSubscriber(($this->privates['doctrine.orm.listeners.resolve_target_entity'] ?? $this->getDoctrine_Orm_Listeners_ResolveTargetEntityService()));
  639.         $c->addEventSubscriber(($this->privates['fos_user.user_listener'] ?? $this->getFosUser_UserListenerService()));
  640.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.remove.user_avatar'] ?? $this->getVichUploader_Listener_Remove_UserAvatarService()));
  641.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.upload.user_avatar'] ?? $this->getVichUploader_Listener_Upload_UserAvatarService()));
  642.         $c->addEventSubscriber($d);
  643.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateOrganizationSlugListener');
  644.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateUserSlugListener');
  645.         $c->addEventListener([=> 'prePersist'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  646.         $c->addEventListener([=> 'preUpdate'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  647.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.company_listeners.attach_entity_listeners');
  648.         return $this->services['doctrine.dbal.company_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']);
  649.     }
  650.     /**
  651.      * Gets the public 'doctrine.dbal.harmonizely_connection' shared service.
  652.      *
  653.      * @return \Doctrine\DBAL\Connection
  654.      */
  655.     protected function getDoctrine_Dbal_HarmonizelyConnectionService()
  656.     {
  657.         $a = new \Doctrine\DBAL\Configuration();
  658.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  659.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  660.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.harmonizely'] ?? ($this->privates['doctrine.dbal.logger.profiling.harmonizely'] = new \Doctrine\DBAL\Logging\DebugStack())));
  661.         $a->setSQLLogger($b);
  662.         $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'])))]));
  663.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  664.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateOrganizationSlugListener''getGenerateOrganizationSlugListenerService.php'true],
  665.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => ['privates''Harmonizely\\EventListener\\GenerateUserSlugListener''getGenerateUserSlugListenerService.php'true],
  666.             'Harmonizely\\EventListener\\SetEventEndDateListener' => ['privates''Harmonizely\\EventListener\\SetEventEndDateListener''getSetEventEndDateListenerService.php'true],
  667.             'doctrine.orm.harmonizely_listeners.attach_entity_listeners' => ['privates''doctrine.orm.harmonizely_listeners.attach_entity_listeners''getDoctrine_Orm_HarmonizelyListeners_AttachEntityListenersService.php'true],
  668.         ], [
  669.             'Harmonizely\\EventListener\\GenerateOrganizationSlugListener' => '?',
  670.             'Harmonizely\\EventListener\\GenerateUserSlugListener' => '?',
  671.             'Harmonizely\\EventListener\\SetEventEndDateListener' => '?',
  672.             'doctrine.orm.harmonizely_listeners.attach_entity_listeners' => '?',
  673.         ]));
  674.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.clean.user_avatar'] ?? $this->getVichUploader_Listener_Clean_UserAvatarService()));
  675.         $c->addEventSubscriber(($this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] ?? $this->getDoctrineCurrentUserSubscriberService()));
  676.         $c->addEventSubscriber(($this->privates['doctrine.orm.listeners.resolve_target_entity'] ?? $this->getDoctrine_Orm_Listeners_ResolveTargetEntityService()));
  677.         $c->addEventSubscriber(($this->privates['fos_user.user_listener'] ?? $this->getFosUser_UserListenerService()));
  678.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.remove.user_avatar'] ?? $this->getVichUploader_Listener_Remove_UserAvatarService()));
  679.         $c->addEventSubscriber(($this->privates['vich_uploader.listener.upload.user_avatar'] ?? $this->getVichUploader_Listener_Upload_UserAvatarService()));
  680.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateOrganizationSlugListener');
  681.         $c->addEventListener([=> 'onFlush'], 'Harmonizely\\EventListener\\GenerateUserSlugListener');
  682.         $c->addEventListener([=> 'prePersist'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  683.         $c->addEventListener([=> 'preUpdate'], 'Harmonizely\\EventListener\\SetEventEndDateListener');
  684.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.harmonizely_listeners.attach_entity_listeners');
  685.         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']);
  686.     }
  687.     /**
  688.      * Gets the public 'doctrine.orm.common_entity_manager' shared service.
  689.      *
  690.      * @return \Doctrine\ORM\EntityManager
  691.      */
  692.     protected function getDoctrine_Orm_CommonEntityManagerService($lazyLoad true)
  693.     {
  694.         if ($lazyLoad) {
  695.             return $this->services['doctrine.orm.common_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  696.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  697.                     $wrappedInstance $this->getDoctrine_Orm_CommonEntityManagerService(false);
  698.                     $proxy->setProxyInitializer(null);
  699.                     return true;
  700.                 });
  701.             });
  702.         }
  703.         $a = new \Doctrine\ORM\Configuration();
  704.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  705.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity/Common')]), 'Harmonizely\\Entity\\Common');
  706.         $a->setEntityNamespaces(['Common' => 'Harmonizely\\Entity\\Common']);
  707.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.common.metadata'] ?? $this->getCache_Doctrine_Orm_Common_MetadataService())));
  708.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.common.query'] ?? $this->getCache_Doctrine_Orm_Common_QueryService())));
  709.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.common.result'] ?? $this->getCache_Doctrine_Orm_Common_ResultService())));
  710.         $a->setMetadataDriverImpl($b);
  711.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  712.         $a->setProxyNamespace('Proxies');
  713.         $a->setAutoGenerateProxyClasses(true);
  714.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  715.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  716.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  717.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  718.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  719.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  720.         $a->addCustomStringFunction('cast''Harmonizely\\Doctrine\\ORM\\Extension\\Cast');
  721.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  722.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  723.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.common_connection'] ?? $this->getDoctrine_Dbal_CommonConnectionService()), $a);
  724.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  725.         return $instance;
  726.     }
  727.     /**
  728.      * Gets the public 'doctrine.orm.company_entity_manager' shared service.
  729.      *
  730.      * @return \Doctrine\ORM\EntityManager
  731.      */
  732.     protected function getDoctrine_Orm_CompanyEntityManagerService($lazyLoad true)
  733.     {
  734.         if ($lazyLoad) {
  735.             return $this->services['doctrine.orm.company_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  736.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  737.                     $wrappedInstance $this->getDoctrine_Orm_CompanyEntityManagerService(false);
  738.                     $proxy->setProxyInitializer(null);
  739.                     return true;
  740.                 });
  741.             });
  742.         }
  743.         $a = new \Doctrine\ORM\Configuration();
  744.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  745.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'Harmonizely\\Model']);
  746.         $c->setGlobalBasename('mapping');
  747.         $d = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity/Company'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Entity')]);
  748.         $b->addDriver($c'Harmonizely\\Model');
  749.         $b->addDriver($d'Harmonizely\\Entity\\Company');
  750.         $b->addDriver($d'Vich\\UploaderBundle\\Entity');
  751.         $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');
  752.         $a->setEntityNamespaces(['Harmonizely' => 'Harmonizely\\Model''Company' => 'Harmonizely\\Entity\\Company''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  753.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.company.metadata'] ?? $this->getCache_Doctrine_Orm_Company_MetadataService())));
  754.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.company.query'] ?? $this->getCache_Doctrine_Orm_Company_QueryService())));
  755.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.company.result'] ?? $this->getCache_Doctrine_Orm_Company_ResultService())));
  756.         $a->setMetadataDriverImpl($b);
  757.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  758.         $a->setProxyNamespace('Proxies');
  759.         $a->setAutoGenerateProxyClasses(true);
  760.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  761.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  762.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  763.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  764.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  765.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  766.         $a->addCustomStringFunction('cast''Harmonizely\\Doctrine\\ORM\\Extension\\Cast');
  767.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  768.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  769.         $a->addFilter('current_user''Harmonizely\\Doctrine\\Query\\CurrentUserFilter');
  770.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.company_connection'] ?? $this->getDoctrine_Dbal_CompanyConnectionService()), $a);
  771.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'current_user'], []))->configure($instance);
  772.         return $instance;
  773.     }
  774.     /**
  775.      * Gets the public 'doctrine.orm.harmonizely_entity_manager' shared service.
  776.      *
  777.      * @return \Doctrine\ORM\EntityManager
  778.      */
  779.     protected function getDoctrine_Orm_HarmonizelyEntityManagerService($lazyLoad true)
  780.     {
  781.         if ($lazyLoad) {
  782.             return $this->services['doctrine.orm.harmonizely_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  783.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  784.                     $wrappedInstance $this->getDoctrine_Orm_HarmonizelyEntityManagerService(false);
  785.                     $proxy->setProxyInitializer(null);
  786.                     return true;
  787.                 });
  788.             });
  789.         }
  790.         $a = new \Doctrine\ORM\Configuration();
  791.         $a->setEntityNamespaces([]);
  792.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.harmonizely.metadata'] ?? $this->getCache_Doctrine_Orm_Harmonizely_MetadataService())));
  793.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.harmonizely.query'] ?? $this->getCache_Doctrine_Orm_Harmonizely_QueryService())));
  794.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.harmonizely.result'] ?? $this->getCache_Doctrine_Orm_Harmonizely_ResultService())));
  795.         $a->setMetadataDriverImpl(new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain());
  796.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  797.         $a->setProxyNamespace('Proxies');
  798.         $a->setAutoGenerateProxyClasses(true);
  799.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  800.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  801.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  802.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  803.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  804.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  805.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.harmonizely_connection'] ?? $this->getDoctrine_Dbal_HarmonizelyConnectionService()), $a);
  806.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  807.         return $instance;
  808.     }
  809.     /**
  810.      * Gets the public 'event_dispatcher' shared service.
  811.      *
  812.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  813.      */
  814.     protected function getEventDispatcherService()
  815.     {
  816.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  817.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  818.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  819.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  820.         $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())));
  821.         $instance->addListener('kernel.request', [=> function () {
  822.             return ($this->privates['Harmonizely\\EventListener\\CryptContainerInitListener'] ?? $this->getCryptContainerInitListenerService());
  823.         }, => 'onKernelRequest'], 10000);
  824.         $instance->addListener('console.command', [=> function () {
  825.             return ($this->privates['Harmonizely\\EventListener\\CryptContainerInitListener'] ?? $this->getCryptContainerInitListenerService());
  826.         }, => 'onCommandRequest'], 10000);
  827.         $instance->addListener('hly.event.post_cancel', [=> function () {
  828.             return ($this->privates['Harmonizely\\EventListener\\EventCanceledListener'] ?? $this->load('getEventCanceledListenerService.php'));
  829.         }, => 'sendEmail'], 0);
  830.         $instance->addListener('hly.event.post_cancel', [=> function () {
  831.             return ($this->privates['Harmonizely\\EventListener\\EventCanceledListener'] ?? $this->load('getEventCanceledListenerService.php'));
  832.         }, => 'sendCancellationNotifyToInvitee'], 0);
  833.         $instance->addListener('hly.event.post_cancel', [=> function () {
  834.             return ($this->privates['Harmonizely\\EventListener\\EventCanceledListener'] ?? $this->load('getEventCanceledListenerService.php'));
  835.         }, => 'calDavCancel'], 0);
  836.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  837.             return ($this->privates['Harmonizely\\EventListener\\EventRescheduledListener'] ?? $this->load('getEventRescheduledListenerService.php'));
  838.         }, => 'sendEmail'], 0);
  839.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  840.             return ($this->privates['Harmonizely\\EventListener\\EventRescheduledListener'] ?? $this->load('getEventRescheduledListenerService.php'));
  841.         }, => 'sendReschedulingNotifyToInvitee'], 0);
  842.         $instance->addListener('kernel.exception', [=> function () {
  843.             return ($this->privates['Harmonizely\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService.php'));
  844.         }, => 'onKernelException'], 0);
  845.         $instance->addListener('hly.event.after_persist', [=> function () {
  846.             return ($this->privates['Harmonizely\\EventListener\\ExpireSingleUseLinkListener'] ?? $this->load('getExpireSingleUseLinkListenerService.php'));
  847.         }, => 'expireSingleUseLink'], 0);
  848.         $instance->addListener('hly.event.post_create', [=> function () {
  849.             return ($this->privates['Harmonizely\\EventListener\\NewEventScheduledListener'] ?? $this->load('getNewEventScheduledListenerService.php'));
  850.         }, => 'sendEmail'], 0);
  851.         $instance->addListener('hly.event.post_create', [=> function () {
  852.             return ($this->privates['Harmonizely\\EventListener\\NewEventScheduledListener'] ?? $this->load('getNewEventScheduledListenerService.php'));
  853.         }, => 'sendNewEventEmailConfirmation'], 0);
  854.         $instance->addListener('hly.event.post_invite_more', [=> function () {
  855.             return ($this->privates['Harmonizely\\EventListener\\ParticipantInvitedListener'] ?? $this->load('getParticipantInvitedListenerService.php'));
  856.         }, => 'sendInvitationNotifyToParticipants'], 0);
  857.         $instance->addListener('kernel.request', [=> function () {
  858.             return ($this->privates['Harmonizely\\EventListener\\RedirectLoggedInUserListener'] ?? $this->getRedirectLoggedInUserListenerService());
  859.         }, => 'onKernelRequest'], 0);
  860.         $instance->addListener('kernel.response', [=> function () {
  861.             return ($this->privates['Harmonizely\\EventListener\\ReferrerListener'] ?? ($this->privates['Harmonizely\\EventListener\\ReferrerListener'] = new \Harmonizely\EventListener\ReferrerListener()));
  862.         }, => 'onKernelResponse'], 0);
  863.         $instance->addListener('kernel.request', [=> function () {
  864.             return ($this->privates['Harmonizely\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  865.         }, => 'onKernelRequest'], '100');
  866.         $instance->addListener('hly.event.post_create', [=> function () {
  867.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  868.         }, => 'sendCreatedPayload'], 0);
  869.         $instance->addListener('hly.event.post_cancel', [=> function () {
  870.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  871.         }, => 'sendCancelledPayload'], 0);
  872.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  873.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  874.         }, => 'sendRescheduledPayload'], 0);
  875.         $instance->addListener('hly.integration.test_created', [=> function () {
  876.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  877.         }, => 'sendCreatedTestPayload'], 0);
  878.         $instance->addListener('hly.integration.test_canceled', [=> function () {
  879.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  880.         }, => 'sendCancelledTestPayload'], 0);
  881.         $instance->addListener('hly.integration.test_rescheduled', [=> function () {
  882.             return ($this->privates['Harmonizely\\EventListener\\SendZapierPayloadListener'] ?? $this->load('getSendZapierPayloadListenerService.php'));
  883.         }, => 'sendRescheduledTestPayload'], 0);
  884.         $instance->addListener('hly.event.pre_create', [=> function () {
  885.             return ($this->privates['Harmonizely\\EventListener\\SetEventEndDateListener'] ?? ($this->privates['Harmonizely\\EventListener\\SetEventEndDateListener'] = new \Harmonizely\EventListener\SetEventEndDateListener()));
  886.         }, => 'setEventEndDate'], 0);
  887.         $instance->addListener('hly.event.pre_account_connect', [=> function () {
  888.             return ($this->privates['Harmonizely\\EventListener\\UserCalendarAccountListener'] ?? $this->load('getUserCalendarAccountListenerService.php'));
  889.         }, => 'update'], 0);
  890.         $instance->addListener('kernel.request', [=> function () {
  891.             return ($this->privates['Harmonizely\\Service\\Common\\TranslateHelper'] ?? $this->getTranslateHelperService());
  892.         }, => 'init'], 10000);
  893.         $instance->addListener('console.command', [=> function () {
  894.             return ($this->privates['Harmonizely\\Service\\Common\\TranslateHelper'] ?? $this->getTranslateHelperService());
  895.         }, => 'init'], 10000);
  896.         $instance->addListener('kernel.request', [=> function () {
  897.             return ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] ?? ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] = new \Harmonizely\Service\Common\UrlHelper($this->getEnv('default:param_public_host_route:APP_HOST'))));
  898.         }, => 'init'], 10000);
  899.         $instance->addListener('console.command', [=> function () {
  900.             return ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] ?? ($this->privates['Harmonizely\\Service\\Common\\UrlHelper'] = new \Harmonizely\Service\Common\UrlHelper($this->getEnv('default:param_public_host_route:APP_HOST'))));
  901.         }, => 'init'], 10000);
  902.         $instance->addListener('super_admin.user.action', [=> function () {
  903.             return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserActionLogListener'] ?? $this->load('getUserActionLogListenerService.php'));
  904.         }, => 'onAction'], 0);
  905.         $instance->addListener('kernel.request', [=> function () {
  906.             return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserActivityListener'] ?? $this->getUserActivityListenerService());
  907.         }, => 'onRequest'], 0);
  908.         $instance->addListener('super_admin.login.attempt', [=> function () {
  909.             return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserLoginAttemptsListener'] ?? $this->load('getUserLoginAttemptsListenerService.php'));
  910.         }, => 'onAttemptLogin'], 0);
  911.         $instance->addListener('super_admin.2fa.passed', [=> function () {
  912.             return ($this->privates['Harmonizely\\Service\\SuperAdmin\\EventListener\\UserLoginLogListener'] ?? $this->load('getUserLoginLogListenerService.php'));
  913.         }, => 'onSecondFactorPassed'], 0);
  914.         $instance->addListener('kernel.request', [=> function () {
  915.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\LoginRequestListener'] ?? $this->getLoginRequestListenerService());
  916.         }, => 'onKernelRequest'], '101');
  917.         $instance->addListener('user.login.attempt', [=> function () {
  918.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\UserLoginAttemptsListener'] ?? $this->load('getUserLoginAttemptsListener2Service.php'));
  919.         }, => 'onAttemptLogin'], 0);
  920.         $instance->addListener('kernel.controller', [=> function () {
  921.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  922.         }, => 'onKernelController'], 0);
  923.         $instance->addListener('kernel.request', [=> function () {
  924.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  925.         }, => 'onKernelRequest'], 250);
  926.         $instance->addListener('kernel.request', [=> function () {
  927.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  928.         }, => 'onKernelRequest'], 10);
  929.         $instance->addListener('kernel.request', [=> function () {
  930.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  931.         }, => 'onKernelRequest'], 34);
  932.         $instance->addListener('kernel.request', [=> function () {
  933.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  934.         }, => 'onKernelRequest'], 248);
  935.         $instance->addListener('console.command', [=> function () {
  936.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService.php'));
  937.         }, => 'onConsoleCommand'], 1);
  938.         $instance->addListener('kernel.request', [=> function () {
  939.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListener2Service());
  940.         }, => 'onKernelRequest'], 1);
  941.         $instance->addListener('kernel.controller', [=> function () {
  942.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListener2Service());
  943.         }, => 'onKernelController'], 1);
  944.         $instance->addListener('kernel.request', [=> function () {
  945.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  946.         }, => 'onKernelRequest'], 1);
  947.         $instance->addListener('kernel.finish_request', [=> function () {
  948.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener()));
  949.         }, => 'onKernelFinishRequest'], 1);
  950.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  951.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService.php'));
  952.         }, => 'onWorkerMessageFailed'], 99);
  953.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  954.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService.php'));
  955.         }, => 'onWorkerMessageHandled'], 99);
  956.         $instance->addListener('kernel.exception', [=> function () {
  957.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
  958.         }, => 'onKernelException'], 0);
  959.         $instance->addListener('calendar.unavailable', [=> function () {
  960.             return ($this->privates['Harmonizely\\Calendar\\EventSubscriber\\CalendarUnavailableSubscriber'] ?? $this->load('getCalendarUnavailableSubscriberService.php'));
  961.         }, => 'onCalendarUnavailable'], 0);
  962.         $instance->addListener('security.interactive_login', [=> function () {
  963.             return ($this->privates['Harmonizely\\Core\\Security\\Subscriber\\RememberMeLoginSubscriber'] ?? $this->load('getRememberMeLoginSubscriberService.php'));
  964.         }, => 'onInteractiveLogin'], 0);
  965.         $instance->addListener('user.2fa.passed', [=> function () {
  966.             return ($this->privates['Harmonizely\\Core\\Security\\Subscriber\\SetSecondFactorPassedSubscriber'] ?? $this->load('getSetSecondFactorPassedSubscriberService.php'));
  967.         }, => 'onSecondFactorPassed'], 0);
  968.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  969.             return ($this->privates['Harmonizely\\EventListener\\ApplyFreeSubscriptionListener'] ?? $this->load('getApplyFreeSubscriptionListenerService.php'));
  970.         }, => 'confirmed'], 0);
  971.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  972.             return ($this->privates['Harmonizely\\EventListener\\RegistrationConfirmListener'] ?? $this->load('getRegistrationConfirmListenerService.php'));
  973.         }, => 'onRegistrationConfirm'], 0);
  974.         $instance->addListener('fos_user.resetting.send_email.initialize', [=> function () {
  975.             return ($this->privates['Harmonizely\\EventListener\\ResettingListener'] ?? $this->load('getResettingListenerService.php'));
  976.         }, => 'onResettingSendEmailInitialize'], 0);
  977.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  978.             return ($this->privates['Harmonizely\\EventListener\\SetDefaultUserIntroListener'] ?? $this->load('getSetDefaultUserIntroListenerService.php'));
  979.         }, => 'onInitialize'], 0);
  980.         $instance->addListener('fos_user.registration.completed', [=> function () {
  981.             return ($this->privates['Harmonizely\\EventListener\\SetDefaultUserIntroListener'] ?? $this->load('getSetDefaultUserIntroListenerService.php'));
  982.         }, => 'onCompeted'], 0);
  983.         $instance->addListener('hly.event.post_cancel', [=> function () {
  984.             return ($this->privates['Harmonizely\\EventSubscriber\\ClearCalendarCacheSubscriber'] ?? $this->load('getClearCalendarCacheSubscriberService.php'));
  985.         }, => 'clearCache'], 0);
  986.         $instance->addListener('hly.event.post_create', [=> function () {
  987.             return ($this->privates['Harmonizely\\EventSubscriber\\ClearCalendarCacheSubscriber'] ?? $this->load('getClearCalendarCacheSubscriberService.php'));
  988.         }, => 'clearCache'], 0);
  989.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  990.             return ($this->privates['Harmonizely\\EventSubscriber\\ClearCalendarCacheSubscriber'] ?? $this->load('getClearCalendarCacheSubscriberService.php'));
  991.         }, => 'clearCache'], 0);
  992.         $instance->addListener('kernel.request', [=> function () {
  993.             return ($this->privates['Harmonizely\\EventSubscriber\\CompanyDetectSubscriber'] ?? $this->getCompanyDetectSubscriberService());
  994.         }, => 'companyDetectRequest'], 9999);
  995.         $instance->addListener('console.command', [=> function () {
  996.             return ($this->privates['Harmonizely\\EventSubscriber\\CompanyDetectSubscriber'] ?? $this->getCompanyDetectSubscriberService());
  997.         }, => 'companyDetectCommand'], 9999);
  998.         $instance->addListener('hly.event.pre_create', [=> function () {
  999.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateGoogleMeetMeetingSubscriber'] ?? $this->load('getCreateGoogleMeetMeetingSubscriberService.php'));
  1000.         }, => 'createMeeting'], 0);
  1001.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  1002.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateInternalCalendarSubscriber'] ?? $this->load('getCreateInternalCalendarSubscriberService.php'));
  1003.         }, => 'createInternalCalendar'], 0);
  1004.         $instance->addListener('hly.event.pre_create', [=> function () {
  1005.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateKopanoMeetLinkSubscriber'] ?? $this->load('getCreateKopanoMeetLinkSubscriberService.php'));
  1006.         }, => 'createMeeting'], 0);
  1007.         $instance->addListener('hly.event.pre_create', [=> function () {
  1008.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateMicrosoftTeamsMeetingSubscriber'] ?? $this->load('getCreateMicrosoftTeamsMeetingSubscriberService.php'));
  1009.         }, => 'createMeeting'], 0);
  1010.         $instance->addListener('hly.event.pre_create', [=> function () {
  1011.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateWherebyMeetingLinkSubscriber'] ?? $this->load('getCreateWherebyMeetingLinkSubscriberService.php'));
  1012.         }, => 'createMeeting'], 0);
  1013.         $instance->addListener('hly.event.pre_create', [=> function () {
  1014.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateZoomMeetingSubscriber'] ?? $this->load('getCreateZoomMeetingSubscriberService.php'));
  1015.         }, => 'createMeeting'], 0);
  1016.         $instance->addListener('hly.event.post_cancel', [=> function () {
  1017.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateZoomMeetingSubscriber'] ?? $this->load('getCreateZoomMeetingSubscriberService.php'));
  1018.         }, => 'cancelMeeting'], 0);
  1019.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  1020.             return ($this->privates['Harmonizely\\EventSubscriber\\CreateZoomMeetingSubscriber'] ?? $this->load('getCreateZoomMeetingSubscriberService.php'));
  1021.         }, => 'updateMeeting'], 0);
  1022.         $instance->addListener('kernel.request', [=> function () {
  1023.             return ($this->privates['Harmonizely\\EventSubscriber\\CurrentUserSubscriber'] ?? $this->getCurrentUserSubscriberService());
  1024.         }, => 'setCurrentUser'], 0);
  1025.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1026.             return ($this->privates['Harmonizely\\EventSubscriber\\EditProfileSubscriber'] ?? $this->load('getEditProfileSubscriberService.php'));
  1027.         }, => 'profileEditCompleted'], 0);
  1028.         $instance->addListener('fos_user.profile.edit.initialize', [=> function () {
  1029.             return ($this->privates['Harmonizely\\EventSubscriber\\EditProfileSubscriber'] ?? $this->load('getEditProfileSubscriberService.php'));
  1030.         }, => 'profileEditInitialize'], 0);
  1031.         $instance->addListener('kernel.request', [=> function () {
  1032.             return ($this->privates['Harmonizely\\EventSubscriber\\RequireProfileSettingsSubscriber'] ?? $this->getRequireProfileSettingsSubscriberService());
  1033.         }, => 'redirect'], 0);
  1034.         $instance->addListener('hly.member.post_create', [=> function () {
  1035.             return ($this->privates['Harmonizely\\EventSubscriber\\SendMembershipInvitationEmailSubscriber'] ?? $this->load('getSendMembershipInvitationEmailSubscriberService.php'));
  1036.         }, => 'onMemberCreate'], 0);
  1037.         $instance->addListener('hly.event.post_create', [=> function () {
  1038.             return ($this->privates['Harmonizely\\EventSubscriber\\SendParticipantInviteEventPostCreateSubscriber'] ?? $this->load('getSendParticipantInviteEventPostCreateSubscriberService.php'));
  1039.         }, => 'sendParticipantInviteEventPostCreate'], 0);
  1040.         $instance->addListener('hly.event.pre_create', [=> function () {
  1041.             return ($this->privates['Harmonizely\\EventSubscriber\\SetEventLocationSubscriber'] ?? $this->load('getSetEventLocationSubscriberService.php'));
  1042.         }, => 'setEventLocation'], 0);
  1043.         $instance->addListener('hly.event.post_cancel', [=> function () {
  1044.             return ($this->privates['Harmonizely\\EventSubscriber\\SetEventLocationSubscriber'] ?? $this->load('getSetEventLocationSubscriberService.php'));
  1045.         }, => 'setEventLocation'], 0);
  1046.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  1047.             return ($this->privates['Harmonizely\\EventSubscriber\\SetEventLocationSubscriber'] ?? $this->load('getSetEventLocationSubscriberService.php'));
  1048.         }, => 'setEventLocation'], 100);
  1049.         $instance->addListener('hly.event.pre_create', [=> function () {
  1050.             return ($this->privates['Harmonizely\\EventSubscriber\\SetEventSchedulerUserSubscriber'] ?? $this->load('getSetEventSchedulerUserSubscriberService.php'));
  1051.         }, => 'setEventSchedulerUser'], 0);
  1052.         $instance->addListener('form.pre_submit', [=> function () {
  1053.             return ($this->privates['Harmonizely\\Form\\EventListener\\AddEventTypeUsersFieldSubscriber'] ?? ($this->privates['Harmonizely\\Form\\EventListener\\AddEventTypeUsersFieldSubscriber'] = new \Harmonizely\Form\EventListener\AddEventTypeUsersFieldSubscriber()));
  1054.         }, => 'preSubmit'], 0);
  1055.         $instance->addListener('form.pre_submit', [=> function () {
  1056.             return ($this->privates['Harmonizely\\Form\\EventListener\\AddLocationLabelFieldSubscriber'] ?? ($this->privates['Harmonizely\\Form\\EventListener\\AddLocationLabelFieldSubscriber'] = new \Harmonizely\Form\EventListener\AddLocationLabelFieldSubscriber()));
  1057.         }, => 'preSubmit'], 0);
  1058.         $instance->addListener('form.pre_submit', [=> function () {
  1059.             return ($this->privates['Harmonizely\\Form\\EventListener\\AddPhoneNumberFieldSubscriber'] ?? ($this->privates['Harmonizely\\Form\\EventListener\\AddPhoneNumberFieldSubscriber'] = new \Harmonizely\Form\EventListener\AddPhoneNumberFieldSubscriber()));
  1060.         }, => 'preSubmit'], 0);
  1061.         $instance->addListener('booking.payment.cancel', [=> function () {
  1062.             return ($this->privates['Harmonizely\\Integration\\BookingPayment\\Subscribers\\CancelBookingPaymentEventSubscriber'] ?? $this->load('getCancelBookingPaymentEventSubscriberService.php'));
  1063.         }, => 'onCancelPayment'], 0);
  1064.         $instance->addListener('booking.payment.confirm', [=> function () {
  1065.             return ($this->privates['Harmonizely\\Integration\\BookingPayment\\Subscribers\\ConfirmBookingPaymentEventSubscriber'] ?? $this->load('getConfirmBookingPaymentEventSubscriberService.php'));
  1066.         }, => 'onConfirmPayment'], 0);
  1067.         $instance->addListener('booking.payment.error', [=> function () {
  1068.             return ($this->privates['Harmonizely\\Integration\\BookingPayment\\Subscribers\\ErrorBookingPaymentEventSubscriber'] ?? $this->load('getErrorBookingPaymentEventSubscriberService.php'));
  1069.         }, => 'onErrorPayment'], 0);
  1070.         $instance->addListener('hly.event.pre_create', [=> function () {
  1071.             return ($this->privates['Harmonizely\\Integration\\Simplypay\\Subscribers\\SimplypayInitBookingPaymentEventSubscriber'] ?? $this->load('getSimplypayInitBookingPaymentEventSubscriberService.php'));
  1072.         }, => 'onEventPreCreate'], 0);
  1073.         $instance->addListener('hly.custom_translation.set', [=> function () {
  1074.             return ($this->privates['Harmonizely\\Service\\CustomTranslation\\EventListener\\SetCustomTranslationListener'] ?? $this->load('getSetCustomTranslationListenerService.php'));
  1075.         }, => 'onSetCustomTranslation'], 0);
  1076.         $instance->addListener('event_type.create', [=> function () {
  1077.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\DirectorySubscriber'] ?? $this->load('getDirectorySubscriberService.php'));
  1078.         }, => 'createEventType'], 0);
  1079.         $instance->addListener('event_type.update', [=> function () {
  1080.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\DirectorySubscriber'] ?? $this->load('getDirectorySubscriberService.php'));
  1081.         }, => 'updateEventType'], 0);
  1082.         $instance->addListener('event_type.delete', [=> function () {
  1083.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\DirectorySubscriber'] ?? $this->load('getDirectorySubscriberService.php'));
  1084.         }, => 'deleteEventType'], 0);
  1085.         $instance->addListener('hly.event.post_create', [=> function () {
  1086.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\RoutingFormResultSubscriber'] ?? $this->load('getRoutingFormResultSubscriberService.php'));
  1087.         }, => 'postCreateEvent'], 0);
  1088.         $instance->addListener('event_type.create', [=> function () {
  1089.             return ($this->privates['Harmonizely\\Service\\EventSubscriber\\WelcomeTourSubscriber'] ?? $this->load('getWelcomeTourSubscriberService.php'));
  1090.         }, => 'createEventType'], 0);
  1091.         $instance->addListener('hly.locale.set', [=> function () {
  1092.             return ($this->privates['Harmonizely\\Service\\Locale\\EventListener\\SetLocaleListener'] ?? $this->getSetLocaleListenerService());
  1093.         }, => 'onSetLocale'], 0);
  1094.         $instance->addListener('kernel.request', [=> function () {
  1095.             return ($this->privates['Harmonizely\\Service\\Locale\\EventListener\\SetLocaleListener'] ?? $this->getSetLocaleListenerService());
  1096.         }, => 'onRequestSetLocale'], 0);
  1097.         $instance->addListener('hly.event.post_account_connect', [=> function () {
  1098.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\CalendarIntegration\\EventSubscriber\\CalendarAccountConnectSubscriber'] ?? $this->load('getCalendarAccountConnectSubscriberService.php'));
  1099.         }, => 'accountPostConnect'], 0);
  1100.         $instance->addListener('hly.event.post_create', [=> function () {
  1101.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
  1102.         }, => 'create'], 0);
  1103.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  1104.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
  1105.         }, => 'reschedule'], 0);
  1106.         $instance->addListener('hly.event.post_cancel', [=> function () {
  1107.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
  1108.         }, => 'cancel'], 0);
  1109.         $instance->addListener('hly.member.post_join', [=> function () {
  1110.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\PushNotification\\EventSubscriber\\PushNotificationSubscriber'] ?? $this->load('getPushNotificationSubscriberService.php'));
  1111.         }, => 'memberPostJoin'], 0);
  1112.         $instance->addListener('hly.event.post_create', [=> function () {
  1113.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\SmsGateway\\EventSubscriber\\SendSmsSubscriber'] ?? $this->load('getSendSmsSubscriberService.php'));
  1114.         }, => 'create'], 0);
  1115.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  1116.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\SmsGateway\\EventSubscriber\\SendSmsSubscriber'] ?? $this->load('getSendSmsSubscriberService.php'));
  1117.         }, => 'reschedule'], 0);
  1118.         $instance->addListener('hly.event.post_cancel', [=> function () {
  1119.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\SmsGateway\\EventSubscriber\\SendSmsSubscriber'] ?? $this->load('getSendSmsSubscriberService.php'));
  1120.         }, => 'cancel'], 0);
  1121.         $instance->addListener('hly.event.post_create', [=> function () {
  1122.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\Zapier\\EventSubscriber\\ZapierNotificationSubscriber'] ?? $this->load('getZapierNotificationSubscriberService.php'));
  1123.         }, => 'create'], 0);
  1124.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  1125.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\Zapier\\EventSubscriber\\ZapierNotificationSubscriber'] ?? $this->load('getZapierNotificationSubscriberService.php'));
  1126.         }, => 'reschedule'], 0);
  1127.         $instance->addListener('hly.event.post_cancel', [=> function () {
  1128.             return ($this->privates['Harmonizely\\Service\\Panel\\Api\\Zapier\\EventSubscriber\\ZapierNotificationSubscriber'] ?? $this->load('getZapierNotificationSubscriberService.php'));
  1129.         }, => 'cancel'], 0);
  1130.         $instance->addListener('user.deleted', [=> function () {
  1131.             return ($this->privates['Harmonizely\\Service\\Simplypay\\Subscribers\\UserDeletedSubscriber'] ?? $this->load('getUserDeletedSubscriberService.php'));
  1132.         }, => 'onUserDeleted'], 0);
  1133.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  1134.             return ($this->privates['Harmonizely\\Service\\Subscription\\Subscribers\\SendTrialStartEmailSubscriber'] ?? $this->load('getSendTrialStartEmailSubscriberService.php'));
  1135.         }, => 'onRegistrationConfirm'], 0);
  1136.         $instance->addListener('security.authentication.success', [=> function () {
  1137.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\AuthenticationListener'] ?? $this->load('getAuthenticationListenerService.php'));
  1138.         }, => 'onAuthenticationSuccess'], 0);
  1139.         $instance->addListener('security.authentication.failure', [=> function () {
  1140.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\AuthenticationListener'] ?? $this->load('getAuthenticationListenerService.php'));
  1141.         }, => 'onAuthenticationFailure'], 0);
  1142.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1143.             return ($this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\ResetPasswordListener'] ?? $this->load('getResetPasswordListenerService.php'));
  1144.         }, => 'onResettingResetCompleted'], -100);
  1145.         $instance->addListener('user.deleted', [=> function () {
  1146.             return ($this->privates['Harmonizely\\User\\EventSubscriber\\DeleteUserSubscriber'] ?? $this->load('getDeleteUserSubscriberService.php'));
  1147.         }, => 'onUserDeleted'], 0);
  1148.         $instance->addListener('hly.event.post_create', [=> function () {
  1149.             return ($this->privates['Harmonizely\\Webhooks\\EventSubscriber\\SendWebhookPayloadSubscriber'] ?? $this->load('getSendWebhookPayloadSubscriberService.php'));
  1150.         }, => 'sendScheduled'], 0);
  1151.         $instance->addListener('hly.event.post_cancel', [=> function () {
  1152.             return ($this->privates['Harmonizely\\Webhooks\\EventSubscriber\\SendWebhookPayloadSubscriber'] ?? $this->load('getSendWebhookPayloadSubscriberService.php'));
  1153.         }, => 'sendCancelled'], 0);
  1154.         $instance->addListener('hly.event.post_reschedule', [=> function () {
  1155.             return ($this->privates['Harmonizely\\Webhooks\\EventSubscriber\\SendWebhookPayloadSubscriber'] ?? $this->load('getSendWebhookPayloadSubscriberService.php'));
  1156.         }, => 'sendRescheduled'], 0);
  1157.         $instance->addListener('kernel.response', [=> function () {
  1158.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1159.         }, => 'onKernelResponse'], 0);
  1160.         $instance->addListener('kernel.response', [=> function () {
  1161.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1162.         }, => 'onKernelResponse'], -1024);
  1163.         $instance->addListener('kernel.request', [=> function () {
  1164.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1165.         }, => 'setDefaultLocale'], 100);
  1166.         $instance->addListener('kernel.request', [=> function () {
  1167.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1168.         }, => 'onKernelRequest'], 16);
  1169.         $instance->addListener('kernel.finish_request', [=> function () {
  1170.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1171.         }, => 'onKernelFinishRequest'], 0);
  1172.         $instance->addListener('kernel.request', [=> function () {
  1173.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1174.         }, => 'onKernelRequest'], 256);
  1175.         $instance->addListener('kernel.request', [=> function () {
  1176.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1177.         }, => 'resolveControllerName'], 24);
  1178.         $instance->addListener('kernel.response', [=> function () {
  1179.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1180.         }, => 'onResponse'], -255);
  1181.         $instance->addListener('kernel.request', [=> function () {
  1182.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1183.         }, => 'onKernelRequest'], 15);
  1184.         $instance->addListener('kernel.finish_request', [=> function () {
  1185.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1186.         }, => 'onKernelFinishRequest'], -15);
  1187.         $instance->addListener('console.error', [=> function () {
  1188.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1189.         }, => 'onConsoleError'], -128);
  1190.         $instance->addListener('console.terminate', [=> function () {
  1191.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1192.         }, => 'onConsoleTerminate'], -128);
  1193.         $instance->addListener('console.error', [=> function () {
  1194.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1195.         }, => 'onConsoleError'], 0);
  1196.         $instance->addListener('kernel.request', [=> function () {
  1197.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1198.         }, => 'onKernelRequest'], 128);
  1199.         $instance->addListener('kernel.response', [=> function () {
  1200.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1201.         }, => 'onKernelResponse'], -1000);
  1202.         $instance->addListener('kernel.finish_request', [=> function () {
  1203.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1204.         }, => 'onFinishRequest'], 0);
  1205.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1206.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService.php'));
  1207.         }, => 'onMessageFailed'], 100);
  1208.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1209.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService.php'));
  1210.         }, => 'onMessageFailed'], -100);
  1211.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1212.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php'));
  1213.         }, => 'onWorkerStarted'], 0);
  1214.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1215.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService.php'));
  1216.         }, => 'onWorkerRunning'], 0);
  1217.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1218.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1219.         }, => 'onMessage'], -255);
  1220.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1221.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1222.         }, => 'onMessage'], -255);
  1223.         $instance->addListener('kernel.response', [=> function () {
  1224.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1225.         }, => 'onKernelResponse'], -100);
  1226.         $instance->addListener('kernel.exception', [=> function () {
  1227.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1228.         }, => 'onKernelException'], 0);
  1229.         $instance->addListener('kernel.terminate', [=> function () {
  1230.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1231.         }, => 'onKernelTerminate'], -1024);
  1232.         $instance->addListener('kernel.controller', [=> function () {
  1233.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1234.         }, => 'onKernelController'], 0);
  1235.         $instance->addListener('kernel.response', [=> function () {
  1236.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1237.         }, => 'onKernelResponse'], 0);
  1238.         $instance->addListener('kernel.request', [=> function () {
  1239.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1240.         }, => 'configure'], 2048);
  1241.         $instance->addListener('console.command', [=> function () {
  1242.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1243.         }, => 'configure'], 2048);
  1244.         $instance->addListener('kernel.request', [=> function () {
  1245.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1246.         }, => 'onKernelRequest'], 32);
  1247.         $instance->addListener('kernel.finish_request', [=> function () {
  1248.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1249.         }, => 'onKernelFinishRequest'], 0);
  1250.         $instance->addListener('kernel.exception', [=> function () {
  1251.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1252.         }, => 'onKernelException'], -64);
  1253.         $instance->addListener('kernel.controller', [=> function () {
  1254.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1255.         }, => 'onKernelController'], 0);
  1256.         $instance->addListener('kernel.controller', [=> function () {
  1257.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1258.         }, => 'onKernelController'], 0);
  1259.         $instance->addListener('kernel.controller', [=> function () {
  1260.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1261.         }, => 'onKernelController'], -128);
  1262.         $instance->addListener('kernel.view', [=> function () {
  1263.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1264.         }, => 'onKernelView'], 0);
  1265.         $instance->addListener('kernel.controller', [=> function () {
  1266.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1267.         }, => 'onKernelController'], 0);
  1268.         $instance->addListener('kernel.response', [=> function () {
  1269.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1270.         }, => 'onKernelResponse'], 0);
  1271.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1272.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1273.         }, => 'onKernelControllerArguments'], 0);
  1274.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1275.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1276.         }, => 'onKernelControllerArguments'], 0);
  1277.         $instance->addListener('kernel.exception', [=> function () {
  1278.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1279.         }, => 'logKernelException'], 0);
  1280.         $instance->addListener('kernel.exception', [=> function () {
  1281.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1282.         }, => 'onKernelException'], -128);
  1283.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1284.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService.php'));
  1285.         }, => 'onMessage'], 0);
  1286.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1287.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php'));
  1288.         }, => 'onWorkerMessageHandled'], 0);
  1289.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1290.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService.php'));
  1291.         }, => 'onWorkerMessageFailed'], 0);
  1292.         $instance->addListener('kernel.response', [=> function () {
  1293.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1294.         }, => 'onKernelResponse'], 0);
  1295.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1296.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1297.         }, => 'onVoterVote'], 0);
  1298.         $instance->addListener('kernel.request', [=> function () {
  1299.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1300.         }, => 'configureLogoutUrlGenerator'], 8);
  1301.         $instance->addListener('kernel.request', [=> function () {
  1302.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1303.         }, => 'onKernelRequest'], 8);
  1304.         $instance->addListener('kernel.finish_request', [=> function () {
  1305.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1306.         }, => 'onKernelFinishRequest'], 0);
  1307.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1308.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1309.         }, => 'onImplicitLogin'], 0);
  1310.         $instance->addListener('security.interactive_login', [=> function () {
  1311.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1312.         }, => 'onSecurityInteractiveLogin'], 0);
  1313.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1314.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1315.         }, => 'authenticate'], 0);
  1316.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1317.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1318.         }, => 'authenticate'], 0);
  1319.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1320.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1321.         }, => 'authenticate'], 0);
  1322.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1323.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1324.         }, => 'addSuccessFlash'], 0);
  1325.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1326.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1327.         }, => 'addSuccessFlash'], 0);
  1328.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1329.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1330.         }, => 'addSuccessFlash'], 0);
  1331.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1332.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1333.         }, => 'addSuccessFlash'], 0);
  1334.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1335.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1336.         }, => 'addSuccessFlash'], 0);
  1337.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1338.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1339.         }, => 'addSuccessFlash'], 0);
  1340.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1341.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1342.         }, => 'addSuccessFlash'], 0);
  1343.         $instance->addListener('fos_user.registration.success', [=> function () {
  1344.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->load('getFosUser_Listener_EmailConfirmationService.php'));
  1345.         }, => 'onRegistrationSuccess'], 0);
  1346.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1347.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1348.         }, => 'onResettingResetInitialize'], 0);
  1349.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1350.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1351.         }, => 'onResettingResetSuccess'], 0);
  1352.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1353.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1354.         }, => 'onResettingResetRequest'], 0);
  1355.         $instance->addListener('kernel.exception', [=> function () {
  1356.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1357.         }, => 'onException'], 0);
  1358.         $instance->addListener('kernel.terminate', [=> function () {
  1359.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1360.         }, => 'onTerminate'], 0);
  1361.         $instance->addListener('console.error', [=> function () {
  1362.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1363.         }, => 'onException'], 0);
  1364.         $instance->addListener('console.terminate', [=> function () {
  1365.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1366.         }, => 'onTerminate'], 0);
  1367.         $instance->addListener('kernel.response', [=> function () {
  1368.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1369.         }, => 'onKernelResponse'], -128);
  1370.         $instance->addListener('console.error', [=> function () {
  1371.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1372.         }, => 'onConsoleError'], 0);
  1373.         $instance->addListener('console.terminate', [=> function () {
  1374.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1375.         }, => 'onConsoleTerminate'], 0);
  1376.         $instance->addListener('kernel.exception', [=> function () {
  1377.             return ($this->privates['fos_rest.exception_listener'] ?? $this->load('getFosRest_ExceptionListenerService.php'));
  1378.         }, => 'onKernelException'], -100);
  1379.         $instance->addListener('kernel.exception', [=> function () {
  1380.             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()));
  1381.         }, => 'onException'], 512);
  1382.         $instance->addListener('kernel.exception', [=> function () {
  1383.             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()));
  1384.         }, => 'onException'], 512);
  1385.         $instance->addListener('console.command', [=> function () {
  1386.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1387.         }, => 'onCommand'], 255);
  1388.         $instance->addListener('console.terminate', [=> function () {
  1389.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1390.         }, => 'onTerminate'], -255);
  1391.         $instance->addListener('console.command', [=> function () {
  1392.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1393.         }, => 'configure'], 1024);
  1394.         return $instance;
  1395.     }
  1396.     /**
  1397.      * Gets the public 'filesystem' shared service.
  1398.      *
  1399.      * @return \Symfony\Component\Filesystem\Filesystem
  1400.      */
  1401.     protected function getFilesystemService()
  1402.     {
  1403.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1404.     }
  1405.     /**
  1406.      * Gets the public 'hateoas.generator.registry' shared service.
  1407.      *
  1408.      * @return \Hateoas\UrlGenerator\UrlGeneratorRegistry
  1409.      */
  1410.     protected function getHateoas_Generator_RegistryService()
  1411.     {
  1412.         return $this->services['hateoas.generator.registry'] = new \Hateoas\UrlGenerator\UrlGeneratorRegistry(new \Hateoas\UrlGenerator\SymfonyUrlGenerator(($this->services['router'] ?? $this->getRouterService())));
  1413.     }
  1414.     /**
  1415.      * Gets the public 'hateoas.helper.link' shared service.
  1416.      *
  1417.      * @return \Hateoas\Helper\LinkHelper
  1418.      */
  1419.     protected function getHateoas_Helper_LinkService()
  1420.     {
  1421.         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()));
  1422.     }
  1423.     /**
  1424.      * Gets the public 'http_kernel' shared service.
  1425.      *
  1426.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1427.      */
  1428.     protected function getHttpKernelService()
  1429.     {
  1430.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1431.         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 () {
  1432.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1433.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1434.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1435.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1436.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1437.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1438.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1439.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1440.         }, 8)), $a));
  1441.     }
  1442.     /**
  1443.      * Gets the public 'jms_serializer' shared service.
  1444.      *
  1445.      * @return \JMS\Serializer\Serializer
  1446.      */
  1447.     protected function getJmsSerializerService()
  1448.     {
  1449.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  1450.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService.php'));
  1451.         $c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  1452.         $d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
  1453.         $e = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1454.             'Harmonizely\\Serializer\\EventCancellationSubscriber' => ['privates''Harmonizely\\Serializer\\EventCancellationSubscriber''getEventCancellationSubscriberService.php'true],
  1455.             'Harmonizely\\Serializer\\UserSubscriber' => ['privates''Harmonizely\\Serializer\\UserSubscriber''getUserSubscriberService.php'true],
  1456.             'hateoas.event_listener.json' => ['services''hateoas.event_listener.json''getHateoas_EventListener_JsonService.php'true],
  1457.             'hateoas.event_listener.xml' => ['services''hateoas.event_listener.xml''getHateoas_EventListener_XmlService.php'true],
  1458.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService.php'true],
  1459.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService.php'true],
  1460.         ], [
  1461.             'Harmonizely\\Serializer\\EventCancellationSubscriber' => '?',
  1462.             'Harmonizely\\Serializer\\UserSubscriber' => '?',
  1463.             'hateoas.event_listener.json' => '?',
  1464.             'hateoas.event_listener.xml' => '?',
  1465.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  1466.             'jms_serializer.stopwatch_subscriber' => '?',
  1467.         ]));
  1468.         $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']]]);
  1469.         $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1470.         $f->setOptions(1216);
  1471.         $g = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1472.         $g->setOptions(0);
  1473.         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())));
  1474.     }
  1475.     /**
  1476.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1477.      *
  1478.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1479.      */
  1480.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1481.     {
  1482.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1483.     }
  1484.     /**
  1485.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1486.      *
  1487.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1488.      */
  1489.     protected function getJmsSerializer_SerializationContextFactoryService()
  1490.     {
  1491.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1492.     }
  1493.     /**
  1494.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1495.      *
  1496.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1497.      */
  1498.     protected function getLiipImagine_Cache_ManagerService()
  1499.     {
  1500.         $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');
  1501.         $instance->addResolver('user_avatar', ($this->services['liip_imagine.cache.resolver.user_avatar'] ?? $this->getLiipImagine_Cache_Resolver_UserAvatarService()));
  1502.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1503.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1504.         return $instance;
  1505.     }
  1506.     /**
  1507.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1508.      *
  1509.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1510.      */
  1511.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1512.     {
  1513.         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');
  1514.     }
  1515.     /**
  1516.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1517.      *
  1518.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1519.      */
  1520.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1521.     {
  1522.         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()));
  1523.     }
  1524.     /**
  1525.      * Gets the public 'liip_imagine.cache.resolver.user_avatar' shared service.
  1526.      *
  1527.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemResolver
  1528.      */
  1529.     protected function getLiipImagine_Cache_Resolver_UserAvatarService()
  1530.     {
  1531.         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');
  1532.     }
  1533.     /**
  1534.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1535.      *
  1536.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1537.      */
  1538.     protected function getLiipImagine_Cache_SignerService()
  1539.     {
  1540.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1541.     }
  1542.     /**
  1543.      * Gets the public 'message_bus' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1546.      */
  1547.     protected function getMessageBusService()
  1548.     {
  1549.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1550.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService.php'));
  1551.             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')));
  1552.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1553.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1554.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1555.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService.php'));
  1556.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService.php'));
  1557.         }, 7)));
  1558.     }
  1559.     /**
  1560.      * Gets the public 'oneup_flysystem.awss3v3_filesystem' shared service.
  1561.      *
  1562.      * @return \League\Flysystem\Filesystem
  1563.      */
  1564.     protected function getOneupFlysystem_Awss3v3FilesystemService()
  1565.     {
  1566.         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]);
  1567.     }
  1568.     /**
  1569.      * Gets the public 'oneup_flysystem.local_filesystem' shared service.
  1570.      *
  1571.      * @return \League\Flysystem\Filesystem
  1572.      */
  1573.     protected function getOneupFlysystem_LocalFilesystemService()
  1574.     {
  1575.         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]);
  1576.     }
  1577.     /**
  1578.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  1579.      *
  1580.      * @return \League\Flysystem\MountManager
  1581.      */
  1582.     protected function getOneupFlysystem_MountManagerService()
  1583.     {
  1584.         $this->services['oneup_flysystem.mount_manager'] = $instance = new \League\Flysystem\MountManager();
  1585.         $instance->mountFilesystem('oneup_flysystem.local_filesystem', ($this->services['oneup_flysystem.local_filesystem'] ?? $this->getOneupFlysystem_LocalFilesystemService()));
  1586.         $instance->mountFilesystem('oneup_flysystem.awss3v3_filesystem', ($this->services['oneup_flysystem.awss3v3_filesystem'] ?? $this->getOneupFlysystem_Awss3v3FilesystemService()));
  1587.         return $instance;
  1588.     }
  1589.     /**
  1590.      * Gets the public 'profiler' shared service.
  1591.      *
  1592.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1593.      */
  1594.     protected function getProfilerService()
  1595.     {
  1596.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1597.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1598.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  1599.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1600.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1601.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1602.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1603.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1604.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1605.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1606.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1607.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1608.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1609.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1610.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1611.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1612.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1613.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  1614.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  1615.         $d->addInstance('cache.doctrine.orm.common.metadata', ($this->privates['cache.doctrine.orm.common.metadata'] ?? $this->getCache_Doctrine_Orm_Common_MetadataService()));
  1616.         $d->addInstance('cache.doctrine.orm.common.result', ($this->privates['cache.doctrine.orm.common.result'] ?? $this->getCache_Doctrine_Orm_Common_ResultService()));
  1617.         $d->addInstance('cache.doctrine.orm.common.query', ($this->privates['cache.doctrine.orm.common.query'] ?? $this->getCache_Doctrine_Orm_Common_QueryService()));
  1618.         $d->addInstance('cache.doctrine.orm.company.metadata', ($this->privates['cache.doctrine.orm.company.metadata'] ?? $this->getCache_Doctrine_Orm_Company_MetadataService()));
  1619.         $d->addInstance('cache.doctrine.orm.company.result', ($this->privates['cache.doctrine.orm.company.result'] ?? $this->getCache_Doctrine_Orm_Company_ResultService()));
  1620.         $d->addInstance('cache.doctrine.orm.company.query', ($this->privates['cache.doctrine.orm.company.query'] ?? $this->getCache_Doctrine_Orm_Company_QueryService()));
  1621.         $d->addInstance('cache.doctrine.orm.harmonizely.metadata', ($this->privates['cache.doctrine.orm.harmonizely.metadata'] ?? $this->getCache_Doctrine_Orm_Harmonizely_MetadataService()));
  1622.         $d->addInstance('cache.doctrine.orm.harmonizely.result', ($this->privates['cache.doctrine.orm.harmonizely.result'] ?? $this->getCache_Doctrine_Orm_Harmonizely_ResultService()));
  1623.         $d->addInstance('cache.doctrine.orm.harmonizely.query', ($this->privates['cache.doctrine.orm.harmonizely.query'] ?? $this->getCache_Doctrine_Orm_Harmonizely_QueryService()));
  1624.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1625.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1626.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1627.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1628.         $e->registerClient('recaptcha_api.client', ($this->privates['.debug.recaptcha_api.client'] ?? $this->get_Debug_RecaptchaApi_ClientService()));
  1629.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1630.         $f->addLogger('common', ($this->privates['doctrine.dbal.logger.profiling.common'] ?? ($this->privates['doctrine.dbal.logger.profiling.common'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1631.         $f->addLogger('company', ($this->privates['doctrine.dbal.logger.profiling.company'] ?? ($this->privates['doctrine.dbal.logger.profiling.company'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1632.         $f->addLogger('harmonizely', ($this->privates['doctrine.dbal.logger.profiling.harmonizely'] ?? ($this->privates['doctrine.dbal.logger.profiling.harmonizely'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1633.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1634.         $g->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  1635.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1636.         if ($this->has('kernel')) {
  1637.             $h->setKernel($b);
  1638.         }
  1639.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1640.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1641.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1642.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1643.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1644.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1645.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1646.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcHarmonizely_KernelDevDebugContainer'), $c));
  1647.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1648.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1649.         $instance->add($d);
  1650.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1651.         $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())));
  1652.         $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())));
  1653.         $instance->add($e);
  1654.         $instance->add($f);
  1655.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1656.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1657.         $instance->add($g);
  1658.         $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()))));
  1659.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1660.         $instance->add($h);
  1661.         return $instance;
  1662.     }
  1663.     /**
  1664.      * Gets the public 'request_stack' shared service.
  1665.      *
  1666.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1667.      */
  1668.     protected function getRequestStackService()
  1669.     {
  1670.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1671.     }
  1672.     /**
  1673.      * Gets the public 'router' shared service.
  1674.      *
  1675.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1676.      */
  1677.     protected function getRouterService()
  1678.     {
  1679.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1680.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1681.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  1682.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1683.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1684.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1685.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1686.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1687.         ], [
  1688.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1689.         ]))->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' => NULL'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');
  1690.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1691.         return $instance;
  1692.     }
  1693.     /**
  1694.      * Gets the public 'security.authorization_checker' shared service.
  1695.      *
  1696.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1697.      */
  1698.     protected function getSecurity_AuthorizationCheckerService()
  1699.     {
  1700.         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);
  1701.     }
  1702.     /**
  1703.      * Gets the public 'security.token_storage' shared service.
  1704.      *
  1705.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1706.      */
  1707.     protected function getSecurity_TokenStorageService()
  1708.     {
  1709.         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, [
  1710.             'session' => ['services''session''getSessionService'false],
  1711.         ], [
  1712.             'session' => '?',
  1713.         ]));
  1714.     }
  1715.     /**
  1716.      * Gets the public 'serializer' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\Serializer\Serializer
  1719.      */
  1720.     protected function getSerializerService()
  1721.     {
  1722.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1723.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1724.         $c = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a);
  1725.         $d = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1726.         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()]);
  1727.     }
  1728.     /**
  1729.      * Gets the public 'session' shared service.
  1730.      *
  1731.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1732.      */
  1733.     protected function getSessionService()
  1734.     {
  1735.         $a = new \Redis();
  1736.         $a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  1737.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler($a, ['prefix' => 'sess_']), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0)));
  1738.     }
  1739.     /**
  1740.      * Gets the public 'translator' shared service.
  1741.      *
  1742.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1743.      */
  1744.     protected function getTranslatorService()
  1745.     {
  1746.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1747.     }
  1748.     /**
  1749.      * Gets the public 'twig' shared service.
  1750.      *
  1751.      * @return \Twig\Environment
  1752.      */
  1753.     protected function getTwigService()
  1754.     {
  1755.         $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']);
  1756.         $a = ($this->privates['twig.missing_extension_suggestor'] ?? ($this->privates['twig.missing_extension_suggestor'] = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor()));
  1757.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  1758.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  1759.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  1760.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  1761.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  1762.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  1763.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  1764.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  1765.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  1766.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  1767.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  1768.         $instance->addExtension(($this->privates['twig.extension.form'] ?? ($this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension())));
  1769.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  1770.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  1771.         $instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
  1772.         $instance->addExtension(($this->privates['Twig\\Extensions\\IntlExtension'] ?? ($this->privates['Twig\\Extensions\\IntlExtension'] = new \Twig\Extensions\IntlExtension())));
  1773.         $instance->addExtension(($this->privates['Twig\\Extension\\StringLoaderExtension'] ?? ($this->privates['Twig\\Extension\\StringLoaderExtension'] = new \Twig\Extension\StringLoaderExtension())));
  1774.         $instance->addExtension(($this->privates['Twig\\Extension\\SandboxExtension'] ?? $this->getSandboxExtensionService()));
  1775.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\AppearanceExtension'] ?? $this->getAppearanceExtensionService()));
  1776.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\CalculateICSSignatureExtension'] ?? $this->getCalculateICSSignatureExtensionService()));
  1777.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\CanLeaveReviewExtension'] ?? $this->getCanLeaveReviewExtensionService()));
  1778.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\EventLinkGeneratorExtension'] ?? $this->getEventLinkGeneratorExtensionService()));
  1779.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\FormatDateExtension'] ?? ($this->privates['Harmonizely\\Twig\\FormatDateExtension'] = new \Harmonizely\Twig\FormatDateExtension())));
  1780.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\FormatTimeExtension'] ?? ($this->privates['Harmonizely\\Twig\\FormatTimeExtension'] = new \Harmonizely\Twig\FormatTimeExtension())));
  1781.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\GetIntegrationConfigExtension'] ?? $this->getGetIntegrationConfigExtensionService()));
  1782.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\GetLocaleChoicesExtension'] ?? $this->getGetLocaleChoicesExtensionService()));
  1783.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\GetMaxConnectedCalendarsExtension'] ?? $this->getGetMaxConnectedCalendarsExtensionService()));
  1784.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\GetTimezonesExtension'] ?? $this->getGetTimezonesExtensionService()));
  1785.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\IsRtlExtension'] ?? ($this->privates['Harmonizely\\Twig\\IsRtlExtension'] = new \Harmonizely\Twig\IsRtlExtension())));
  1786.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\LocationExtension'] ?? $this->getLocationExtensionService()));
  1787.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\SBPayWidgetExtension'] ?? $this->getSBPayWidgetExtensionService()));
  1788.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\SchedulingPageUrlExtension'] ?? ($this->privates['Harmonizely\\Twig\\SchedulingPageUrlExtension'] = new \Harmonizely\Twig\SchedulingPageUrlExtension())));
  1789.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\SimplypayIntegrationExtension'] ?? $this->getSimplypayIntegrationExtensionService()));
  1790.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\SubscriptionIsAllowedExtension'] ?? $this->getSubscriptionIsAllowedExtensionService()));
  1791.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\isBookingFromAdmin'] ?? $this->getIsBookingFromAdminService()));
  1792.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\isDefaultCompany'] ?? $this->getIsDefaultCompanyService()));
  1793.         $instance->addExtension(($this->privates['Harmonizely\\Twig\\isLoginAsUserExtension'] ?? $this->getIsLoginAsUserExtensionService()));
  1794.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  1795.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  1796.         $instance->addExtension(($this->privates['jms_serializer.twig_extension.serializer'] ?? ($this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension())));
  1797.         $instance->addExtension(($this->privates['nelmio_api_doc.render_docs.html.asset'] ?? $this->getNelmioApiDoc_RenderDocs_Html_AssetService()));
  1798.         $instance->addExtension(($this->privates['hateoas.twig.link'] ?? $this->getHateoas_Twig_LinkService()));
  1799.         $instance->addExtension(($this->privates['twig.extension.pagerfanta'] ?? $this->getTwig_Extension_PagerfantaService()));
  1800.         $instance->addExtension(($this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtension'] ?? $this->getUploaderExtensionService()));
  1801.         $instance->addExtension(($this->privates['liip_imagine.templating.filter_extension'] ?? $this->getLiipImagine_Templating_FilterExtensionService()));
  1802.         $instance->addExtension(($this->privates['misd_phone_number.twig.extension.format'] ?? $this->getMisdPhoneNumber_Twig_Extension_FormatService()));
  1803.         $instance->addExtension(($this->privates['webpack_encore.twig_entry_files_extension'] ?? $this->getWebpackEncore_TwigEntryFilesExtensionService()));
  1804.         $instance->addExtension(($this->privates['twig.extension.cssinliner'] ?? ($this->privates['twig.extension.cssinliner'] = new \Twig\Extra\CssInliner\CssInlinerExtension())));
  1805.         $instance->addExtension(($this->privates['twig.extension.inky'] ?? ($this->privates['twig.extension.inky'] = new \Twig\Extra\Inky\InkyExtension())));
  1806.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  1807.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  1808.         $instance->addGlobal('terms_url''https://simplymeet.me/en/terms-and-conditions');
  1809.         $instance->addGlobal('policy_url''https://simplymeet.me/en/policy');
  1810.         $instance->addGlobal('dpa_url''https://simplybook.me/en/legal/dpa');
  1811.         $instance->addGlobal('help_url''https://help.SimplyMeet.me');
  1812.         $instance->addGlobal('savio_url''https://simplymeet-voting.savio.io/');
  1813.         $instance->addGlobal('main_page_url''https://simplymeet.me');
  1814.         $instance->addGlobal('powered_by''https://simplybook.me/en/SimplyBook.me_compared_with_SimplyMeet.me');
  1815.         $instance->addGlobal('news_url''https://news.simplymeet.me');
  1816.         $instance->addGlobal('base_domain''app.simplymeet.me');
  1817.         $instance->addGlobal('help_domain''help.simplymeet.me');
  1818.         $instance->addGlobal('public_host'$this->getEnv('default:param_public_host_route:APP_HOST'));
  1819.         $instance->addGlobal('secure_host'$this->getEnv('default:param_secure_host_route:SECURE_HOST'));
  1820.         $instance->addGlobal('super_admin_host'$this->getEnv('default:param_super_admin_host_route:SUPER_ADMIN_HOST'));
  1821.         $instance->addGlobal('default_2fa_provider''ga');
  1822.         $instance->addGlobal('max_limit_of_participants_for_client'5);
  1823.         $instance->addGlobal('max_limit_of_participants_for_admin'25);
  1824.         $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');
  1825.         $instance->addGlobal('directory_host'$this->getEnv('DIRECTORY_HOST'));
  1826.         $instance->addGlobal('google_captcha_site_key'$this->getEnv('GOOGLE_CAPTCHA_SITE_KEY'));
  1827.         $instance->registerUndefinedFilterCallback([=> $a=> 'suggestFilter']);
  1828.         $instance->registerUndefinedFunctionCallback([=> $a=> 'suggestFunction']);
  1829.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  1830.         return $instance;
  1831.     }
  1832.     /**
  1833.      * Gets the public 'validator' shared service.
  1834.      *
  1835.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1836.      */
  1837.     protected function getValidatorService()
  1838.     {
  1839.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1840.     }
  1841.     /**
  1842.      * Gets the public 'var_dumper.cloner' shared service.
  1843.      *
  1844.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1845.      */
  1846.     protected function getVarDumper_ClonerService()
  1847.     {
  1848.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1849.         $instance->setMaxItems(2500);
  1850.         $instance->setMinDepth(1);
  1851.         $instance->setMaxString(-1);
  1852.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1853.         return $instance;
  1854.     }
  1855.     /**
  1856.      * Gets the public 'vich_uploader.upload_handler' shared service.
  1857.      *
  1858.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  1859.      */
  1860.     protected function getVichUploader_UploadHandlerService()
  1861.     {
  1862.         $a = ($this->privates['vich_uploader.storage.flysystem'] ?? $this->getVichUploader_Storage_FlysystemService());
  1863.         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()));
  1864.     }
  1865.     /**
  1866.      * Gets the private '.debug.http_client' shared service.
  1867.      *
  1868.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1869.      */
  1870.     protected function get_Debug_HttpClientService()
  1871.     {
  1872.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()));
  1873.     }
  1874.     /**
  1875.      * Gets the private '.debug.http_client.inner' shared service.
  1876.      *
  1877.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  1878.      */
  1879.     protected function get_Debug_HttpClient_InnerService()
  1880.     {
  1881.         $this->privates['.debug.http_client.inner'] = $instance = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1882.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  1883.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1884.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  1885.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1886.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1887.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1888.         $instance->setLogger($a);
  1889.         return $instance;
  1890.     }
  1891.     /**
  1892.      * Gets the private '.debug.recaptcha_api.client' shared service.
  1893.      *
  1894.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1895.      */
  1896.     protected function get_Debug_RecaptchaApi_ClientService()
  1897.     {
  1898.         return $this->privates['.debug.recaptcha_api.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), 'https://www.google.com/recaptcha/api/siteverify', ['query' => ['secret' => $this->getEnv('GOOGLE_CAPTCHA_SECRET')], 'headers' => [], 'resolve' => []]));
  1899.     }
  1900.     /**
  1901.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1902.      *
  1903.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1904.      */
  1905.     protected function get_LegacyResolveControllerNameSubscriberService()
  1906.     {
  1907.         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);
  1908.     }
  1909.     /**
  1910.      * Gets the private 'Harmonizely\Core\Security\SuperAdminUserSecurityHelper' shared autowired service.
  1911.      *
  1912.      * @return \Harmonizely\Core\Security\SuperAdminUserSecurityHelper
  1913.      */
  1914.     protected function getSuperAdminUserSecurityHelperService()
  1915.     {
  1916.         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()));
  1917.     }
  1918.     /**
  1919.      * Gets the private 'Harmonizely\Core\Security\UserSecurityHelper' shared autowired service.
  1920.      *
  1921.      * @return \Harmonizely\Core\Security\UserSecurityHelper
  1922.      */
  1923.     protected function getUserSecurityHelperService()
  1924.     {
  1925.         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()));
  1926.     }
  1927.     /**
  1928.      * Gets the private 'Harmonizely\CustomDomain\EntityRecognizer' shared autowired service.
  1929.      *
  1930.      * @return \Harmonizely\CustomDomain\EntityRecognizer
  1931.      */
  1932.     protected function getEntityRecognizerService()
  1933.     {
  1934.         return $this->privates['Harmonizely\\CustomDomain\\EntityRecognizer'] = new \Harmonizely\CustomDomain\EntityRecognizer([=> ($this->privates['Harmonizely\\Repository\\Company\\OrganizationRepository'] ?? $this->getOrganizationRepositoryService()), => ($this->privates['Harmonizely\\Repository\\Company\\UserRepository'] ?? $this->getUserRepositoryService())]);
  1935.     }
  1936.     /**
  1937.      * Gets the private 'Harmonizely\EventListener\CryptContainerInitListener' shared autowired service.
  1938.      *
  1939.      * @return \Harmonizely\EventListener\CryptContainerInitListener
  1940.      */
  1941.     protected function getCryptContainerInitListenerService()
  1942.     {
  1943.         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')))));
  1944.     }
  1945.     /**
  1946.      * Gets the private 'Harmonizely\EventListener\RedirectLoggedInUserListener' shared autowired service.
  1947.      *
  1948.      * @return \Harmonizely\EventListener\RedirectLoggedInUserListener
  1949.      */
  1950.     protected function getRedirectLoggedInUserListenerService()
  1951.     {
  1952.         return $this->privates['Harmonizely\\EventListener\\RedirectLoggedInUserListener'] = new \Harmonizely\EventListener\RedirectLoggedInUserListener(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'Harmonizely\EventListener\RequestListener' shared autowired service.
  1956.      *
  1957.      * @return \Harmonizely\EventListener\RequestListener
  1958.      */
  1959.     protected function getRequestListenerService()
  1960.     {
  1961.         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('default:param_public_host_route:APP_HOST'), ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()), ($this->services['router'] ?? $this->getRouterService()));
  1962.     }
  1963.     /**
  1964.      * Gets the private 'Harmonizely\EventSubscriber\CompanyDetectSubscriber' shared autowired service.
  1965.      *
  1966.      * @return \Harmonizely\EventSubscriber\CompanyDetectSubscriber
  1967.      */
  1968.     protected function getCompanyDetectSubscriberService()
  1969.     {
  1970.         return $this->privates['Harmonizely\\EventSubscriber\\CompanyDetectSubscriber'] = new \Harmonizely\EventSubscriber\CompanyDetectSubscriber(($this->privates['Harmonizely\\Service\\Core\\CompanySelector'] ?? $this->getCompanySelectorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1971.     }
  1972.     /**
  1973.      * Gets the private 'Harmonizely\EventSubscriber\CurrentUserSubscriber' shared autowired service.
  1974.      *
  1975.      * @return \Harmonizely\EventSubscriber\CurrentUserSubscriber
  1976.      */
  1977.     protected function getCurrentUserSubscriberService()
  1978.     {
  1979.         return $this->privates['Harmonizely\\EventSubscriber\\CurrentUserSubscriber'] = new \Harmonizely\EventSubscriber\CurrentUserSubscriber(($this->services['doctrine.orm.company_entity_manager'] ?? $this->getDoctrine_Orm_CompanyEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1980.     }
  1981.     /**
  1982.      * Gets the private 'Harmonizely\EventSubscriber\DoctrineCurrentUserSubscriber' shared autowired service.
  1983.      *
  1984.      * @return \Harmonizely\EventSubscriber\DoctrineCurrentUserSubscriber
  1985.      */
  1986.     protected function getDoctrineCurrentUserSubscriberService()
  1987.     {
  1988.         return $this->privates['Harmonizely\\EventSubscriber\\DoctrineCurrentUserSubscriber'] = new \Harmonizely\EventSubscriber\DoctrineCurrentUserSubscriber(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1989.     }
  1990.     /**
  1991.      * Gets the private 'Harmonizely\EventSubscriber\RequireProfileSettingsSubscriber' shared autowired service.
  1992.      *
  1993.      * @return \Harmonizely\EventSubscriber\RequireProfileSettingsSubscriber
  1994.      */
  1995.     protected function getRequireProfileSettingsSubscriberService()
  1996.     {
  1997.         return $this->privates['Harmonizely\\EventSubscriber\\RequireProfileSettingsSubscriber'] = new \Harmonizely\EventSubscriber\RequireProfileSettingsSubscriber(($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1998.     }
  1999.     /**
  2000.      * Gets the private 'Harmonizely\Event\EventLinkGenerator' shared autowired service.
  2001.      *
  2002.      * @return \Harmonizely\Event\EventLinkGenerator
  2003.      */
  2004.     protected function getEventLinkGeneratorService()
  2005.     {
  2006.         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()))));
  2007.     }
  2008.     /**
  2009.      * Gets the private 'Harmonizely\Integration\Simplypay\SimplypayGetIntegrationConfig' shared autowired service.
  2010.      *
  2011.      * @return \Harmonizely\Integration\Simplypay\SimplypayGetIntegrationConfig
  2012.      */
  2013.     protected function getSimplypayGetIntegrationConfigService()
  2014.     {
  2015.         return $this->privates['Harmonizely\\Integration\\Simplypay\\SimplypayGetIntegrationConfig'] = new \Harmonizely\Integration\Simplypay\SimplypayGetIntegrationConfig(($this->privates['Harmonizely\\Repository\\Company\\IntegrationRepository'] ?? $this->getIntegrationRepositoryService()), ($this->privates['Harmonizely\\Repository\\Company\\OrganizationIntegrationRepository'] ?? $this->getOrganizationIntegrationRepositoryService()));
  2016.     }
  2017.     /**
  2018.      * Gets the private 'Harmonizely\Repository\Common\CompanyRepository' shared autowired service.
  2019.      *
  2020.      * @return \Harmonizely\Repository\Common\CompanyRepository
  2021.      */
  2022.     protected function getCompanyRepositoryService()
  2023.     {
  2024.         return $this->privates['Harmonizely\\Repository\\Common\\CompanyRepository'] = new \Harmonizely\Repository\Common\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2025.     }
  2026.     /**
  2027.      * Gets the private 'Harmonizely\Repository\Company\IntegrationRepository' shared autowired service.
  2028.      *
  2029.      * @return \Harmonizely\Repository\Company\IntegrationRepository
  2030.      */
  2031.     protected function getIntegrationRepositoryService()
  2032.     {
  2033.         return $this->privates['Harmonizely\\Repository\\Company\\IntegrationRepository'] = new \Harmonizely\Repository\Company\IntegrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2034.     }
  2035.     /**
  2036.      * Gets the private 'Harmonizely\Repository\Company\OrganizationIntegrationRepository' shared autowired service.
  2037.      *
  2038.      * @return \Harmonizely\Repository\Company\OrganizationIntegrationRepository
  2039.      */
  2040.     protected function getOrganizationIntegrationRepositoryService()
  2041.     {
  2042.         return $this->privates['Harmonizely\\Repository\\Company\\OrganizationIntegrationRepository'] = new \Harmonizely\Repository\Company\OrganizationIntegrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2043.     }
  2044.     /**
  2045.      * Gets the private 'Harmonizely\Repository\Company\OrganizationRepository' shared autowired service.
  2046.      *
  2047.      * @return \Harmonizely\Repository\Company\OrganizationRepository
  2048.      */
  2049.     protected function getOrganizationRepositoryService()
  2050.     {
  2051.         return $this->privates['Harmonizely\\Repository\\Company\\OrganizationRepository'] = new \Harmonizely\Repository\Company\OrganizationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2052.     }
  2053.     /**
  2054.      * Gets the private 'Harmonizely\Repository\Company\ReviewRepository' shared autowired service.
  2055.      *
  2056.      * @return \Harmonizely\Repository\Company\ReviewRepository
  2057.      */
  2058.     protected function getReviewRepositoryService()
  2059.     {
  2060.         return $this->privates['Harmonizely\\Repository\\Company\\ReviewRepository'] = new \Harmonizely\Repository\Company\ReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2061.     }
  2062.     /**
  2063.      * Gets the private 'Harmonizely\Repository\Company\SuperAdmin\UserRepository' shared autowired service.
  2064.      *
  2065.      * @return \Harmonizely\Repository\Company\SuperAdmin\UserRepository
  2066.      */
  2067.     protected function getUserRepository2Service()
  2068.     {
  2069.         return $this->privates['Harmonizely\\Repository\\Company\\SuperAdmin\\UserRepository'] = new \Harmonizely\Repository\Company\SuperAdmin\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2070.     }
  2071.     /**
  2072.      * Gets the private 'Harmonizely\Repository\Company\UserLoginAttemptRepository' shared autowired service.
  2073.      *
  2074.      * @return \Harmonizely\Repository\Company\UserLoginAttemptRepository
  2075.      */
  2076.     protected function getUserLoginAttemptRepository2Service()
  2077.     {
  2078.         return $this->privates['Harmonizely\\Repository\\Company\\UserLoginAttemptRepository'] = new \Harmonizely\Repository\Company\UserLoginAttemptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2079.     }
  2080.     /**
  2081.      * Gets the private 'Harmonizely\Repository\Company\UserRepository' shared autowired service.
  2082.      *
  2083.      * @return \Harmonizely\Repository\Company\UserRepository
  2084.      */
  2085.     protected function getUserRepositoryService()
  2086.     {
  2087.         return $this->privates['Harmonizely\\Repository\\Company\\UserRepository'] = new \Harmonizely\Repository\Company\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2088.     }
  2089.     /**
  2090.      * Gets the private 'Harmonizely\Service\Common\GetTimezoneListService' shared autowired service.
  2091.      *
  2092.      * @return \Harmonizely\Service\Common\GetTimezoneListService
  2093.      */
  2094.     protected function getGetTimezoneListServiceService()
  2095.     {
  2096.         return $this->privates['Harmonizely\\Service\\Common\\GetTimezoneListService'] = new \Harmonizely\Service\Common\GetTimezoneListService();
  2097.     }
  2098.     /**
  2099.      * Gets the private 'Harmonizely\Service\Common\IsBookingFromAdminService' shared autowired service.
  2100.      *
  2101.      * @return \Harmonizely\Service\Common\IsBookingFromAdminService
  2102.      */
  2103.     protected function getIsBookingFromAdminServiceService()
  2104.     {
  2105.         return $this->privates['Harmonizely\\Service\\Common\\IsBookingFromAdminService'] = new \Harmonizely\Service\Common\IsBookingFromAdminService(($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2106.     }
  2107.     /**
  2108.      * Gets the private 'Harmonizely\Service\Common\TranslateHelper' shared autowired service.
  2109.      *
  2110.      * @return \Harmonizely\Service\Common\TranslateHelper
  2111.      */
  2112.     protected function getTranslateHelperService()
  2113.     {
  2114.         return $this->privates['Harmonizely\\Service\\Common\\TranslateHelper'] = new \Harmonizely\Service\Common\TranslateHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  2115.     }
  2116.     /**
  2117.      * Gets the private 'Harmonizely\Service\Core\CompanySelector' shared autowired service.
  2118.      *
  2119.      * @return \Harmonizely\Service\Core\CompanySelector
  2120.      */
  2121.     protected function getCompanySelectorService()
  2122.     {
  2123.         return $this->privates['Harmonizely\\Service\\Core\\CompanySelector'] = new \Harmonizely\Service\Core\CompanySelector(($this->services['doctrine.orm.company_entity_manager'] ?? $this->getDoctrine_Orm_CompanyEntityManagerService()), ($this->privates['Harmonizely\\Repository\\Common\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService()), $this->getEnv('DEFAULT_DATABASE'), $this->targetDir.'');
  2124.     }
  2125.     /**
  2126.      * Gets the private 'Harmonizely\Service\Locale\EventListener\SetLocaleListener' shared autowired service.
  2127.      *
  2128.      * @return \Harmonizely\Service\Locale\EventListener\SetLocaleListener
  2129.      */
  2130.     protected function getSetLocaleListenerService()
  2131.     {
  2132.         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');
  2133.     }
  2134.     /**
  2135.      * Gets the private 'Harmonizely\Service\Locale\GetLocaleChoicesService' shared autowired service.
  2136.      *
  2137.      * @return \Harmonizely\Service\Locale\GetLocaleChoicesService
  2138.      */
  2139.     protected function getGetLocaleChoicesServiceService()
  2140.     {
  2141.         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()));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'Harmonizely\Service\Panel\Api\Appearance\GetOrganizationAppearanceService' shared autowired service.
  2145.      *
  2146.      * @return \Harmonizely\Service\Panel\Api\Appearance\GetOrganizationAppearanceService
  2147.      */
  2148.     protected function getGetOrganizationAppearanceServiceService()
  2149.     {
  2150.         return $this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetOrganizationAppearanceService'] = new \Harmonizely\Service\Panel\Api\Appearance\GetOrganizationAppearanceService(($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'Harmonizely\Service\Panel\Api\Appearance\GetUserAppearanceService' shared autowired service.
  2154.      *
  2155.      * @return \Harmonizely\Service\Panel\Api\Appearance\GetUserAppearanceService
  2156.      */
  2157.     protected function getGetUserAppearanceServiceService()
  2158.     {
  2159.         return $this->privates['Harmonizely\\Service\\Panel\\Api\\Appearance\\GetUserAppearanceService'] = new \Harmonizely\Service\Panel\Api\Appearance\GetUserAppearanceService(($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
  2160.     }
  2161.     /**
  2162.      * Gets the private 'Harmonizely\Service\Review\CanLeaveReviewService' shared autowired service.
  2163.      *
  2164.      * @return \Harmonizely\Service\Review\CanLeaveReviewService
  2165.      */
  2166.     protected function getCanLeaveReviewServiceService()
  2167.     {
  2168.         return $this->privates['Harmonizely\\Service\\Review\\CanLeaveReviewService'] = new \Harmonizely\Service\Review\CanLeaveReviewService(($this->privates['Harmonizely\\Repository\\Company\\ReviewRepository'] ?? $this->getReviewRepositoryService()), ($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()), ($this->privates['Harmonizely\\Repository\\Company\\UserLoginAttemptRepository'] ?? $this->getUserLoginAttemptRepository2Service()));
  2169.     }
  2170.     /**
  2171.      * Gets the private 'Harmonizely\Service\Simplypay\SubscriptionHelperService' shared autowired service.
  2172.      *
  2173.      * @return \Harmonizely\Service\Simplypay\SubscriptionHelperService
  2174.      */
  2175.     protected function getSubscriptionHelperServiceService()
  2176.     {
  2177.         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'), 'sm-''sm-sub-', ($this->privates['Harmonizely\\Service\\Core\\CompanySelector'] ?? $this->getCompanySelectorService()));
  2178.     }
  2179.     /**
  2180.      * Gets the private 'Harmonizely\Service\SuperAdmin\EventListener\UserActivityListener' shared autowired service.
  2181.      *
  2182.      * @return \Harmonizely\Service\SuperAdmin\EventListener\UserActivityListener
  2183.      */
  2184.     protected function getUserActivityListenerService()
  2185.     {
  2186.         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\\Company\\SuperAdmin\\UserRepository'] ?? $this->getUserRepository2Service()));
  2187.     }
  2188.     /**
  2189.      * Gets the private 'Harmonizely\Service\UserLoginAttempt\EventListener\LoginRequestListener' shared autowired service.
  2190.      *
  2191.      * @return \Harmonizely\Service\UserLoginAttempt\EventListener\LoginRequestListener
  2192.      */
  2193.     protected function getLoginRequestListenerService()
  2194.     {
  2195.         return $this->privates['Harmonizely\\Service\\UserLoginAttempt\\EventListener\\LoginRequestListener'] = new \Harmonizely\Service\UserLoginAttempt\EventListener\LoginRequestListener(($this->privates['Harmonizely\\Service\\UserLoginAttempt\\UserLoginAttemptValidatorService'] ?? $this->getUserLoginAttemptValidatorServiceService()));
  2196.     }
  2197.     /**
  2198.      * Gets the private 'Harmonizely\Service\UserLoginAttempt\UserLoginAttemptValidatorService' shared autowired service.
  2199.      *
  2200.      * @return \Harmonizely\Service\UserLoginAttempt\UserLoginAttemptValidatorService
  2201.      */
  2202.     protected function getUserLoginAttemptValidatorServiceService()
  2203.     {
  2204.         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\\Company\\UserLoginAttemptRepository'] ?? $this->getUserLoginAttemptRepository2Service()));
  2205.     }
  2206.     /**
  2207.      * Gets the private 'Harmonizely\Twig\AppearanceExtension' shared autowired service.
  2208.      *
  2209.      * @return \Harmonizely\Twig\AppearanceExtension
  2210.      */
  2211.     protected function getAppearanceExtensionService()
  2212.     {
  2213.         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()));
  2214.     }
  2215.     /**
  2216.      * Gets the private 'Harmonizely\Twig\CalculateICSSignatureExtension' shared autowired service.
  2217.      *
  2218.      * @return \Harmonizely\Twig\CalculateICSSignatureExtension
  2219.      */
  2220.     protected function getCalculateICSSignatureExtensionService()
  2221.     {
  2222.         return $this->privates['Harmonizely\\Twig\\CalculateICSSignatureExtension'] = new \Harmonizely\Twig\CalculateICSSignatureExtension(($this->privates['Harmonizely\\Service\\Base\\SignCalculator'] ?? ($this->privates['Harmonizely\\Service\\Base\\SignCalculator'] = new \Harmonizely\Service\Base\SignCalculator())), ($this->services['serializer'] ?? $this->getSerializerService()));
  2223.     }
  2224.     /**
  2225.      * Gets the private 'Harmonizely\Twig\CanLeaveReviewExtension' shared autowired service.
  2226.      *
  2227.      * @return \Harmonizely\Twig\CanLeaveReviewExtension
  2228.      */
  2229.     protected function getCanLeaveReviewExtensionService()
  2230.     {
  2231.         return $this->privates['Harmonizely\\Twig\\CanLeaveReviewExtension'] = new \Harmonizely\Twig\CanLeaveReviewExtension(($this->privates['Harmonizely\\Service\\Review\\CanLeaveReviewService'] ?? $this->getCanLeaveReviewServiceService()));
  2232.     }
  2233.     /**
  2234.      * Gets the private 'Harmonizely\Twig\EventLinkGeneratorExtension' shared autowired service.
  2235.      *
  2236.      * @return \Harmonizely\Twig\EventLinkGeneratorExtension
  2237.      */
  2238.     protected function getEventLinkGeneratorExtensionService()
  2239.     {
  2240.         return $this->privates['Harmonizely\\Twig\\EventLinkGeneratorExtension'] = new \Harmonizely\Twig\EventLinkGeneratorExtension(($this->privates['Harmonizely\\Event\\EventLinkGenerator'] ?? $this->getEventLinkGeneratorService()));
  2241.     }
  2242.     /**
  2243.      * Gets the private 'Harmonizely\Twig\GetIntegrationConfigExtension' shared autowired service.
  2244.      *
  2245.      * @return \Harmonizely\Twig\GetIntegrationConfigExtension
  2246.      */
  2247.     protected function getGetIntegrationConfigExtensionService()
  2248.     {
  2249.         return $this->privates['Harmonizely\\Twig\\GetIntegrationConfigExtension'] = new \Harmonizely\Twig\GetIntegrationConfigExtension(new \Harmonizely\Integration\Common\GetIntegrationConfig(($this->privates['Harmonizely\\Repository\\Company\\IntegrationRepository'] ?? $this->getIntegrationRepositoryService()), ($this->privates['Harmonizely\\Repository\\Company\\OrganizationIntegrationRepository'] ?? $this->getOrganizationIntegrationRepositoryService())));
  2250.     }
  2251.     /**
  2252.      * Gets the private 'Harmonizely\Twig\GetLocaleChoicesExtension' shared autowired service.
  2253.      *
  2254.      * @return \Harmonizely\Twig\GetLocaleChoicesExtension
  2255.      */
  2256.     protected function getGetLocaleChoicesExtensionService()
  2257.     {
  2258.         return $this->privates['Harmonizely\\Twig\\GetLocaleChoicesExtension'] = new \Harmonizely\Twig\GetLocaleChoicesExtension(($this->privates['Harmonizely\\Service\\Locale\\GetLocaleChoicesService'] ?? $this->getGetLocaleChoicesServiceService()));
  2259.     }
  2260.     /**
  2261.      * Gets the private 'Harmonizely\Twig\GetMaxConnectedCalendarsExtension' shared autowired service.
  2262.      *
  2263.      * @return \Harmonizely\Twig\GetMaxConnectedCalendarsExtension
  2264.      */
  2265.     protected function getGetMaxConnectedCalendarsExtensionService()
  2266.     {
  2267.         return $this->privates['Harmonizely\\Twig\\GetMaxConnectedCalendarsExtension'] = new \Harmonizely\Twig\GetMaxConnectedCalendarsExtension(($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()));
  2268.     }
  2269.     /**
  2270.      * Gets the private 'Harmonizely\Twig\GetTimezonesExtension' shared autowired service.
  2271.      *
  2272.      * @return \Harmonizely\Twig\GetTimezonesExtension
  2273.      */
  2274.     protected function getGetTimezonesExtensionService()
  2275.     {
  2276.         return $this->privates['Harmonizely\\Twig\\GetTimezonesExtension'] = new \Harmonizely\Twig\GetTimezonesExtension(($this->privates['Harmonizely\\Service\\Common\\GetTimezoneListService'] ?? ($this->privates['Harmonizely\\Service\\Common\\GetTimezoneListService'] = new \Harmonizely\Service\Common\GetTimezoneListService())));
  2277.     }
  2278.     /**
  2279.      * Gets the private 'Harmonizely\Twig\LocationExtension' shared autowired service.
  2280.      *
  2281.      * @return \Harmonizely\Twig\LocationExtension
  2282.      */
  2283.     protected function getLocationExtensionService()
  2284.     {
  2285.         return $this->privates['Harmonizely\\Twig\\LocationExtension'] = new \Harmonizely\Twig\LocationExtension(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2286.     }
  2287.     /**
  2288.      * Gets the private 'Harmonizely\Twig\SBPayWidgetExtension' shared autowired service.
  2289.      *
  2290.      * @return \Harmonizely\Twig\SBPayWidgetExtension
  2291.      */
  2292.     protected function getSBPayWidgetExtensionService()
  2293.     {
  2294.         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()));
  2295.     }
  2296.     /**
  2297.      * Gets the private 'Harmonizely\Twig\SimplypayIntegrationExtension' shared autowired service.
  2298.      *
  2299.      * @return \Harmonizely\Twig\SimplypayIntegrationExtension
  2300.      */
  2301.     protected function getSimplypayIntegrationExtensionService()
  2302.     {
  2303.         return $this->privates['Harmonizely\\Twig\\SimplypayIntegrationExtension'] = new \Harmonizely\Twig\SimplypayIntegrationExtension(($this->privates['Harmonizely\\Integration\\Simplypay\\SimplypayGetIntegrationConfig'] ?? $this->getSimplypayGetIntegrationConfigService()));
  2304.     }
  2305.     /**
  2306.      * Gets the private 'Harmonizely\Twig\SubscriptionIsAllowedExtension' shared autowired service.
  2307.      *
  2308.      * @return \Harmonizely\Twig\SubscriptionIsAllowedExtension
  2309.      */
  2310.     protected function getSubscriptionIsAllowedExtensionService()
  2311.     {
  2312.         return $this->privates['Harmonizely\\Twig\\SubscriptionIsAllowedExtension'] = new \Harmonizely\Twig\SubscriptionIsAllowedExtension(new \Harmonizely\Service\Subscription\SubscriptionIsAllowedService(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2313.     }
  2314.     /**
  2315.      * Gets the private 'Harmonizely\Twig\isBookingFromAdmin' shared autowired service.
  2316.      *
  2317.      * @return \Harmonizely\Twig\isBookingFromAdmin
  2318.      */
  2319.     protected function getIsBookingFromAdminService()
  2320.     {
  2321.         return $this->privates['Harmonizely\\Twig\\isBookingFromAdmin'] = new \Harmonizely\Twig\isBookingFromAdmin(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Harmonizely\\Service\\Common\\IsBookingFromAdminService'] ?? $this->getIsBookingFromAdminServiceService()));
  2322.     }
  2323.     /**
  2324.      * Gets the private 'Harmonizely\Twig\isDefaultCompany' shared autowired service.
  2325.      *
  2326.      * @return \Harmonizely\Twig\isDefaultCompany
  2327.      */
  2328.     protected function getIsDefaultCompanyService()
  2329.     {
  2330.         return $this->privates['Harmonizely\\Twig\\isDefaultCompany'] = new \Harmonizely\Twig\isDefaultCompany(($this->privates['Harmonizely\\Service\\Core\\CompanySelector'] ?? $this->getCompanySelectorService()));
  2331.     }
  2332.     /**
  2333.      * Gets the private 'Harmonizely\Twig\isLoginAsUserExtension' shared autowired service.
  2334.      *
  2335.      * @return \Harmonizely\Twig\isLoginAsUserExtension
  2336.      */
  2337.     protected function getIsLoginAsUserExtensionService()
  2338.     {
  2339.         return $this->privates['Harmonizely\\Twig\\isLoginAsUserExtension'] = new \Harmonizely\Twig\isLoginAsUserExtension(($this->privates['Harmonizely\\Core\\Security\\UserSecurityHelper'] ?? $this->getUserSecurityHelperService()), ($this->services['session'] ?? $this->getSessionService()));
  2340.     }
  2341.     /**
  2342.      * Gets the private 'Sentry\Monolog\Handler' shared service.
  2343.      *
  2344.      * @return \Sentry\Monolog\Handler
  2345.      */
  2346.     protected function getHandlerService()
  2347.     {
  2348.         return $this->privates['Sentry\\Monolog\\Handler'] = new \Sentry\Monolog\Handler(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), 400true);
  2349.     }
  2350.     /**
  2351.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  2352.      *
  2353.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  2354.      */
  2355.     protected function getRequestListener2Service()
  2356.     {
  2357.         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()));
  2358.     }
  2359.     /**
  2360.      * Gets the private 'Sentry\State\HubInterface' shared service.
  2361.      *
  2362.      * @return \Sentry\State\Hub
  2363.      */
  2364.     protected function getHubInterfaceService()
  2365.     {
  2366.         $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\SentryBundle\SentryBundle::getCurrentHub();
  2367.         $a = new \Sentry\Options(['dsn' => $this->getEnv('SENTRY_DSN')]);
  2368.         $a->setEnvironment('dev');
  2369.         $a->setPrefixes([=> (\dirname(__DIR__4).'/public'), => '/usr/share/php']);
  2370.         $a->setRelease('dev-develop@d17dd40');
  2371.         $a->setTags([]);
  2372.         $a->setInAppExcludedPaths([=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')]);
  2373.         $a->setInAppIncludedPaths([]);
  2374.         $a->setClassSerializers([]);
  2375.         $a->setIntegrations(\Sentry\SentryBundle\DependencyInjection\IntegrationFilterFactory::create([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException'=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException']])]));
  2376.         $b = new \Sentry\ClientBuilder($a);
  2377.         \Sentry\SentryBundle\DependencyInjection\ClientBuilderConfigurator::configure($b);
  2378.         $instance->bindClient($b->getClient());
  2379.         return $instance;
  2380.     }
  2381.     /**
  2382.      * Gets the private 'Twig\Extension\SandboxExtension' shared autowired service.
  2383.      *
  2384.      * @return \Twig\Extension\SandboxExtension
  2385.      */
  2386.     protected function getSandboxExtensionService()
  2387.     {
  2388.         return $this->privates['Twig\\Extension\\SandboxExtension'] = new \Twig\Extension\SandboxExtension(new \Twig\Sandbox\SecurityPolicy([], [=> 'escape']));
  2389.     }
  2390.     /**
  2391.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtension' shared service.
  2392.      *
  2393.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtension
  2394.      */
  2395.     protected function getUploaderExtensionService()
  2396.     {
  2397.         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())));
  2398.     }
  2399.     /**
  2400.      * Gets the private 'annotations.cache_adapter' shared service.
  2401.      *
  2402.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2403.      */
  2404.     protected function getAnnotations_CacheAdapterService()
  2405.     {
  2406.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2407.     }
  2408.     /**
  2409.      * Gets the private 'annotations.cached_reader' shared service.
  2410.      *
  2411.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2412.      */
  2413.     protected function getAnnotations_CachedReaderService()
  2414.     {
  2415.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2416.     }
  2417.     /**
  2418.      * Gets the private 'annotations.reader' shared service.
  2419.      *
  2420.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2421.      */
  2422.     protected function getAnnotations_ReaderService()
  2423.     {
  2424.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2425.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2426.         $a->registerUniqueLoader('class_exists');
  2427.         $instance->addGlobalIgnoredName('required'$a);
  2428.         return $instance;
  2429.     }
  2430.     /**
  2431.      * Gets the private 'assets.packages' shared service.
  2432.      *
  2433.      * @return \Symfony\Component\Asset\Packages
  2434.      */
  2435.     protected function getAssets_PackagesService()
  2436.     {
  2437.         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)), []);
  2438.     }
  2439.     /**
  2440.      * Gets the private 'cache.annotations' shared service.
  2441.      *
  2442.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2443.      */
  2444.     protected function getCache_AnnotationsService()
  2445.     {
  2446.         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())));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'cache.doctrine.orm.common.metadata' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2452.      */
  2453.     protected function getCache_Doctrine_Orm_Common_MetadataService()
  2454.     {
  2455.         return $this->privates['cache.doctrine.orm.common.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2456.     }
  2457.     /**
  2458.      * Gets the private 'cache.doctrine.orm.common.query' shared service.
  2459.      *
  2460.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2461.      */
  2462.     protected function getCache_Doctrine_Orm_Common_QueryService()
  2463.     {
  2464.         return $this->privates['cache.doctrine.orm.common.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2465.     }
  2466.     /**
  2467.      * Gets the private 'cache.doctrine.orm.common.result' shared service.
  2468.      *
  2469.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2470.      */
  2471.     protected function getCache_Doctrine_Orm_Common_ResultService()
  2472.     {
  2473.         return $this->privates['cache.doctrine.orm.common.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2474.     }
  2475.     /**
  2476.      * Gets the private 'cache.doctrine.orm.company.metadata' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2479.      */
  2480.     protected function getCache_Doctrine_Orm_Company_MetadataService()
  2481.     {
  2482.         return $this->privates['cache.doctrine.orm.company.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2483.     }
  2484.     /**
  2485.      * Gets the private 'cache.doctrine.orm.company.query' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2488.      */
  2489.     protected function getCache_Doctrine_Orm_Company_QueryService()
  2490.     {
  2491.         return $this->privates['cache.doctrine.orm.company.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2492.     }
  2493.     /**
  2494.      * Gets the private 'cache.doctrine.orm.company.result' shared service.
  2495.      *
  2496.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2497.      */
  2498.     protected function getCache_Doctrine_Orm_Company_ResultService()
  2499.     {
  2500.         return $this->privates['cache.doctrine.orm.company.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2501.     }
  2502.     /**
  2503.      * Gets the private 'cache.doctrine.orm.harmonizely.metadata' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2506.      */
  2507.     protected function getCache_Doctrine_Orm_Harmonizely_MetadataService()
  2508.     {
  2509.         return $this->privates['cache.doctrine.orm.harmonizely.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2510.     }
  2511.     /**
  2512.      * Gets the private 'cache.doctrine.orm.harmonizely.query' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2515.      */
  2516.     protected function getCache_Doctrine_Orm_Harmonizely_QueryService()
  2517.     {
  2518.         return $this->privates['cache.doctrine.orm.harmonizely.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2519.     }
  2520.     /**
  2521.      * Gets the private 'cache.doctrine.orm.harmonizely.result' shared service.
  2522.      *
  2523.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2524.      */
  2525.     protected function getCache_Doctrine_Orm_Harmonizely_ResultService()
  2526.     {
  2527.         return $this->privates['cache.doctrine.orm.harmonizely.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2528.     }
  2529.     /**
  2530.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2533.      */
  2534.     protected function getCache_Messenger_RestartWorkersSignalService()
  2535.     {
  2536.         $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))));
  2537.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2538.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2539.     }
  2540.     /**
  2541.      * Gets the private 'cache.property_info' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2544.      */
  2545.     protected function getCache_PropertyInfoService()
  2546.     {
  2547.         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())));
  2548.     }
  2549.     /**
  2550.      * Gets the private 'cache.security_expression_language' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2553.      */
  2554.     protected function getCache_SecurityExpressionLanguageService()
  2555.     {
  2556.         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())));
  2557.     }
  2558.     /**
  2559.      * Gets the private 'cache.serializer' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2562.      */
  2563.     protected function getCache_SerializerService()
  2564.     {
  2565.         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())));
  2566.     }
  2567.     /**
  2568.      * Gets the private 'cache.validator' shared service.
  2569.      *
  2570.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2571.      */
  2572.     protected function getCache_ValidatorService()
  2573.     {
  2574.         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())));
  2575.     }
  2576.     /**
  2577.      * Gets the private 'cache.webpack_encore' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2580.      */
  2581.     protected function getCache_WebpackEncoreService()
  2582.     {
  2583.         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())));
  2584.     }
  2585.     /**
  2586.      * Gets the private 'config_cache_factory' shared service.
  2587.      *
  2588.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2589.      */
  2590.     protected function getConfigCacheFactoryService()
  2591.     {
  2592.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2593.             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)));
  2594.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2595.         }, 2));
  2596.     }
  2597.     /**
  2598.      * Gets the private 'data_collector.form' shared service.
  2599.      *
  2600.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2601.      */
  2602.     protected function getDataCollector_FormService()
  2603.     {
  2604.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2605.     }
  2606.     /**
  2607.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2608.      *
  2609.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2610.      */
  2611.     protected function getDebug_DebugHandlersListenerService()
  2612.     {
  2613.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2614.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2615.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  2616.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2617.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2618.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2619.         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);
  2620.     }
  2621.     /**
  2622.      * Gets the private 'debug.file_link_formatter' shared service.
  2623.      *
  2624.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2625.      */
  2626.     protected function getDebug_FileLinkFormatterService()
  2627.     {
  2628.         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 () {
  2629.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  2630.         });
  2631.     }
  2632.     /**
  2633.      * Gets the private 'debug.log_processor' shared service.
  2634.      *
  2635.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2636.      */
  2637.     protected function getDebug_LogProcessorService()
  2638.     {
  2639.         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())));
  2640.     }
  2641.     /**
  2642.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2643.      *
  2644.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2645.      */
  2646.     protected function getDebug_Security_Access_DecisionManagerService()
  2647.     {
  2648.         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 () {
  2649.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  2650.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  2651.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  2652.             yield => ($this->privates['debug.security.voter.Harmonizely\\Calendar\\Voter\\CanEditCalendarVoter'] ?? $this->load('getCanEditCalendarVoterService.php'));
  2653.             yield => ($this->privates['debug.security.voter.Harmonizely\\Calendar\\Voter\\ConnectCalendarVoter'] ?? $this->load('getConnectCalendarVoterService.php'));
  2654.             yield => ($this->privates['debug.security.voter.Harmonizely\\CalendarAccount\\Voter\\CanAccessCalendarAccountVoter'] ?? $this->load('getCanAccessCalendarAccountVoterService.php'));
  2655.             yield => ($this->privates['debug.security.voter.Harmonizely\\Core\\Security\\Voter\\CsrfTokenVoter'] ?? $this->load('getCsrfTokenVoterService.php'));
  2656.             yield => ($this->privates['debug.security.voter.Harmonizely\\Core\\Security\\Voter\\SecondAuthenticationVoter'] ?? $this->load('getSecondAuthenticationVoterService.php'));
  2657.             yield => ($this->privates['debug.security.voter.Harmonizely\\Core\\Security\\Voter\\SuperAdminSecondAuthenticationVoter'] ?? $this->load('getSuperAdminSecondAuthenticationVoterService.php'));
  2658.             yield => ($this->privates['debug.security.voter.Harmonizely\\Service\\MigrationSubscription\\Voter\\MigrationSubscriptionVoter'] ?? $this->load('getMigrationSubscriptionVoterService.php'));
  2659.             yield 10 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Panel\\AccessVoters\\EnabledIntegrationVoter'] ?? $this->load('getEnabledIntegrationVoter2Service.php'));
  2660.             yield 11 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Panel\\AccessVoters\\EventVoter'] ?? $this->load('getEventVoter2Service.php'));
  2661.             yield 12 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Panel\\AccessVoters\\OrganizationVoter'] ?? $this->load('getOrganizationVoter3Service.php'));
  2662.             yield 13 => ($this->privates['debug.security.voter.Harmonizely\\Service\\Subscription\\Voter\\SubscriptionVoter'] ?? $this->load('getSubscriptionVoter2Service.php'));
  2663.             yield 14 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\CustomerDeletionReasonVoter'] ?? $this->load('getCustomerDeletionReasonVoter2Service.php'));
  2664.             yield 15 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\CustomerVoter'] ?? $this->load('getCustomerVoter2Service.php'));
  2665.             yield 16 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\OrganizationVoter'] ?? $this->load('getOrganizationVoter4Service.php'));
  2666.             yield 17 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\UserActionLogVoter'] ?? $this->load('getUserActionLogVoter2Service.php'));
  2667.             yield 18 => ($this->privates['debug.security.voter.Harmonizely\\Service\\SuperAdmin\\Panel\\AccessVoters\\UserVoter'] ?? $this->load('getUserVoter2Service.php'));
  2668.             yield 19 => ($this->privates['debug.security.voter.Harmonizely\\User\\Voter\\DeleteUserVoter'] ?? $this->load('getDeleteUserVoterService.php'));
  2669.         }, 20), 'unanimous'falsetrue));
  2670.     }
  2671.     /**
  2672.      * Gets the private 'debug.security.firewall' shared service.
  2673.      *
  2674.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2675.      */
  2676.     protected function getDebug_Security_FirewallService()
  2677.     {
  2678.         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()));
  2679.     }
  2680.     /**
  2681.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  2682.      *
  2683.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  2684.      */
  2685.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  2686.     {
  2687.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  2688.     }
  2689.     /**
  2690.      * Gets the private 'doctrine.dbal.logger' shared service.
  2691.      *
  2692.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  2693.      */
  2694.     protected function getDoctrine_Dbal_LoggerService()
  2695.     {
  2696.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2697.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2698.         $a->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  2699.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2700.         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))));
  2701.     }
  2702.     /**
  2703.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  2704.      *
  2705.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  2706.      */
  2707.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  2708.     {
  2709.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2710.             'Harmonizely\\Repository\\Common\\CompanyRepository' => ['privates''Harmonizely\\Repository\\Common\\CompanyRepository''getCompanyRepositoryService'false],
  2711.             'Harmonizely\\Repository\\Company\\ApiKeyRepository' => ['privates''Harmonizely\\Repository\\Company\\ApiKeyRepository''getApiKeyRepositoryService.php'true],
  2712.             'Harmonizely\\Repository\\Company\\AvailabilityRuleRepository' => ['privates''Harmonizely\\Repository\\Company\\AvailabilityRuleRepository''getAvailabilityRuleRepositoryService.php'true],
  2713.             'Harmonizely\\Repository\\Company\\CalendarAccountRepository' => ['privates''Harmonizely\\Repository\\Company\\CalendarAccountRepository''getCalendarAccountRepositoryService.php'true],
  2714.             'Harmonizely\\Repository\\Company\\CalendarRepository' => ['privates''Harmonizely\\Repository\\Company\\CalendarRepository''getCalendarRepositoryService.php'true],
  2715.             'Harmonizely\\Repository\\Company\\CalendarServiceRepository' => ['privates''Harmonizely\\Repository\\Company\\CalendarServiceRepository''getCalendarServiceRepositoryService.php'true],
  2716.             'Harmonizely\\Repository\\Company\\CategoryRepository' => ['privates''Harmonizely\\Repository\\Company\\CategoryRepository''getCategoryRepositoryService.php'true],
  2717.             'Harmonizely\\Repository\\Company\\DeletionReasonRepository' => ['privates''Harmonizely\\Repository\\Company\\DeletionReasonRepository''getDeletionReasonRepositoryService.php'true],
  2718.             'Harmonizely\\Repository\\Company\\EmailDomainRepository' => ['privates''Harmonizely\\Repository\\Company\\EmailDomainRepository''getEmailDomainRepositoryService.php'true],
  2719.             'Harmonizely\\Repository\\Company\\EmailFollowUpRepository' => ['privates''Harmonizely\\Repository\\Company\\EmailFollowUpRepository''getEmailFollowUpRepositoryService.php'true],
  2720.             'Harmonizely\\Repository\\Company\\EmailFollowUpTimingRepository' => ['privates''Harmonizely\\Repository\\Company\\EmailFollowUpTimingRepository''getEmailFollowUpTimingRepositoryService.php'true],
  2721.             'Harmonizely\\Repository\\Company\\EventCancellationRepository' => ['privates''Harmonizely\\Repository\\Company\\EventCancellationRepository''getEventCancellationRepositoryService.php'true],
  2722.             'Harmonizely\\Repository\\Company\\EventInviteeRepository' => ['privates''Harmonizely\\Repository\\Company\\EventInviteeRepository''getEventInviteeRepositoryService.php'true],
  2723.             'Harmonizely\\Repository\\Company\\EventRelationRepository' => ['privates''Harmonizely\\Repository\\Company\\EventRelationRepository''getEventRelationRepositoryService.php'true],
  2724.             'Harmonizely\\Repository\\Company\\EventRepository' => ['privates''Harmonizely\\Repository\\Company\\EventRepository''getEventRepositoryService.php'true],
  2725.             'Harmonizely\\Repository\\Company\\EventTypeDurationRepository' => ['privates''Harmonizely\\Repository\\Company\\EventTypeDurationRepository''getEventTypeDurationRepositoryService.php'true],
  2726.             'Harmonizely\\Repository\\Company\\EventTypeRepository' => ['privates''Harmonizely\\Repository\\Company\\EventTypeRepository''getEventTypeRepositoryService.php'true],
  2727.             'Harmonizely\\Repository\\Company\\EventTypeRequestLocationTypeRepository' => ['privates''Harmonizely\\Repository\\Company\\EventTypeRequestLocationTypeRepository''getEventTypeRequestLocationTypeRepositoryService.php'true],
  2728.             'Harmonizely\\Repository\\Company\\EventTypeUserRepository' => ['privates''Harmonizely\\Repository\\Company\\EventTypeUserRepository''getEventTypeUserRepositoryService.php'true],
  2729.             'Harmonizely\\Repository\\Company\\ExportRepository' => ['privates''Harmonizely\\Repository\\Company\\ExportRepository''getExportRepositoryService.php'true],
  2730.             'Harmonizely\\Repository\\Company\\IntegrationRepository' => ['privates''Harmonizely\\Repository\\Company\\IntegrationRepository''getIntegrationRepositoryService'false],
  2731.             'Harmonizely\\Repository\\Company\\MigrationSubscriptionRepository' => ['privates''Harmonizely\\Repository\\Company\\MigrationSubscriptionRepository''getMigrationSubscriptionRepositoryService.php'true],
  2732.             'Harmonizely\\Repository\\Company\\OktaDomainRepository' => ['privates''Harmonizely\\Repository\\Company\\OktaDomainRepository''getOktaDomainRepositoryService.php'true],
  2733.             'Harmonizely\\Repository\\Company\\OlsonTimezoneDefinitionRepository' => ['privates''Harmonizely\\Repository\\Company\\OlsonTimezoneDefinitionRepository''getOlsonTimezoneDefinitionRepositoryService.php'true],
  2734.             'Harmonizely\\Repository\\Company\\OnlineEventRepository' => ['privates''Harmonizely\\Repository\\Company\\OnlineEventRepository''getOnlineEventRepositoryService.php'true],
  2735.             'Harmonizely\\Repository\\Company\\OrganizationCancellationPolicyRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationCancellationPolicyRepository''getOrganizationCancellationPolicyRepositoryService.php'true],
  2736.             'Harmonizely\\Repository\\Company\\OrganizationIntegrationRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationIntegrationRepository''getOrganizationIntegrationRepositoryService'false],
  2737.             'Harmonizely\\Repository\\Company\\OrganizationLimitRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationLimitRepository''getOrganizationLimitRepositoryService.php'true],
  2738.             'Harmonizely\\Repository\\Company\\OrganizationMemberRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationMemberRepository''getOrganizationMemberRepositoryService.php'true],
  2739.             'Harmonizely\\Repository\\Company\\OrganizationPermissionRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationPermissionRepository''getOrganizationPermissionRepositoryService.php'true],
  2740.             'Harmonizely\\Repository\\Company\\OrganizationRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationRepository''getOrganizationRepositoryService'false],
  2741.             'Harmonizely\\Repository\\Company\\OrganizationRolePermissionsRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationRolePermissionsRepository''getOrganizationRolePermissionsRepositoryService.php'true],
  2742.             'Harmonizely\\Repository\\Company\\OrganizationRoleRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationRoleRepository''getOrganizationRoleRepositoryService.php'true],
  2743.             'Harmonizely\\Repository\\Company\\OrganizationSocialLinkRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationSocialLinkRepository''getOrganizationSocialLinkRepositoryService.php'true],
  2744.             'Harmonizely\\Repository\\Company\\OrganizationTagRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationTagRepository''getOrganizationTagRepositoryService.php'true],
  2745.             'Harmonizely\\Repository\\Company\\OrganizationTaxRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationTaxRepository''getOrganizationTaxRepositoryService.php'true],
  2746.             'Harmonizely\\Repository\\Company\\OrganizationWidgetRepository' => ['privates''Harmonizely\\Repository\\Company\\OrganizationWidgetRepository''getOrganizationWidgetRepositoryService.php'true],
  2747.             'Harmonizely\\Repository\\Company\\PollAvailabilityRepository' => ['privates''Harmonizely\\Repository\\Company\\PollAvailabilityRepository''getPollAvailabilityRepositoryService.php'true],
  2748.             'Harmonizely\\Repository\\Company\\PollRepository' => ['privates''Harmonizely\\Repository\\Company\\PollRepository''getPollRepositoryService.php'true],
  2749.             'Harmonizely\\Repository\\Company\\PollResultRepository' => ['privates''Harmonizely\\Repository\\Company\\PollResultRepository''getPollResultRepositoryService.php'true],
  2750.             'Harmonizely\\Repository\\Company\\QuestionRepository' => ['privates''Harmonizely\\Repository\\Company\\QuestionRepository''getQuestionRepositoryService.php'true],
  2751.             'Harmonizely\\Repository\\Company\\ReviewRepository' => ['privates''Harmonizely\\Repository\\Company\\ReviewRepository''getReviewRepositoryService'false],
  2752.             'Harmonizely\\Repository\\Company\\RoutingFormFieldRepository' => ['privates''Harmonizely\\Repository\\Company\\RoutingFormFieldRepository''getRoutingFormFieldRepositoryService.php'true],
  2753.             'Harmonizely\\Repository\\Company\\RoutingFormRepository' => ['privates''Harmonizely\\Repository\\Company\\RoutingFormRepository''getRoutingFormRepositoryService.php'true],
  2754.             'Harmonizely\\Repository\\Company\\RoutingFormResultAnswerRepository' => ['privates''Harmonizely\\Repository\\Company\\RoutingFormResultAnswerRepository''getRoutingFormResultAnswerRepositoryService.php'true],
  2755.             'Harmonizely\\Repository\\Company\\RoutingFormResultRepository' => ['privates''Harmonizely\\Repository\\Company\\RoutingFormResultRepository''getRoutingFormResultRepositoryService.php'true],
  2756.             'Harmonizely\\Repository\\Company\\RoutingFormRouteRepository' => ['privates''Harmonizely\\Repository\\Company\\RoutingFormRouteRepository''getRoutingFormRouteRepositoryService.php'true],
  2757.             'Harmonizely\\Repository\\Company\\SmsTemplateRepository' => ['privates''Harmonizely\\Repository\\Company\\SmsTemplateRepository''getSmsTemplateRepositoryService.php'true],
  2758.             'Harmonizely\\Repository\\Company\\SubscriptionRepository' => ['privates''Harmonizely\\Repository\\Company\\SubscriptionRepository''getSubscriptionRepositoryService.php'true],
  2759.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserActionLogRepository' => ['privates''Harmonizely\\Repository\\Company\\SuperAdmin\\UserActionLogRepository''getUserActionLogRepositoryService.php'true],
  2760.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserGoogleAuthenticatorRepository' => ['privates''Harmonizely\\Repository\\Company\\SuperAdmin\\UserGoogleAuthenticatorRepository''getUserGoogleAuthenticatorRepository2Service.php'true],
  2761.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserLoginAttemptRepository' => ['privates''Harmonizely\\Repository\\Company\\SuperAdmin\\UserLoginAttemptRepository''getUserLoginAttemptRepositoryService.php'true],
  2762.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserLoginCodeRepository' => ['privates''Harmonizely\\Repository\\Company\\SuperAdmin\\UserLoginCodeRepository''getUserLoginCodeRepository2Service.php'true],
  2763.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserLoginLogRepository' => ['privates''Harmonizely\\Repository\\Company\\SuperAdmin\\UserLoginLogRepository''getUserLoginLogRepositoryService.php'true],
  2764.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserRepository' => ['privates''Harmonizely\\Repository\\Company\\SuperAdmin\\UserRepository''getUserRepository2Service'false],
  2765.             'Harmonizely\\Repository\\Company\\UserApiStatisticRepository' => ['privates''Harmonizely\\Repository\\Company\\UserApiStatisticRepository''getUserApiStatisticRepositoryService.php'true],
  2766.             'Harmonizely\\Repository\\Company\\UserCancellationPolicyRepository' => ['privates''Harmonizely\\Repository\\Company\\UserCancellationPolicyRepository''getUserCancellationPolicyRepositoryService.php'true],
  2767.             'Harmonizely\\Repository\\Company\\UserDeviceNotificationSettingsRepository' => ['privates''Harmonizely\\Repository\\Company\\UserDeviceNotificationSettingsRepository''getUserDeviceNotificationSettingsRepositoryService.php'true],
  2768.             'Harmonizely\\Repository\\Company\\UserDeviceTokenRepository' => ['privates''Harmonizely\\Repository\\Company\\UserDeviceTokenRepository''getUserDeviceTokenRepositoryService.php'true],
  2769.             'Harmonizely\\Repository\\Company\\UserEmailLogRepository' => ['privates''Harmonizely\\Repository\\Company\\UserEmailLogRepository''getUserEmailLogRepositoryService.php'true],
  2770.             'Harmonizely\\Repository\\Company\\UserEmailUnsubscribeRepository' => ['privates''Harmonizely\\Repository\\Company\\UserEmailUnsubscribeRepository''getUserEmailUnsubscribeRepositoryService.php'true],
  2771.             'Harmonizely\\Repository\\Company\\UserEventTypeTagRepository' => ['privates''Harmonizely\\Repository\\Company\\UserEventTypeTagRepository''getUserEventTypeTagRepositoryService.php'true],
  2772.             'Harmonizely\\Repository\\Company\\UserGoogleAuthenticatorRepository' => ['privates''Harmonizely\\Repository\\Company\\UserGoogleAuthenticatorRepository''getUserGoogleAuthenticatorRepositoryService.php'true],
  2773.             'Harmonizely\\Repository\\Company\\UserLimitRepository' => ['privates''Harmonizely\\Repository\\Company\\UserLimitRepository''getUserLimitRepositoryService.php'true],
  2774.             'Harmonizely\\Repository\\Company\\UserLoginAttemptRepository' => ['privates''Harmonizely\\Repository\\Company\\UserLoginAttemptRepository''getUserLoginAttemptRepository2Service'false],
  2775.             'Harmonizely\\Repository\\Company\\UserLoginCodeRepository' => ['privates''Harmonizely\\Repository\\Company\\UserLoginCodeRepository''getUserLoginCodeRepositoryService.php'true],
  2776.             'Harmonizely\\Repository\\Company\\UserNewsRepository' => ['privates''Harmonizely\\Repository\\Company\\UserNewsRepository''getUserNewsRepositoryService.php'true],
  2777.             'Harmonizely\\Repository\\Company\\UserOAuthRepository' => ['privates''Harmonizely\\Repository\\Company\\UserOAuthRepository''getUserOAuthRepositoryService.php'true],
  2778.             'Harmonizely\\Repository\\Company\\UserPreferencesRepository' => ['privates''Harmonizely\\Repository\\Company\\UserPreferencesRepository''getUserPreferencesRepositoryService.php'true],
  2779.             'Harmonizely\\Repository\\Company\\UserPushNotificationLogRepository' => ['privates''Harmonizely\\Repository\\Company\\UserPushNotificationLogRepository''getUserPushNotificationLogRepositoryService.php'true],
  2780.             'Harmonizely\\Repository\\Company\\UserRelationRepository' => ['privates''Harmonizely\\Repository\\Company\\UserRelationRepository''getUserRelationRepositoryService.php'true],
  2781.             'Harmonizely\\Repository\\Company\\UserRepository' => ['privates''Harmonizely\\Repository\\Company\\UserRepository''getUserRepositoryService'false],
  2782.             'Harmonizely\\Repository\\Company\\UserSmsLogRepository' => ['privates''Harmonizely\\Repository\\Company\\UserSmsLogRepository''getUserSmsLogRepositoryService.php'true],
  2783.             'Harmonizely\\Repository\\Company\\UserSocialLinkRepository' => ['privates''Harmonizely\\Repository\\Company\\UserSocialLinkRepository''getUserSocialLinkRepositoryService.php'true],
  2784.             'Harmonizely\\Repository\\Company\\UserSsoRepository' => ['privates''Harmonizely\\Repository\\Company\\UserSsoRepository''getUserSsoRepositoryService.php'true],
  2785.             'Harmonizely\\Repository\\Company\\UserTaxRepository' => ['privates''Harmonizely\\Repository\\Company\\UserTaxRepository''getUserTaxRepositoryService.php'true],
  2786.             'Harmonizely\\Repository\\Company\\UserTokenRepository' => ['privates''Harmonizely\\Repository\\Company\\UserTokenRepository''getUserTokenRepositoryService.php'true],
  2787.             'Harmonizely\\Repository\\Company\\UserWidgetRepository' => ['privates''Harmonizely\\Repository\\Company\\UserWidgetRepository''getUserWidgetRepositoryService.php'true],
  2788.             'Harmonizely\\Repository\\Company\\WebhookRepository' => ['privates''Harmonizely\\Repository\\Company\\WebhookRepository''getWebhookRepositoryService.php'true],
  2789.             'Harmonizely\\Repository\\Company\\ZapierRepository' => ['privates''Harmonizely\\Repository\\Company\\ZapierRepository''getZapierRepositoryService.php'true],
  2790.         ], [
  2791.             'Harmonizely\\Repository\\Common\\CompanyRepository' => '?',
  2792.             'Harmonizely\\Repository\\Company\\ApiKeyRepository' => '?',
  2793.             'Harmonizely\\Repository\\Company\\AvailabilityRuleRepository' => '?',
  2794.             'Harmonizely\\Repository\\Company\\CalendarAccountRepository' => '?',
  2795.             'Harmonizely\\Repository\\Company\\CalendarRepository' => '?',
  2796.             'Harmonizely\\Repository\\Company\\CalendarServiceRepository' => '?',
  2797.             'Harmonizely\\Repository\\Company\\CategoryRepository' => '?',
  2798.             'Harmonizely\\Repository\\Company\\DeletionReasonRepository' => '?',
  2799.             'Harmonizely\\Repository\\Company\\EmailDomainRepository' => '?',
  2800.             'Harmonizely\\Repository\\Company\\EmailFollowUpRepository' => '?',
  2801.             'Harmonizely\\Repository\\Company\\EmailFollowUpTimingRepository' => '?',
  2802.             'Harmonizely\\Repository\\Company\\EventCancellationRepository' => '?',
  2803.             'Harmonizely\\Repository\\Company\\EventInviteeRepository' => '?',
  2804.             'Harmonizely\\Repository\\Company\\EventRelationRepository' => '?',
  2805.             'Harmonizely\\Repository\\Company\\EventRepository' => '?',
  2806.             'Harmonizely\\Repository\\Company\\EventTypeDurationRepository' => '?',
  2807.             'Harmonizely\\Repository\\Company\\EventTypeRepository' => '?',
  2808.             'Harmonizely\\Repository\\Company\\EventTypeRequestLocationTypeRepository' => '?',
  2809.             'Harmonizely\\Repository\\Company\\EventTypeUserRepository' => '?',
  2810.             'Harmonizely\\Repository\\Company\\ExportRepository' => '?',
  2811.             'Harmonizely\\Repository\\Company\\IntegrationRepository' => '?',
  2812.             'Harmonizely\\Repository\\Company\\MigrationSubscriptionRepository' => '?',
  2813.             'Harmonizely\\Repository\\Company\\OktaDomainRepository' => '?',
  2814.             'Harmonizely\\Repository\\Company\\OlsonTimezoneDefinitionRepository' => '?',
  2815.             'Harmonizely\\Repository\\Company\\OnlineEventRepository' => '?',
  2816.             'Harmonizely\\Repository\\Company\\OrganizationCancellationPolicyRepository' => '?',
  2817.             'Harmonizely\\Repository\\Company\\OrganizationIntegrationRepository' => '?',
  2818.             'Harmonizely\\Repository\\Company\\OrganizationLimitRepository' => '?',
  2819.             'Harmonizely\\Repository\\Company\\OrganizationMemberRepository' => '?',
  2820.             'Harmonizely\\Repository\\Company\\OrganizationPermissionRepository' => '?',
  2821.             'Harmonizely\\Repository\\Company\\OrganizationRepository' => '?',
  2822.             'Harmonizely\\Repository\\Company\\OrganizationRolePermissionsRepository' => '?',
  2823.             'Harmonizely\\Repository\\Company\\OrganizationRoleRepository' => '?',
  2824.             'Harmonizely\\Repository\\Company\\OrganizationSocialLinkRepository' => '?',
  2825.             'Harmonizely\\Repository\\Company\\OrganizationTagRepository' => '?',
  2826.             'Harmonizely\\Repository\\Company\\OrganizationTaxRepository' => '?',
  2827.             'Harmonizely\\Repository\\Company\\OrganizationWidgetRepository' => '?',
  2828.             'Harmonizely\\Repository\\Company\\PollAvailabilityRepository' => '?',
  2829.             'Harmonizely\\Repository\\Company\\PollRepository' => '?',
  2830.             'Harmonizely\\Repository\\Company\\PollResultRepository' => '?',
  2831.             'Harmonizely\\Repository\\Company\\QuestionRepository' => '?',
  2832.             'Harmonizely\\Repository\\Company\\ReviewRepository' => '?',
  2833.             'Harmonizely\\Repository\\Company\\RoutingFormFieldRepository' => '?',
  2834.             'Harmonizely\\Repository\\Company\\RoutingFormRepository' => '?',
  2835.             'Harmonizely\\Repository\\Company\\RoutingFormResultAnswerRepository' => '?',
  2836.             'Harmonizely\\Repository\\Company\\RoutingFormResultRepository' => '?',
  2837.             'Harmonizely\\Repository\\Company\\RoutingFormRouteRepository' => '?',
  2838.             'Harmonizely\\Repository\\Company\\SmsTemplateRepository' => '?',
  2839.             'Harmonizely\\Repository\\Company\\SubscriptionRepository' => '?',
  2840.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserActionLogRepository' => '?',
  2841.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserGoogleAuthenticatorRepository' => '?',
  2842.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserLoginAttemptRepository' => '?',
  2843.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserLoginCodeRepository' => '?',
  2844.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserLoginLogRepository' => '?',
  2845.             'Harmonizely\\Repository\\Company\\SuperAdmin\\UserRepository' => '?',
  2846.             'Harmonizely\\Repository\\Company\\UserApiStatisticRepository' => '?',
  2847.             'Harmonizely\\Repository\\Company\\UserCancellationPolicyRepository' => '?',
  2848.             'Harmonizely\\Repository\\Company\\UserDeviceNotificationSettingsRepository' => '?',
  2849.             'Harmonizely\\Repository\\Company\\UserDeviceTokenRepository' => '?',
  2850.             'Harmonizely\\Repository\\Company\\UserEmailLogRepository' => '?',
  2851.             'Harmonizely\\Repository\\Company\\UserEmailUnsubscribeRepository' => '?',
  2852.             'Harmonizely\\Repository\\Company\\UserEventTypeTagRepository' => '?',
  2853.             'Harmonizely\\Repository\\Company\\UserGoogleAuthenticatorRepository' => '?',
  2854.             'Harmonizely\\Repository\\Company\\UserLimitRepository' => '?',
  2855.             'Harmonizely\\Repository\\Company\\UserLoginAttemptRepository' => '?',
  2856.             'Harmonizely\\Repository\\Company\\UserLoginCodeRepository' => '?',
  2857.             'Harmonizely\\Repository\\Company\\UserNewsRepository' => '?',
  2858.             'Harmonizely\\Repository\\Company\\UserOAuthRepository' => '?',
  2859.             'Harmonizely\\Repository\\Company\\UserPreferencesRepository' => '?',
  2860.             'Harmonizely\\Repository\\Company\\UserPushNotificationLogRepository' => '?',
  2861.             'Harmonizely\\Repository\\Company\\UserRelationRepository' => '?',
  2862.             'Harmonizely\\Repository\\Company\\UserRepository' => '?',
  2863.             'Harmonizely\\Repository\\Company\\UserSmsLogRepository' => '?',
  2864.             'Harmonizely\\Repository\\Company\\UserSocialLinkRepository' => '?',
  2865.             'Harmonizely\\Repository\\Company\\UserSsoRepository' => '?',
  2866.             'Harmonizely\\Repository\\Company\\UserTaxRepository' => '?',
  2867.             'Harmonizely\\Repository\\Company\\UserTokenRepository' => '?',
  2868.             'Harmonizely\\Repository\\Company\\UserWidgetRepository' => '?',
  2869.             'Harmonizely\\Repository\\Company\\WebhookRepository' => '?',
  2870.             'Harmonizely\\Repository\\Company\\ZapierRepository' => '?',
  2871.         ]));
  2872.     }
  2873.     /**
  2874.      * Gets the private 'doctrine.orm.listeners.resolve_target_entity' shared service.
  2875.      *
  2876.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  2877.      */
  2878.     protected function getDoctrine_Orm_Listeners_ResolveTargetEntityService()
  2879.     {
  2880.         $this->privates['doctrine.orm.listeners.resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  2881.         $instance->addResolveTargetEntity('Harmonizely\\Model\\UserInterface''Harmonizely\\Model\\User', []);
  2882.         $instance->addResolveTargetEntity('Harmonizely\\Model\\EventTypeInterface''Harmonizely\\Model\\EventType', []);
  2883.         $instance->addResolveTargetEntity('Harmonizely\\Model\\CalendarAccountInterface''Harmonizely\\Model\\CalendarAccount', []);
  2884.         $instance->addResolveTargetEntity('Harmonizely\\Model\\CalendarServiceInterface''Harmonizely\\Model\\CalendarService', []);
  2885.         $instance->addResolveTargetEntity('Harmonizely\\Model\\CalendarInterface''Harmonizely\\Model\\Calendar', []);
  2886.         $instance->addResolveTargetEntity('Harmonizely\\Model\\EventTypePeriodInterface''Harmonizely\\Model\\EventTypePeriod', []);
  2887.         $instance->addResolveTargetEntity('Harmonizely\\Model\\InviteeInterface''Harmonizely\\Model\\Invitee', []);
  2888.         $instance->addResolveTargetEntity('Harmonizely\\Model\\AvailabilityRuleInterface''Harmonizely\\Model\\AvailabilityRule', []);
  2889.         $instance->addResolveTargetEntity('Harmonizely\\Model\\HourIntervalInterface''Harmonizely\\Model\\HourInterval', []);
  2890.         $instance->addResolveTargetEntity('Harmonizely\\Model\\EventInterface''Harmonizely\\Model\\Event', []);
  2891.         $instance->addResolveTargetEntity('Harmonizely\\Model\\SubscriptionInterface''Harmonizely\\Model\\Subscription', []);
  2892.         $instance->addResolveTargetEntity('Harmonizely\\Model\\PaymentMethodInterface''Harmonizely\\Model\\PaymentMethod', []);
  2893.         $instance->addResolveTargetEntity('Harmonizely\\Model\\IntegrationInterface''Harmonizely\\Model\\Integration', []);
  2894.         $instance->addResolveTargetEntity('Harmonizely\\Model\\ParticipantInterface''Harmonizely\\Model\\Participant', []);
  2895.         $instance->addResolveTargetEntity('Harmonizely\\Model\\InviteMessageInterface''Harmonizely\\Model\\InviteMessage', []);
  2896.         $instance->addResolveTargetEntity('Harmonizely\\Model\\QuestionInterface''Harmonizely\\Model\\Question', []);
  2897.         $instance->addResolveTargetEntity('Harmonizely\\Model\\AnswerInterface''Harmonizely\\Model\\Answer', []);
  2898.         $instance->addResolveTargetEntity('Harmonizely\\Model\\CancellationInterface''Harmonizely\\Model\\Cancellation', []);
  2899.         return $instance;
  2900.     }
  2901.     /**
  2902.      * Gets the private 'doctrine.result_cache_pool' shared service.
  2903.      *
  2904.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2905.      */
  2906.     protected function getDoctrine_ResultCachePoolService()
  2907.     {
  2908.         $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))));
  2909.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2910.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2911.     }
  2912.     /**
  2913.      * Gets the private 'doctrine.system_cache_pool' shared service.
  2914.      *
  2915.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2916.      */
  2917.     protected function getDoctrine_SystemCachePoolService()
  2918.     {
  2919.         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())));
  2920.     }
  2921.     /**
  2922.      * Gets the private 'fos_rest.body_listener' shared service.
  2923.      *
  2924.      * @return \FOS\RestBundle\EventListener\BodyListener
  2925.      */
  2926.     protected function getFosRest_BodyListenerService()
  2927.     {
  2928.         $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, [
  2929.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService.php'true],
  2930.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService.php'true],
  2931.         ], [
  2932.             'fos_rest.decoder.json' => '?',
  2933.             'fos_rest.decoder.xml' => '?',
  2934.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false, new \FOS\RestBundle\Normalizer\CamelKeysNormalizer(), false);
  2935.         $instance->setDefaultFormat(NULL);
  2936.         return $instance;
  2937.     }
  2938.     /**
  2939.      * Gets the private 'fos_rest.format_listener' shared service.
  2940.      *
  2941.      * @return \FOS\RestBundle\EventListener\FormatListener
  2942.      */
  2943.     protected function getFosRest_FormatListenerService()
  2944.     {
  2945.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2946.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  2947.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  2948.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  2949.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2950.     }
  2951.     /**
  2952.      * Gets the private 'fos_rest.serializer.jms' shared service.
  2953.      *
  2954.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  2955.      */
  2956.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  2957.     {
  2958.         if ($lazyLoad) {
  2959.             return $this->privates['fos_rest.serializer.jms'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
  2960.                 return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2961.                     $wrappedInstance $this->getFosRest_Serializer_JmsService(false);
  2962.                     $proxy->setProxyInitializer(null);
  2963.                     return true;
  2964.                 });
  2965.             });
  2966.         }
  2967.         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())));
  2968.     }
  2969.     /**
  2970.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  2971.      *
  2972.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  2973.      */
  2974.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  2975.     {
  2976.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2977.             'Harmonizely\\Serializer\\EventTypeHandler' => ['privates''Harmonizely\\Serializer\\EventTypeHandler''getEventTypeHandlerService.php'true],
  2978.             'fos_rest.serializer.exception_normalizer.jms' => ['privates''fos_rest.serializer.exception_normalizer.jms''getFosRest_Serializer_ExceptionNormalizer_JmsService.php'true],
  2979.             'fos_rest.serializer.flatten_exception_handler' => ['privates''fos_rest.serializer.flatten_exception_handler''getFosRest_Serializer_FlattenExceptionHandlerService.php'true],
  2980.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService.php'true],
  2981.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService.php'true],
  2982.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService.php'true],
  2983.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService.php'true],
  2984.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService.php'true],
  2985.             'misd_phone_number.serializer.handler' => ['privates''misd_phone_number.serializer.handler''getMisdPhoneNumber_Serializer_HandlerService.php'true],
  2986.         ], [
  2987.             'Harmonizely\\Serializer\\EventTypeHandler' => '?',
  2988.             'fos_rest.serializer.exception_normalizer.jms' => '?',
  2989.             'fos_rest.serializer.flatten_exception_handler' => '?',
  2990.             'fos_rest.serializer.form_error_handler' => '?',
  2991.             'jms_serializer.array_collection_handler' => '?',
  2992.             'jms_serializer.constraint_violation_handler' => '?',
  2993.             'jms_serializer.datetime_handler' => '?',
  2994.             'jms_serializer.iterator_handler' => '?',
  2995.             'misd_phone_number.serializer.handler' => '?',
  2996.         ]), [=> ['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']]]]);
  2997.     }
  2998.     /**
  2999.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  3000.      *
  3001.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  3002.      */
  3003.     protected function getFosRest_ZoneMatcherListenerService()
  3004.     {
  3005.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  3006.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/*'));
  3007.         return $instance;
  3008.     }
  3009.     /**
  3010.      * Gets the private 'fos_user.user_listener' shared service.
  3011.      *
  3012.      * @return \FOS\UserBundle\Doctrine\UserListener
  3013.      */
  3014.     protected function getFosUser_UserListenerService()
  3015.     {
  3016.         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()));
  3017.     }
  3018.     /**
  3019.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  3020.      *
  3021.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  3022.      */
  3023.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  3024.     {
  3025.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  3026.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  3027.     }
  3028.     /**
  3029.      * Gets the private 'fos_user.util.password_updater' shared service.
  3030.      *
  3031.      * @return \FOS\UserBundle\Util\PasswordUpdater
  3032.      */
  3033.     protected function getFosUser_Util_PasswordUpdaterService()
  3034.     {
  3035.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  3036.     }
  3037.     /**
  3038.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3039.      *
  3040.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3041.      */
  3042.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3043.     {
  3044.         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())));
  3045.     }
  3046.     /**
  3047.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3048.      *
  3049.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3050.      */
  3051.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3052.     {
  3053.         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()));
  3054.     }
  3055.     /**
  3056.      * Gets the private 'hateoas.configuration.metadata_factory' shared service.
  3057.      *
  3058.      * @return \Metadata\MetadataFactory
  3059.      */
  3060.     protected function getHateoas_Configuration_MetadataFactoryService()
  3061.     {
  3062.         $this->privates['hateoas.configuration.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'hateoas.configuration.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  3063.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/hateoas')));
  3064.         return $instance;
  3065.     }
  3066.     /**
  3067.      * Gets the private 'hateoas.link_factory' shared service.
  3068.      *
  3069.      * @return \Hateoas\Factory\LinkFactory
  3070.      */
  3071.     protected function getHateoas_LinkFactoryService()
  3072.     {
  3073.         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()));
  3074.     }
  3075.     /**
  3076.      * Gets the private 'hateoas.twig.link' shared service.
  3077.      *
  3078.      * @return \Hateoas\Twig\Extension\LinkExtension
  3079.      */
  3080.     protected function getHateoas_Twig_LinkService()
  3081.     {
  3082.         return $this->privates['hateoas.twig.link'] = new \Hateoas\Twig\Extension\LinkExtension(($this->services['hateoas.helper.link'] ?? $this->getHateoas_Helper_LinkService()));
  3083.     }
  3084.     /**
  3085.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  3086.      *
  3087.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  3088.      */
  3089.     protected function getJmsSerializer_ExpressionEvaluatorService()
  3090.     {
  3091.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  3092.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  3093.         $a->registerProvider(new \Bazinga\Bundle\HateoasBundle\Expression\LinkExpressionFunction());
  3094.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  3095.     }
  3096.     /**
  3097.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  3098.      *
  3099.      * @return \Metadata\MetadataFactory
  3100.      */
  3101.     protected function getJmsSerializer_MetadataFactoryService()
  3102.     {
  3103.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3104.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService.php'true],
  3105.         ], [
  3106.             'metadata_driver' => '?',
  3107.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  3108.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  3109.         return $instance;
  3110.     }
  3111.     /**
  3112.      * Gets the private 'libphonenumber.phone_number_util' shared service.
  3113.      *
  3114.      * @return \libphonenumber\PhoneNumberUtil
  3115.      */
  3116.     protected function getLibphonenumber_PhoneNumberUtilService()
  3117.     {
  3118.         return $this->privates['libphonenumber.phone_number_util'] = \libphonenumber\PhoneNumberUtil::getInstance();
  3119.     }
  3120.     /**
  3121.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3122.      *
  3123.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3124.      */
  3125.     protected function getLiipImagine_Filter_ConfigurationService()
  3126.     {
  3127.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3128.     }
  3129.     /**
  3130.      * Gets the private 'liip_imagine.templating.filter_extension' shared service.
  3131.      *
  3132.      * @return \Liip\ImagineBundle\Templating\FilterExtension
  3133.      */
  3134.     protected function getLiipImagine_Templating_FilterExtensionService()
  3135.     {
  3136.         return $this->privates['liip_imagine.templating.filter_extension'] = new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  3137.     }
  3138.     /**
  3139.      * Gets the private 'locale_aware_listener' shared service.
  3140.      *
  3141.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3142.      */
  3143.     protected function getLocaleAwareListenerService()
  3144.     {
  3145.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3146.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3147.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3148.     }
  3149.     /**
  3150.      * Gets the private 'locale_listener' shared service.
  3151.      *
  3152.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3153.      */
  3154.     protected function getLocaleListenerService()
  3155.     {
  3156.         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()));
  3157.     }
  3158.     /**
  3159.      * Gets the private 'mime_types' shared service.
  3160.      *
  3161.      * @return \Symfony\Component\Mime\MimeTypes
  3162.      */
  3163.     protected function getMimeTypesService()
  3164.     {
  3165.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3166.         $instance->setDefault($instance);
  3167.         return $instance;
  3168.     }
  3169.     /**
  3170.      * Gets the private 'misd_phone_number.twig.extension.format' shared service.
  3171.      *
  3172.      * @return \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension
  3173.      */
  3174.     protected function getMisdPhoneNumber_Twig_Extension_FormatService()
  3175.     {
  3176.         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())));
  3177.     }
  3178.     /**
  3179.      * Gets the private 'monolog.handler.console' shared service.
  3180.      *
  3181.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3182.      */
  3183.     protected function getMonolog_Handler_ConsoleService()
  3184.     {
  3185.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3186.     }
  3187.     /**
  3188.      * Gets the private 'monolog.handler.main' shared service.
  3189.      *
  3190.      * @return \Monolog\Handler\FingersCrossedHandler
  3191.      */
  3192.     protected function getMonolog_Handler_MainService()
  3193.     {
  3194.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  3195.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3196.         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);
  3197.     }
  3198.     /**
  3199.      * Gets the private 'monolog.logger' shared service.
  3200.      *
  3201.      * @return \Symfony\Bridge\Monolog\Logger
  3202.      */
  3203.     protected function getMonolog_LoggerService()
  3204.     {
  3205.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3206.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3207.         $instance->useMicrosecondTimestamps(true);
  3208.         $instance->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  3209.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3210.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3211.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3212.         return $instance;
  3213.     }
  3214.     /**
  3215.      * Gets the private 'monolog.logger.cache' shared service.
  3216.      *
  3217.      * @return \Symfony\Bridge\Monolog\Logger
  3218.      */
  3219.     protected function getMonolog_Logger_CacheService()
  3220.     {
  3221.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3222.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3223.         $instance->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  3224.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3225.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3226.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3227.         return $instance;
  3228.     }
  3229.     /**
  3230.      * Gets the private 'monolog.logger.request' shared service.
  3231.      *
  3232.      * @return \Symfony\Bridge\Monolog\Logger
  3233.      */
  3234.     protected function getMonolog_Logger_RequestService()
  3235.     {
  3236.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3237.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3238.         $instance->pushHandler(($this->privates['Sentry\\Monolog\\Handler'] ?? $this->getHandlerService()));
  3239.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3240.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3241.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3242.         return $instance;
  3243.     }
  3244.     /**
  3245.      * Gets the private 'nelmio_api_doc.render_docs.html.asset' shared service.
  3246.      *
  3247.      * @return \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset
  3248.      */
  3249.     protected function getNelmioApiDoc_RenderDocs_Html_AssetService()
  3250.     {
  3251.         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()));
  3252.     }
  3253.     /**
  3254.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3255.      *
  3256.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3257.      */
  3258.     protected function getNelmioCors_CorsListenerService()
  3259.     {
  3260.         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()))]));
  3261.     }
  3262.     /**
  3263.      * Gets the private 'parameter_bag' shared service.
  3264.      *
  3265.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3266.      */
  3267.     protected function getParameterBagService()
  3268.     {
  3269.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3270.     }
  3271.     /**
  3272.      * Gets the private 'profiler_listener' shared service.
  3273.      *
  3274.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3275.      */
  3276.     protected function getProfilerListenerService()
  3277.     {
  3278.         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);
  3279.     }
  3280.     /**
  3281.      * Gets the private 'property_accessor' shared service.
  3282.      *
  3283.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3284.      */
  3285.     protected function getPropertyAccessorService()
  3286.     {
  3287.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  3288.     }
  3289.     /**
  3290.      * Gets the private 'property_info' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3293.      */
  3294.     protected function getPropertyInfoService()
  3295.     {
  3296.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3297.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  3298.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3299.             yield => ($this->privates['doctrine.orm.common_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CommonEntityManager_PropertyInfoExtractorService.php'));
  3300.             yield => ($this->privates['doctrine.orm.company_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CompanyEntityManager_PropertyInfoExtractorService.php'));
  3301.             yield => ($this->privates['doctrine.orm.harmonizely_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_HarmonizelyEntityManager_PropertyInfoExtractorService.php'));
  3302.         }, 5), new RewindableGenerator(function () {
  3303.             yield => ($this->privates['doctrine.orm.common_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CommonEntityManager_PropertyInfoExtractorService.php'));
  3304.             yield => ($this->privates['doctrine.orm.company_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CompanyEntityManager_PropertyInfoExtractorService.php'));
  3305.             yield => ($this->privates['doctrine.orm.harmonizely_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_HarmonizelyEntityManager_PropertyInfoExtractorService.php'));
  3306.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3307.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3308.         }, 5), new RewindableGenerator(function () {
  3309.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3310.         }, 1), new RewindableGenerator(function () {
  3311.             yield => ($this->privates['doctrine.orm.common_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CommonEntityManager_PropertyInfoExtractorService.php'));
  3312.             yield => ($this->privates['doctrine.orm.company_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_CompanyEntityManager_PropertyInfoExtractorService.php'));
  3313.             yield => ($this->privates['doctrine.orm.harmonizely_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_HarmonizelyEntityManager_PropertyInfoExtractorService.php'));
  3314.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3315.         }, 4), new RewindableGenerator(function () {
  3316.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3317.         }, 1));
  3318.     }
  3319.     /**
  3320.      * Gets the private 'router.cache_warmer' shared service.
  3321.      *
  3322.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  3323.      */
  3324.     protected function getRouter_CacheWarmerService()
  3325.     {
  3326.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3327.             'router' => ['services''router''getRouterService'false],
  3328.         ], [
  3329.             'router' => '?',
  3330.         ]))->withContext('router.cache_warmer'$this));
  3331.     }
  3332.     /**
  3333.      * Gets the private 'router.request_context' shared service.
  3334.      *
  3335.      * @return \Symfony\Component\Routing\RequestContext
  3336.      */
  3337.     protected function getRouter_RequestContextService()
  3338.     {
  3339.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET'$this->getEnv('APP_HOST'), 'https'80443);
  3340.     }
  3341.     /**
  3342.      * Gets the private 'router_listener' shared service.
  3343.      *
  3344.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3345.      */
  3346.     protected function getRouterListenerService()
  3347.     {
  3348.         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);
  3349.     }
  3350.     /**
  3351.      * Gets the private 'security.authentication.manager' shared service.
  3352.      *
  3353.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  3354.      */
  3355.     protected function getSecurity_Authentication_ManagerService()
  3356.     {
  3357.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  3358.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
  3359.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  3360.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->load('getSecurity_Authentication_Provider_Rememberme_MainService.php'));
  3361.             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'))));
  3362.             yield => ($this->privates['security.authentication.provider.guard.super_admin_panel'] ?? $this->load('getSecurity_Authentication_Provider_Guard_SuperAdminPanelService.php'));
  3363.             yield => ($this->privates['security.authentication.provider.guard.super_admin_panel_by_code'] ?? $this->load('getSecurity_Authentication_Provider_Guard_SuperAdminPanelByCodeService.php'));
  3364.         }, 6), true);
  3365.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3366.         return $instance;
  3367.     }
  3368.     /**
  3369.      * Gets the private 'security.encoder_factory.generic' shared service.
  3370.      *
  3371.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  3372.      */
  3373.     protected function getSecurity_EncoderFactory_GenericService()
  3374.     {
  3375.         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\\Company\\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]]);
  3376.     }
  3377.     /**
  3378.      * Gets the private 'security.firewall.map' shared service.
  3379.      *
  3380.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3381.      */
  3382.     protected function getSecurity_Firewall_MapService()
  3383.     {
  3384.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3385.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  3386.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  3387.             'security.firewall.map.context.super_admin_panel' => ['privates''security.firewall.map.context.super_admin_panel''getSecurity_Firewall_Map_Context_SuperAdminPanelService.php'true],
  3388.             '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],
  3389.         ], [
  3390.             'security.firewall.map.context.dev' => '?',
  3391.             'security.firewall.map.context.main' => '?',
  3392.             'security.firewall.map.context.super_admin_panel' => '?',
  3393.             'security.firewall.map.context.super_admin_panel_by_code' => '?',
  3394.         ]), new RewindableGenerator(function () {
  3395.             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)/')));
  3396.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.96ylx3N'] ?? ($this->privates['.security.request_matcher.96ylx3N'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'$this->getEnv('SECURE_HOST'))));
  3397.             yield 'security.firewall.map.context.super_admin_panel' => ($this->privates['.security.request_matcher.aIltDDO'] ?? ($this->privates['.security.request_matcher.aIltDDO'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/panel'$this->getEnv('SUPER_ADMIN_HOST'))));
  3398.             yield 'security.firewall.map.context.super_admin_panel_by_code' => ($this->privates['.security.request_matcher.MpzApEx'] ?? ($this->privates['.security.request_matcher.MpzApEx'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login/super-admin/use/code'$this->getEnv('SUPER_ADMIN_HOST'))));
  3399.         }, 4));
  3400.     }
  3401.     /**
  3402.      * Gets the private 'security.helper' shared service.
  3403.      *
  3404.      * @return \Symfony\Component\Security\Core\Security
  3405.      */
  3406.     protected function getSecurity_HelperService()
  3407.     {
  3408.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3409.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  3410.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  3411.         ], [
  3412.             'security.authorization_checker' => '?',
  3413.             'security.token_storage' => '?',
  3414.         ]));
  3415.     }
  3416.     /**
  3417.      * Gets the private 'security.logout_url_generator' shared service.
  3418.      *
  3419.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3420.      */
  3421.     protected function getSecurity_LogoutUrlGeneratorService()
  3422.     {
  3423.         $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()));
  3424.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  3425.         $instance->registerListener('super_admin_panel''super_admin.panel.logout''logout''_csrf_token'NULL'super_admin_panel_context');
  3426.         return $instance;
  3427.     }
  3428.     /**
  3429.      * Gets the private 'security.role_hierarchy' shared service.
  3430.      *
  3431.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3432.      */
  3433.     protected function getSecurity_RoleHierarchyService()
  3434.     {
  3435.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3436.     }
  3437.     /**
  3438.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3439.      *
  3440.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3441.      */
  3442.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3443.     {
  3444.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3445.     }
  3446.     /**
  3447.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3448.      *
  3449.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3450.      */
  3451.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3452.     {
  3453.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3454.         $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);
  3455.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3456.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3457.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], ''NULL'validationErrors'), -50'fos_rest.request_body');
  3458.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3459.     }
  3460.     /**
  3461.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3462.      *
  3463.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3464.      */
  3465.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3466.     {
  3467.         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()));
  3468.     }
  3469.     /**
  3470.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3471.      *
  3472.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3473.      */
  3474.     protected function getSensioFrameworkExtra_View_ListenerService()
  3475.     {
  3476.         $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))));
  3477.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3478.             'twig' => ['services''twig''getTwigService'false],
  3479.         ], [
  3480.             'twig' => 'Twig\\Environment',
  3481.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3482.         return $instance;
  3483.     }
  3484.     /**
  3485.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  3486.      *
  3487.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  3488.      */
  3489.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  3490.     {
  3491.         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()))]));
  3492.     }
  3493.     /**
  3494.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3495.      *
  3496.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3497.      */
  3498.     protected function getSerializer_NameConverter_MetadataAwareService()
  3499.     {
  3500.         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()));
  3501.     }
  3502.     /**
  3503.      * Gets the private 'session_listener' shared service.
  3504.      *
  3505.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3506.      */
  3507.     protected function getSessionListenerService()
  3508.     {
  3509.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3510.             'initialized_session' => ['services''session'NULLfalse],
  3511.             'session' => ['services''session''getSessionService'false],
  3512.         ], [
  3513.             'initialized_session' => '?',
  3514.             'session' => '?',
  3515.         ]));
  3516.     }
  3517.     /**
  3518.      * Gets the private 'translator.default' shared service.
  3519.      *
  3520.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3521.      */
  3522.     protected function getTranslator_DefaultService()
  3523.     {
  3524.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3525.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  3526.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  3527.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  3528.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  3529.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  3530.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  3531.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  3532.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  3533.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  3534.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  3535.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  3536.         ], [
  3537.             'translation.loader.csv' => '?',
  3538.             'translation.loader.dat' => '?',
  3539.             'translation.loader.ini' => '?',
  3540.             'translation.loader.json' => '?',
  3541.             'translation.loader.mo' => '?',
  3542.             'translation.loader.php' => '?',
  3543.             'translation.loader.po' => '?',
  3544.             'translation.loader.qt' => '?',
  3545.             'translation.loader.res' => '?',
  3546.             'translation.loader.xliff' => '?',
  3547.             'translation.loader.yml' => '?',
  3548.         ]), 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).'/translations/js.fr.po'), => (\dirname(__DIR__4).'/translations/messages.fr.po'), 10 => (\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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/willdurand/hateoas-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/BazingaHateoasBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/WhiteOctoberPagerfantaBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/SentryBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/LiipImagineBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/OneupFlysystemBundle/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/MisdPhoneNumberBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/KnpUOAuth2ClientBundle/translations'), 54 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 55 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 56 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 57 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 58 => (\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'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'src/Resources/SensioFrameworkExtraBundle/translations'12 => 'vendor/nelmio/cors-bundle/translations'13 => 'src/Resources/NelmioCorsBundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'src/Resources/TwigBundle/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'src/Resources/DoctrineBundle/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'src/Resources/SecurityBundle/translations'20 => 'src/Resources/FOSUserBundle/translations'21 => 'vendor/symfony/swiftmailer-bundle/translations'22 => 'src/Resources/SwiftmailerBundle/translations'23 => 'vendor/symfony/web-profiler-bundle/translations'24 => 'src/Resources/WebProfilerBundle/translations'25 => 'vendor/symfony/maker-bundle/src/translations'26 => 'src/Resources/MakerBundle/translations'27 => 'vendor/friendsofsymfony/rest-bundle/translations'28 => 'src/Resources/FOSRestBundle/translations'29 => 'vendor/jms/serializer-bundle/translations'30 => 'src/Resources/JMSSerializerBundle/translations'31 => 'vendor/nelmio/api-doc-bundle/translations'32 => 'src/Resources/NelmioApiDocBundle/translations'33 => 'vendor/willdurand/hateoas-bundle/translations'34 => 'src/Resources/BazingaHateoasBundle/translations'35 => 'src/Resources/WhiteOctoberPagerfantaBundle/translations'36 => 'vendor/sentry/sentry-symfony/src/translations'37 => 'src/Resources/SentryBundle/translations'38 => 'src/Resources/VichUploaderBundle/translations'39 => 'vendor/liip/imagine-bundle/translations'40 => 'src/Resources/LiipImagineBundle/translations'41 => 'vendor/oneup/flysystem-bundle/translations'42 => 'src/Resources/OneupFlysystemBundle/translations'43 => 'src/Resources/MisdPhoneNumberBundle/translations'44 => 'vendor/symfony/monolog-bundle/translations'45 => 'src/Resources/MonologBundle/translations'46 => 'vendor/symfony/webpack-encore-bundle/src/translations'47 => 'src/Resources/WebpackEncoreBundle/translations'48 => 'vendor/stof/doctrine-extensions-bundle/translations'49 => 'src/Resources/StofDoctrineExtensionsBundle/translations'50 => 'vendor/twig/extra-bundle/src/translations'51 => 'src/Resources/TwigExtraBundle/translations'52 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'53 => 'src/Resources/KnpUOAuth2ClientBundle/translations'54 => 'vendor/symfony/debug-bundle/translations'55 => 'src/Resources/DebugBundle/translations'56 => 'vendor/doctrine/doctrine-migrations-bundle/translations'57 => 'src/Resources/DoctrineMigrationsBundle/translations'58 => 'src/Resources/translations']]]);
  3549.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3550.         $instance->setFallbackLocales([=> 'en']);
  3551.         return $instance;
  3552.     }
  3553.     /**
  3554.      * Gets the private 'twig.app_variable' shared service.
  3555.      *
  3556.      * @return \Symfony\Bridge\Twig\AppVariable
  3557.      */
  3558.     protected function getTwig_AppVariableService()
  3559.     {
  3560.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  3561.         $instance->setEnvironment('dev');
  3562.         $instance->setDebug(true);
  3563.         if ($this->has('security.token_storage')) {
  3564.             $instance->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3565.         }
  3566.         if ($this->has('request_stack')) {
  3567.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3568.         }
  3569.         return $instance;
  3570.     }
  3571.     /**
  3572.      * Gets the private 'twig.configurator.environment' shared service.
  3573.      *
  3574.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  3575.      */
  3576.     protected function getTwig_Configurator_EnvironmentService()
  3577.     {
  3578.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  3579.     }
  3580.     /**
  3581.      * Gets the private 'twig.extension.assets' shared service.
  3582.      *
  3583.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  3584.      */
  3585.     protected function getTwig_Extension_AssetsService()
  3586.     {
  3587.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3588.     }
  3589.     /**
  3590.      * Gets the private 'twig.extension.code' shared service.
  3591.      *
  3592.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  3593.      */
  3594.     protected function getTwig_Extension_CodeService()
  3595.     {
  3596.         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');
  3597.     }
  3598.     /**
  3599.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  3600.      *
  3601.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  3602.      */
  3603.     protected function getTwig_Extension_Debug_StopwatchService()
  3604.     {
  3605.         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);
  3606.     }
  3607.     /**
  3608.      * Gets the private 'twig.extension.dump' shared service.
  3609.      *
  3610.      * @return \Symfony\Bridge\Twig\Extension\DumpExtension
  3611.      */
  3612.     protected function getTwig_Extension_DumpService()
  3613.     {
  3614.         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()));
  3615.     }
  3616.     /**
  3617.      * Gets the private 'twig.extension.httpfoundation' shared service.
  3618.      *
  3619.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  3620.      */
  3621.     protected function getTwig_Extension_HttpfoundationService()
  3622.     {
  3623.         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())));
  3624.     }
  3625.     /**
  3626.      * Gets the private 'twig.extension.logout_url' shared service.
  3627.      *
  3628.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  3629.      */
  3630.     protected function getTwig_Extension_LogoutUrlService()
  3631.     {
  3632.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3633.     }
  3634.     /**
  3635.      * Gets the private 'twig.extension.pagerfanta' shared service.
  3636.      *
  3637.      * @return \WhiteOctober\PagerfantaBundle\Twig\PagerfantaExtension
  3638.      */
  3639.     protected function getTwig_Extension_PagerfantaService()
  3640.     {
  3641.         $a = new \Pagerfanta\View\ViewFactory();
  3642.         $b = new \Pagerfanta\View\DefaultView();
  3643.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  3644.         $d = new \Pagerfanta\View\TwitterBootstrapView();
  3645.         $e = new \Pagerfanta\View\TwitterBootstrap3View();
  3646.         $f = new \Pagerfanta\View\TwitterBootstrap4View();
  3647.         $g = new \Pagerfanta\View\SemanticUiView();
  3648.         $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)]);
  3649.         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())));
  3650.     }
  3651.     /**
  3652.      * Gets the private 'twig.extension.profiler' shared service.
  3653.      *
  3654.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  3655.      */
  3656.     protected function getTwig_Extension_ProfilerService()
  3657.     {
  3658.         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))));
  3659.     }
  3660.     /**
  3661.      * Gets the private 'twig.extension.routing' shared service.
  3662.      *
  3663.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  3664.      */
  3665.     protected function getTwig_Extension_RoutingService()
  3666.     {
  3667.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  3668.     }
  3669.     /**
  3670.      * Gets the private 'twig.extension.security' shared service.
  3671.      *
  3672.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  3673.      */
  3674.     protected function getTwig_Extension_SecurityService()
  3675.     {
  3676.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3677.     }
  3678.     /**
  3679.      * Gets the private 'twig.extension.trans' shared service.
  3680.      *
  3681.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  3682.      */
  3683.     protected function getTwig_Extension_TransService()
  3684.     {
  3685.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3686.     }
  3687.     /**
  3688.      * Gets the private 'twig.extension.webprofiler' shared service.
  3689.      *
  3690.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  3691.      */
  3692.     protected function getTwig_Extension_WebprofilerService()
  3693.     {
  3694.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3695.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3696.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  3697.     }
  3698.     /**
  3699.      * Gets the private 'twig.loader.native_filesystem' shared service.
  3700.      *
  3701.      * @return \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader
  3702.      */
  3703.     protected function getTwig_Loader_NativeFilesystemService()
  3704.     {
  3705.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  3706.         $instance->addPath((\dirname(__DIR__4).'/templates'), 'templates');
  3707.         $instance->addPath((\dirname(__DIR__4).'/assets/css'), 'css');
  3708.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  3709.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  3710.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  3711.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  3712.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3713.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3714.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3715.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3716.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3717.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  3718.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  3719.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  3720.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3721.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3722.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3723.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3724.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  3725.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  3726.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  3727.         $instance->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  3728.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  3729.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  3730.         $instance->addPath((\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/views'), 'MisdPhoneNumber');
  3731.         $instance->addPath((\dirname(__DIR__4).'/vendor/misd/phone-number-bundle/Resources/views'), '!MisdPhoneNumber');
  3732.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3733.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3734.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3735.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3736.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3737.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3738.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3739.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3740.         return $instance;
  3741.     }
  3742.     /**
  3743.      * Gets the private 'twig.runtime_loader' shared service.
  3744.      *
  3745.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  3746.      */
  3747.     protected function getTwig_RuntimeLoaderService()
  3748.     {
  3749.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3750.             'Harmonizely\\Twig\\Extension\\SchedulingPageUrlRuntime' => ['privates''Harmonizely\\Twig\\Extension\\SchedulingPageUrlRuntime''getSchedulingPageUrlRuntimeService.php'true],
  3751.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  3752.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  3753.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  3754.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  3755.         ], [
  3756.             'Harmonizely\\Twig\\Extension\\SchedulingPageUrlRuntime' => '?',
  3757.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  3758.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3759.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3760.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3761.         ]));
  3762.     }
  3763.     /**
  3764.      * Gets the private 'validator.builder' shared service.
  3765.      *
  3766.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3767.      */
  3768.     protected function getValidator_BuilderService()
  3769.     {
  3770.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3771.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3772.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3773.             'Harmonizely\\Booking\\Validator\\Constraints\\InviteeEmailValidator' => ['privates''Harmonizely\\Booking\\Validator\\Constraints\\InviteeEmailValidator''getInviteeEmailValidatorService.php'true],
  3774.             'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserEmailUniqueValidator' => ['privates''Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserEmailUniqueValidator''getUserEmailUniqueValidatorService.php'true],
  3775.             'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserLoginUniqueValidator' => ['privates''Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserLoginUniqueValidator''getUserLoginUniqueValidatorService.php'true],
  3776.             'Harmonizely\\Validator\\Constraints\\DtoUniqueEntityValidator' => ['privates''Harmonizely\\Validator\\Constraints\\DtoUniqueEntityValidator''getDtoUniqueEntityValidatorService.php'true],
  3777.             'Harmonizely\\Validator\\Constraints\\EventTypeFlexibleDurationValidator' => ['privates''Harmonizely\\Validator\\Constraints\\EventTypeFlexibleDurationValidator''getEventTypeFlexibleDurationValidatorService.php'true],
  3778.             'Harmonizely\\Validator\\Constraints\\EventTypeSlugValidator' => ['privates''Harmonizely\\Validator\\Constraints\\EventTypeSlugValidator''getEventTypeSlugValidatorService.php'true],
  3779.             'Harmonizely\\Validator\\Constraints\\GoogleRecaptchaValidator' => ['privates''Harmonizely\\Validator\\Constraints\\GoogleRecaptchaValidator''getGoogleRecaptchaValidatorService.php'true],
  3780.             'Harmonizely\\Validator\\Constraints\\ImageSizeValidator' => ['privates''Harmonizely\\Validator\\Constraints\\ImageSizeValidator''getImageSizeValidatorService.php'true],
  3781.             'Harmonizely\\Validator\\Constraints\\ProfilePasswordValidator' => ['privates''Harmonizely\\Validator\\Constraints\\ProfilePasswordValidator''getProfilePasswordValidatorService.php'true],
  3782.             'Harmonizely\\Validator\\Constraints\\ProfileSecondFactorValidator' => ['privates''Harmonizely\\Validator\\Constraints\\ProfileSecondFactorValidator''getProfileSecondFactorValidatorService.php'true],
  3783.             'Harmonizely\\Validator\\Constraints\\SMTPHostNameValidator' => ['privates''Harmonizely\\Validator\\Constraints\\SMTPHostNameValidator''getSMTPHostNameValidatorService.php'true],
  3784.             'Harmonizely\\Validator\\Constraints\\SocialLinkValidator' => ['privates''Harmonizely\\Validator\\Constraints\\SocialLinkValidator''getSocialLinkValidatorService.php'true],
  3785.             'Harmonizely\\Validator\\Constraints\\SuperAdminProfilePasswordValidator' => ['privates''Harmonizely\\Validator\\Constraints\\SuperAdminProfilePasswordValidator''getSuperAdminProfilePasswordValidatorService.php'true],
  3786.             'Harmonizely\\Validator\\Constraints\\SuperAdminProfileSecondFactorValidator' => ['privates''Harmonizely\\Validator\\Constraints\\SuperAdminProfileSecondFactorValidator''getSuperAdminProfileSecondFactorValidatorService.php'true],
  3787.             'Harmonizely\\Validator\\Constraints\\TemporaryEmailAddressValidator' => ['privates''Harmonizely\\Validator\\Constraints\\TemporaryEmailAddressValidator''getTemporaryEmailAddressValidatorService.php'true],
  3788.             'Harmonizely\\Validator\\Constraints\\UniqueValidator' => ['privates''Harmonizely\\Validator\\Constraints\\UniqueValidator''getUniqueValidatorService.php'true],
  3789.             'Harmonizely\\Validator\\Constraints\\ValidTemplateSyntaxValidator' => ['privates''Harmonizely\\Validator\\Constraints\\ValidTemplateSyntaxValidator''getValidTemplateSyntaxValidatorService.php'true],
  3790.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3791.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3792.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  3793.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3794.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  3795.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  3796.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  3797.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  3798.         ], [
  3799.             'Harmonizely\\Booking\\Validator\\Constraints\\InviteeEmailValidator' => '?',
  3800.             'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserEmailUniqueValidator' => '?',
  3801.             'Harmonizely\\Service\\SuperAdmin\\Panel\\Validator\\User\\UserLoginUniqueValidator' => '?',
  3802.             'Harmonizely\\Validator\\Constraints\\DtoUniqueEntityValidator' => '?',
  3803.             'Harmonizely\\Validator\\Constraints\\EventTypeFlexibleDurationValidator' => '?',
  3804.             'Harmonizely\\Validator\\Constraints\\EventTypeSlugValidator' => '?',
  3805.             'Harmonizely\\Validator\\Constraints\\GoogleRecaptchaValidator' => '?',
  3806.             'Harmonizely\\Validator\\Constraints\\ImageSizeValidator' => '?',
  3807.             'Harmonizely\\Validator\\Constraints\\ProfilePasswordValidator' => '?',
  3808.             'Harmonizely\\Validator\\Constraints\\ProfileSecondFactorValidator' => '?',
  3809.             'Harmonizely\\Validator\\Constraints\\SMTPHostNameValidator' => '?',
  3810.             'Harmonizely\\Validator\\Constraints\\SocialLinkValidator' => '?',
  3811.             'Harmonizely\\Validator\\Constraints\\SuperAdminProfilePasswordValidator' => '?',
  3812.             'Harmonizely\\Validator\\Constraints\\SuperAdminProfileSecondFactorValidator' => '?',
  3813.             'Harmonizely\\Validator\\Constraints\\TemporaryEmailAddressValidator' => '?',
  3814.             'Harmonizely\\Validator\\Constraints\\UniqueValidator' => '?',
  3815.             'Harmonizely\\Validator\\Constraints\\ValidTemplateSyntaxValidator' => '?',
  3816.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3817.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3818.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3819.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3820.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3821.             'doctrine.orm.validator.unique' => '?',
  3822.             'security.validator.user_password' => '?',
  3823.             'validator.expression' => '?',
  3824.         ])));
  3825.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  3826.         $instance->setTranslationDomain('messages');
  3827.         $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')]);
  3828.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3829.         $instance->addMethodMapping('loadValidatorMetadata');
  3830.         $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()))]);
  3831.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3832.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.common_entity_manager'] ?? $this->getDoctrine_Orm_CommonEntityManagerService()), NULL));
  3833.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.company_entity_manager'] ?? $this->getDoctrine_Orm_CompanyEntityManagerService()), NULL));
  3834.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.harmonizely_entity_manager'] ?? $this->getDoctrine_Orm_HarmonizelyEntityManagerService()), NULL));
  3835.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  3836.         return $instance;
  3837.     }
  3838.     /**
  3839.      * Gets the private 'var_dumper.html_dumper' shared service.
  3840.      *
  3841.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3842.      */
  3843.     protected function getVarDumper_HtmlDumperService()
  3844.     {
  3845.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3846.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3847.         return $instance;
  3848.     }
  3849.     /**
  3850.      * Gets the private 'var_dumper.server_connection' shared service.
  3851.      *
  3852.      * @return \Symfony\Component\VarDumper\Server\Connection
  3853.      */
  3854.     protected function getVarDumper_ServerConnectionService()
  3855.     {
  3856.         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()]);
  3857.     }
  3858.     /**
  3859.      * Gets the private 'vich_uploader.listener.clean.user_avatar' shared service.
  3860.      *
  3861.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  3862.      */
  3863.     protected function getVichUploader_Listener_Clean_UserAvatarService()
  3864.     {
  3865.         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()));
  3866.     }
  3867.     /**
  3868.      * Gets the private 'vich_uploader.listener.remove.user_avatar' shared service.
  3869.      *
  3870.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  3871.      */
  3872.     protected function getVichUploader_Listener_Remove_UserAvatarService()
  3873.     {
  3874.         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()));
  3875.     }
  3876.     /**
  3877.      * Gets the private 'vich_uploader.listener.upload.user_avatar' shared service.
  3878.      *
  3879.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  3880.      */
  3881.     protected function getVichUploader_Listener_Upload_UserAvatarService()
  3882.     {
  3883.         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()));
  3884.     }
  3885.     /**
  3886.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  3887.      *
  3888.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3889.      */
  3890.     protected function getVichUploader_MetadataReaderService()
  3891.     {
  3892.         $a = new \Metadata\Driver\FileLocator(['Harmonizely' => (\dirname(__DIR__4).'/config/vich_uploader')]);
  3893.         $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);
  3894.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3895.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3896.     }
  3897.     /**
  3898.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  3899.      *
  3900.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  3901.      */
  3902.     protected function getVichUploader_PropertyMappingFactoryService()
  3903.     {
  3904.         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');
  3905.     }
  3906.     /**
  3907.      * Gets the private 'vich_uploader.storage.flysystem' shared service.
  3908.      *
  3909.      * @return \Vich\UploaderBundle\Storage\FlysystemStorage
  3910.      */
  3911.     protected function getVichUploader_Storage_FlysystemService()
  3912.     {
  3913.         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()));
  3914.     }
  3915.     /**
  3916.      * Gets the private 'web_profiler.csp.handler' shared service.
  3917.      *
  3918.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3919.      */
  3920.     protected function getWebProfiler_Csp_HandlerService()
  3921.     {
  3922.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3923.     }
  3924.     /**
  3925.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3926.      *
  3927.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3928.      */
  3929.     protected function getWebProfiler_DebugToolbarService()
  3930.     {
  3931.         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()));
  3932.     }
  3933.     /**
  3934.      * Gets the private 'webpack_encore.twig_entry_files_extension' shared service.
  3935.      *
  3936.      * @return \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension
  3937.      */
  3938.     protected function getWebpackEncore_TwigEntryFilesExtensionService()
  3939.     {
  3940.         return $this->privates['webpack_encore.twig_entry_files_extension'] = new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3941.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  3942.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  3943.         ], [
  3944.             'webpack_encore.entrypoint_lookup_collection' => '?',
  3945.             'webpack_encore.tag_renderer' => '?',
  3946.         ]));
  3947.     }
  3948.     /**
  3949.      * @return array|bool|float|int|string|\UnitEnum|null
  3950.      */
  3951.     public function getParameter($name)
  3952.     {
  3953.         $name = (string) $name;
  3954.         if (isset($this->buildParameters[$name])) {
  3955.             return $this->buildParameters[$name];
  3956.         }
  3957.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  3958.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3959.         }
  3960.         if (isset($this->loadedDynamicParameters[$name])) {
  3961.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3962.         }
  3963.         return $this->parameters[$name];
  3964.     }
  3965.     public function hasParameter($name): bool
  3966.     {
  3967.         $name = (string) $name;
  3968.         if (isset($this->buildParameters[$name])) {
  3969.             return true;
  3970.         }
  3971.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  3972.     }
  3973.     public function setParameter($name$value): void
  3974.     {
  3975.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3976.     }
  3977.     public function getParameterBag(): ParameterBagInterface
  3978.     {
  3979.         if (null === $this->parameterBag) {
  3980.             $parameters $this->parameters;
  3981.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3982.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3983.             }
  3984.             foreach ($this->buildParameters as $name => $value) {
  3985.                 $parameters[$name] = $value;
  3986.             }
  3987.             $this->parameterBag = new FrozenParameterBag($parameters);
  3988.         }
  3989.         return $this->parameterBag;
  3990.     }
  3991.     private $loadedDynamicParameters = [
  3992.         'kernel.cache_dir' => false,
  3993.         'public_host' => false,
  3994.         'public_host_route' => false,
  3995.         'secure_host' => false,
  3996.         'secure_host_route' => false,
  3997.         'super_admin_host' => false,
  3998.         'super_admin_host_route' => false,
  3999.         'router.request_context.host' => false,
  4000.         'directory_host' => false,
  4001.         'google_captcha_site_key' => false,
  4002.         'google_captcha_secret' => false,
  4003.         'kernel.secret' => false,
  4004.         'session.save_path' => false,
  4005.         'validator.mapping.cache.file' => false,
  4006.         'profiler.storage.dsn' => false,
  4007.         'debug.container.dump' => false,
  4008.         'serializer.mapping.cache.file' => false,
  4009.         'nelmio_cors.defaults' => false,
  4010.         'doctrine.orm.proxy_dir' => false,
  4011.     ];
  4012.     private $dynamicParameters = [];
  4013.     private function getDynamicParameter(string $name)
  4014.     {
  4015.         switch ($name) {
  4016.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4017.             case 'public_host'$value $this->getEnv('APP_HOST'); break;
  4018.             case 'public_host_route'$value $this->getEnv('default:param_public_host_route:APP_HOST'); break;
  4019.             case 'secure_host'$value $this->getEnv('SECURE_HOST'); break;
  4020.             case 'secure_host_route'$value $this->getEnv('default:param_secure_host_route:SECURE_HOST'); break;
  4021.             case 'super_admin_host'$value $this->getEnv('SUPER_ADMIN_HOST'); break;
  4022.             case 'super_admin_host_route'$value $this->getEnv('default:param_super_admin_host_route:SUPER_ADMIN_HOST'); break;
  4023.             case 'router.request_context.host'$value $this->getEnv('APP_HOST'); break;
  4024.             case 'directory_host'$value $this->getEnv('DIRECTORY_HOST'); break;
  4025.             case 'google_captcha_site_key'$value $this->getEnv('GOOGLE_CAPTCHA_SITE_KEY'); break;
  4026.             case 'google_captcha_secret'$value $this->getEnv('GOOGLE_CAPTCHA_SECRET'); break;
  4027.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4028.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4029.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4030.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4031.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcHarmonizely_KernelDevDebugContainer.xml'); break;
  4032.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4033.             case 'nelmio_cors.defaults'$value = [
  4034.                 'allow_origin' => [
  4035.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  4036.                 ],
  4037.                 'allow_credentials' => false,
  4038.                 'allow_headers' => [
  4039.                     => 'origin',
  4040.                     => 'content-type',
  4041.                     => 'accept',
  4042.                     => 'authorization',
  4043.                 ],
  4044.                 'expose_headers' => [
  4045.                 ],
  4046.                 'allow_methods' => [
  4047.                     => 'GET',
  4048.                     => 'OPTIONS',
  4049.                     => 'POST',
  4050.                     => 'PUT',
  4051.                     => 'PATCH',
  4052.                     => 'DELETE',
  4053.                 ],
  4054.                 'max_age' => 3600,
  4055.                 'hosts' => [
  4056.                 ],
  4057.                 'origin_regex' => true,
  4058.                 'forced_allow_origin_value' => NULL,
  4059.             ]; break;
  4060.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4061.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4062.         }
  4063.         $this->loadedDynamicParameters[$name] = true;
  4064.         return $this->dynamicParameters[$name] = $value;
  4065.     }
  4066.     protected function getDefaultParameters(): array
  4067.     {
  4068.         return [
  4069.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  4070.             'kernel.project_dir' => \dirname(__DIR__4),
  4071.             'kernel.environment' => 'dev',
  4072.             'kernel.debug' => true,
  4073.             'kernel.name' => 'src',
  4074.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4075.             'kernel.bundles' => [
  4076.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4077.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4078.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4079.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4080.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4081.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4082.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  4083.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  4084.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4085.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4086.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  4087.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4088.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  4089.                 'BazingaHateoasBundle' => 'Bazinga\\Bundle\\HateoasBundle\\BazingaHateoasBundle',
  4090.                 'WhiteOctoberPagerfantaBundle' => 'WhiteOctober\\PagerfantaBundle\\WhiteOctoberPagerfantaBundle',
  4091.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  4092.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  4093.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4094.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  4095.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  4096.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4097.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4098.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  4099.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4100.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  4101.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4102.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4103.             ],
  4104.             'kernel.bundles_metadata' => [
  4105.                 'FrameworkBundle' => [
  4106.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4107.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4108.                 ],
  4109.                 'SensioFrameworkExtraBundle' => [
  4110.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4111.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4112.                 ],
  4113.                 'NelmioCorsBundle' => [
  4114.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4115.                     'namespace' => 'Nelmio\\CorsBundle',
  4116.                 ],
  4117.                 'TwigBundle' => [
  4118.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4119.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4120.                 ],
  4121.                 'DoctrineBundle' => [
  4122.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4123.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4124.                 ],
  4125.                 'SecurityBundle' => [
  4126.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4127.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4128.                 ],
  4129.                 'FOSUserBundle' => [
  4130.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  4131.                     'namespace' => 'FOS\\UserBundle',
  4132.                 ],
  4133.                 'SwiftmailerBundle' => [
  4134.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  4135.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  4136.                 ],
  4137.                 'WebProfilerBundle' => [
  4138.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4139.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4140.                 ],
  4141.                 'MakerBundle' => [
  4142.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4143.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4144.                 ],
  4145.                 'FOSRestBundle' => [
  4146.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  4147.                     'namespace' => 'FOS\\RestBundle',
  4148.                 ],
  4149.                 'JMSSerializerBundle' => [
  4150.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4151.                     'namespace' => 'JMS\\SerializerBundle',
  4152.                 ],
  4153.                 'NelmioApiDocBundle' => [
  4154.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  4155.                     'namespace' => 'Nelmio\\ApiDocBundle',
  4156.                 ],
  4157.                 'BazingaHateoasBundle' => [
  4158.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/hateoas-bundle'),
  4159.                     'namespace' => 'Bazinga\\Bundle\\HateoasBundle',
  4160.                 ],
  4161.                 'WhiteOctoberPagerfantaBundle' => [
  4162.                     'path' => (\dirname(__DIR__4).'/vendor/white-october/pagerfanta-bundle'),
  4163.                     'namespace' => 'WhiteOctober\\PagerfantaBundle',
  4164.                 ],
  4165.                 'SentryBundle' => [
  4166.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  4167.                     'namespace' => 'Sentry\\SentryBundle',
  4168.                 ],
  4169.                 'VichUploaderBundle' => [
  4170.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  4171.                     'namespace' => 'Vich\\UploaderBundle',
  4172.                 ],
  4173.                 'LiipImagineBundle' => [
  4174.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4175.                     'namespace' => 'Liip\\ImagineBundle',
  4176.                 ],
  4177.                 'OneupFlysystemBundle' => [
  4178.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle'),
  4179.                     'namespace' => 'Oneup\\FlysystemBundle',
  4180.                 ],
  4181.                 'MisdPhoneNumberBundle' => [
  4182.                     'path' => (\dirname(__DIR__4).'/vendor/misd/phone-number-bundle'),
  4183.                     'namespace' => 'Misd\\PhoneNumberBundle',
  4184.                 ],
  4185.                 'MonologBundle' => [
  4186.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4187.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4188.                 ],
  4189.                 'WebpackEncoreBundle' => [
  4190.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  4191.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  4192.                 ],
  4193.                 'StofDoctrineExtensionsBundle' => [
  4194.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  4195.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4196.                 ],
  4197.                 'TwigExtraBundle' => [
  4198.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  4199.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4200.                 ],
  4201.                 'KnpUOAuth2ClientBundle' => [
  4202.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  4203.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  4204.                 ],
  4205.                 'DebugBundle' => [
  4206.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4207.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4208.                 ],
  4209.                 'DoctrineMigrationsBundle' => [
  4210.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4211.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4212.                 ],
  4213.             ],
  4214.             'kernel.charset' => 'UTF-8',
  4215.             'kernel.container_class' => 'srcHarmonizely_KernelDevDebugContainer',
  4216.             'param_public_host_route' => '{public_host_route}',
  4217.             'param_secure_host_route' => '{secure_host_route}',
  4218.             'param_super_admin_host_route' => '{super_admin_host_route}',
  4219.             'routing.uuid' => '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}',
  4220.             'custom_domain.proxy' => 'custom.simplymeet.me',
  4221.             'locale' => 'en',
  4222.             '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',
  4223.             'router.request_context.scheme' => 'https',
  4224.             'asset.request_context.secure' => true,
  4225.             'billing_email' => 'ingvar@simplymeet.me',
  4226.             'billing_email_name' => 'SimplyMeet.me',
  4227.             'notification_email' => 'no-reply@simplymeet.me',
  4228.             'notification_email_name' => 'SimplyMeet.me',
  4229.             'contact_email' => 'rut@simplymeet.me',
  4230.             'contact_email_name' => 'SimplyMeet.me',
  4231.             'support_email' => 'support@simplymeet.me',
  4232.             'support_email_name' => 'SimplyMeet.me',
  4233.             'main_email' => 'no-reply@simplymeet.me',
  4234.             'main_email_name' => 'SimplyMeet.me',
  4235.             'news_url' => 'https://news.simplymeet.me',
  4236.             'news_limit' => 5,
  4237.             'max_limit_of_participants_for_client' => 5,
  4238.             'max_limit_of_participants_for_client_per_day' => 25,
  4239.             'max_limit_of_participants_for_admin' => 25,
  4240.             'max_limit_of_participants_for_admin_per_day' => 150,
  4241.             'user_login_attempt_limit' => 3,
  4242.             'user_login_attempt_interval' => 900,
  4243.             'default_2fa_provider' => 'ga',
  4244.             'gearman_servers' => '127.0.0.1:4730',
  4245.             'google_client_id' => '31083248164-jptp87g7gt439da1em2qtvhgva2jps4u.apps.googleusercontent.com',
  4246.             'google_client_secret' => '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',
  4247.             'facebook_app_id' => '1621192641585741',
  4248.             'facebook_app_secret' => '7efdc1801d6fb25c0a147b19fdd64826',
  4249.             'apple_client_id' => 'me.simplymeet.admin',
  4250.             'twitter_app_key' => 'wj2vnxO7NewSkn7qjPaIMp5dL',
  4251.             'twitter_app_secret' => '23Lif9rGswGha1gKLp5dczg99Hh2xxxIKpoSEIlb7Ai5lOzbUi',
  4252.             'super_admin_user_login_attempt_limit' => 3,
  4253.             'super_admin_user_login_attempt_interval' => 900,
  4254.             'super_admin_user_login_code_lifetime_default' => 10800,
  4255.             'super_admin_user_login_code_lifetime_system_user' => 10,
  4256.             'event_dispatcher.event_aliases' => [
  4257.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4258.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4259.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4260.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4261.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4262.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4263.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4264.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4265.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4266.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4267.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4268.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4269.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4270.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4271.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4272.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4273.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4274.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4275.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4276.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4277.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4278.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4279.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4280.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4281.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4282.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4283.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4284.             ],
  4285.             'fragment.renderer.hinclude.global_template' => '',
  4286.             'fragment.path' => '/_fragment',
  4287.             'kernel.http_method_override' => true,
  4288.             'kernel.trusted_hosts' => [
  4289.             ],
  4290.             'kernel.default_locale' => 'en',
  4291.             'kernel.error_controller' => 'error_controller',
  4292.             'templating.helper.code.file_link_format' => NULL,
  4293.             'debug.file_link_format' => NULL,
  4294.             'session.metadata.storage_key' => '_sf2_meta',
  4295.             'session.storage.options' => [
  4296.                 'cache_limiter' => '0',
  4297.                 'cookie_secure' => true,
  4298.                 'cookie_httponly' => true,
  4299.                 'gc_maxlifetime' => 28800,
  4300.                 'gc_probability' => 1,
  4301.             ],
  4302.             'session.metadata.update_threshold' => 0,
  4303.             'form.type_extension.csrf.enabled' => true,
  4304.             'form.type_extension.csrf.field_name' => '_token',
  4305.             'asset.request_context.base_path' => '',
  4306.             'validator.translation_domain' => 'messages',
  4307.             'translator.logging' => false,
  4308.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4309.             'profiler_listener.only_exceptions' => false,
  4310.             'profiler_listener.only_master_requests' => false,
  4311.             'debug.error_handler.throw_at' => -1,
  4312.             'router.request_context.base_url' => '',
  4313.             'router.resource' => 'kernel::loadRoutes',
  4314.             'router.cache_class_prefix' => 'srcHarmonizely_KernelDevDebugContainer',
  4315.             'request_listener.http_port' => 80,
  4316.             'request_listener.https_port' => 443,
  4317.             'nelmio_cors.map' => [
  4318.                 '^/api/' => [
  4319.                 ],
  4320.             ],
  4321.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4322.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4323.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4324.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  4325.             'twig.form.resources' => [
  4326.                 => '@VichUploader/Form/fields.html.twig',
  4327.                 => 'form_div_layout.html.twig',
  4328.                 => '@MisdPhoneNumber/Form/tel.html.twig',
  4329.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  4330.             ],
  4331.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4332.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4333.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4334.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4335.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4336.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4337.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4338.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4339.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4340.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4341.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4342.             'doctrine.entity_managers' => [
  4343.                 'common' => 'doctrine.orm.common_entity_manager',
  4344.                 'company' => 'doctrine.orm.company_entity_manager',
  4345.                 'harmonizely' => 'doctrine.orm.harmonizely_entity_manager',
  4346.             ],
  4347.             'doctrine.default_entity_manager' => 'company',
  4348.             'doctrine.dbal.connection_factory.types' => [
  4349.                 'encrypted_string' => [
  4350.                     'class' => 'Harmonizely\\Types\\Company\\EncryptedString',
  4351.                 ],
  4352.                 'encrypted_config' => [
  4353.                     'class' => 'Harmonizely\\Types\\Company\\EncryptedConfig',
  4354.                 ],
  4355.                 'phone_number' => [
  4356.                     'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
  4357.                 ],
  4358.                 'tariff_period_type' => [
  4359.                     'class' => 'Harmonizely\\Types\\Company\\TariffPeriodType',
  4360.                 ],
  4361.                 'calendar_layout_type' => [
  4362.                     'class' => 'Harmonizely\\Types\\Company\\CalendarLayoutType',
  4363.                 ],
  4364.                 'user_login_attempt_type' => [
  4365.                     'class' => 'Harmonizely\\Types\\Company\\UserLoginAttemptType',
  4366.                 ],
  4367.                 'export_type' => [
  4368.                     'class' => 'Harmonizely\\Types\\Company\\ExportType',
  4369.                 ],
  4370.                 'event_type_status_type' => [
  4371.                     'class' => 'Harmonizely\\Types\\Company\\EventTypeStatusType',
  4372.                 ],
  4373.                 'export_status' => [
  4374.                     'class' => 'Harmonizely\\Types\\Company\\ExportStatus',
  4375.                 ],
  4376.                 'integration_type' => [
  4377.                     'class' => 'Harmonizely\\Types\\Company\\IntegrationType',
  4378.                 ],
  4379.                 'organization_integration_type' => [
  4380.                     'class' => 'Harmonizely\\Types\\Company\\OrganizationIntegrationType',
  4381.                 ],
  4382.                 'user_sso_login_type' => [
  4383.                     'class' => 'Harmonizely\\Types\\Company\\UserSsoLoginType',
  4384.                 ],
  4385.                 'user_sms_log_status' => [
  4386.                     'class' => 'Harmonizely\\Types\\Company\\UserSmsLogStatus',
  4387.                 ],
  4388.                 'sms_template_type' => [
  4389.                     'class' => 'Harmonizely\\Types\\Company\\SmsTemplateType',
  4390.                 ],
  4391.                 'oauth_provider_type' => [
  4392.                     'class' => 'Harmonizely\\Types\\Company\\OAuthProviderType',
  4393.                 ],
  4394.                 'user_limit_type' => [
  4395.                     'class' => 'Harmonizely\\Types\\Company\\UserLimitType',
  4396.                 ],
  4397.                 'organization_limit_type' => [
  4398.                     'class' => 'Harmonizely\\Types\\Company\\OrganizationLimitType',
  4399.                 ],
  4400.                 'email_follow_up_interval_type' => [
  4401.                     'class' => 'Harmonizely\\Types\\Company\\EmailFollowUpIntervalType',
  4402.                 ],
  4403.                 'event_type_duration_type' => [
  4404.                     'class' => 'Harmonizely\\Types\\Company\\EventTypeDurationType',
  4405.                 ],
  4406.                 'cancellation_policy_period_type' => [
  4407.                     'class' => 'Harmonizely\\Types\\Company\\CancellationPolicyPeriodType',
  4408.                 ],
  4409.                 'date_format_type' => [
  4410.                     'class' => 'Harmonizely\\Types\\Company\\DateFormatType',
  4411.                 ],
  4412.                 'zapier_notification_type' => [
  4413.                     'class' => 'Harmonizely\\Types\\Company\\ZapierNotificationType',
  4414.                 ],
  4415.                 'organization_role_type' => [
  4416.                     'class' => 'Harmonizely\\Types\\Company\\OrganizationRoleType',
  4417.                 ],
  4418.                 'welcome_tour_step_type' => [
  4419.                     'class' => 'Harmonizely\\Types\\Company\\WelcomeTourStepType',
  4420.                 ],
  4421.                 'routing_form_status' => [
  4422.                     'class' => 'Harmonizely\\Types\\Company\\RoutingFormStatus',
  4423.                 ],
  4424.                 'routing_form_field_type' => [
  4425.                     'class' => 'Harmonizely\\Types\\Company\\RoutingFormFieldType',
  4426.                 ],
  4427.                 'routing_form_result_type' => [
  4428.                     'class' => 'Harmonizely\\Types\\Company\\RoutingFormResultType',
  4429.                 ],
  4430.                 'api_key_status' => [
  4431.                     'class' => 'Harmonizely\\Types\\Company\\ApiKeyStatus',
  4432.                 ],
  4433.                 'public_calendar_access_type' => [
  4434.                     'class' => 'Harmonizely\\Types\\Company\\PublicCalendarAccessType',
  4435.                 ],
  4436.                 'super_admin_user_role' => [
  4437.                     'class' => 'Harmonizely\\Types\\Company\\SuperAdmin\\UserRole',
  4438.                 ],
  4439.                 'super_admin_user_login_type' => [
  4440.                     'class' => 'Harmonizely\\Types\\Company\\SuperAdmin\\UserLoginType',
  4441.                 ],
  4442.                 'super_admin_user_login_hash_type' => [
  4443.                     'class' => 'Harmonizely\\Types\\Company\\SuperAdmin\\UserLoginHashType',
  4444.                 ],
  4445.                 'super_admin_user_login_attempt_type' => [
  4446.                     'class' => 'Harmonizely\\Types\\Company\\SuperAdmin\\UserLoginAttemptType',
  4447.                 ],
  4448.                 'super_admin_user_actions_action_type' => [
  4449.                     'class' => 'Harmonizely\\Types\\Company\\SuperAdmin\\UserActionsActionType',
  4450.                 ],
  4451.                 'super_admin_user_actions_object_type' => [
  4452.                     'class' => 'Harmonizely\\Types\\Company\\SuperAdmin\\UserActionsObjectType',
  4453.                 ],
  4454.                 'common_company_status' => [
  4455.                     'class' => 'Harmonizely\\Types\\Common\\CompanyStatus',
  4456.                 ],
  4457.             ],
  4458.             'doctrine.connections' => [
  4459.                 'common' => 'doctrine.dbal.common_connection',
  4460.                 'company' => 'doctrine.dbal.company_connection',
  4461.                 'harmonizely' => 'doctrine.dbal.harmonizely_connection',
  4462.             ],
  4463.             'doctrine.default_connection' => 'company',
  4464.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4465.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4466.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4467.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4468.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4469.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4470.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4471.             'doctrine.orm.cache.memcache_port' => 11211,
  4472.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4473.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4474.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4475.             'doctrine.orm.cache.memcached_port' => 11211,
  4476.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4477.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4478.             'doctrine.orm.cache.redis_host' => 'localhost',
  4479.             'doctrine.orm.cache.redis_port' => 6379,
  4480.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4481.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4482.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4483.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4484.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4485.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4486.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4487.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4488.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4489.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4490.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4491.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4492.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4493.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4494.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4495.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4496.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4497.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4498.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4499.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4500.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4501.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4502.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4503.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4504.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4505.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4506.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4507.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4508.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4509.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4510.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4511.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  4512.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  4513.             'security.role_hierarchy.roles' => [
  4514.                 'ROLE_API_USER' => [
  4515.                     => 'ROLE_USER',
  4516.                 ],
  4517.                 'ROLE_ADMIN' => [
  4518.                     => 'ROLE_API_USER',
  4519.                 ],
  4520.                 'ROLE_SUPER_ADMIN' => [
  4521.                     => 'ROLE_ADMIN',
  4522.                 ],
  4523.             ],
  4524.             'security.access.denied_url' => NULL,
  4525.             'security.authentication.manager.erase_credentials' => true,
  4526.             'security.authentication.session_strategy.strategy' => 'migrate',
  4527.             'security.access.always_authenticate_before_granting' => false,
  4528.             'security.authentication.hide_user_not_found' => true,
  4529.             'fos_user.backend_type_orm' => true,
  4530.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  4531.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  4532.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  4533.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  4534.             'fos_user.registration.confirmation.from_email' => [
  4535.                 'no-reply@simplymeet.me' => 'SimplyMeet.me',
  4536.             ],
  4537.             'fos_user.resetting.email.from_email' => [
  4538.                 'no-reply@simplymeet.me' => 'SimplyMeet.me',
  4539.             ],
  4540.             'fos_user.storage' => 'orm',
  4541.             'fos_user.firewall_name' => 'main',
  4542.             'fos_user.model_manager_name' => NULL,
  4543.             'fos_user.model.user.class' => 'Harmonizely\\Model\\User',
  4544.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  4545.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  4546.             'fos_user.profile.form.validation_groups' => [
  4547.                 => 'Profile',
  4548.                 => 'Default',
  4549.             ],
  4550.             'fos_user.registration.confirmation.enabled' => true,
  4551.             'fos_user.registration.form.validation_groups' => [
  4552.                 => 'HarmonizelyRegistration',
  4553.             ],
  4554.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  4555.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  4556.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  4557.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  4558.             'fos_user.change_password.form.validation_groups' => [
  4559.                 => 'ChangePassword',
  4560.                 => 'Default',
  4561.             ],
  4562.             'fos_user.resetting.retry_ttl' => 7200,
  4563.             'fos_user.resetting.token_ttl' => 86400,
  4564.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  4565.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  4566.             'fos_user.resetting.form.validation_groups' => [
  4567.                 => 'ResetPassword',
  4568.                 => 'Default',
  4569.             ],
  4570.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  4571.             'swiftmailer.mailer.default.spool.enabled' => false,
  4572.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  4573.             'swiftmailer.mailer.default.single_address' => NULL,
  4574.             'swiftmailer.mailer.default.delivery.enabled' => true,
  4575.             'swiftmailer.spool.enabled' => false,
  4576.             'swiftmailer.delivery.enabled' => true,
  4577.             'swiftmailer.single_address' => NULL,
  4578.             'swiftmailer.mailers' => [
  4579.                 'default' => 'swiftmailer.mailer.default',
  4580.             ],
  4581.             'swiftmailer.default_mailer' => 'default',
  4582.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4583.             'web_profiler.debug_toolbar.mode' => 2,
  4584.             'fos_rest.format_listener.rules' => NULL,
  4585.             'nelmio_api_doc.areas' => [
  4586.                 => 'default',
  4587.             ],
  4588.             'nelmio_api_doc.use_validation_groups' => true,
  4589.             'white_october_pagerfanta.default_view' => 'default',
  4590.             'white_october_pagerfanta.view_factory.class' => 'Pagerfanta\\View\\ViewFactory',
  4591.             'sentry.listener_priorities.request' => 1,
  4592.             'sentry.listener_priorities.sub_request' => 1,
  4593.             'sentry.listener_priorities.console' => 1,
  4594.             'sentry.listener_priorities.request_error' => 128,
  4595.             'sentry.listener_priorities.console_error' => 128,
  4596.             'sentry.listener_priorities.worker_error' => 99,
  4597.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  4598.             'vich_uploader.mappings' => [
  4599.                 'user_avatar' => [
  4600.                     'uri_prefix' => '',
  4601.                     'upload_destination' => 'oneup_flysystem.local_filesystem',
  4602.                     'namer' => [
  4603.                         'service' => 'Vich\\UploaderBundle\\Naming\\HashNamer.user_avatar',
  4604.                         'options' => [
  4605.                         ],
  4606.                     ],
  4607.                     'delete_on_update' => true,
  4608.                     'delete_on_remove' => true,
  4609.                     'directory_namer' => [
  4610.                         'service' => NULL,
  4611.                         'options' => NULL,
  4612.                     ],
  4613.                     'inject_on_load' => false,
  4614.                     'db_driver' => 'orm',
  4615.                 ],
  4616.             ],
  4617.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4618.             'liip_imagine.resolvers' => [
  4619.                 'user_avatar' => [
  4620.                     'flysystem' => [
  4621.                         'filesystem_service' => 'oneup_flysystem.local_filesystem',
  4622.                         'root_url' => '/uploads/',
  4623.                         'cache_prefix' => 'avatars',
  4624.                         'visibility' => 'public',
  4625.                     ],
  4626.                 ],
  4627.                 'default' => [
  4628.                     'web_path' => [
  4629.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4630.                         'cache_prefix' => 'media/cache',
  4631.                     ],
  4632.                 ],
  4633.             ],
  4634.             'liip_imagine.loaders' => [
  4635.                 'user_avatar' => [
  4636.                     'flysystem' => [
  4637.                         'filesystem_service' => 'oneup_flysystem.local_filesystem',
  4638.                     ],
  4639.                 ],
  4640.                 'default' => [
  4641.                     'filesystem' => [
  4642.                         'locator' => 'filesystem',
  4643.                         'data_root' => [
  4644.                             => (\dirname(__DIR__4).'/public'),
  4645.                         ],
  4646.                         'allow_unresolvable_data_roots' => false,
  4647.                         'bundle_resources' => [
  4648.                             'enabled' => false,
  4649.                             'access_control_type' => 'blacklist',
  4650.                             'access_control_list' => [
  4651.                             ],
  4652.                         ],
  4653.                     ],
  4654.                 ],
  4655.             ],
  4656.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4657.             'liip_imagine.jpegoptim.stripAll' => true,
  4658.             'liip_imagine.jpegoptim.max' => NULL,
  4659.             'liip_imagine.jpegoptim.progressive' => true,
  4660.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4661.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4662.             'liip_imagine.optipng.level' => 7,
  4663.             'liip_imagine.optipng.stripAll' => true,
  4664.             'liip_imagine.optipng.tempDir' => NULL,
  4665.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4666.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4667.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4668.             'liip_imagine.cache.resolver.default' => 'user_avatar',
  4669.             'liip_imagine.default_image' => NULL,
  4670.             'liip_imagine.filter_sets' => [
  4671.                 'user_avatar' => [
  4672.                     'quality' => 100,
  4673.                     'jpeg_quality' => NULL,
  4674.                     'png_compression_level' => NULL,
  4675.                     'png_compression_filter' => NULL,
  4676.                     'format' => NULL,
  4677.                     'animated' => false,
  4678.                     'cache' => NULL,
  4679.                     'data_loader' => NULL,
  4680.                     'default_image' => NULL,
  4681.                     'filters' => [
  4682.                         'auto_rotate' => [
  4683.                         ],
  4684.                         'strip' => [
  4685.                         ],
  4686.                         'thumbnail' => [
  4687.                             'size' => [
  4688.                                 => 250,
  4689.                                 => 250,
  4690.                             ],
  4691.                             'mode' => 'outbound',
  4692.                             'allow_upscale' => true,
  4693.                         ],
  4694.                     ],
  4695.                     'post_processors' => [
  4696.                     ],
  4697.                 ],
  4698.                 'organization_avatar' => [
  4699.                     'quality' => 100,
  4700.                     'jpeg_quality' => NULL,
  4701.                     'png_compression_level' => NULL,
  4702.                     'png_compression_filter' => NULL,
  4703.                     'format' => NULL,
  4704.                     'animated' => false,
  4705.                     'cache' => NULL,
  4706.                     'data_loader' => NULL,
  4707.                     'default_image' => NULL,
  4708.                     'filters' => [
  4709.                         'relative_resize' => [
  4710.                             'widen' => 200,
  4711.                         ],
  4712.                     ],
  4713.                     'post_processors' => [
  4714.                     ],
  4715.                 ],
  4716.                 'user_company_logo' => [
  4717.                     'quality' => 100,
  4718.                     'jpeg_quality' => NULL,
  4719.                     'png_compression_level' => NULL,
  4720.                     'png_compression_filter' => NULL,
  4721.                     'format' => NULL,
  4722.                     'animated' => false,
  4723.                     'cache' => NULL,
  4724.                     'data_loader' => NULL,
  4725.                     'default_image' => NULL,
  4726.                     'filters' => [
  4727.                         'relative_resize' => [
  4728.                             'widen' => 200,
  4729.                         ],
  4730.                     ],
  4731.                     'post_processors' => [
  4732.                     ],
  4733.                 ],
  4734.                 'banner' => [
  4735.                     'quality' => 100,
  4736.                     'jpeg_quality' => NULL,
  4737.                     'png_compression_level' => NULL,
  4738.                     'png_compression_filter' => NULL,
  4739.                     'format' => NULL,
  4740.                     'animated' => false,
  4741.                     'cache' => NULL,
  4742.                     'data_loader' => NULL,
  4743.                     'default_image' => NULL,
  4744.                     'filters' => [
  4745.                         'relative_resize' => [
  4746.                             'widen' => 200,
  4747.                         ],
  4748.                     ],
  4749.                     'post_processors' => [
  4750.                     ],
  4751.                 ],
  4752.             ],
  4753.             'liip_imagine.binary.loader.default' => 'user_avatar',
  4754.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4755.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4756.             'libphonenumber.phone_number_util.class' => 'libphonenumber\\PhoneNumberUtil',
  4757.             'libphonenumber.phone_number_offline_geocoder.class' => 'libphonenumber\\geocoding\\PhoneNumberOfflineGeocoder',
  4758.             'libphonenumber.short_number_info.class' => 'libphonenumber\\ShortNumberInfo',
  4759.             'libphonenumber.phone_number_to_carrier_mapper.class' => 'libphonenumber\\PhoneNumberToCarrierMapper',
  4760.             'libphonenumber.phone_number_to_time_zones_mapper.class' => 'libphonenumber\\PhoneNumberToTimeZonesMapper',
  4761.             'misd_phone_number.templating.helper.class' => 'Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper',
  4762.             'misd_phone_number.templating.helper.format.class' => 'Misd\\PhoneNumberBundle\\Templating\\Helper\\PhoneNumberHelper',
  4763.             'misd_phone_number.twig.extension.class' => 'Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension',
  4764.             'misd_phone_number.twig.extension.format.class' => 'Misd\\PhoneNumberBundle\\Twig\\Extension\\PhoneNumberHelperExtension',
  4765.             'misd_phone_number.form.type.class' => 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType',
  4766.             'misd_phone_number.serializer.handler.class' => 'Misd\\PhoneNumberBundle\\Serializer\\Handler\\PhoneNumberHandler',
  4767.             'monolog.use_microseconds' => true,
  4768.             'monolog.swift_mailer.handlers' => [
  4769.             ],
  4770.             'monolog.handlers_to_channels' => [
  4771.                 'monolog.handler.sentry' => NULL,
  4772.                 'monolog.handler.console' => [
  4773.                     'type' => 'exclusive',
  4774.                     'elements' => [
  4775.                         => 'event',
  4776.                         => 'doctrine',
  4777.                         => 'console',
  4778.                     ],
  4779.                 ],
  4780.                 'monolog.handler.main' => [
  4781.                     'type' => 'exclusive',
  4782.                     'elements' => [
  4783.                         => 'event',
  4784.                         => 'doctrine',
  4785.                         => 'console',
  4786.                     ],
  4787.                 ],
  4788.             ],
  4789.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4790.             'stof_doctrine_extensions.default_locale' => 'en_US',
  4791.             'stof_doctrine_extensions.translation_fallback' => false,
  4792.             'stof_doctrine_extensions.persist_default_translation' => false,
  4793.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4794.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4795.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4796.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4797.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4798.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4799.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4800.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4801.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4802.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4803.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4804.             'doctrine.migrations.preferred_em' => NULL,
  4805.             'doctrine.migrations.preferred_connection' => NULL,
  4806.             'data_collector.templates' => [
  4807.                 'data_collector.request' => [
  4808.                     => 'request',
  4809.                     => '@WebProfiler/Collector/request.html.twig',
  4810.                 ],
  4811.                 'data_collector.time' => [
  4812.                     => 'time',
  4813.                     => '@WebProfiler/Collector/time.html.twig',
  4814.                 ],
  4815.                 'data_collector.memory' => [
  4816.                     => 'memory',
  4817.                     => '@WebProfiler/Collector/memory.html.twig',
  4818.                 ],
  4819.                 'data_collector.validator' => [
  4820.                     => 'validator',
  4821.                     => '@WebProfiler/Collector/validator.html.twig',
  4822.                 ],
  4823.                 'data_collector.ajax' => [
  4824.                     => 'ajax',
  4825.                     => '@WebProfiler/Collector/ajax.html.twig',
  4826.                 ],
  4827.                 'data_collector.form' => [
  4828.                     => 'form',
  4829.                     => '@WebProfiler/Collector/form.html.twig',
  4830.                 ],
  4831.                 'data_collector.exception' => [
  4832.                     => 'exception',
  4833.                     => '@WebProfiler/Collector/exception.html.twig',
  4834.                 ],
  4835.                 'data_collector.logger' => [
  4836.                     => 'logger',
  4837.                     => '@WebProfiler/Collector/logger.html.twig',
  4838.                 ],
  4839.                 'data_collector.events' => [
  4840.                     => 'events',
  4841.                     => '@WebProfiler/Collector/events.html.twig',
  4842.                 ],
  4843.                 'data_collector.router' => [
  4844.                     => 'router',
  4845.                     => '@WebProfiler/Collector/router.html.twig',
  4846.                 ],
  4847.                 'data_collector.cache' => [
  4848.                     => 'cache',
  4849.                     => '@WebProfiler/Collector/cache.html.twig',
  4850.                 ],
  4851.                 'data_collector.translation' => [
  4852.                     => 'translation',
  4853.                     => '@WebProfiler/Collector/translation.html.twig',
  4854.                 ],
  4855.                 'data_collector.security' => [
  4856.                     => 'security',
  4857.                     => '@Security/Collector/security.html.twig',
  4858.                 ],
  4859.                 'data_collector.twig' => [
  4860.                     => 'twig',
  4861.                     => '@WebProfiler/Collector/twig.html.twig',
  4862.                 ],
  4863.                 'data_collector.http_client' => [
  4864.                     => 'http_client',
  4865.                     => '@WebProfiler/Collector/http_client.html.twig',
  4866.                 ],
  4867.                 'data_collector.doctrine' => [
  4868.                     => 'db',
  4869.                     => '@Doctrine/Collector/db.html.twig',
  4870.                 ],
  4871.                 'swiftmailer.data_collector' => [
  4872.                     => 'swiftmailer',
  4873.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4874.                 ],
  4875.                 'data_collector.dump' => [
  4876.                     => 'dump',
  4877.                     => '@Debug/Profiler/dump.html.twig',
  4878.                 ],
  4879.                 'data_collector.messenger' => [
  4880.                     => 'messenger',
  4881.                     => '@WebProfiler/Collector/messenger.html.twig',
  4882.                 ],
  4883.                 'mailer.data_collector' => [
  4884.                     => 'mailer',
  4885.                     => '@WebProfiler/Collector/mailer.html.twig',
  4886.                 ],
  4887.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4888.                     => 'vich_uploader.mapping_collector',
  4889.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4890.                 ],
  4891.                 'data_collector.config' => [
  4892.                     => 'config',
  4893.                     => '@WebProfiler/Collector/config.html.twig',
  4894.                 ],
  4895.             ],
  4896.             'console.command.ids' => [
  4897.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyEventWorker',
  4898.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectoryDeleteCompanyWorker',
  4899.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveAllCompanyEventWorker',
  4900.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyEventWorker',
  4901.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveCompanyWorker',
  4902.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\DirectorySaveUserWorker',
  4903.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\EmailInternalWorker',
  4904.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\EventMailManagerWorker',
  4905.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\ExportWorker',
  4906.                 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\PollNotificationWorker',
  4907.                 10 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\PushNotificationWorker',
  4908.                 11 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\RoutingFormResultNotificationWorker',
  4909.                 12 => 'console.command.public_alias.Harmonizely\\Background\\Worker\\ZapierNotificationWorker',
  4910.                 13 => 'console.command.public_alias.Harmonizely\\Command\\CancelPendingBookingsCommand',
  4911.                 14 => 'console.command.public_alias.Harmonizely\\Command\\CompaniesSchemaUpdateCommand',
  4912.                 15 => 'console.command.public_alias.Harmonizely\\Command\\CompanyCreateCommand',
  4913.                 16 => 'console.command.public_alias.Harmonizely\\Command\\CompanyMigrationCommand',
  4914.                 17 => 'console.command.public_alias.Harmonizely\\Command\\CreateInternalCalendarCommand',
  4915.                 18 => 'console.command.public_alias.Harmonizely\\Command\\InsertAllOrganizationRoleCommand',
  4916.                 19 => 'console.command.public_alias.Harmonizely\\Command\\InsertSpecificOrganizationRoleCommand',
  4917.                 20 => 'console.command.public_alias.Harmonizely\\Command\\SendFirstUserEmailCommand',
  4918.                 21 => 'console.command.public_alias.Harmonizely\\Command\\SendSecondUserEmailCommand',
  4919.                 22 => 'console.command.public_alias.Harmonizely\\Command\\SendThirdUserEmailCommand',
  4920.                 23 => 'console.command.public_alias.Harmonizely\\Command\\SendTrialExpireSoonEmailCommand',
  4921.                 24 => 'console.command.public_alias.Harmonizely\\Command\\SendTrialFollowUpEmailCommand',
  4922.                 25 => 'console.command.public_alias.Harmonizely\\Command\\SetEncryptedConfigFromConfigCommand',
  4923.                 26 => 'console.command.public_alias.Harmonizely\\Command\\SyncOlsonTimezonesCommand',
  4924.                 27 => 'console.command.public_alias.Harmonizely\\Command\\TestSMTPFromUserConfigCommand',
  4925.                 28 => 'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ConnectTwoWaySyncCalendarCommand',
  4926.                 29 => 'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\DisconnectTwoWaySyncCalendarCommand',
  4927.                 30 => 'console.command.public_alias.Harmonizely\\Command\\TwoWayCalendar\\ReconnectTwoWaySyncCalendarCommand',
  4928.                 31 => 'console.command.public_alias.Sentry\\SentryBundle\\Command\\SentryTestCommand',
  4929.             ],
  4930.         ];
  4931.     }
  4932.     protected function throw($message)
  4933.     {
  4934.         throw new RuntimeException($message);
  4935.     }
  4936. }