var/cache/dev/Container2DaACWJ/App_KernelDevDebugContainer.php line 15794

Open in your IDE?
  1. <?php
  2. namespace Container2DaACWJ;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\AppBundle\\APIBundle\\APIBundle' => 'getAPIBundleService',
  47.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController' => 'getAddSpotControllerService',
  48.             'App\\AppBundle\\APIBundle\\Controller\\BaseApiController' => 'getBaseApiControllerService',
  49.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController' => 'getBookingBaseControllerService',
  50.             'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController' => 'getEarningCalculatorControllerService',
  51.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController' => 'getExtendingBookingControllerService',
  52.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController' => 'getFlexibleBookingControllerService',
  53.             'App\\AppBundle\\APIBundle\\Controller\\HomeController' => 'getHomeControllerService',
  54.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController' => 'getHourlyBookingControllerService',
  55.             'App\\AppBundle\\APIBundle\\Controller\\LoginController' => 'getLoginControllerService',
  56.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController' => 'getMonthlyBookingControllerService',
  57.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController' => 'getMySpotControllerService',
  58.             'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController' => 'getNotificationsApiControllerService',
  59.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController' => 'getParkingSupplierControllerService',
  60.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController' => 'getParkingUserControllerService',
  61.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
  62.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController' => 'getPromoCodesApiControllerService',
  63.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController' => 'getReferralEarnApiControllerService',
  64.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController' => 'getSettingsControllerService',
  65.             'App\\AppBundle\\APIBundle\\Controller\\StatementController' => 'getStatementControllerService',
  66.             'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks' => 'getStripeWebhooksService',
  67.             'App\\AppBundle\\APIBundle\\Controller\\SupportController' => 'getSupportControllerService',
  68.             'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController' => 'getUserDataDeletionRequestControllerService',
  69.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController' => 'getWPGeneralControllerService',
  70.             'App\\AppBundle\\APIBundle\\Services\\AppVersion' => 'getAppVersionService',
  71.             'App\\AppBundle\\APIBundle\\Services\\Authentication' => 'getAuthenticationService',
  72.             'App\\AppBundle\\APIBundle\\Services\\Authorization' => 'getAuthorizationService',
  73.             'App\\AppBundle\\APIBundle\\Services\\Encryption' => 'getEncryptionService',
  74.             'App\\AppBundle\\APIBundle\\Services\\ErrorCodes' => 'getErrorCodesService',
  75.             'App\\AppBundle\\APIBundle\\Services\\LoginService' => 'getLoginServiceService',
  76.             'App\\AppBundle\\APIBundle\\Services\\MailManager' => 'getMailManagerService',
  77.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService' => 'getOrdersProcessingServiceService',
  78.             'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService' => 'getParkingSupplierServiceService',
  79.             'App\\AppBundle\\APIBundle\\Services\\ParkingUserService' => 'getParkingUserServiceService',
  80.             'App\\AppBundle\\APIBundle\\Services\\PayoutService' => 'getPayoutServiceService',
  81.             'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService' => 'getPromoCodeAPIServiceService',
  82.             'App\\AppBundle\\APIBundle\\Services\\PushNotification' => 'getPushNotificationService',
  83.             'App\\AppBundle\\APIBundle\\Services\\ReferralService' => 'getReferralServiceService',
  84.             'App\\AppBundle\\APIBundle\\Services\\Session' => 'getSessionService',
  85.             'App\\AppBundle\\APIBundle\\Services\\WPGeneralService' => 'getWPGeneralServiceService',
  86.             'App\\AppBundle\\AdminBundle\\AdminBundle' => 'getAdminBundleService',
  87.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController' => 'getAccessibilityControllerService',
  88.             'App\\AppBundle\\AdminBundle\\Controller\\AdminBaseController' => 'getAdminBaseControllerService',
  89.             'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController' => 'getAdminConfigControllerService',
  90.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController' => 'getAdminNotificationsEmailToUserControllerService',
  91.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController' => 'getAdminNotificationsPushToUsersControllerService',
  92.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController' => 'getAdminNotificationsSMSToUsersControllerService',
  93.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController' => 'getAdminPayoutControllerService',
  94.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController' => 'getAdminPromoCodeControllerService',
  95.             'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController' => 'getAdminTransferControllerService',
  96.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController' => 'getAdminUserControllerService',
  97.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController' => 'getAdminUserDataDeletionRequestsControllerService',
  98.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController' => 'getBookingControllerService',
  99.             'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController' => 'getCurrencyControllerService',
  100.             'App\\AppBundle\\AdminBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  101.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController' => 'getLoginController2Service',
  102.             'App\\AppBundle\\AdminBundle\\Controller\\SettingsController' => 'getSettingsController2Service',
  103.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController' => 'getSpotControllerService',
  104.             'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController' => 'getSpotRatingsControllerService',
  105.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController' => 'getSupportController2Service',
  106.             'App\\AppBundle\\AdminBundle\\Controller\\UserController' => 'getUserControllerService',
  107.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController' => 'getUserDetailSpotProviderControllerService',
  108.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController' => 'getUserDetailSpotSeekerControllerService',
  109.             'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController' => 'getVehiclesControllerService',
  110.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController' => 'getWPPricingDataControllerService',
  111.             'App\\AppBundle\\AdminBundle\\Entity\\AdminConfig' => 'getAdminConfigService',
  112.             'App\\AppBundle\\AdminBundle\\Entity\\AdminNotifications' => 'getAdminNotificationsService',
  113.             'App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Group' => 'getAdminAccessRoleGroupService',
  114.             'App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Group_Permission' => 'getAdminAccessRoleGroupPermissionService',
  115.             'App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Master' => 'getAdminAccessRoleMasterService',
  116.             'App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Sub' => 'getAdminAccessRoleSubService',
  117.             'App\\AppBundle\\AdminBundle\\Entity\\Admin_Language' => 'getAdminLanguageService',
  118.             'App\\AppBundle\\AdminBundle\\Entity\\Admin_Logout' => 'getAdminLogoutService',
  119.             'App\\AppBundle\\AdminBundle\\Entity\\Admin_Roles' => 'getAdminRolesService',
  120.             'App\\AppBundle\\AdminBundle\\Entity\\Admin_Token' => 'getAdminTokenService',
  121.             'App\\AppBundle\\AdminBundle\\Entity\\Admin_User' => 'getAdminUserService',
  122.             'App\\AppBundle\\AdminBundle\\Entity\\NotificationsEmailToUsers' => 'getNotificationsEmailToUsersService',
  123.             'App\\AppBundle\\AdminBundle\\Entity\\NotificationsPushToUsers' => 'getNotificationsPushToUsersService',
  124.             'App\\AppBundle\\AdminBundle\\Entity\\NotificationsSMSToUsers' => 'getNotificationsSMSToUsersService',
  125.             'App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository' => 'getNotificationsEmailToUsersRepositoryService',
  126.             'App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository' => 'getNotificationsPushToUsersRepositoryService',
  127.             'App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository' => 'getNotificationsSMSToUsersRepositoryService',
  128.             'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService' => 'getAdminNotificationsServiceService',
  129.             'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication' => 'getAdminAuthenticationService',
  130.             'App\\AppBundle\\AdminBundle\\Services\\Admin_Authorization' => 'getAdminAuthorizationService',
  131.             'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption' => 'getAdminEncryptionService',
  132.             'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes' => 'getAdminErrorCodesService',
  133.             'App\\AppBundle\\AdminBundle\\Services\\Admin_LoginService' => 'getAdminLoginServiceService',
  134.             'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services' => 'getAdminParkingSpotServicesService',
  135.             'App\\AppBundle\\AdminBundle\\Services\\Admin_Session' => 'getAdminSessionService',
  136.             'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings' => 'getAdminSettingsService',
  137.             'App\\AppBundle\\MainBundle\\Client\\StripeClient' => 'getStripeClientService',
  138.             'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand' => 'getAutoPayoutCommandService',
  139.             'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand' => 'getCronJobStatusCommandService',
  140.             'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand' => 'getGoogleAnalyticsCommandService',
  141.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand' => 'getMonthlyBookingCompletionCommandService',
  142.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand' => 'getMonthlyBookingCycleCompletionCommandService',
  143.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand' => 'getMonthlyBookingFailedPaymentReminderCommandService',
  144.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand' => 'getMonthlyBookingTerminateFailedPaymentCommandService',
  145.             'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand' => 'getNotificationsEmailToUserCommandService',
  146.             'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand' => 'getNotificationsPushToUserCommandService',
  147.             'App\\AppBundle\\MainBundle\\Command\\NotificationsSMSToUserCommand' => 'getNotificationsSMSToUserCommandService',
  148.             'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand' => 'getOrderCompletionNotificationCommandService',
  149.             'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand' => 'getOrderEmailNotificationCommandService',
  150.             'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand' => 'getOrderExtendBookingSuccessCommandService',
  151.             'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand' => 'getOrderPreStartCommandService',
  152.             'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand' => 'getOrderPushNotificationCommandService',
  153.             'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand' => 'getOrderSmsNotificationCommandService',
  154.             'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand' => 'getOrderStartCommandService',
  155.             'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand' => 'getOrderToExtendBookingNotificationCommandService',
  156.             'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand' => 'getRenewMonthlyBookingCommandService',
  157.             'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand' => 'getStripeBalanceTransactionUpdateCommandService',
  158.             'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand' => 'getSupplierTransferStatusUpdateCommandService',
  159.             'App\\AppBundle\\MainBundle\\Command\\TestCommand' => 'getTestCommandService',
  160.             'App\\AppBundle\\MainBundle\\Command\\TestNewCommand' => 'getTestNewCommandService',
  161.             'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand' => 'getTranslationAdminCommandService',
  162.             'App\\AppBundle\\MainBundle\\Command\\TranslationCommand' => 'getTranslationCommandService',
  163.             'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand' => 'getUserDataDeletionCommandService',
  164.             'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand' => 'getWPAddSpotsCommandService',
  165.             'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand' => 'getWPGeneralCommandService',
  166.             'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand' => 'getWelcomeUserCommandService',
  167.             'App\\AppBundle\\MainBundle\\Constants\\AdminRoleConstant' => 'getAdminRoleConstantService',
  168.             'App\\AppBundle\\MainBundle\\Constants\\GeneralConstant' => 'getGeneralConstantService',
  169.             'App\\AppBundle\\MainBundle\\Constants\\TokenConstant' => 'getTokenConstantService',
  170.             'App\\AppBundle\\MainBundle\\Constants\\UserConstant' => 'getUserConstantService',
  171.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController' => 'getLiveChatControllerService',
  172.             'App\\AppBundle\\MainBundle\\Controller\\MainController' => 'getMainControllerService',
  173.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController' => 'getMakePaymentControllerService',
  174.             'App\\AppBundle\\MainBundle\\Entity\\Order_Flexible_Detail' => 'getOrderFlexibleDetailService',
  175.             'App\\AppBundle\\MainBundle\\Entity\\Orders' => 'getOrdersService',
  176.             'App\\AppBundle\\MainBundle\\Entity\\OrdersStripePaymentIntent' => 'getOrdersStripePaymentIntentService',
  177.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Custom_Pricing' => 'getOrdersCustomPricingService',
  178.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Extended' => 'getOrdersExtendedService',
  179.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Flexible' => 'getOrdersFlexibleService',
  180.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Monthly' => 'getOrdersMonthlyService',
  181.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Pricing' => 'getOrdersPricingService',
  182.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Refund' => 'getOrdersRefundService',
  183.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Special_Pricing' => 'getOrdersSpecialPricingService',
  184.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfer' => 'getOrdersSuppliersTransferService',
  185.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfer_Charge' => 'getOrdersSuppliersTransferChargeService',
  186.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout' => 'getOrdersSuppliersTransfersPayoutService',
  187.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout_Status' => 'getOrdersSuppliersTransfersPayoutStatusService',
  188.             'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Status' => 'getOrdersSuppliersTransfersStatusService',
  189.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot' => 'getPSAddSpotService',
  190.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Availability' => 'getPSAddSpotAvailabilityService',
  191.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Availability_Custom' => 'getPSAddSpotAvailabilityCustomService',
  192.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail' => 'getPSAddSpotLocDetailService',
  193.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail_Amenities' => 'getPSAddSpotLocDetailAmenitiesService',
  194.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail_Near_By' => 'getPSAddSpotLocDetailNearByService',
  195.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Photos' => 'getPSAddSpotPhotosService',
  196.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing' => 'getPSAddSpotPricingService',
  197.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Custom' => 'getPSAddSpotPricingCustomService',
  198.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Custom_Price' => 'getPSAddSpotPricingCustomPriceService',
  199.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Monthly_Booking' => 'getPSAddSpotPricingMonthlyBookingService',
  200.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Special_Days' => 'getPSAddSpotSpecialDaysService',
  201.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Street_View' => 'getPSAddSpotStreetViewService',
  202.             'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_UnAvailability' => 'getPSAddSpotUnAvailabilityService',
  203.             'App\\AppBundle\\MainBundle\\Entity\\PS_My_Spots' => 'getPSMySpotsService',
  204.             'App\\AppBundle\\MainBundle\\Entity\\PU_Fav_Spots' => 'getPUFavSpotsService',
  205.             'App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotifications' => 'getPUManageNotificationsService',
  206.             'App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotificationsMaster' => 'getPUManageNotificationsMasterService',
  207.             'App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotificationsSub' => 'getPUManageNotificationsSubService',
  208.             'App\\AppBundle\\MainBundle\\Entity\\PU_Vehicles' => 'getPUVehiclesService',
  209.             'App\\AppBundle\\MainBundle\\Entity\\PromoCodes' => 'getPromoCodesService',
  210.             'App\\AppBundle\\MainBundle\\Entity\\Supplier_To_User_Ratings' => 'getSupplierToUserRatingsService',
  211.             'App\\AppBundle\\MainBundle\\Entity\\Support_Attachments' => 'getSupportAttachmentsService',
  212.             'App\\AppBundle\\MainBundle\\Entity\\Support_Bug_Reporting' => 'getSupportBugReportingService',
  213.             'App\\AppBundle\\MainBundle\\Entity\\Support_Email' => 'getSupportEmailService',
  214.             'App\\AppBundle\\MainBundle\\Entity\\Support_New_Idea' => 'getSupportNewIdeaService',
  215.             'App\\AppBundle\\MainBundle\\Entity\\Support_Request_Call_Back' => 'getSupportRequestCallBackService',
  216.             'App\\AppBundle\\MainBundle\\Entity\\Token' => 'getTokenService',
  217.             'App\\AppBundle\\MainBundle\\Entity\\User' => 'getUserService',
  218.             'App\\AppBundle\\MainBundle\\Entity\\UserNotifications' => 'getUserNotificationsService',
  219.             'App\\AppBundle\\MainBundle\\Entity\\User_Data_Deletion_Requests' => 'getUserDataDeletionRequestsService',
  220.             'App\\AppBundle\\MainBundle\\Entity\\User_Not_Registered' => 'getUserNotRegisteredService',
  221.             'App\\AppBundle\\MainBundle\\Entity\\User_Records' => 'getUserRecordsService',
  222.             'App\\AppBundle\\MainBundle\\Entity\\User_Spot_Reviews' => 'getUserSpotReviewsService',
  223.             'App\\AppBundle\\MainBundle\\Entity\\User_Stripe_Details' => 'getUserStripeDetailsService',
  224.             'App\\AppBundle\\MainBundle\\Entity\\Users_Referrals' => 'getUsersReferralsService',
  225.             'App\\AppBundle\\MainBundle\\Entity\\WP_Access_Type' => 'getWPAccessTypeService',
  226.             'App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_Cities' => 'getWPAccessibilityCitiesService',
  227.             'App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_Country' => 'getWPAccessibilityCountryService',
  228.             'App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_States' => 'getWPAccessibilityStatesService',
  229.             'App\\AppBundle\\MainBundle\\Entity\\WP_Amenities' => 'getWPAmenitiesService',
  230.             'App\\AppBundle\\MainBundle\\Entity\\WP_App_Version' => 'getWPAppVersionService',
  231.             'App\\AppBundle\\MainBundle\\Entity\\WP_Availability_Days' => 'getWPAvailabilityDaysService',
  232.             'App\\AppBundle\\MainBundle\\Entity\\WP_Currency' => 'getWPCurrencyService',
  233.             'App\\AppBundle\\MainBundle\\Entity\\WP_Date_Format' => 'getWPDateFormatService',
  234.             'App\\AppBundle\\MainBundle\\Entity\\WP_Distance' => 'getWPDistanceService',
  235.             'App\\AppBundle\\MainBundle\\Entity\\WP_Electric_Charger_Type' => 'getWPElectricChargerTypeService',
  236.             'App\\AppBundle\\MainBundle\\Entity\\WP_Language' => 'getWPLanguageService',
  237.             'App\\AppBundle\\MainBundle\\Entity\\WP_ManageNotificationsMaster' => 'getWPManageNotificationsMasterService',
  238.             'App\\AppBundle\\MainBundle\\Entity\\WP_ManageNotificationsSub' => 'getWPManageNotificationsSubService',
  239.             'App\\AppBundle\\MainBundle\\Entity\\WP_Max_Vehicle_Size' => 'getWPMaxVehicleSizeService',
  240.             'App\\AppBundle\\MainBundle\\Entity\\WP_Max_Vehicle_Size_Type' => 'getWPMaxVehicleSizeTypeService',
  241.             'App\\AppBundle\\MainBundle\\Entity\\WP_Parking_Max_Height' => 'getWPParkingMaxHeightService',
  242.             'App\\AppBundle\\MainBundle\\Entity\\WP_Parking_Type' => 'getWPParkingTypeService',
  243.             'App\\AppBundle\\MainBundle\\Entity\\WP_Payment' => 'getWPPaymentService',
  244.             'App\\AppBundle\\MainBundle\\Entity\\WP_Pricing_Data' => 'getWPPricingDataService',
  245.             'App\\AppBundle\\MainBundle\\Entity\\WP_Property_Type' => 'getWPPropertyTypeService',
  246.             'App\\AppBundle\\MainBundle\\Entity\\WP_TimeZone' => 'getWPTimeZoneService',
  247.             'App\\AppBundle\\MainBundle\\Entity\\WP_Time_Format' => 'getWPTimeFormatService',
  248.             'App\\AppBundle\\MainBundle\\MainBundle' => 'getMainBundleService',
  249.             'App\\AppBundle\\MainBundle\\Repository\\OrdersRepository' => 'getOrdersRepositoryService',
  250.             'App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository' => 'getOrdersStripePaymentIntentRepositoryService',
  251.             'App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository' => 'getOrdersMonthlyRepositoryService',
  252.             'App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository' => 'getOrdersPricingRepositoryService',
  253.             'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository' => 'getOrdersSuppliersTransferRepositoryService',
  254.             'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfer_ChargeRepository' => 'getOrdersSuppliersTransferChargeRepositoryService',
  255.             'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfers_PayoutRepository' => 'getOrdersSuppliersTransfersPayoutRepositoryService',
  256.             'App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository' => 'getPSAddSpotRepositoryService',
  257.             'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_PricingRepository' => 'getPSAddSpotPricingRepositoryService',
  258.             'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_Pricing_CustomRepository' => 'getPSAddSpotPricingCustomRepositoryService',
  259.             'App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository' => 'getPromoCodesRepositoryService',
  260.             'App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository' => 'getUserNotificationsRepositoryService',
  261.             'App\\AppBundle\\MainBundle\\Repository\\UserRepository' => 'getUserRepositoryService',
  262.             'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository' => 'getUserDataDeletionRequestsRepositoryService',
  263.             'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository' => 'getUsersReferralsRepositoryService',
  264.             'App\\AppBundle\\MainBundle\\Services\\SendMail' => 'getSendMailService',
  265.             'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService' => 'getUserNotificationsServiceService',
  266.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  267.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  268.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  269.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  270.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  271.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  272.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  273.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  274.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  275.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  276.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  277.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  278.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  279.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  280.             'admin.authentication' => 'getAdmin_AuthenticationService',
  281.             'admin.authorization' => 'getAdmin_AuthorizationService',
  282.             'admin.encryption' => 'getAdmin_EncryptionService',
  283.             'admin.errorcodes' => 'getAdmin_ErrorcodesService',
  284.             'admin.login' => 'getAdmin_LoginService',
  285.             'admin.parking.spot' => 'getAdmin_Parking_SpotService',
  286.             'admin.service.admin.notifications' => 'getAdmin_Service_Admin_NotificationsService',
  287.             'admin.settings' => 'getAdmin_SettingsService',
  288.             'app.client.stripe' => 'getApp_Client_StripeService',
  289.             'cache.app' => 'getCache_AppService',
  290.             'cache.app_clearer' => 'getCache_AppClearerService',
  291.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  292.             'cache.system' => 'getCache_SystemService',
  293.             'cache.system_clearer' => 'getCache_SystemClearerService',
  294.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  295.             'cache_warmer' => 'getCacheWarmerService',
  296.             'console.command_loader' => 'getConsole_CommandLoaderService',
  297.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  298.             'data_collector.dump' => 'getDataCollector_DumpService',
  299.             'doctrine' => 'getDoctrineService',
  300.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  301.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  302.             'error_controller' => 'getErrorControllerService',
  303.             'event_dispatcher' => 'getEventDispatcherService',
  304.             'http_kernel' => 'getHttpKernelService',
  305.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  306.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  307.             'main.service.user.notifications' => 'getMain_Service_User_NotificationsService',
  308.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  309.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  310.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  311.             'request_stack' => 'getRequestStackService',
  312.             'router' => 'getRouterService',
  313.             'routing.loader' => 'getRouting_LoaderService',
  314.             'services_resetter' => 'getServicesResetterService',
  315.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  316.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  317.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  318.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  319.             'translator' => 'getTranslatorService',
  320.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  321.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  322.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  323.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  324.             'wp.appversion' => 'getWp_AppversionService',
  325.             'wp.authentication' => 'getWp_AuthenticationService',
  326.             'wp.authorization' => 'getWp_AuthorizationService',
  327.             'wp.encryption' => 'getWp_EncryptionService',
  328.             'wp.errorcodes' => 'getWp_ErrorcodesService',
  329.             'wp.general' => 'getWp_GeneralService',
  330.             'wp.login' => 'getWp_LoginService',
  331.             'wp.mail_manager' => 'getWp_MailManagerService',
  332.             'wp.parking_supplier' => 'getWp_ParkingSupplierService',
  333.             'wp.parking_user' => 'getWp_ParkingUserService',
  334.             'wp.push_notification' => 'getWp_PushNotificationService',
  335.             'cache_clearer' => 'getCacheClearerService',
  336.             'filesystem' => 'getFilesystemService',
  337.             'serializer' => 'getSerializerService',
  338.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  339.             'form.factory' => 'getForm_FactoryService',
  340.             'form.type.file' => 'getForm_Type_FileService',
  341.             'profiler' => 'getProfilerService',
  342.             'twig' => 'getTwigService',
  343.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  344.             'security.token_storage' => 'getSecurity_TokenStorageService',
  345.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  346.             'session' => 'getSession2Service',
  347.             'validator' => 'getValidatorService',
  348.         ];
  349.         $this->aliases = [
  350.             'database_connection' => 'doctrine.dbal.default_connection',
  351.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  352.             'mailer' => 'swiftmailer.mailer.default',
  353.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  354.         ];
  355.         $this->privates['service_container'] = function () {
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  362.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  375.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  399.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  477.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  481.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  488.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  557.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  560.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  561.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  562.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  563.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  566.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  567.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php';
  568.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
  571.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php';
  575.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php';
  576.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php';
  578.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  580.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  595.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  596.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  600.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  612.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  694.         };
  695.     }
  696.     public function compile(): void
  697.     {
  698.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  699.     }
  700.     public function isCompiled(): bool
  701.     {
  702.         return true;
  703.     }
  704.     public function getRemovedIds(): array
  705.     {
  706.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  707.     }
  708.     /**
  709.      * Gets the public '.container.private.cache_clearer' shared service.
  710.      *
  711.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  712.      */
  713.     protected function get_Container_Private_CacheClearerService()
  714.     {
  715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  717.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  718.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  719.         }, 1));
  720.     }
  721.     /**
  722.      * Gets the public '.container.private.filesystem' shared service.
  723.      *
  724.      * @return \Symfony\Component\Filesystem\Filesystem
  725.      */
  726.     protected function get_Container_Private_FilesystemService()
  727.     {
  728.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  729.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  730.     }
  731.     /**
  732.      * Gets the public '.container.private.form.factory' shared service.
  733.      *
  734.      * @return \Symfony\Component\Form\FormFactory
  735.      */
  736.     protected function get_Container_Private_Form_FactoryService()
  737.     {
  738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  740.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  741.         if (isset($this->services['.container.private.form.factory'])) {
  742.             return $this->services['.container.private.form.factory'];
  743.         }
  744.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  745.     }
  746.     /**
  747.      * Gets the public '.container.private.form.type.file' shared service.
  748.      *
  749.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  750.      */
  751.     protected function get_Container_Private_Form_Type_FileService()
  752.     {
  753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  756.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  757.     }
  758.     /**
  759.      * Gets the public '.container.private.profiler' shared service.
  760.      *
  761.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  762.      */
  763.     protected function get_Container_Private_ProfilerService()
  764.     {
  765.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  766.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  767.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  768.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  769.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  770.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  771.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  772.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  773.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  774.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  775.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  776.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  777.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  778.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  779.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  780.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  781.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  782.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  783.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  784.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  785.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  786.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  787.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  788.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  789.         if ($this->has('kernel')) {
  790.             $g->setKernel($b);
  791.         }
  792.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  793.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  794.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  795.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  796.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  797.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  798.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  799.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  800.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  801.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  802.         $instance->add($d);
  803.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  804.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  805.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  806.         $instance->add($e);
  807.         $instance->add($f);
  808.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  809.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  810.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  811.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  812.         $instance->add($g);
  813.         return $instance;
  814.     }
  815.     /**
  816.      * Gets the public '.container.private.security.authorization_checker' shared service.
  817.      *
  818.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  819.      */
  820.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  821.     {
  822.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  823.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  824.             return $this->services['.container.private.security.authorization_checker'];
  825.         }
  826.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  827.     }
  828.     /**
  829.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  830.      *
  831.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  832.      */
  833.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  834.     {
  835.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  839.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  840.     }
  841.     /**
  842.      * Gets the public '.container.private.security.password_encoder' shared service.
  843.      *
  844.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  845.      *
  846.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  847.      */
  848.     protected function get_Container_Private_Security_PasswordEncoderService()
  849.     {
  850.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  851.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  852.     }
  853.     /**
  854.      * Gets the public '.container.private.security.token_storage' shared service.
  855.      *
  856.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  857.      */
  858.     protected function get_Container_Private_Security_TokenStorageService()
  859.     {
  860.         return $this->services['.container.private.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, [
  861.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  862.         ], [
  863.             'request_stack' => '?',
  864.         ]));
  865.     }
  866.     /**
  867.      * Gets the public '.container.private.serializer' shared service.
  868.      *
  869.      * @return \Symfony\Component\Serializer\Serializer
  870.      */
  871.     protected function get_Container_Private_SerializerService()
  872.     {
  873.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  874.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  875.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  876.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  877.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  878.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  879.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  880.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  881.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  882.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  883.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  884.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  885.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  886.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  887.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  888.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  892.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  893.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  894.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  896.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  898.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  899.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  900.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  901.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  902.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  906.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  907.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  908.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  909.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  910.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  912.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  913.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  914.         $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  915.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  916.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  917.         if (isset($this->services['.container.private.serializer'])) {
  918.             return $this->services['.container.private.serializer'];
  919.         }
  920.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  921.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$b$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$b$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  922.     }
  923.     /**
  924.      * Gets the public '.container.private.session' shared service.
  925.      *
  926.      * @return \Symfony\Component\HttpFoundation\Session\Session
  927.      */
  928.     protected function get_Container_Private_SessionService()
  929.     {
  930.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  932.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  933.         if (isset($this->services['.container.private.session'])) {
  934.             return $this->services['.container.private.session'];
  935.         }
  936.         return $this->services['.container.private.session'] = $a->createSession();
  937.     }
  938.     /**
  939.      * Gets the public '.container.private.twig' shared service.
  940.      *
  941.      * @return \Twig\Environment
  942.      */
  943.     protected function get_Container_Private_TwigService()
  944.     {
  945.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  946.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  947.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  948.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  949.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  950.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  951.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  952.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  953.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  954.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  955.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  956.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  957.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  958.         $a->addPath((\dirname(__DIR__4).'/templates'));
  959.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  960.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  961.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  962.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  963.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  964.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  965.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  966.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  967.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  968.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  969.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  970.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  971.         $i = new \Symfony\Bridge\Twig\AppVariable();
  972.         $i->setEnvironment('dev');
  973.         $i->setDebug(true);
  974.         if ($this->has('.container.private.security.token_storage')) {
  975.             $i->setTokenStorage($g);
  976.         }
  977.         if ($this->has('request_stack')) {
  978.             $i->setRequestStack($d);
  979.         }
  980.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  981.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  982.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  983.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  984.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  985.             return new \EmptyIterator();
  986.         }, 0))));
  987.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  988.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  989.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  990.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  991.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  992.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  993.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  994.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  995.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  996.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  997.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  998.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  999.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1000.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1001.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  1002.         $instance->addGlobal('app'$i);
  1003.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1004.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1005.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1006.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1007.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1008.         ], [
  1009.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1010.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1011.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1012.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1013.         ])));
  1014.         $instance->addGlobal('app.stripe_publishable_key''pk_test_51IExe2GvuHsXzhCxFYvalZTIMNiLbccXKU9ggANCJmQbOaTkPdyWtt85ylrPbhmo7qR7JLNaOKgT9q9IHsm4zgw200RoRnb09x');
  1015.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  1016.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  1017.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  1018.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1019.         return $instance;
  1020.     }
  1021.     /**
  1022.      * Gets the public '.container.private.validator' shared service.
  1023.      *
  1024.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1025.      */
  1026.     protected function get_Container_Private_ValidatorService()
  1027.     {
  1028.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1029.         if (isset($this->services['.container.private.validator'])) {
  1030.             return $this->services['.container.private.validator'];
  1031.         }
  1032.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1033.     }
  1034.     /**
  1035.      * Gets the public 'App\AppBundle\APIBundle\APIBundle' shared autowired service.
  1036.      *
  1037.      * @return \App\AppBundle\APIBundle\APIBundle
  1038.      */
  1039.     protected function getAPIBundleService()
  1040.     {
  1041.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  1043.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1044.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  1045.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/APIBundle.php';
  1046.         return $this->services['App\\AppBundle\\APIBundle\\APIBundle'] = new \App\AppBundle\APIBundle\APIBundle();
  1047.     }
  1048.     /**
  1049.      * Gets the public 'App\AppBundle\APIBundle\Controller\AddSpotController' shared autowired service.
  1050.      *
  1051.      * @return \App\AppBundle\APIBundle\Controller\AddSpotController
  1052.      */
  1053.     protected function getAddSpotControllerService()
  1054.     {
  1055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1056.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1057.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/AddSpotController.php';
  1058.         $this->services['App\\AppBundle\\APIBundle\\Controller\\AddSpotController'] = $instance = new \App\AppBundle\APIBundle\Controller\AddSpotController();
  1059.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\AddSpotController'$this));
  1060.         return $instance;
  1061.     }
  1062.     /**
  1063.      * Gets the public 'App\AppBundle\APIBundle\Controller\BaseApiController' shared autowired service.
  1064.      *
  1065.      * @return \App\AppBundle\APIBundle\Controller\BaseApiController
  1066.      */
  1067.     protected function getBaseApiControllerService()
  1068.     {
  1069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1070.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1071.         $this->services['App\\AppBundle\\APIBundle\\Controller\\BaseApiController'] = $instance = new \App\AppBundle\APIBundle\Controller\BaseApiController();
  1072.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\BaseApiController'$this));
  1073.         return $instance;
  1074.     }
  1075.     /**
  1076.      * Gets the public 'App\AppBundle\APIBundle\Controller\BookingBaseController' shared autowired service.
  1077.      *
  1078.      * @return \App\AppBundle\APIBundle\Controller\BookingBaseController
  1079.      */
  1080.     protected function getBookingBaseControllerService()
  1081.     {
  1082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1083.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1084.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  1085.         $this->services['App\\AppBundle\\APIBundle\\Controller\\BookingBaseController'] = $instance = new \App\AppBundle\APIBundle\Controller\BookingBaseController();
  1086.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\BookingBaseController'$this));
  1087.         return $instance;
  1088.     }
  1089.     /**
  1090.      * Gets the public 'App\AppBundle\APIBundle\Controller\EarningCalculatorController' shared autowired service.
  1091.      *
  1092.      * @return \App\AppBundle\APIBundle\Controller\EarningCalculatorController
  1093.      */
  1094.     protected function getEarningCalculatorControllerService()
  1095.     {
  1096.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1097.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1098.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/EarningCalculatorController.php';
  1099.         $this->services['App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController'] = $instance = new \App\AppBundle\APIBundle\Controller\EarningCalculatorController();
  1100.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController'$this));
  1101.         return $instance;
  1102.     }
  1103.     /**
  1104.      * Gets the public 'App\AppBundle\APIBundle\Controller\ExtendingBookingController' shared autowired service.
  1105.      *
  1106.      * @return \App\AppBundle\APIBundle\Controller\ExtendingBookingController
  1107.      */
  1108.     protected function getExtendingBookingControllerService()
  1109.     {
  1110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1111.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1112.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  1113.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ExtendingBookingController.php';
  1114.         $this->services['App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController'] = $instance = new \App\AppBundle\APIBundle\Controller\ExtendingBookingController();
  1115.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController'$this));
  1116.         return $instance;
  1117.     }
  1118.     /**
  1119.      * Gets the public 'App\AppBundle\APIBundle\Controller\FlexibleBookingController' shared autowired service.
  1120.      *
  1121.      * @return \App\AppBundle\APIBundle\Controller\FlexibleBookingController
  1122.      */
  1123.     protected function getFlexibleBookingControllerService()
  1124.     {
  1125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1126.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1127.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  1128.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/FlexibleBookingController.php';
  1129.         $this->services['App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController'] = $instance = new \App\AppBundle\APIBundle\Controller\FlexibleBookingController();
  1130.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController'$this));
  1131.         return $instance;
  1132.     }
  1133.     /**
  1134.      * Gets the public 'App\AppBundle\APIBundle\Controller\HomeController' shared autowired service.
  1135.      *
  1136.      * @return \App\AppBundle\APIBundle\Controller\HomeController
  1137.      */
  1138.     protected function getHomeControllerService()
  1139.     {
  1140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1141.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1142.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/HomeController.php';
  1143.         $this->services['App\\AppBundle\\APIBundle\\Controller\\HomeController'] = $instance = new \App\AppBundle\APIBundle\Controller\HomeController();
  1144.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\HomeController'$this));
  1145.         return $instance;
  1146.     }
  1147.     /**
  1148.      * Gets the public 'App\AppBundle\APIBundle\Controller\HourlyBookingController' shared autowired service.
  1149.      *
  1150.      * @return \App\AppBundle\APIBundle\Controller\HourlyBookingController
  1151.      */
  1152.     protected function getHourlyBookingControllerService()
  1153.     {
  1154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1155.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1156.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  1157.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/HourlyBookingController.php';
  1158.         $this->services['App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController'] = $instance = new \App\AppBundle\APIBundle\Controller\HourlyBookingController();
  1159.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController'$this));
  1160.         return $instance;
  1161.     }
  1162.     /**
  1163.      * Gets the public 'App\AppBundle\APIBundle\Controller\LoginController' shared autowired service.
  1164.      *
  1165.      * @return \App\AppBundle\APIBundle\Controller\LoginController
  1166.      */
  1167.     protected function getLoginControllerService()
  1168.     {
  1169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1170.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1171.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/LoginController.php';
  1172.         $this->services['App\\AppBundle\\APIBundle\\Controller\\LoginController'] = $instance = new \App\AppBundle\APIBundle\Controller\LoginController();
  1173.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\LoginController'$this));
  1174.         return $instance;
  1175.     }
  1176.     /**
  1177.      * Gets the public 'App\AppBundle\APIBundle\Controller\MonthlyBookingController' shared autowired service.
  1178.      *
  1179.      * @return \App\AppBundle\APIBundle\Controller\MonthlyBookingController
  1180.      */
  1181.     protected function getMonthlyBookingControllerService()
  1182.     {
  1183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1184.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1185.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  1186.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/MonthlyBookingController.php';
  1187.         $this->services['App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController'] = $instance = new \App\AppBundle\APIBundle\Controller\MonthlyBookingController();
  1188.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController'$this));
  1189.         return $instance;
  1190.     }
  1191.     /**
  1192.      * Gets the public 'App\AppBundle\APIBundle\Controller\MySpotController' shared autowired service.
  1193.      *
  1194.      * @return \App\AppBundle\APIBundle\Controller\MySpotController
  1195.      */
  1196.     protected function getMySpotControllerService()
  1197.     {
  1198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1199.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1200.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/MySpotController.php';
  1201.         $this->services['App\\AppBundle\\APIBundle\\Controller\\MySpotController'] = $instance = new \App\AppBundle\APIBundle\Controller\MySpotController();
  1202.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\MySpotController'$this));
  1203.         return $instance;
  1204.     }
  1205.     /**
  1206.      * Gets the public 'App\AppBundle\APIBundle\Controller\NotificationsApiController' shared autowired service.
  1207.      *
  1208.      * @return \App\AppBundle\APIBundle\Controller\NotificationsApiController
  1209.      */
  1210.     protected function getNotificationsApiControllerService()
  1211.     {
  1212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1213.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1214.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/NotificationsApiController.php';
  1215.         $this->services['App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController'] = $instance = new \App\AppBundle\APIBundle\Controller\NotificationsApiController();
  1216.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController'$this));
  1217.         return $instance;
  1218.     }
  1219.     /**
  1220.      * Gets the public 'App\AppBundle\APIBundle\Controller\ParkingSupplierController' shared autowired service.
  1221.      *
  1222.      * @return \App\AppBundle\APIBundle\Controller\ParkingSupplierController
  1223.      */
  1224.     protected function getParkingSupplierControllerService()
  1225.     {
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1227.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1228.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ParkingSupplierController.php';
  1229.         $this->services['App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController'] = $instance = new \App\AppBundle\APIBundle\Controller\ParkingSupplierController();
  1230.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController'$this));
  1231.         return $instance;
  1232.     }
  1233.     /**
  1234.      * Gets the public 'App\AppBundle\APIBundle\Controller\ParkingUserController' shared autowired service.
  1235.      *
  1236.      * @return \App\AppBundle\APIBundle\Controller\ParkingUserController
  1237.      */
  1238.     protected function getParkingUserControllerService()
  1239.     {
  1240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1241.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1242.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  1243.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ParkingUserController.php';
  1244.         $this->services['App\\AppBundle\\APIBundle\\Controller\\ParkingUserController'] = $instance = new \App\AppBundle\APIBundle\Controller\ParkingUserController();
  1245.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\ParkingUserController'$this));
  1246.         return $instance;
  1247.     }
  1248.     /**
  1249.      * Gets the public 'App\AppBundle\APIBundle\Controller\PayoutController' shared autowired service.
  1250.      *
  1251.      * @return \App\AppBundle\APIBundle\Controller\PayoutController
  1252.      */
  1253.     protected function getPayoutControllerService()
  1254.     {
  1255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1256.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1257.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/PayoutController.php';
  1258.         $this->services['App\\AppBundle\\APIBundle\\Controller\\PayoutController'] = $instance = new \App\AppBundle\APIBundle\Controller\PayoutController();
  1259.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\PayoutController'$this));
  1260.         return $instance;
  1261.     }
  1262.     /**
  1263.      * Gets the public 'App\AppBundle\APIBundle\Controller\PromoCodesApiController' shared autowired service.
  1264.      *
  1265.      * @return \App\AppBundle\APIBundle\Controller\PromoCodesApiController
  1266.      */
  1267.     protected function getPromoCodesApiControllerService()
  1268.     {
  1269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1270.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1271.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  1272.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/PromoCodesApiController.php';
  1273.         $this->services['App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController'] = $instance = new \App\AppBundle\APIBundle\Controller\PromoCodesApiController();
  1274.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController'$this));
  1275.         return $instance;
  1276.     }
  1277.     /**
  1278.      * Gets the public 'App\AppBundle\APIBundle\Controller\ReferralEarnApiController' shared autowired service.
  1279.      *
  1280.      * @return \App\AppBundle\APIBundle\Controller\ReferralEarnApiController
  1281.      */
  1282.     protected function getReferralEarnApiControllerService()
  1283.     {
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1285.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1286.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  1287.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ReferralEarnApiController.php';
  1288.         $this->services['App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController'] = $instance = new \App\AppBundle\APIBundle\Controller\ReferralEarnApiController();
  1289.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController'$this));
  1290.         return $instance;
  1291.     }
  1292.     /**
  1293.      * Gets the public 'App\AppBundle\APIBundle\Controller\SettingsController' shared autowired service.
  1294.      *
  1295.      * @return \App\AppBundle\APIBundle\Controller\SettingsController
  1296.      */
  1297.     protected function getSettingsControllerService()
  1298.     {
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1300.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1301.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/SettingsController.php';
  1302.         $this->services['App\\AppBundle\\APIBundle\\Controller\\SettingsController'] = $instance = new \App\AppBundle\APIBundle\Controller\SettingsController();
  1303.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\SettingsController'$this));
  1304.         return $instance;
  1305.     }
  1306.     /**
  1307.      * Gets the public 'App\AppBundle\APIBundle\Controller\StatementController' shared autowired service.
  1308.      *
  1309.      * @return \App\AppBundle\APIBundle\Controller\StatementController
  1310.      */
  1311.     protected function getStatementControllerService()
  1312.     {
  1313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1314.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1315.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/StatementController.php';
  1316.         $this->services['App\\AppBundle\\APIBundle\\Controller\\StatementController'] = $instance = new \App\AppBundle\APIBundle\Controller\StatementController();
  1317.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\StatementController'$this));
  1318.         return $instance;
  1319.     }
  1320.     /**
  1321.      * Gets the public 'App\AppBundle\APIBundle\Controller\StripeWebhooks' shared autowired service.
  1322.      *
  1323.      * @return \App\AppBundle\APIBundle\Controller\StripeWebhooks
  1324.      */
  1325.     protected function getStripeWebhooksService()
  1326.     {
  1327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1328.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1329.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/StripeWebhooks.php';
  1330.         $this->services['App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks'] = $instance = new \App\AppBundle\APIBundle\Controller\StripeWebhooks();
  1331.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks'$this));
  1332.         return $instance;
  1333.     }
  1334.     /**
  1335.      * Gets the public 'App\AppBundle\APIBundle\Controller\SupportController' shared autowired service.
  1336.      *
  1337.      * @return \App\AppBundle\APIBundle\Controller\SupportController
  1338.      */
  1339.     protected function getSupportControllerService()
  1340.     {
  1341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1342.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1343.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/SupportController.php';
  1344.         $this->services['App\\AppBundle\\APIBundle\\Controller\\SupportController'] = $instance = new \App\AppBundle\APIBundle\Controller\SupportController();
  1345.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\SupportController'$this));
  1346.         return $instance;
  1347.     }
  1348.     /**
  1349.      * Gets the public 'App\AppBundle\APIBundle\Controller\UserDataDeletionRequestController' shared autowired service.
  1350.      *
  1351.      * @return \App\AppBundle\APIBundle\Controller\UserDataDeletionRequestController
  1352.      */
  1353.     protected function getUserDataDeletionRequestControllerService()
  1354.     {
  1355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1356.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1357.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/UserDataDeletionRequestController.php';
  1358.         $this->services['App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController'] = $instance = new \App\AppBundle\APIBundle\Controller\UserDataDeletionRequestController();
  1359.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController'$this));
  1360.         return $instance;
  1361.     }
  1362.     /**
  1363.      * Gets the public 'App\AppBundle\APIBundle\Controller\WPGeneralController' shared autowired service.
  1364.      *
  1365.      * @return \App\AppBundle\APIBundle\Controller\WPGeneralController
  1366.      */
  1367.     protected function getWPGeneralControllerService()
  1368.     {
  1369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1370.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1371.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/WPGeneralController.php';
  1372.         $this->services['App\\AppBundle\\APIBundle\\Controller\\WPGeneralController'] = $instance = new \App\AppBundle\APIBundle\Controller\WPGeneralController();
  1373.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\WPGeneralController'$this));
  1374.         return $instance;
  1375.     }
  1376.     /**
  1377.      * Gets the public 'App\AppBundle\APIBundle\Services\AppVersion' shared autowired service.
  1378.      *
  1379.      * @return \App\AppBundle\APIBundle\Services\AppVersion
  1380.      */
  1381.     protected function getAppVersionService()
  1382.     {
  1383.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/AppVersion.php';
  1384.         return $this->services['App\\AppBundle\\APIBundle\\Services\\AppVersion'] = new \App\AppBundle\APIBundle\Services\AppVersion();
  1385.     }
  1386.     /**
  1387.      * Gets the public 'App\AppBundle\APIBundle\Services\Authentication' shared autowired service.
  1388.      *
  1389.      * @return \App\AppBundle\APIBundle\Services\Authentication
  1390.      */
  1391.     protected function getAuthenticationService()
  1392.     {
  1393.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Authentication.php';
  1394.         return $this->services['App\\AppBundle\\APIBundle\\Services\\Authentication'] = new \App\AppBundle\APIBundle\Services\Authentication();
  1395.     }
  1396.     /**
  1397.      * Gets the public 'App\AppBundle\APIBundle\Services\Authorization' shared autowired service.
  1398.      *
  1399.      * @return \App\AppBundle\APIBundle\Services\Authorization
  1400.      */
  1401.     protected function getAuthorizationService()
  1402.     {
  1403.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Authorization.php';
  1404.         return $this->services['App\\AppBundle\\APIBundle\\Services\\Authorization'] = new \App\AppBundle\APIBundle\Services\Authorization();
  1405.     }
  1406.     /**
  1407.      * Gets the public 'App\AppBundle\APIBundle\Services\Encryption' shared autowired service.
  1408.      *
  1409.      * @return \App\AppBundle\APIBundle\Services\Encryption
  1410.      */
  1411.     protected function getEncryptionService()
  1412.     {
  1413.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  1414.         return $this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption();
  1415.     }
  1416.     /**
  1417.      * Gets the public 'App\AppBundle\APIBundle\Services\ErrorCodes' shared autowired service.
  1418.      *
  1419.      * @return \App\AppBundle\APIBundle\Services\ErrorCodes
  1420.      */
  1421.     protected function getErrorCodesService()
  1422.     {
  1423.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/ErrorCodes.php';
  1424.         return $this->services['App\\AppBundle\\APIBundle\\Services\\ErrorCodes'] = new \App\AppBundle\APIBundle\Services\ErrorCodes();
  1425.     }
  1426.     /**
  1427.      * Gets the public 'App\AppBundle\APIBundle\Services\LoginService' shared autowired service.
  1428.      *
  1429.      * @return \App\AppBundle\APIBundle\Services\LoginService
  1430.      */
  1431.     protected function getLoginServiceService()
  1432.     {
  1433.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/LoginService.php';
  1434.         return $this->services['App\\AppBundle\\APIBundle\\Services\\LoginService'] = new \App\AppBundle\APIBundle\Services\LoginService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1435.     }
  1436.     /**
  1437.      * Gets the public 'App\AppBundle\APIBundle\Services\MailManager' shared autowired service.
  1438.      *
  1439.      * @return \App\AppBundle\APIBundle\Services\MailManager
  1440.      */
  1441.     protected function getMailManagerService()
  1442.     {
  1443.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/MailManager.php';
  1444.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1445.         if (isset($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'])) {
  1446.             return $this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'];
  1447.         }
  1448.         return $this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] = new \App\AppBundle\APIBundle\Services\MailManager(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $a);
  1449.     }
  1450.     /**
  1451.      * Gets the public 'App\AppBundle\APIBundle\Services\OrdersProcessingService' shared autowired service.
  1452.      *
  1453.      * @return \App\AppBundle\APIBundle\Services\OrdersProcessingService
  1454.      */
  1455.     protected function getOrdersProcessingServiceService()
  1456.     {
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1458.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1459.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  1460.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/OrdersProcessingService.php';
  1461.         $this->services['App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService'] = $instance = new \App\AppBundle\APIBundle\Services\OrdersProcessingService();
  1462.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService'$this));
  1463.         return $instance;
  1464.     }
  1465.     /**
  1466.      * Gets the public 'App\AppBundle\APIBundle\Services\ParkingSupplierService' shared autowired service.
  1467.      *
  1468.      * @return \App\AppBundle\APIBundle\Services\ParkingSupplierService
  1469.      */
  1470.     protected function getParkingSupplierServiceService()
  1471.     {
  1472.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/ParkingSupplierService.php';
  1473.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1474.         if (isset($this->services['App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService'])) {
  1475.             return $this->services['App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService'];
  1476.         }
  1477.         return $this->services['App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService'] = new \App\AppBundle\APIBundle\Services\ParkingSupplierService($a);
  1478.     }
  1479.     /**
  1480.      * Gets the public 'App\AppBundle\APIBundle\Services\ParkingUserService' shared autowired service.
  1481.      *
  1482.      * @return \App\AppBundle\APIBundle\Services\ParkingUserService
  1483.      */
  1484.     protected function getParkingUserServiceService()
  1485.     {
  1486.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/ParkingUserService.php';
  1487.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1488.         if (isset($this->services['App\\AppBundle\\APIBundle\\Services\\ParkingUserService'])) {
  1489.             return $this->services['App\\AppBundle\\APIBundle\\Services\\ParkingUserService'];
  1490.         }
  1491.         return $this->services['App\\AppBundle\\APIBundle\\Services\\ParkingUserService'] = new \App\AppBundle\APIBundle\Services\ParkingUserService($a);
  1492.     }
  1493.     /**
  1494.      * Gets the public 'App\AppBundle\APIBundle\Services\PayoutService' shared autowired service.
  1495.      *
  1496.      * @return \App\AppBundle\APIBundle\Services\PayoutService
  1497.      */
  1498.     protected function getPayoutServiceService()
  1499.     {
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1501.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/PayoutService.php';
  1502.         $this->services['App\\AppBundle\\APIBundle\\Services\\PayoutService'] = $instance = new \App\AppBundle\APIBundle\Services\PayoutService();
  1503.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\PayoutService'$this));
  1504.         return $instance;
  1505.     }
  1506.     /**
  1507.      * Gets the public 'App\AppBundle\APIBundle\Services\PromoCodeAPIService' shared autowired service.
  1508.      *
  1509.      * @return \App\AppBundle\APIBundle\Services\PromoCodeAPIService
  1510.      */
  1511.     protected function getPromoCodeAPIServiceService()
  1512.     {
  1513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1514.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1515.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/PromoCodeAPIService.php';
  1516.         $this->services['App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService'] = $instance = new \App\AppBundle\APIBundle\Services\PromoCodeAPIService();
  1517.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService'$this));
  1518.         return $instance;
  1519.     }
  1520.     /**
  1521.      * Gets the public 'App\AppBundle\APIBundle\Services\PushNotification' shared autowired service.
  1522.      *
  1523.      * @return \App\AppBundle\APIBundle\Services\PushNotification
  1524.      */
  1525.     protected function getPushNotificationService()
  1526.     {
  1527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1528.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1529.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/PushNotification.php';
  1530.         $this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] = $instance = new \App\AppBundle\APIBundle\Services\PushNotification();
  1531.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\PushNotification'$this));
  1532.         return $instance;
  1533.     }
  1534.     /**
  1535.      * Gets the public 'App\AppBundle\APIBundle\Services\ReferralService' shared autowired service.
  1536.      *
  1537.      * @return \App\AppBundle\APIBundle\Services\ReferralService
  1538.      */
  1539.     protected function getReferralServiceService()
  1540.     {
  1541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1542.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1543.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/ReferralService.php';
  1544.         $this->services['App\\AppBundle\\APIBundle\\Services\\ReferralService'] = $instance = new \App\AppBundle\APIBundle\Services\ReferralService();
  1545.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\ReferralService'$this));
  1546.         return $instance;
  1547.     }
  1548.     /**
  1549.      * Gets the public 'App\AppBundle\APIBundle\Services\Session' shared autowired service.
  1550.      *
  1551.      * @return \App\AppBundle\APIBundle\Services\Session
  1552.      */
  1553.     protected function getSessionService()
  1554.     {
  1555.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Session.php';
  1556.         return $this->services['App\\AppBundle\\APIBundle\\Services\\Session'] = new \App\AppBundle\APIBundle\Services\Session();
  1557.     }
  1558.     /**
  1559.      * Gets the public 'App\AppBundle\APIBundle\Services\WPGeneralService' shared autowired service.
  1560.      *
  1561.      * @return \App\AppBundle\APIBundle\Services\WPGeneralService
  1562.      */
  1563.     protected function getWPGeneralServiceService()
  1564.     {
  1565.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/WPGeneralService.php';
  1566.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1567.         if (isset($this->services['App\\AppBundle\\APIBundle\\Services\\WPGeneralService'])) {
  1568.             return $this->services['App\\AppBundle\\APIBundle\\Services\\WPGeneralService'];
  1569.         }
  1570.         return $this->services['App\\AppBundle\\APIBundle\\Services\\WPGeneralService'] = new \App\AppBundle\APIBundle\Services\WPGeneralService($a);
  1571.     }
  1572.     /**
  1573.      * Gets the public 'App\AppBundle\AdminBundle\AdminBundle' shared autowired service.
  1574.      *
  1575.      * @return \App\AppBundle\AdminBundle\AdminBundle
  1576.      */
  1577.     protected function getAdminBundleService()
  1578.     {
  1579.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  1581.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1582.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  1583.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/AdminBundle.php';
  1584.         return $this->services['App\\AppBundle\\AdminBundle\\AdminBundle'] = new \App\AppBundle\AdminBundle\AdminBundle();
  1585.     }
  1586.     /**
  1587.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AccessibilityController' shared autowired service.
  1588.      *
  1589.      * @return \App\AppBundle\AdminBundle\Controller\AccessibilityController
  1590.      */
  1591.     protected function getAccessibilityControllerService()
  1592.     {
  1593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1594.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SettingsController.php';
  1595.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AccessibilityController.php';
  1596.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AccessibilityController();
  1597.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController'$this));
  1598.         return $instance;
  1599.     }
  1600.     /**
  1601.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminBaseController' shared autowired service.
  1602.      *
  1603.      * @return \App\AppBundle\AdminBundle\Controller\AdminBaseController
  1604.      */
  1605.     protected function getAdminBaseControllerService()
  1606.     {
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1608.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
  1609.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminBaseController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminBaseController();
  1610.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminBaseController'$this));
  1611.         return $instance;
  1612.     }
  1613.     /**
  1614.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminConfigController' shared autowired service.
  1615.      *
  1616.      * @return \App\AppBundle\AdminBundle\Controller\AdminConfigController
  1617.      */
  1618.     protected function getAdminConfigControllerService()
  1619.     {
  1620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1621.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminConfigController.php';
  1622.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminConfigController();
  1623.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController'$this));
  1624.         return $instance;
  1625.     }
  1626.     /**
  1627.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminNotificationsEmailToUserController' shared autowired service.
  1628.      *
  1629.      * @return \App\AppBundle\AdminBundle\Controller\AdminNotificationsEmailToUserController
  1630.      */
  1631.     protected function getAdminNotificationsEmailToUserControllerService()
  1632.     {
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1634.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
  1635.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsEmailToUserController.php';
  1636.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminNotificationsEmailToUserController();
  1637.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController'$this));
  1638.         return $instance;
  1639.     }
  1640.     /**
  1641.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminNotificationsPushToUsersController' shared autowired service.
  1642.      *
  1643.      * @return \App\AppBundle\AdminBundle\Controller\AdminNotificationsPushToUsersController
  1644.      */
  1645.     protected function getAdminNotificationsPushToUsersControllerService()
  1646.     {
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1648.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
  1649.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsPushToUsersController.php';
  1650.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminNotificationsPushToUsersController();
  1651.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController'$this));
  1652.         return $instance;
  1653.     }
  1654.     /**
  1655.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminNotificationsSMSToUsersController' shared autowired service.
  1656.      *
  1657.      * @return \App\AppBundle\AdminBundle\Controller\AdminNotificationsSMSToUsersController
  1658.      */
  1659.     protected function getAdminNotificationsSMSToUsersControllerService()
  1660.     {
  1661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1662.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
  1663.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsSMSToUsersController.php';
  1664.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminNotificationsSMSToUsersController();
  1665.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController'$this));
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminPayoutController' shared autowired service.
  1670.      *
  1671.      * @return \App\AppBundle\AdminBundle\Controller\AdminPayoutController
  1672.      */
  1673.     protected function getAdminPayoutControllerService()
  1674.     {
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1676.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminPayoutController.php';
  1677.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminPayoutController();
  1678.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController'$this));
  1679.         return $instance;
  1680.     }
  1681.     /**
  1682.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminPromoCodeController' shared autowired service.
  1683.      *
  1684.      * @return \App\AppBundle\AdminBundle\Controller\AdminPromoCodeController
  1685.      */
  1686.     protected function getAdminPromoCodeControllerService()
  1687.     {
  1688.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1689.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
  1690.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminPromoCodeController.php';
  1691.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminPromoCodeController();
  1692.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController'$this));
  1693.         return $instance;
  1694.     }
  1695.     /**
  1696.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminTransferController' shared autowired service.
  1697.      *
  1698.      * @return \App\AppBundle\AdminBundle\Controller\AdminTransferController
  1699.      */
  1700.     protected function getAdminTransferControllerService()
  1701.     {
  1702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1703.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminTransferController.php';
  1704.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminTransferController();
  1705.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController'$this));
  1706.         return $instance;
  1707.     }
  1708.     /**
  1709.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminUserController' shared autowired service.
  1710.      *
  1711.      * @return \App\AppBundle\AdminBundle\Controller\AdminUserController
  1712.      */
  1713.     protected function getAdminUserControllerService()
  1714.     {
  1715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1716.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminUserController.php';
  1717.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminUserController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminUserController();
  1718.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminUserController'$this));
  1719.         return $instance;
  1720.     }
  1721.     /**
  1722.      * Gets the public 'App\AppBundle\AdminBundle\Controller\AdminUserDataDeletionRequestsController' shared autowired service.
  1723.      *
  1724.      * @return \App\AppBundle\AdminBundle\Controller\AdminUserDataDeletionRequestsController
  1725.      */
  1726.     protected function getAdminUserDataDeletionRequestsControllerService()
  1727.     {
  1728.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1729.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminUserDataDeletionRequestsController.php';
  1730.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminUserDataDeletionRequestsController();
  1731.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController'$this));
  1732.         return $instance;
  1733.     }
  1734.     /**
  1735.      * Gets the public 'App\AppBundle\AdminBundle\Controller\BookingController' shared autowired service.
  1736.      *
  1737.      * @return \App\AppBundle\AdminBundle\Controller\BookingController
  1738.      */
  1739.     protected function getBookingControllerService()
  1740.     {
  1741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1742.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1743.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/BookingController.php';
  1744.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\BookingController'] = $instance = new \App\AppBundle\AdminBundle\Controller\BookingController();
  1745.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\BookingController'$this));
  1746.         return $instance;
  1747.     }
  1748.     /**
  1749.      * Gets the public 'App\AppBundle\AdminBundle\Controller\CurrencyController' shared autowired service.
  1750.      *
  1751.      * @return \App\AppBundle\AdminBundle\Controller\CurrencyController
  1752.      */
  1753.     protected function getCurrencyControllerService()
  1754.     {
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1756.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SettingsController.php';
  1757.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/CurrencyController.php';
  1758.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\CurrencyController'] = $instance = new \App\AppBundle\AdminBundle\Controller\CurrencyController();
  1759.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\CurrencyController'$this));
  1760.         return $instance;
  1761.     }
  1762.     /**
  1763.      * Gets the public 'App\AppBundle\AdminBundle\Controller\DashboardController' shared autowired service.
  1764.      *
  1765.      * @return \App\AppBundle\AdminBundle\Controller\DashboardController
  1766.      */
  1767.     protected function getDashboardControllerService()
  1768.     {
  1769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1770.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
  1771.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/DashboardController.php';
  1772.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\DashboardController'] = $instance = new \App\AppBundle\AdminBundle\Controller\DashboardController();
  1773.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\DashboardController'$this));
  1774.         return $instance;
  1775.     }
  1776.     /**
  1777.      * Gets the public 'App\AppBundle\AdminBundle\Controller\LoginController' shared autowired service.
  1778.      *
  1779.      * @return \App\AppBundle\AdminBundle\Controller\LoginController
  1780.      */
  1781.     protected function getLoginController2Service()
  1782.     {
  1783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1784.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/LoginController.php';
  1785.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\LoginController'] = $instance = new \App\AppBundle\AdminBundle\Controller\LoginController();
  1786.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\LoginController'$this));
  1787.         return $instance;
  1788.     }
  1789.     /**
  1790.      * Gets the public 'App\AppBundle\AdminBundle\Controller\SettingsController' shared autowired service.
  1791.      *
  1792.      * @return \App\AppBundle\AdminBundle\Controller\SettingsController
  1793.      */
  1794.     protected function getSettingsController2Service()
  1795.     {
  1796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1797.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SettingsController.php';
  1798.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\SettingsController'] = $instance = new \App\AppBundle\AdminBundle\Controller\SettingsController();
  1799.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\SettingsController'$this));
  1800.         return $instance;
  1801.     }
  1802.     /**
  1803.      * Gets the public 'App\AppBundle\AdminBundle\Controller\SpotController' shared autowired service.
  1804.      *
  1805.      * @return \App\AppBundle\AdminBundle\Controller\SpotController
  1806.      */
  1807.     protected function getSpotControllerService()
  1808.     {
  1809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1810.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  1811.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SpotController.php';
  1812.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\SpotController'] = $instance = new \App\AppBundle\AdminBundle\Controller\SpotController();
  1813.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\SpotController'$this));
  1814.         return $instance;
  1815.     }
  1816.     /**
  1817.      * Gets the public 'App\AppBundle\AdminBundle\Controller\SpotRatingsController' shared autowired service.
  1818.      *
  1819.      * @return \App\AppBundle\AdminBundle\Controller\SpotRatingsController
  1820.      */
  1821.     protected function getSpotRatingsControllerService()
  1822.     {
  1823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1824.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SpotRatingsController.php';
  1825.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController'] = $instance = new \App\AppBundle\AdminBundle\Controller\SpotRatingsController();
  1826.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController'$this));
  1827.         return $instance;
  1828.     }
  1829.     /**
  1830.      * Gets the public 'App\AppBundle\AdminBundle\Controller\SupportController' shared autowired service.
  1831.      *
  1832.      * @return \App\AppBundle\AdminBundle\Controller\SupportController
  1833.      */
  1834.     protected function getSupportController2Service()
  1835.     {
  1836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1837.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SupportController.php';
  1838.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\SupportController'] = $instance = new \App\AppBundle\AdminBundle\Controller\SupportController();
  1839.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\SupportController'$this));
  1840.         return $instance;
  1841.     }
  1842.     /**
  1843.      * Gets the public 'App\AppBundle\AdminBundle\Controller\UserController' shared autowired service.
  1844.      *
  1845.      * @return \App\AppBundle\AdminBundle\Controller\UserController
  1846.      */
  1847.     protected function getUserControllerService()
  1848.     {
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1850.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
  1851.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/UserController.php';
  1852.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\UserController'] = $instance = new \App\AppBundle\AdminBundle\Controller\UserController();
  1853.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\UserController'$this));
  1854.         return $instance;
  1855.     }
  1856.     /**
  1857.      * Gets the public 'App\AppBundle\AdminBundle\Controller\UserDetailSpotProviderController' shared autowired service.
  1858.      *
  1859.      * @return \App\AppBundle\AdminBundle\Controller\UserDetailSpotProviderController
  1860.      */
  1861.     protected function getUserDetailSpotProviderControllerService()
  1862.     {
  1863.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1864.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/UserDetailSpotProviderController.php';
  1865.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController'] = $instance = new \App\AppBundle\AdminBundle\Controller\UserDetailSpotProviderController();
  1866.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController'$this));
  1867.         return $instance;
  1868.     }
  1869.     /**
  1870.      * Gets the public 'App\AppBundle\AdminBundle\Controller\UserDetailSpotSeekerController' shared autowired service.
  1871.      *
  1872.      * @return \App\AppBundle\AdminBundle\Controller\UserDetailSpotSeekerController
  1873.      */
  1874.     protected function getUserDetailSpotSeekerControllerService()
  1875.     {
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1877.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/UserDetailSpotSeekerController.php';
  1878.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController'] = $instance = new \App\AppBundle\AdminBundle\Controller\UserDetailSpotSeekerController();
  1879.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController'$this));
  1880.         return $instance;
  1881.     }
  1882.     /**
  1883.      * Gets the public 'App\AppBundle\AdminBundle\Controller\VehiclesController' shared autowired service.
  1884.      *
  1885.      * @return \App\AppBundle\AdminBundle\Controller\VehiclesController
  1886.      */
  1887.     protected function getVehiclesControllerService()
  1888.     {
  1889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1890.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/VehiclesController.php';
  1891.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\VehiclesController'] = $instance = new \App\AppBundle\AdminBundle\Controller\VehiclesController();
  1892.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\VehiclesController'$this));
  1893.         return $instance;
  1894.     }
  1895.     /**
  1896.      * Gets the public 'App\AppBundle\AdminBundle\Controller\WPPricingDataController' shared autowired service.
  1897.      *
  1898.      * @return \App\AppBundle\AdminBundle\Controller\WPPricingDataController
  1899.      */
  1900.     protected function getWPPricingDataControllerService()
  1901.     {
  1902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1903.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SettingsController.php';
  1904.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/WPPricingDataController.php';
  1905.         $this->services['App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController'] = $instance = new \App\AppBundle\AdminBundle\Controller\WPPricingDataController();
  1906.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController'$this));
  1907.         return $instance;
  1908.     }
  1909.     /**
  1910.      * Gets the public 'App\AppBundle\AdminBundle\Entity\AdminConfig' shared autowired service.
  1911.      *
  1912.      * @return \App\AppBundle\AdminBundle\Entity\AdminConfig
  1913.      */
  1914.     protected function getAdminConfigService()
  1915.     {
  1916.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/AdminConfig.php';
  1917.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\AdminConfig'] = new \App\AppBundle\AdminBundle\Entity\AdminConfig();
  1918.     }
  1919.     /**
  1920.      * Gets the public 'App\AppBundle\AdminBundle\Entity\AdminNotifications' shared autowired service.
  1921.      *
  1922.      * @return \App\AppBundle\AdminBundle\Entity\AdminNotifications
  1923.      */
  1924.     protected function getAdminNotificationsService()
  1925.     {
  1926.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/AdminNotifications.php';
  1927.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\AdminNotifications'] = new \App\AppBundle\AdminBundle\Entity\AdminNotifications();
  1928.     }
  1929.     /**
  1930.      * Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group' shared autowired service.
  1931.      *
  1932.      * @return \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group
  1933.      */
  1934.     protected function getAdminAccessRoleGroupService()
  1935.     {
  1936.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/Admin_Access_Role_Group.php';
  1937.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Group'] = new \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group();
  1938.     }
  1939.     /**
  1940.      * Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group_Permission' shared autowired service.
  1941.      *
  1942.      * @return \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group_Permission
  1943.      */
  1944.     protected function getAdminAccessRoleGroupPermissionService()
  1945.     {
  1946.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/Admin_Access_Role_Group_Permission.php';
  1947.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Group_Permission'] = new \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group_Permission();
  1948.     }
  1949.     /**
  1950.      * Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Master' shared autowired service.
  1951.      *
  1952.      * @return \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Master
  1953.      */
  1954.     protected function getAdminAccessRoleMasterService()
  1955.     {
  1956.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/Admin_Access_Role_Master.php';
  1957.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Master'] = new \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Master();
  1958.     }
  1959.     /**
  1960.      * Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Sub' shared autowired service.
  1961.      *
  1962.      * @return \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Sub
  1963.      */
  1964.     protected function getAdminAccessRoleSubService()
  1965.     {
  1966.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/Admin_Access_Role_Sub.php';
  1967.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Sub'] = new \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Sub();
  1968.     }
  1969.     /**
  1970.      * Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Language' shared autowired service.
  1971.      *
  1972.      * @return \App\AppBundle\AdminBundle\Entity\Admin_Language
  1973.      */
  1974.     protected function getAdminLanguageService()
  1975.     {
  1976.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/Admin_Language.php';
  1977.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Language'] = new \App\AppBundle\AdminBundle\Entity\Admin_Language();
  1978.     }
  1979.     /**
  1980.      * Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Logout' shared autowired service.
  1981.      *
  1982.      * @return \App\AppBundle\AdminBundle\Entity\Admin_Logout
  1983.      */
  1984.     protected function getAdminLogoutService()
  1985.     {
  1986.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/Admin_Logout.php';
  1987.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Logout'] = new \App\AppBundle\AdminBundle\Entity\Admin_Logout();
  1988.     }
  1989.     /**
  1990.      * Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Roles' shared autowired service.
  1991.      *
  1992.      * @return \App\AppBundle\AdminBundle\Entity\Admin_Roles
  1993.      */
  1994.     protected function getAdminRolesService()
  1995.     {
  1996.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/Admin_Roles.php';
  1997.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Roles'] = new \App\AppBundle\AdminBundle\Entity\Admin_Roles();
  1998.     }
  1999.     /**
  2000.      * Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Token' shared autowired service.
  2001.      *
  2002.      * @return \App\AppBundle\AdminBundle\Entity\Admin_Token
  2003.      */
  2004.     protected function getAdminTokenService()
  2005.     {
  2006.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/Admin_Token.php';
  2007.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Token'] = new \App\AppBundle\AdminBundle\Entity\Admin_Token();
  2008.     }
  2009.     /**
  2010.      * Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_User' shared autowired service.
  2011.      *
  2012.      * @return \App\AppBundle\AdminBundle\Entity\Admin_User
  2013.      */
  2014.     protected function getAdminUserService()
  2015.     {
  2016.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/Admin_User.php';
  2017.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_User'] = new \App\AppBundle\AdminBundle\Entity\Admin_User();
  2018.     }
  2019.     /**
  2020.      * Gets the public 'App\AppBundle\AdminBundle\Entity\NotificationsEmailToUsers' shared autowired service.
  2021.      *
  2022.      * @return \App\AppBundle\AdminBundle\Entity\NotificationsEmailToUsers
  2023.      */
  2024.     protected function getNotificationsEmailToUsersService()
  2025.     {
  2026.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/NotificationsEmailToUsers.php';
  2027.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\NotificationsEmailToUsers'] = new \App\AppBundle\AdminBundle\Entity\NotificationsEmailToUsers();
  2028.     }
  2029.     /**
  2030.      * Gets the public 'App\AppBundle\AdminBundle\Entity\NotificationsPushToUsers' shared autowired service.
  2031.      *
  2032.      * @return \App\AppBundle\AdminBundle\Entity\NotificationsPushToUsers
  2033.      */
  2034.     protected function getNotificationsPushToUsersService()
  2035.     {
  2036.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/NotificationsPushToUsers.php';
  2037.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\NotificationsPushToUsers'] = new \App\AppBundle\AdminBundle\Entity\NotificationsPushToUsers();
  2038.     }
  2039.     /**
  2040.      * Gets the public 'App\AppBundle\AdminBundle\Entity\NotificationsSMSToUsers' shared autowired service.
  2041.      *
  2042.      * @return \App\AppBundle\AdminBundle\Entity\NotificationsSMSToUsers
  2043.      */
  2044.     protected function getNotificationsSMSToUsersService()
  2045.     {
  2046.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity/NotificationsSMSToUsers.php';
  2047.         return $this->services['App\\AppBundle\\AdminBundle\\Entity\\NotificationsSMSToUsers'] = new \App\AppBundle\AdminBundle\Entity\NotificationsSMSToUsers();
  2048.     }
  2049.     /**
  2050.      * Gets the public 'App\AppBundle\AdminBundle\Repository\NotificationsEmailToUsersRepository' shared autowired service.
  2051.      *
  2052.      * @return \App\AppBundle\AdminBundle\Repository\NotificationsEmailToUsersRepository
  2053.      */
  2054.     protected function getNotificationsEmailToUsersRepositoryService()
  2055.     {
  2056.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2059.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2061.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Repository/NotificationsEmailToUsersRepository.php';
  2062.         return $this->services['App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository'] = new \App\AppBundle\AdminBundle\Repository\NotificationsEmailToUsersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2063.     }
  2064.     /**
  2065.      * Gets the public 'App\AppBundle\AdminBundle\Repository\NotificationsPushToUsersRepository' shared autowired service.
  2066.      *
  2067.      * @return \App\AppBundle\AdminBundle\Repository\NotificationsPushToUsersRepository
  2068.      */
  2069.     protected function getNotificationsPushToUsersRepositoryService()
  2070.     {
  2071.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2072.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2074.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2076.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Repository/NotificationsPushToUsersRepository.php';
  2077.         return $this->services['App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository'] = new \App\AppBundle\AdminBundle\Repository\NotificationsPushToUsersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2078.     }
  2079.     /**
  2080.      * Gets the public 'App\AppBundle\AdminBundle\Repository\NotificationsSMSToUsersRepository' shared autowired service.
  2081.      *
  2082.      * @return \App\AppBundle\AdminBundle\Repository\NotificationsSMSToUsersRepository
  2083.      */
  2084.     protected function getNotificationsSMSToUsersRepositoryService()
  2085.     {
  2086.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2087.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2091.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Repository/NotificationsSMSToUsersRepository.php';
  2092.         return $this->services['App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository'] = new \App\AppBundle\AdminBundle\Repository\NotificationsSMSToUsersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2093.     }
  2094.     /**
  2095.      * Gets the public 'App\AppBundle\AdminBundle\Services\AdminNotificationsService' shared autowired service.
  2096.      *
  2097.      * @return \App\AppBundle\AdminBundle\Services\AdminNotificationsService
  2098.      */
  2099.     protected function getAdminNotificationsServiceService()
  2100.     {
  2101.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/AdminNotificationsService.php';
  2102.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2103.         if (isset($this->services['App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService'])) {
  2104.             return $this->services['App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService'];
  2105.         }
  2106.         return $this->services['App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService'] = new \App\AppBundle\AdminBundle\Services\AdminNotificationsService($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  2107.     }
  2108.     /**
  2109.      * Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Authentication' shared autowired service.
  2110.      *
  2111.      * @return \App\AppBundle\AdminBundle\Services\Admin_Authentication
  2112.      */
  2113.     protected function getAdminAuthenticationService()
  2114.     {
  2115.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Authentication.php';
  2116.         return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication'] = new \App\AppBundle\AdminBundle\Services\Admin_Authentication();
  2117.     }
  2118.     /**
  2119.      * Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Authorization' shared autowired service.
  2120.      *
  2121.      * @return \App\AppBundle\AdminBundle\Services\Admin_Authorization
  2122.      */
  2123.     protected function getAdminAuthorizationService()
  2124.     {
  2125.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Authorization.php';
  2126.         return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Authorization'] = new \App\AppBundle\AdminBundle\Services\Admin_Authorization();
  2127.     }
  2128.     /**
  2129.      * Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Encryption' shared autowired service.
  2130.      *
  2131.      * @return \App\AppBundle\AdminBundle\Services\Admin_Encryption
  2132.      */
  2133.     protected function getAdminEncryptionService()
  2134.     {
  2135.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Encryption.php';
  2136.         return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption'] = new \App\AppBundle\AdminBundle\Services\Admin_Encryption();
  2137.     }
  2138.     /**
  2139.      * Gets the public 'App\AppBundle\AdminBundle\Services\Admin_ErrorCodes' shared autowired service.
  2140.      *
  2141.      * @return \App\AppBundle\AdminBundle\Services\Admin_ErrorCodes
  2142.      */
  2143.     protected function getAdminErrorCodesService()
  2144.     {
  2145.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_ErrorCodes.php';
  2146.         return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes'] = new \App\AppBundle\AdminBundle\Services\Admin_ErrorCodes();
  2147.     }
  2148.     /**
  2149.      * Gets the public 'App\AppBundle\AdminBundle\Services\Admin_LoginService' shared autowired service.
  2150.      *
  2151.      * @return \App\AppBundle\AdminBundle\Services\Admin_LoginService
  2152.      */
  2153.     protected function getAdminLoginServiceService()
  2154.     {
  2155.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_LoginService.php';
  2156.         return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_LoginService'] = new \App\AppBundle\AdminBundle\Services\Admin_LoginService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2157.     }
  2158.     /**
  2159.      * Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Parking_Spot_Services' shared autowired service.
  2160.      *
  2161.      * @return \App\AppBundle\AdminBundle\Services\Admin_Parking_Spot_Services
  2162.      */
  2163.     protected function getAdminParkingSpotServicesService()
  2164.     {
  2165.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Parking_Spot_Services.php';
  2166.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2167.         if (isset($this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services'])) {
  2168.             return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services'];
  2169.         }
  2170.         return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services'] = new \App\AppBundle\AdminBundle\Services\Admin_Parking_Spot_Services($a);
  2171.     }
  2172.     /**
  2173.      * Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Session' shared autowired service.
  2174.      *
  2175.      * @return \App\AppBundle\AdminBundle\Services\Admin_Session
  2176.      */
  2177.     protected function getAdminSessionService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Session.php';
  2180.         return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Session'] = new \App\AppBundle\AdminBundle\Services\Admin_Session();
  2181.     }
  2182.     /**
  2183.      * Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Settings' shared autowired service.
  2184.      *
  2185.      * @return \App\AppBundle\AdminBundle\Services\Admin_Settings
  2186.      */
  2187.     protected function getAdminSettingsService()
  2188.     {
  2189.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Settings.php';
  2190.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2191.         if (isset($this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Settings'])) {
  2192.             return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Settings'];
  2193.         }
  2194.         return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Settings'] = new \App\AppBundle\AdminBundle\Services\Admin_Settings($a);
  2195.     }
  2196.     /**
  2197.      * Gets the public 'App\AppBundle\MainBundle\Client\StripeClient' shared autowired service.
  2198.      *
  2199.      * @return \App\AppBundle\MainBundle\Client\StripeClient
  2200.      */
  2201.     protected function getStripeClientService()
  2202.     {
  2203.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Client/StripeClient.php';
  2204.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2205.         if (isset($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'])) {
  2206.             return $this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'];
  2207.         }
  2208.         return $this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] = new \App\AppBundle\MainBundle\Client\StripeClient($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this);
  2209.     }
  2210.     /**
  2211.      * Gets the public 'App\AppBundle\MainBundle\Command\AutoPayoutCommand' shared autowired service.
  2212.      *
  2213.      * @return \App\AppBundle\MainBundle\Command\AutoPayoutCommand
  2214.      */
  2215.     protected function getAutoPayoutCommandService()
  2216.     {
  2217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2219.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/AutoPayoutCommand.php';
  2220.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2221.         $this->services['App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand'] = $instance = new \App\AppBundle\MainBundle\Command\AutoPayoutCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService'] ?? $this->getParkingSupplierServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\WPGeneralService'] ?? $this->getWPGeneralServiceService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\PayoutService'] ?? $this->getPayoutServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2222.         $instance->setName('payout:auto');
  2223.         return $instance;
  2224.     }
  2225.     /**
  2226.      * Gets the public 'App\AppBundle\MainBundle\Command\CronJobStatusCommand' shared autowired service.
  2227.      *
  2228.      * @return \App\AppBundle\MainBundle\Command\CronJobStatusCommand
  2229.      */
  2230.     protected function getCronJobStatusCommandService()
  2231.     {
  2232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2234.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/CronJobStatusCommand.php';
  2235.         $this->services['App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand'] = $instance = new \App\AppBundle\MainBundle\Command\CronJobStatusCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this);
  2236.         $instance->setName('cron:status_check');
  2237.         return $instance;
  2238.     }
  2239.     /**
  2240.      * Gets the public 'App\AppBundle\MainBundle\Command\GoogleAnalyticsCommand' shared autowired service.
  2241.      *
  2242.      * @return \App\AppBundle\MainBundle\Command\GoogleAnalyticsCommand
  2243.      */
  2244.     protected function getGoogleAnalyticsCommandService()
  2245.     {
  2246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2248.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/GoogleAnalyticsCommand.php';
  2249.         $this->services['App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand'] = $instance = new \App\AppBundle\MainBundle\Command\GoogleAnalyticsCommand($this);
  2250.         $instance->setName('ga:search_spot_hourly');
  2251.         return $instance;
  2252.     }
  2253.     /**
  2254.      * Gets the public 'App\AppBundle\MainBundle\Command\MonthlyBookingCompletionCommand' shared autowired service.
  2255.      *
  2256.      * @return \App\AppBundle\MainBundle\Command\MonthlyBookingCompletionCommand
  2257.      */
  2258.     protected function getMonthlyBookingCompletionCommandService()
  2259.     {
  2260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2262.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingCompletionCommand.php';
  2263.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2264.         $this->services['App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand'] = $instance = new \App\AppBundle\MainBundle\Command\MonthlyBookingCompletionCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\PayoutService'] ?? $this->getPayoutServiceService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\ReferralService'] ?? $this->getReferralServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2265.         $instance->setName('order:monthly_booking:completion');
  2266.         return $instance;
  2267.     }
  2268.     /**
  2269.      * Gets the public 'App\AppBundle\MainBundle\Command\MonthlyBookingCycleCompletionCommand' shared autowired service.
  2270.      *
  2271.      * @return \App\AppBundle\MainBundle\Command\MonthlyBookingCycleCompletionCommand
  2272.      */
  2273.     protected function getMonthlyBookingCycleCompletionCommandService()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2277.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingCycleCompletionCommand.php';
  2278.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2279.         $this->services['App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand'] = $instance = new \App\AppBundle\MainBundle\Command\MonthlyBookingCycleCompletionCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\PayoutService'] ?? $this->getPayoutServiceService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\ReferralService'] ?? $this->getReferralServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2280.         $instance->setName('order:monthly_booking:cycle_completion');
  2281.         return $instance;
  2282.     }
  2283.     /**
  2284.      * Gets the public 'App\AppBundle\MainBundle\Command\MonthlyBookingFailedPaymentReminderCommand' shared autowired service.
  2285.      *
  2286.      * @return \App\AppBundle\MainBundle\Command\MonthlyBookingFailedPaymentReminderCommand
  2287.      */
  2288.     protected function getMonthlyBookingFailedPaymentReminderCommandService()
  2289.     {
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2292.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingFailedPaymentReminderCommand.php';
  2293.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2294.         $this->services['App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand'] = $instance = new \App\AppBundle\MainBundle\Command\MonthlyBookingFailedPaymentReminderCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\PayoutService'] ?? $this->getPayoutServiceService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2295.         $instance->setName('order:monthly_booking:failed_payment_reminder');
  2296.         return $instance;
  2297.     }
  2298.     /**
  2299.      * Gets the public 'App\AppBundle\MainBundle\Command\MonthlyBookingTerminateFailedPaymentCommand' shared autowired service.
  2300.      *
  2301.      * @return \App\AppBundle\MainBundle\Command\MonthlyBookingTerminateFailedPaymentCommand
  2302.      */
  2303.     protected function getMonthlyBookingTerminateFailedPaymentCommandService()
  2304.     {
  2305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2307.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingTerminateFailedPaymentCommand.php';
  2308.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2309.         $this->services['App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand'] = $instance = new \App\AppBundle\MainBundle\Command\MonthlyBookingTerminateFailedPaymentCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\PayoutService'] ?? $this->getPayoutServiceService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2310.         $instance->setName('order:monthly_booking:terminate_failed_payment');
  2311.         return $instance;
  2312.     }
  2313.     /**
  2314.      * Gets the public 'App\AppBundle\MainBundle\Command\NotificationsEmailToUserCommand' shared autowired service.
  2315.      *
  2316.      * @return \App\AppBundle\MainBundle\Command\NotificationsEmailToUserCommand
  2317.      */
  2318.     protected function getNotificationsEmailToUserCommandService()
  2319.     {
  2320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2322.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/NotificationsEmailToUserCommand.php';
  2323.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2324.         $this->services['App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand'] = $instance = new \App\AppBundle\MainBundle\Command\NotificationsEmailToUserCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()), ($this->services['App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository'] ?? $this->getNotificationsEmailToUsersRepositoryService()), ($this->services['App\\AppBundle\\MainBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  2325.         $instance->setName('notification:email');
  2326.         return $instance;
  2327.     }
  2328.     /**
  2329.      * Gets the public 'App\AppBundle\MainBundle\Command\NotificationsPushToUserCommand' shared autowired service.
  2330.      *
  2331.      * @return \App\AppBundle\MainBundle\Command\NotificationsPushToUserCommand
  2332.      */
  2333.     protected function getNotificationsPushToUserCommandService()
  2334.     {
  2335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2337.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/NotificationsPushToUserCommand.php';
  2338.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2339.         $this->services['App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand'] = $instance = new \App\AppBundle\MainBundle\Command\NotificationsPushToUserCommand($this, ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['translator'] ?? $this->getTranslatorService()));
  2340.         $instance->setName('notification:push');
  2341.         return $instance;
  2342.     }
  2343.     /**
  2344.      * Gets the public 'App\AppBundle\MainBundle\Command\NotificationsSMSToUserCommand' shared autowired service.
  2345.      *
  2346.      * @return \App\AppBundle\MainBundle\Command\NotificationsSMSToUserCommand
  2347.      */
  2348.     protected function getNotificationsSMSToUserCommandService()
  2349.     {
  2350.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/NotificationsSMSToUserCommand.php';
  2351.         return $this->services['App\\AppBundle\\MainBundle\\Command\\NotificationsSMSToUserCommand'] = new \App\AppBundle\MainBundle\Command\NotificationsSMSToUserCommand();
  2352.     }
  2353.     /**
  2354.      * Gets the public 'App\AppBundle\MainBundle\Command\OrderCompletionNotificationCommand' shared autowired service.
  2355.      *
  2356.      * @return \App\AppBundle\MainBundle\Command\OrderCompletionNotificationCommand
  2357.      */
  2358.     protected function getOrderCompletionNotificationCommandService()
  2359.     {
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2362.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderCompletionNotificationCommand.php';
  2363.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2364.         $this->services['App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand'] = $instance = new \App\AppBundle\MainBundle\Command\OrderCompletionNotificationCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\AppBundle\\MainBundle\\Repository\\OrdersRepository'] ?? $this->getOrdersRepositoryService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\PayoutService'] ?? $this->getPayoutServiceService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\ReferralService'] ?? $this->getReferralServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2365.         $instance->setName('order:complete');
  2366.         return $instance;
  2367.     }
  2368.     /**
  2369.      * Gets the public 'App\AppBundle\MainBundle\Command\OrderEmailNotificationCommand' shared autowired service.
  2370.      *
  2371.      * @return \App\AppBundle\MainBundle\Command\OrderEmailNotificationCommand
  2372.      */
  2373.     protected function getOrderEmailNotificationCommandService()
  2374.     {
  2375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2377.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderEmailNotificationCommand.php';
  2378.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2379.         $this->services['App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand'] = $instance = new \App\AppBundle\MainBundle\Command\OrderEmailNotificationCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()));
  2380.         $instance->setName('order:email_notification');
  2381.         return $instance;
  2382.     }
  2383.     /**
  2384.      * Gets the public 'App\AppBundle\MainBundle\Command\OrderExtendBookingSuccessCommand' shared autowired service.
  2385.      *
  2386.      * @return \App\AppBundle\MainBundle\Command\OrderExtendBookingSuccessCommand
  2387.      */
  2388.     protected function getOrderExtendBookingSuccessCommandService()
  2389.     {
  2390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2392.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderExtendBookingSuccessCommand.php';
  2393.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2394.         $this->services['App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand'] = $instance = new \App\AppBundle\MainBundle\Command\OrderExtendBookingSuccessCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['translator'] ?? $this->getTranslatorService()));
  2395.         $instance->setName('order:extend_booking_success');
  2396.         return $instance;
  2397.     }
  2398.     /**
  2399.      * Gets the public 'App\AppBundle\MainBundle\Command\OrderPreStartCommand' shared autowired service.
  2400.      *
  2401.      * @return \App\AppBundle\MainBundle\Command\OrderPreStartCommand
  2402.      */
  2403.     protected function getOrderPreStartCommandService()
  2404.     {
  2405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2407.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderPreStartCommand.php';
  2408.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2409.         $this->services['App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand'] = $instance = new \App\AppBundle\MainBundle\Command\OrderPreStartCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2410.         $instance->setName('order:pre_start');
  2411.         return $instance;
  2412.     }
  2413.     /**
  2414.      * Gets the public 'App\AppBundle\MainBundle\Command\OrderPushNotificationCommand' shared autowired service.
  2415.      *
  2416.      * @return \App\AppBundle\MainBundle\Command\OrderPushNotificationCommand
  2417.      */
  2418.     protected function getOrderPushNotificationCommandService()
  2419.     {
  2420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2422.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderPushNotificationCommand.php';
  2423.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2424.         $this->services['App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand'] = $instance = new \App\AppBundle\MainBundle\Command\OrderPushNotificationCommand($this, ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['translator'] ?? $this->getTranslatorService()));
  2425.         $instance->setName('order:push_notification');
  2426.         return $instance;
  2427.     }
  2428.     /**
  2429.      * Gets the public 'App\AppBundle\MainBundle\Command\OrderSmsNotificationCommand' shared autowired service.
  2430.      *
  2431.      * @return \App\AppBundle\MainBundle\Command\OrderSmsNotificationCommand
  2432.      */
  2433.     protected function getOrderSmsNotificationCommandService()
  2434.     {
  2435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2437.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderSmsNotificationCommand.php';
  2438.         $this->services['App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand'] = $instance = new \App\AppBundle\MainBundle\Command\OrderSmsNotificationCommand($this);
  2439.         $instance->setName('order:sms_notification');
  2440.         return $instance;
  2441.     }
  2442.     /**
  2443.      * Gets the public 'App\AppBundle\MainBundle\Command\OrderStartCommand' shared autowired service.
  2444.      *
  2445.      * @return \App\AppBundle\MainBundle\Command\OrderStartCommand
  2446.      */
  2447.     protected function getOrderStartCommandService()
  2448.     {
  2449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2451.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderStartCommand.php';
  2452.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2453.         $this->services['App\\AppBundle\\MainBundle\\Command\\OrderStartCommand'] = $instance = new \App\AppBundle\MainBundle\Command\OrderStartCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2454.         $instance->setName('order:start');
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public 'App\AppBundle\MainBundle\Command\OrderToExtendBookingNotificationCommand' shared autowired service.
  2459.      *
  2460.      * @return \App\AppBundle\MainBundle\Command\OrderToExtendBookingNotificationCommand
  2461.      */
  2462.     protected function getOrderToExtendBookingNotificationCommandService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2466.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderToExtendBookingNotificationCommand.php';
  2467.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2468.         $this->services['App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand'] = $instance = new \App\AppBundle\MainBundle\Command\OrderToExtendBookingNotificationCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2469.         $instance->setName('order:extend_booking');
  2470.         return $instance;
  2471.     }
  2472.     /**
  2473.      * Gets the public 'App\AppBundle\MainBundle\Command\RenewMonthlyBookingCommand' shared autowired service.
  2474.      *
  2475.      * @return \App\AppBundle\MainBundle\Command\RenewMonthlyBookingCommand
  2476.      */
  2477.     protected function getRenewMonthlyBookingCommandService()
  2478.     {
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2481.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/RenewMonthlyBookingCommand.php';
  2482.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2483.         $this->services['App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand'] = $instance = new \App\AppBundle\MainBundle\Command\RenewMonthlyBookingCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\ParkingUserService'] ?? $this->getParkingUserServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2484.         $instance->setName('order:monthly_booking:renewal');
  2485.         return $instance;
  2486.     }
  2487.     /**
  2488.      * Gets the public 'App\AppBundle\MainBundle\Command\StripeBalanceTransactionUpdateCommand' shared autowired service.
  2489.      *
  2490.      * @return \App\AppBundle\MainBundle\Command\StripeBalanceTransactionUpdateCommand
  2491.      */
  2492.     protected function getStripeBalanceTransactionUpdateCommandService()
  2493.     {
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2496.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/StripeBalanceTransactionUpdateCommand.php';
  2497.         $this->services['App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand'] = $instance = new \App\AppBundle\MainBundle\Command\StripeBalanceTransactionUpdateCommand($this, ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\ParkingUserService'] ?? $this->getParkingUserServiceService()));
  2498.         $instance->setName('stripe:balance_transaction');
  2499.         return $instance;
  2500.     }
  2501.     /**
  2502.      * Gets the public 'App\AppBundle\MainBundle\Command\SupplierTransferStatusUpdateCommand' shared autowired service.
  2503.      *
  2504.      * @return \App\AppBundle\MainBundle\Command\SupplierTransferStatusUpdateCommand
  2505.      */
  2506.     protected function getSupplierTransferStatusUpdateCommandService()
  2507.     {
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2510.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/SupplierTransferStatusUpdateCommand.php';
  2511.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2512.         $this->services['App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand'] = $instance = new \App\AppBundle\MainBundle\Command\SupplierTransferStatusUpdateCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\AppBundle\\MainBundle\\Repository\\OrdersRepository'] ?? $this->getOrdersRepositoryService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\PayoutService'] ?? $this->getPayoutServiceService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()));
  2513.         $instance->setName('supplier:transfer_status_update');
  2514.         return $instance;
  2515.     }
  2516.     /**
  2517.      * Gets the public 'App\AppBundle\MainBundle\Command\TestCommand' shared autowired service.
  2518.      *
  2519.      * @return \App\AppBundle\MainBundle\Command\TestCommand
  2520.      */
  2521.     protected function getTestCommandService()
  2522.     {
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2525.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/TestCommand.php';
  2526.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2527.         $this->services['App\\AppBundle\\MainBundle\\Command\\TestCommand'] = $instance = new \App\AppBundle\MainBundle\Command\TestCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()));
  2528.         $instance->setName('order:test_stripe');
  2529.         return $instance;
  2530.     }
  2531.     /**
  2532.      * Gets the public 'App\AppBundle\MainBundle\Command\TestNewCommand' shared autowired service.
  2533.      *
  2534.      * @return \App\AppBundle\MainBundle\Command\TestNewCommand
  2535.      */
  2536.     protected function getTestNewCommandService()
  2537.     {
  2538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2540.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/TestNewCommand.php';
  2541.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2542.         $this->services['App\\AppBundle\\MainBundle\\Command\\TestNewCommand'] = $instance = new \App\AppBundle\MainBundle\Command\TestNewCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] ?? $this->getStripeClientService()));
  2543.         $instance->setName('order:test_new');
  2544.         return $instance;
  2545.     }
  2546.     /**
  2547.      * Gets the public 'App\AppBundle\MainBundle\Command\TranslationAdminCommand' shared autowired service.
  2548.      *
  2549.      * @return \App\AppBundle\MainBundle\Command\TranslationAdminCommand
  2550.      */
  2551.     protected function getTranslationAdminCommandService()
  2552.     {
  2553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2555.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/TranslationAdminCommand.php';
  2556.         $this->services['App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand'] = $instance = new \App\AppBundle\MainBundle\Command\TranslationAdminCommand($this);
  2557.         $instance->setName('csv:wp_admin_translations');
  2558.         return $instance;
  2559.     }
  2560.     /**
  2561.      * Gets the public 'App\AppBundle\MainBundle\Command\TranslationCommand' shared autowired service.
  2562.      *
  2563.      * @return \App\AppBundle\MainBundle\Command\TranslationCommand
  2564.      */
  2565.     protected function getTranslationCommandService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2569.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/TranslationCommand.php';
  2570.         $this->services['App\\AppBundle\\MainBundle\\Command\\TranslationCommand'] = $instance = new \App\AppBundle\MainBundle\Command\TranslationCommand($this);
  2571.         $instance->setName('csv:wp_translations');
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the public 'App\AppBundle\MainBundle\Command\UserDataDeletionCommand' shared autowired service.
  2576.      *
  2577.      * @return \App\AppBundle\MainBundle\Command\UserDataDeletionCommand
  2578.      */
  2579.     protected function getUserDataDeletionCommandService()
  2580.     {
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2583.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/UserDataDeletionCommand.php';
  2584.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2585.         $this->services['App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand'] = $instance = new \App\AppBundle\MainBundle\Command\UserDataDeletionCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] ?? $this->getPushNotificationService()), ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository'] ?? $this->getUserDataDeletionRequestsRepositoryService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()));
  2586.         $instance->setName('user:data-deletion');
  2587.         return $instance;
  2588.     }
  2589.     /**
  2590.      * Gets the public 'App\AppBundle\MainBundle\Command\WPAddSpotsCommand' shared autowired service.
  2591.      *
  2592.      * @return \App\AppBundle\MainBundle\Command\WPAddSpotsCommand
  2593.      */
  2594.     protected function getWPAddSpotsCommandService()
  2595.     {
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2598.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/WPAddSpotsCommand.php';
  2599.         $this->services['App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand'] = $instance = new \App\AppBundle\MainBundle\Command\WPAddSpotsCommand($this);
  2600.         $instance->setName('csv:wp_add_spots');
  2601.         return $instance;
  2602.     }
  2603.     /**
  2604.      * Gets the public 'App\AppBundle\MainBundle\Command\WPGeneralCommand' shared autowired service.
  2605.      *
  2606.      * @return \App\AppBundle\MainBundle\Command\WPGeneralCommand
  2607.      */
  2608.     protected function getWPGeneralCommandService()
  2609.     {
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2612.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/WPGeneralCommand.php';
  2613.         $this->services['App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand'] = $instance = new \App\AppBundle\MainBundle\Command\WPGeneralCommand($this);
  2614.         $instance->setName('csv:wp_general_import');
  2615.         return $instance;
  2616.     }
  2617.     /**
  2618.      * Gets the public 'App\AppBundle\MainBundle\Command\WelcomeUserCommand' shared autowired service.
  2619.      *
  2620.      * @return \App\AppBundle\MainBundle\Command\WelcomeUserCommand
  2621.      */
  2622.     protected function getWelcomeUserCommandService()
  2623.     {
  2624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  2626.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/WelcomeUserCommand.php';
  2627.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  2628.         $this->services['App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand'] = $instance = new \App\AppBundle\MainBundle\Command\WelcomeUserCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this, ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] ?? ($this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption())), ($this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] ?? $this->getSendMailService()), ($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] ?? $this->getUserNotificationsServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2629.         $instance->setName('user:welcome');
  2630.         return $instance;
  2631.     }
  2632.     /**
  2633.      * Gets the public 'App\AppBundle\MainBundle\Constants\AdminRoleConstant' shared autowired service.
  2634.      *
  2635.      * @return \App\AppBundle\MainBundle\Constants\AdminRoleConstant
  2636.      */
  2637.     protected function getAdminRoleConstantService()
  2638.     {
  2639.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Constants/AdminRoleConstant.php';
  2640.         return $this->services['App\\AppBundle\\MainBundle\\Constants\\AdminRoleConstant'] = new \App\AppBundle\MainBundle\Constants\AdminRoleConstant();
  2641.     }
  2642.     /**
  2643.      * Gets the public 'App\AppBundle\MainBundle\Constants\GeneralConstant' shared autowired service.
  2644.      *
  2645.      * @return \App\AppBundle\MainBundle\Constants\GeneralConstant
  2646.      */
  2647.     protected function getGeneralConstantService()
  2648.     {
  2649.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Constants/GeneralConstant.php';
  2650.         return $this->services['App\\AppBundle\\MainBundle\\Constants\\GeneralConstant'] = new \App\AppBundle\MainBundle\Constants\GeneralConstant();
  2651.     }
  2652.     /**
  2653.      * Gets the public 'App\AppBundle\MainBundle\Constants\TokenConstant' shared autowired service.
  2654.      *
  2655.      * @return \App\AppBundle\MainBundle\Constants\TokenConstant
  2656.      */
  2657.     protected function getTokenConstantService()
  2658.     {
  2659.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Constants/TokenConstant.php';
  2660.         return $this->services['App\\AppBundle\\MainBundle\\Constants\\TokenConstant'] = new \App\AppBundle\MainBundle\Constants\TokenConstant();
  2661.     }
  2662.     /**
  2663.      * Gets the public 'App\AppBundle\MainBundle\Constants\UserConstant' shared autowired service.
  2664.      *
  2665.      * @return \App\AppBundle\MainBundle\Constants\UserConstant
  2666.      */
  2667.     protected function getUserConstantService()
  2668.     {
  2669.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Constants/UserConstant.php';
  2670.         return $this->services['App\\AppBundle\\MainBundle\\Constants\\UserConstant'] = new \App\AppBundle\MainBundle\Constants\UserConstant();
  2671.     }
  2672.     /**
  2673.      * Gets the public 'App\AppBundle\MainBundle\Controller\LiveChatController' shared autowired service.
  2674.      *
  2675.      * @return \App\AppBundle\MainBundle\Controller\LiveChatController
  2676.      */
  2677.     protected function getLiveChatControllerService()
  2678.     {
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2680.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Controller/LiveChatController.php';
  2681.         $this->services['App\\AppBundle\\MainBundle\\Controller\\LiveChatController'] = $instance = new \App\AppBundle\MainBundle\Controller\LiveChatController();
  2682.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\MainBundle\\Controller\\LiveChatController'$this));
  2683.         return $instance;
  2684.     }
  2685.     /**
  2686.      * Gets the public 'App\AppBundle\MainBundle\Controller\MainController' shared autowired service.
  2687.      *
  2688.      * @return \App\AppBundle\MainBundle\Controller\MainController
  2689.      */
  2690.     protected function getMainControllerService()
  2691.     {
  2692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2693.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  2694.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
  2695.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Controller/MainController.php';
  2696.         $this->services['App\\AppBundle\\MainBundle\\Controller\\MainController'] = $instance = new \App\AppBundle\MainBundle\Controller\MainController();
  2697.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\MainBundle\\Controller\\MainController'$this));
  2698.         return $instance;
  2699.     }
  2700.     /**
  2701.      * Gets the public 'App\AppBundle\MainBundle\Controller\MakePaymentController' shared autowired service.
  2702.      *
  2703.      * @return \App\AppBundle\MainBundle\Controller\MakePaymentController
  2704.      */
  2705.     protected function getMakePaymentControllerService()
  2706.     {
  2707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2708.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  2709.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Controller/MakePaymentController.php';
  2710.         $this->services['App\\AppBundle\\MainBundle\\Controller\\MakePaymentController'] = $instance = new \App\AppBundle\MainBundle\Controller\MakePaymentController();
  2711.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\MainBundle\\Controller\\MakePaymentController'$this));
  2712.         return $instance;
  2713.     }
  2714.     /**
  2715.      * Gets the public 'App\AppBundle\MainBundle\Entity\Order_Flexible_Detail' shared autowired service.
  2716.      *
  2717.      * @return \App\AppBundle\MainBundle\Entity\Order_Flexible_Detail
  2718.      */
  2719.     protected function getOrderFlexibleDetailService()
  2720.     {
  2721.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Order_Flexible_Detail.php';
  2722.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Order_Flexible_Detail'] = new \App\AppBundle\MainBundle\Entity\Order_Flexible_Detail();
  2723.     }
  2724.     /**
  2725.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders' shared autowired service.
  2726.      *
  2727.      * @return \App\AppBundle\MainBundle\Entity\Orders
  2728.      */
  2729.     protected function getOrdersService()
  2730.     {
  2731.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders.php';
  2732.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders'] = new \App\AppBundle\MainBundle\Entity\Orders();
  2733.     }
  2734.     /**
  2735.      * Gets the public 'App\AppBundle\MainBundle\Entity\OrdersStripePaymentIntent' shared autowired service.
  2736.      *
  2737.      * @return \App\AppBundle\MainBundle\Entity\OrdersStripePaymentIntent
  2738.      */
  2739.     protected function getOrdersStripePaymentIntentService()
  2740.     {
  2741.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/OrdersStripePaymentIntent.php';
  2742.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\OrdersStripePaymentIntent'] = new \App\AppBundle\MainBundle\Entity\OrdersStripePaymentIntent();
  2743.     }
  2744.     /**
  2745.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Custom_Pricing' shared autowired service.
  2746.      *
  2747.      * @return \App\AppBundle\MainBundle\Entity\Orders_Custom_Pricing
  2748.      */
  2749.     protected function getOrdersCustomPricingService()
  2750.     {
  2751.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Custom_Pricing.php';
  2752.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Custom_Pricing'] = new \App\AppBundle\MainBundle\Entity\Orders_Custom_Pricing();
  2753.     }
  2754.     /**
  2755.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Extended' shared autowired service.
  2756.      *
  2757.      * @return \App\AppBundle\MainBundle\Entity\Orders_Extended
  2758.      */
  2759.     protected function getOrdersExtendedService()
  2760.     {
  2761.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Extended.php';
  2762.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Extended'] = new \App\AppBundle\MainBundle\Entity\Orders_Extended();
  2763.     }
  2764.     /**
  2765.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Flexible' shared autowired service.
  2766.      *
  2767.      * @return \App\AppBundle\MainBundle\Entity\Orders_Flexible
  2768.      */
  2769.     protected function getOrdersFlexibleService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Flexible.php';
  2772.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Flexible'] = new \App\AppBundle\MainBundle\Entity\Orders_Flexible();
  2773.     }
  2774.     /**
  2775.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Monthly' shared autowired service.
  2776.      *
  2777.      * @return \App\AppBundle\MainBundle\Entity\Orders_Monthly
  2778.      */
  2779.     protected function getOrdersMonthlyService()
  2780.     {
  2781.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Monthly.php';
  2782.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Monthly'] = new \App\AppBundle\MainBundle\Entity\Orders_Monthly();
  2783.     }
  2784.     /**
  2785.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Pricing' shared autowired service.
  2786.      *
  2787.      * @return \App\AppBundle\MainBundle\Entity\Orders_Pricing
  2788.      */
  2789.     protected function getOrdersPricingService()
  2790.     {
  2791.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Pricing.php';
  2792.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Pricing'] = new \App\AppBundle\MainBundle\Entity\Orders_Pricing();
  2793.     }
  2794.     /**
  2795.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Refund' shared autowired service.
  2796.      *
  2797.      * @return \App\AppBundle\MainBundle\Entity\Orders_Refund
  2798.      */
  2799.     protected function getOrdersRefundService()
  2800.     {
  2801.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Refund.php';
  2802.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Refund'] = new \App\AppBundle\MainBundle\Entity\Orders_Refund();
  2803.     }
  2804.     /**
  2805.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Special_Pricing' shared autowired service.
  2806.      *
  2807.      * @return \App\AppBundle\MainBundle\Entity\Orders_Special_Pricing
  2808.      */
  2809.     protected function getOrdersSpecialPricingService()
  2810.     {
  2811.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Special_Pricing.php';
  2812.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Special_Pricing'] = new \App\AppBundle\MainBundle\Entity\Orders_Special_Pricing();
  2813.     }
  2814.     /**
  2815.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer' shared autowired service.
  2816.      *
  2817.      * @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer
  2818.      */
  2819.     protected function getOrdersSuppliersTransferService()
  2820.     {
  2821.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfer.php';
  2822.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfer'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer();
  2823.     }
  2824.     /**
  2825.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer_Charge' shared autowired service.
  2826.      *
  2827.      * @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer_Charge
  2828.      */
  2829.     protected function getOrdersSuppliersTransferChargeService()
  2830.     {
  2831.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfer_Charge.php';
  2832.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfer_Charge'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer_Charge();
  2833.     }
  2834.     /**
  2835.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout' shared autowired service.
  2836.      *
  2837.      * @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout
  2838.      */
  2839.     protected function getOrdersSuppliersTransfersPayoutService()
  2840.     {
  2841.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfers_Payout.php';
  2842.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout();
  2843.     }
  2844.     /**
  2845.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout_Status' shared autowired service.
  2846.      *
  2847.      * @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout_Status
  2848.      */
  2849.     protected function getOrdersSuppliersTransfersPayoutStatusService()
  2850.     {
  2851.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfers_Payout_Status.php';
  2852.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout_Status'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout_Status();
  2853.     }
  2854.     /**
  2855.      * Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Status' shared autowired service.
  2856.      *
  2857.      * @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Status
  2858.      */
  2859.     protected function getOrdersSuppliersTransfersStatusService()
  2860.     {
  2861.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfers_Status.php';
  2862.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Status'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Status();
  2863.     }
  2864.     /**
  2865.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot' shared autowired service.
  2866.      *
  2867.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot
  2868.      */
  2869.     protected function getPSAddSpotService()
  2870.     {
  2871.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot.php';
  2872.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot();
  2873.     }
  2874.     /**
  2875.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability' shared autowired service.
  2876.      *
  2877.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability
  2878.      */
  2879.     protected function getPSAddSpotAvailabilityService()
  2880.     {
  2881.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Availability.php';
  2882.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Availability'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability();
  2883.     }
  2884.     /**
  2885.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability_Custom' shared autowired service.
  2886.      *
  2887.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability_Custom
  2888.      */
  2889.     protected function getPSAddSpotAvailabilityCustomService()
  2890.     {
  2891.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Availability_Custom.php';
  2892.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Availability_Custom'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability_Custom();
  2893.     }
  2894.     /**
  2895.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail' shared autowired service.
  2896.      *
  2897.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail
  2898.      */
  2899.     protected function getPSAddSpotLocDetailService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Loc_Detail.php';
  2902.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail();
  2903.     }
  2904.     /**
  2905.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Amenities' shared autowired service.
  2906.      *
  2907.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Amenities
  2908.      */
  2909.     protected function getPSAddSpotLocDetailAmenitiesService()
  2910.     {
  2911.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Loc_Detail_Amenities.php';
  2912.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail_Amenities'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Amenities();
  2913.     }
  2914.     /**
  2915.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Near_By' shared autowired service.
  2916.      *
  2917.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Near_By
  2918.      */
  2919.     protected function getPSAddSpotLocDetailNearByService()
  2920.     {
  2921.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Loc_Detail_Near_By.php';
  2922.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail_Near_By'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Near_By();
  2923.     }
  2924.     /**
  2925.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Photos' shared autowired service.
  2926.      *
  2927.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Photos
  2928.      */
  2929.     protected function getPSAddSpotPhotosService()
  2930.     {
  2931.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Photos.php';
  2932.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Photos'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Photos();
  2933.     }
  2934.     /**
  2935.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing' shared autowired service.
  2936.      *
  2937.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing
  2938.      */
  2939.     protected function getPSAddSpotPricingService()
  2940.     {
  2941.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Pricing.php';
  2942.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing();
  2943.     }
  2944.     /**
  2945.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom' shared autowired service.
  2946.      *
  2947.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom
  2948.      */
  2949.     protected function getPSAddSpotPricingCustomService()
  2950.     {
  2951.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Pricing_Custom.php';
  2952.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Custom'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom();
  2953.     }
  2954.     /**
  2955.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom_Price' shared autowired service.
  2956.      *
  2957.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom_Price
  2958.      */
  2959.     protected function getPSAddSpotPricingCustomPriceService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Pricing_Custom_Price.php';
  2962.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Custom_Price'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom_Price();
  2963.     }
  2964.     /**
  2965.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Monthly_Booking' shared autowired service.
  2966.      *
  2967.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Monthly_Booking
  2968.      */
  2969.     protected function getPSAddSpotPricingMonthlyBookingService()
  2970.     {
  2971.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Pricing_Monthly_Booking.php';
  2972.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Monthly_Booking'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Monthly_Booking();
  2973.     }
  2974.     /**
  2975.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Special_Days' shared autowired service.
  2976.      *
  2977.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Special_Days
  2978.      */
  2979.     protected function getPSAddSpotSpecialDaysService()
  2980.     {
  2981.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Special_Days.php';
  2982.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Special_Days'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Special_Days();
  2983.     }
  2984.     /**
  2985.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Street_View' shared autowired service.
  2986.      *
  2987.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Street_View
  2988.      */
  2989.     protected function getPSAddSpotStreetViewService()
  2990.     {
  2991.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Street_View.php';
  2992.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Street_View'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Street_View();
  2993.     }
  2994.     /**
  2995.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_UnAvailability' shared autowired service.
  2996.      *
  2997.      * @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_UnAvailability
  2998.      */
  2999.     protected function getPSAddSpotUnAvailabilityService()
  3000.     {
  3001.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_UnAvailability.php';
  3002.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_UnAvailability'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_UnAvailability();
  3003.     }
  3004.     /**
  3005.      * Gets the public 'App\AppBundle\MainBundle\Entity\PS_My_Spots' shared autowired service.
  3006.      *
  3007.      * @return \App\AppBundle\MainBundle\Entity\PS_My_Spots
  3008.      */
  3009.     protected function getPSMySpotsService()
  3010.     {
  3011.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PS_My_Spots.php';
  3012.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_My_Spots'] = new \App\AppBundle\MainBundle\Entity\PS_My_Spots();
  3013.     }
  3014.     /**
  3015.      * Gets the public 'App\AppBundle\MainBundle\Entity\PU_Fav_Spots' shared autowired service.
  3016.      *
  3017.      * @return \App\AppBundle\MainBundle\Entity\PU_Fav_Spots
  3018.      */
  3019.     protected function getPUFavSpotsService()
  3020.     {
  3021.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PU_Fav_Spots.php';
  3022.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_Fav_Spots'] = new \App\AppBundle\MainBundle\Entity\PU_Fav_Spots();
  3023.     }
  3024.     /**
  3025.      * Gets the public 'App\AppBundle\MainBundle\Entity\PU_ManageNotifications' shared autowired service.
  3026.      *
  3027.      * @return \App\AppBundle\MainBundle\Entity\PU_ManageNotifications
  3028.      */
  3029.     protected function getPUManageNotificationsService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PU_ManageNotifications.php';
  3032.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotifications'] = new \App\AppBundle\MainBundle\Entity\PU_ManageNotifications();
  3033.     }
  3034.     /**
  3035.      * Gets the public 'App\AppBundle\MainBundle\Entity\PU_ManageNotificationsMaster' shared autowired service.
  3036.      *
  3037.      * @return \App\AppBundle\MainBundle\Entity\PU_ManageNotificationsMaster
  3038.      */
  3039.     protected function getPUManageNotificationsMasterService()
  3040.     {
  3041.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PU_ManageNotificationsMaster.php';
  3042.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotificationsMaster'] = new \App\AppBundle\MainBundle\Entity\PU_ManageNotificationsMaster();
  3043.     }
  3044.     /**
  3045.      * Gets the public 'App\AppBundle\MainBundle\Entity\PU_ManageNotificationsSub' shared autowired service.
  3046.      *
  3047.      * @return \App\AppBundle\MainBundle\Entity\PU_ManageNotificationsSub
  3048.      */
  3049.     protected function getPUManageNotificationsSubService()
  3050.     {
  3051.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PU_ManageNotificationsSub.php';
  3052.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotificationsSub'] = new \App\AppBundle\MainBundle\Entity\PU_ManageNotificationsSub();
  3053.     }
  3054.     /**
  3055.      * Gets the public 'App\AppBundle\MainBundle\Entity\PU_Vehicles' shared autowired service.
  3056.      *
  3057.      * @return \App\AppBundle\MainBundle\Entity\PU_Vehicles
  3058.      */
  3059.     protected function getPUVehiclesService()
  3060.     {
  3061.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PU_Vehicles.php';
  3062.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_Vehicles'] = new \App\AppBundle\MainBundle\Entity\PU_Vehicles();
  3063.     }
  3064.     /**
  3065.      * Gets the public 'App\AppBundle\MainBundle\Entity\PromoCodes' shared autowired service.
  3066.      *
  3067.      * @return \App\AppBundle\MainBundle\Entity\PromoCodes
  3068.      */
  3069.     protected function getPromoCodesService()
  3070.     {
  3071.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/PromoCodes.php';
  3072.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\PromoCodes'] = new \App\AppBundle\MainBundle\Entity\PromoCodes();
  3073.     }
  3074.     /**
  3075.      * Gets the public 'App\AppBundle\MainBundle\Entity\Supplier_To_User_Ratings' shared autowired service.
  3076.      *
  3077.      * @return \App\AppBundle\MainBundle\Entity\Supplier_To_User_Ratings
  3078.      */
  3079.     protected function getSupplierToUserRatingsService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Supplier_To_User_Ratings.php';
  3082.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Supplier_To_User_Ratings'] = new \App\AppBundle\MainBundle\Entity\Supplier_To_User_Ratings();
  3083.     }
  3084.     /**
  3085.      * Gets the public 'App\AppBundle\MainBundle\Entity\Support_Attachments' shared autowired service.
  3086.      *
  3087.      * @return \App\AppBundle\MainBundle\Entity\Support_Attachments
  3088.      */
  3089.     protected function getSupportAttachmentsService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Support_Attachments.php';
  3092.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_Attachments'] = new \App\AppBundle\MainBundle\Entity\Support_Attachments();
  3093.     }
  3094.     /**
  3095.      * Gets the public 'App\AppBundle\MainBundle\Entity\Support_Bug_Reporting' shared autowired service.
  3096.      *
  3097.      * @return \App\AppBundle\MainBundle\Entity\Support_Bug_Reporting
  3098.      */
  3099.     protected function getSupportBugReportingService()
  3100.     {
  3101.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Support_Bug_Reporting.php';
  3102.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_Bug_Reporting'] = new \App\AppBundle\MainBundle\Entity\Support_Bug_Reporting();
  3103.     }
  3104.     /**
  3105.      * Gets the public 'App\AppBundle\MainBundle\Entity\Support_Email' shared autowired service.
  3106.      *
  3107.      * @return \App\AppBundle\MainBundle\Entity\Support_Email
  3108.      */
  3109.     protected function getSupportEmailService()
  3110.     {
  3111.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Support_Email.php';
  3112.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_Email'] = new \App\AppBundle\MainBundle\Entity\Support_Email();
  3113.     }
  3114.     /**
  3115.      * Gets the public 'App\AppBundle\MainBundle\Entity\Support_New_Idea' shared autowired service.
  3116.      *
  3117.      * @return \App\AppBundle\MainBundle\Entity\Support_New_Idea
  3118.      */
  3119.     protected function getSupportNewIdeaService()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Support_New_Idea.php';
  3122.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_New_Idea'] = new \App\AppBundle\MainBundle\Entity\Support_New_Idea();
  3123.     }
  3124.     /**
  3125.      * Gets the public 'App\AppBundle\MainBundle\Entity\Support_Request_Call_Back' shared autowired service.
  3126.      *
  3127.      * @return \App\AppBundle\MainBundle\Entity\Support_Request_Call_Back
  3128.      */
  3129.     protected function getSupportRequestCallBackService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Support_Request_Call_Back.php';
  3132.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_Request_Call_Back'] = new \App\AppBundle\MainBundle\Entity\Support_Request_Call_Back();
  3133.     }
  3134.     /**
  3135.      * Gets the public 'App\AppBundle\MainBundle\Entity\Token' shared autowired service.
  3136.      *
  3137.      * @return \App\AppBundle\MainBundle\Entity\Token
  3138.      */
  3139.     protected function getTokenService()
  3140.     {
  3141.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Token.php';
  3142.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Token'] = new \App\AppBundle\MainBundle\Entity\Token();
  3143.     }
  3144.     /**
  3145.      * Gets the public 'App\AppBundle\MainBundle\Entity\User' shared autowired service.
  3146.      *
  3147.      * @return \App\AppBundle\MainBundle\Entity\User
  3148.      */
  3149.     protected function getUserService()
  3150.     {
  3151.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/User.php';
  3152.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\User'] = new \App\AppBundle\MainBundle\Entity\User();
  3153.     }
  3154.     /**
  3155.      * Gets the public 'App\AppBundle\MainBundle\Entity\UserNotifications' shared autowired service.
  3156.      *
  3157.      * @return \App\AppBundle\MainBundle\Entity\UserNotifications
  3158.      */
  3159.     protected function getUserNotificationsService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/UserNotifications.php';
  3162.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\UserNotifications'] = new \App\AppBundle\MainBundle\Entity\UserNotifications();
  3163.     }
  3164.     /**
  3165.      * Gets the public 'App\AppBundle\MainBundle\Entity\User_Data_Deletion_Requests' shared autowired service.
  3166.      *
  3167.      * @return \App\AppBundle\MainBundle\Entity\User_Data_Deletion_Requests
  3168.      */
  3169.     protected function getUserDataDeletionRequestsService()
  3170.     {
  3171.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/User_Data_Deletion_Requests.php';
  3172.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Data_Deletion_Requests'] = new \App\AppBundle\MainBundle\Entity\User_Data_Deletion_Requests();
  3173.     }
  3174.     /**
  3175.      * Gets the public 'App\AppBundle\MainBundle\Entity\User_Not_Registered' shared autowired service.
  3176.      *
  3177.      * @return \App\AppBundle\MainBundle\Entity\User_Not_Registered
  3178.      */
  3179.     protected function getUserNotRegisteredService()
  3180.     {
  3181.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/User_Not_Registered.php';
  3182.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Not_Registered'] = new \App\AppBundle\MainBundle\Entity\User_Not_Registered();
  3183.     }
  3184.     /**
  3185.      * Gets the public 'App\AppBundle\MainBundle\Entity\User_Records' shared autowired service.
  3186.      *
  3187.      * @return \App\AppBundle\MainBundle\Entity\User_Records
  3188.      */
  3189.     protected function getUserRecordsService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/User_Records.php';
  3192.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Records'] = new \App\AppBundle\MainBundle\Entity\User_Records();
  3193.     }
  3194.     /**
  3195.      * Gets the public 'App\AppBundle\MainBundle\Entity\User_Spot_Reviews' shared autowired service.
  3196.      *
  3197.      * @return \App\AppBundle\MainBundle\Entity\User_Spot_Reviews
  3198.      */
  3199.     protected function getUserSpotReviewsService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/User_Spot_Reviews.php';
  3202.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Spot_Reviews'] = new \App\AppBundle\MainBundle\Entity\User_Spot_Reviews();
  3203.     }
  3204.     /**
  3205.      * Gets the public 'App\AppBundle\MainBundle\Entity\User_Stripe_Details' shared autowired service.
  3206.      *
  3207.      * @return \App\AppBundle\MainBundle\Entity\User_Stripe_Details
  3208.      */
  3209.     protected function getUserStripeDetailsService()
  3210.     {
  3211.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/User_Stripe_Details.php';
  3212.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Stripe_Details'] = new \App\AppBundle\MainBundle\Entity\User_Stripe_Details();
  3213.     }
  3214.     /**
  3215.      * Gets the public 'App\AppBundle\MainBundle\Entity\Users_Referrals' shared autowired service.
  3216.      *
  3217.      * @return \App\AppBundle\MainBundle\Entity\Users_Referrals
  3218.      */
  3219.     protected function getUsersReferralsService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/Users_Referrals.php';
  3222.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\Users_Referrals'] = new \App\AppBundle\MainBundle\Entity\Users_Referrals();
  3223.     }
  3224.     /**
  3225.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Access_Type' shared autowired service.
  3226.      *
  3227.      * @return \App\AppBundle\MainBundle\Entity\WP_Access_Type
  3228.      */
  3229.     protected function getWPAccessTypeService()
  3230.     {
  3231.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Access_Type.php';
  3232.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Access_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Access_Type();
  3233.     }
  3234.     /**
  3235.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Accessibility_Cities' shared autowired service.
  3236.      *
  3237.      * @return \App\AppBundle\MainBundle\Entity\WP_Accessibility_Cities
  3238.      */
  3239.     protected function getWPAccessibilityCitiesService()
  3240.     {
  3241.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Accessibility_Cities.php';
  3242.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_Cities'] = new \App\AppBundle\MainBundle\Entity\WP_Accessibility_Cities();
  3243.     }
  3244.     /**
  3245.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Accessibility_Country' shared autowired service.
  3246.      *
  3247.      * @return \App\AppBundle\MainBundle\Entity\WP_Accessibility_Country
  3248.      */
  3249.     protected function getWPAccessibilityCountryService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Accessibility_Country.php';
  3252.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_Country'] = new \App\AppBundle\MainBundle\Entity\WP_Accessibility_Country();
  3253.     }
  3254.     /**
  3255.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Accessibility_States' shared autowired service.
  3256.      *
  3257.      * @return \App\AppBundle\MainBundle\Entity\WP_Accessibility_States
  3258.      */
  3259.     protected function getWPAccessibilityStatesService()
  3260.     {
  3261.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Accessibility_States.php';
  3262.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_States'] = new \App\AppBundle\MainBundle\Entity\WP_Accessibility_States();
  3263.     }
  3264.     /**
  3265.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Amenities' shared autowired service.
  3266.      *
  3267.      * @return \App\AppBundle\MainBundle\Entity\WP_Amenities
  3268.      */
  3269.     protected function getWPAmenitiesService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Amenities.php';
  3272.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Amenities'] = new \App\AppBundle\MainBundle\Entity\WP_Amenities();
  3273.     }
  3274.     /**
  3275.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_App_Version' shared autowired service.
  3276.      *
  3277.      * @return \App\AppBundle\MainBundle\Entity\WP_App_Version
  3278.      */
  3279.     protected function getWPAppVersionService()
  3280.     {
  3281.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_App_Version.php';
  3282.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_App_Version'] = new \App\AppBundle\MainBundle\Entity\WP_App_Version();
  3283.     }
  3284.     /**
  3285.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Availability_Days' shared autowired service.
  3286.      *
  3287.      * @return \App\AppBundle\MainBundle\Entity\WP_Availability_Days
  3288.      */
  3289.     protected function getWPAvailabilityDaysService()
  3290.     {
  3291.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Availability_Days.php';
  3292.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Availability_Days'] = new \App\AppBundle\MainBundle\Entity\WP_Availability_Days();
  3293.     }
  3294.     /**
  3295.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Currency' shared autowired service.
  3296.      *
  3297.      * @return \App\AppBundle\MainBundle\Entity\WP_Currency
  3298.      */
  3299.     protected function getWPCurrencyService()
  3300.     {
  3301.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Currency.php';
  3302.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Currency'] = new \App\AppBundle\MainBundle\Entity\WP_Currency();
  3303.     }
  3304.     /**
  3305.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Date_Format' shared autowired service.
  3306.      *
  3307.      * @return \App\AppBundle\MainBundle\Entity\WP_Date_Format
  3308.      */
  3309.     protected function getWPDateFormatService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Date_Format.php';
  3312.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Date_Format'] = new \App\AppBundle\MainBundle\Entity\WP_Date_Format();
  3313.     }
  3314.     /**
  3315.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Distance' shared autowired service.
  3316.      *
  3317.      * @return \App\AppBundle\MainBundle\Entity\WP_Distance
  3318.      */
  3319.     protected function getWPDistanceService()
  3320.     {
  3321.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Distance.php';
  3322.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Distance'] = new \App\AppBundle\MainBundle\Entity\WP_Distance();
  3323.     }
  3324.     /**
  3325.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Electric_Charger_Type' shared autowired service.
  3326.      *
  3327.      * @return \App\AppBundle\MainBundle\Entity\WP_Electric_Charger_Type
  3328.      */
  3329.     protected function getWPElectricChargerTypeService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Electric_Charger_Type.php';
  3332.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Electric_Charger_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Electric_Charger_Type();
  3333.     }
  3334.     /**
  3335.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Language' shared autowired service.
  3336.      *
  3337.      * @return \App\AppBundle\MainBundle\Entity\WP_Language
  3338.      */
  3339.     protected function getWPLanguageService()
  3340.     {
  3341.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Language.php';
  3342.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Language'] = new \App\AppBundle\MainBundle\Entity\WP_Language();
  3343.     }
  3344.     /**
  3345.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_ManageNotificationsMaster' shared autowired service.
  3346.      *
  3347.      * @return \App\AppBundle\MainBundle\Entity\WP_ManageNotificationsMaster
  3348.      */
  3349.     protected function getWPManageNotificationsMasterService()
  3350.     {
  3351.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_ManageNotificationsMaster.php';
  3352.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_ManageNotificationsMaster'] = new \App\AppBundle\MainBundle\Entity\WP_ManageNotificationsMaster();
  3353.     }
  3354.     /**
  3355.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_ManageNotificationsSub' shared autowired service.
  3356.      *
  3357.      * @return \App\AppBundle\MainBundle\Entity\WP_ManageNotificationsSub
  3358.      */
  3359.     protected function getWPManageNotificationsSubService()
  3360.     {
  3361.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_ManageNotificationsSub.php';
  3362.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_ManageNotificationsSub'] = new \App\AppBundle\MainBundle\Entity\WP_ManageNotificationsSub();
  3363.     }
  3364.     /**
  3365.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size' shared autowired service.
  3366.      *
  3367.      * @return \App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size
  3368.      */
  3369.     protected function getWPMaxVehicleSizeService()
  3370.     {
  3371.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Max_Vehicle_Size.php';
  3372.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Max_Vehicle_Size'] = new \App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size();
  3373.     }
  3374.     /**
  3375.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size_Type' shared autowired service.
  3376.      *
  3377.      * @return \App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size_Type
  3378.      */
  3379.     protected function getWPMaxVehicleSizeTypeService()
  3380.     {
  3381.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Max_Vehicle_Size_Type.php';
  3382.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Max_Vehicle_Size_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size_Type();
  3383.     }
  3384.     /**
  3385.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Parking_Max_Height' shared autowired service.
  3386.      *
  3387.      * @return \App\AppBundle\MainBundle\Entity\WP_Parking_Max_Height
  3388.      */
  3389.     protected function getWPParkingMaxHeightService()
  3390.     {
  3391.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Parking_Max_Height.php';
  3392.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Parking_Max_Height'] = new \App\AppBundle\MainBundle\Entity\WP_Parking_Max_Height();
  3393.     }
  3394.     /**
  3395.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Parking_Type' shared autowired service.
  3396.      *
  3397.      * @return \App\AppBundle\MainBundle\Entity\WP_Parking_Type
  3398.      */
  3399.     protected function getWPParkingTypeService()
  3400.     {
  3401.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Parking_Type.php';
  3402.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Parking_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Parking_Type();
  3403.     }
  3404.     /**
  3405.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Payment' shared autowired service.
  3406.      *
  3407.      * @return \App\AppBundle\MainBundle\Entity\WP_Payment
  3408.      */
  3409.     protected function getWPPaymentService()
  3410.     {
  3411.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Payment.php';
  3412.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Payment'] = new \App\AppBundle\MainBundle\Entity\WP_Payment();
  3413.     }
  3414.     /**
  3415.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Pricing_Data' shared autowired service.
  3416.      *
  3417.      * @return \App\AppBundle\MainBundle\Entity\WP_Pricing_Data
  3418.      */
  3419.     protected function getWPPricingDataService()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Pricing_Data.php';
  3422.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Pricing_Data'] = new \App\AppBundle\MainBundle\Entity\WP_Pricing_Data();
  3423.     }
  3424.     /**
  3425.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Property_Type' shared autowired service.
  3426.      *
  3427.      * @return \App\AppBundle\MainBundle\Entity\WP_Property_Type
  3428.      */
  3429.     protected function getWPPropertyTypeService()
  3430.     {
  3431.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Property_Type.php';
  3432.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Property_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Property_Type();
  3433.     }
  3434.     /**
  3435.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_TimeZone' shared autowired service.
  3436.      *
  3437.      * @return \App\AppBundle\MainBundle\Entity\WP_TimeZone
  3438.      */
  3439.     protected function getWPTimeZoneService()
  3440.     {
  3441.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_TimeZone.php';
  3442.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_TimeZone'] = new \App\AppBundle\MainBundle\Entity\WP_TimeZone();
  3443.     }
  3444.     /**
  3445.      * Gets the public 'App\AppBundle\MainBundle\Entity\WP_Time_Format' shared autowired service.
  3446.      *
  3447.      * @return \App\AppBundle\MainBundle\Entity\WP_Time_Format
  3448.      */
  3449.     protected function getWPTimeFormatService()
  3450.     {
  3451.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity/WP_Time_Format.php';
  3452.         return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Time_Format'] = new \App\AppBundle\MainBundle\Entity\WP_Time_Format();
  3453.     }
  3454.     /**
  3455.      * Gets the public 'App\AppBundle\MainBundle\MainBundle' shared autowired service.
  3456.      *
  3457.      * @return \App\AppBundle\MainBundle\MainBundle
  3458.      */
  3459.     protected function getMainBundleService()
  3460.     {
  3461.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  3465.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/MainBundle.php';
  3466.         return $this->services['App\\AppBundle\\MainBundle\\MainBundle'] = new \App\AppBundle\MainBundle\MainBundle();
  3467.     }
  3468.     /**
  3469.      * Gets the public 'App\AppBundle\MainBundle\Repository\OrdersRepository' shared autowired service.
  3470.      *
  3471.      * @return \App\AppBundle\MainBundle\Repository\OrdersRepository
  3472.      */
  3473.     protected function getOrdersRepositoryService()
  3474.     {
  3475.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3476.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3480.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/OrdersRepository.php';
  3481.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\OrdersRepository'] = new \App\AppBundle\MainBundle\Repository\OrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3482.     }
  3483.     /**
  3484.      * Gets the public 'App\AppBundle\MainBundle\Repository\OrdersStripePaymentIntentRepository' shared autowired service.
  3485.      *
  3486.      * @return \App\AppBundle\MainBundle\Repository\OrdersStripePaymentIntentRepository
  3487.      */
  3488.     protected function getOrdersStripePaymentIntentRepositoryService()
  3489.     {
  3490.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3495.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/OrdersStripePaymentIntentRepository.php';
  3496.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository'] = new \App\AppBundle\MainBundle\Repository\OrdersStripePaymentIntentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3497.     }
  3498.     /**
  3499.      * Gets the public 'App\AppBundle\MainBundle\Repository\Orders_MonthlyRepository' shared autowired service.
  3500.      *
  3501.      * @return \App\AppBundle\MainBundle\Repository\Orders_MonthlyRepository
  3502.      */
  3503.     protected function getOrdersMonthlyRepositoryService()
  3504.     {
  3505.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3506.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3510.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/Orders_MonthlyRepository.php';
  3511.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository'] = new \App\AppBundle\MainBundle\Repository\Orders_MonthlyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3512.     }
  3513.     /**
  3514.      * Gets the public 'App\AppBundle\MainBundle\Repository\Orders_PricingRepository' shared autowired service.
  3515.      *
  3516.      * @return \App\AppBundle\MainBundle\Repository\Orders_PricingRepository
  3517.      */
  3518.     protected function getOrdersPricingRepositoryService()
  3519.     {
  3520.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3525.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/Orders_PricingRepository.php';
  3526.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository'] = new \App\AppBundle\MainBundle\Repository\Orders_PricingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3527.     }
  3528.     /**
  3529.      * Gets the public 'App\AppBundle\MainBundle\Repository\Orders_Suppliers_TransferRepository' shared autowired service.
  3530.      *
  3531.      * @return \App\AppBundle\MainBundle\Repository\Orders_Suppliers_TransferRepository
  3532.      */
  3533.     protected function getOrdersSuppliersTransferRepositoryService()
  3534.     {
  3535.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3540.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/Orders_Suppliers_TransferRepository.php';
  3541.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository'] = new \App\AppBundle\MainBundle\Repository\Orders_Suppliers_TransferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3542.     }
  3543.     /**
  3544.      * Gets the public 'App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfer_ChargeRepository' shared autowired service.
  3545.      *
  3546.      * @return \App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfer_ChargeRepository
  3547.      */
  3548.     protected function getOrdersSuppliersTransferChargeRepositoryService()
  3549.     {
  3550.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3555.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/Orders_Suppliers_Transfer_ChargeRepository.php';
  3556.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfer_ChargeRepository'] = new \App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfer_ChargeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3557.     }
  3558.     /**
  3559.      * Gets the public 'App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfers_PayoutRepository' shared autowired service.
  3560.      *
  3561.      * @return \App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfers_PayoutRepository
  3562.      */
  3563.     protected function getOrdersSuppliersTransfersPayoutRepositoryService()
  3564.     {
  3565.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3566.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3568.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3570.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/Orders_Suppliers_Transfers_PayoutRepository.php';
  3571.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfers_PayoutRepository'] = new \App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfers_PayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3572.     }
  3573.     /**
  3574.      * Gets the public 'App\AppBundle\MainBundle\Repository\PS_Add_SpotRepository' shared autowired service.
  3575.      *
  3576.      * @return \App\AppBundle\MainBundle\Repository\PS_Add_SpotRepository
  3577.      */
  3578.     protected function getPSAddSpotRepositoryService()
  3579.     {
  3580.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3581.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3582.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3585.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/PS_Add_SpotRepository.php';
  3586.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository'] = new \App\AppBundle\MainBundle\Repository\PS_Add_SpotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3587.     }
  3588.     /**
  3589.      * Gets the public 'App\AppBundle\MainBundle\Repository\PS_Add_Spot_PricingRepository' shared autowired service.
  3590.      *
  3591.      * @return \App\AppBundle\MainBundle\Repository\PS_Add_Spot_PricingRepository
  3592.      */
  3593.     protected function getPSAddSpotPricingRepositoryService()
  3594.     {
  3595.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3600.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/PS_Add_Spot_PricingRepository.php';
  3601.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_PricingRepository'] = new \App\AppBundle\MainBundle\Repository\PS_Add_Spot_PricingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3602.     }
  3603.     /**
  3604.      * Gets the public 'App\AppBundle\MainBundle\Repository\PS_Add_Spot_Pricing_CustomRepository' shared autowired service.
  3605.      *
  3606.      * @return \App\AppBundle\MainBundle\Repository\PS_Add_Spot_Pricing_CustomRepository
  3607.      */
  3608.     protected function getPSAddSpotPricingCustomRepositoryService()
  3609.     {
  3610.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3611.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3615.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/PS_Add_Spot_Pricing_CustomRepository.php';
  3616.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_Pricing_CustomRepository'] = new \App\AppBundle\MainBundle\Repository\PS_Add_Spot_Pricing_CustomRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3617.     }
  3618.     /**
  3619.      * Gets the public 'App\AppBundle\MainBundle\Repository\PromoCodesRepository' shared autowired service.
  3620.      *
  3621.      * @return \App\AppBundle\MainBundle\Repository\PromoCodesRepository
  3622.      */
  3623.     protected function getPromoCodesRepositoryService()
  3624.     {
  3625.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3630.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/PromoCodesRepository.php';
  3631.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository'] = new \App\AppBundle\MainBundle\Repository\PromoCodesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3632.     }
  3633.     /**
  3634.      * Gets the public 'App\AppBundle\MainBundle\Repository\UserNotificationsRepository' shared autowired service.
  3635.      *
  3636.      * @return \App\AppBundle\MainBundle\Repository\UserNotificationsRepository
  3637.      */
  3638.     protected function getUserNotificationsRepositoryService()
  3639.     {
  3640.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3645.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/UserNotificationsRepository.php';
  3646.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository'] = new \App\AppBundle\MainBundle\Repository\UserNotificationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3647.     }
  3648.     /**
  3649.      * Gets the public 'App\AppBundle\MainBundle\Repository\UserRepository' shared autowired service.
  3650.      *
  3651.      * @return \App\AppBundle\MainBundle\Repository\UserRepository
  3652.      */
  3653.     protected function getUserRepositoryService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3658.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3659.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3660.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/UserRepository.php';
  3661.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\UserRepository'] = new \App\AppBundle\MainBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3662.     }
  3663.     /**
  3664.      * Gets the public 'App\AppBundle\MainBundle\Repository\User_Data_Deletion_RequestsRepository' shared autowired service.
  3665.      *
  3666.      * @return \App\AppBundle\MainBundle\Repository\User_Data_Deletion_RequestsRepository
  3667.      */
  3668.     protected function getUserDataDeletionRequestsRepositoryService()
  3669.     {
  3670.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3671.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3672.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3675.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/User_Data_Deletion_RequestsRepository.php';
  3676.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository'] = new \App\AppBundle\MainBundle\Repository\User_Data_Deletion_RequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3677.     }
  3678.     /**
  3679.      * Gets the public 'App\AppBundle\MainBundle\Repository\Users_ReferralsRepository' shared autowired service.
  3680.      *
  3681.      * @return \App\AppBundle\MainBundle\Repository\Users_ReferralsRepository
  3682.      */
  3683.     protected function getUsersReferralsRepositoryService()
  3684.     {
  3685.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3690.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Repository/Users_ReferralsRepository.php';
  3691.         return $this->services['App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository'] = new \App\AppBundle\MainBundle\Repository\Users_ReferralsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3692.     }
  3693.     /**
  3694.      * Gets the public 'App\AppBundle\MainBundle\Services\SendMail' shared autowired service.
  3695.      *
  3696.      * @return \App\AppBundle\MainBundle\Services\SendMail
  3697.      */
  3698.     protected function getSendMailService()
  3699.     {
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3701.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Services/SendMail.php';
  3702.         $this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] = $instance = new \App\AppBundle\MainBundle\Services\SendMail();
  3703.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\MainBundle\\Services\\SendMail'$this));
  3704.         return $instance;
  3705.     }
  3706.     /**
  3707.      * Gets the public 'App\AppBundle\MainBundle\Services\UserNotificationsService' shared autowired service.
  3708.      *
  3709.      * @return \App\AppBundle\MainBundle\Services\UserNotificationsService
  3710.      */
  3711.     protected function getUserNotificationsServiceService()
  3712.     {
  3713.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Services/UserNotificationsService.php';
  3714.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3715.         if (isset($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'])) {
  3716.             return $this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'];
  3717.         }
  3718.         return $this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] = new \App\AppBundle\MainBundle\Services\UserNotificationsService($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a);
  3719.     }
  3720.     /**
  3721.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  3722.      *
  3723.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  3724.      */
  3725.     protected function getProfilerControllerService()
  3726.     {
  3727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  3728.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  3729.     }
  3730.     /**
  3731.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
  3732.      *
  3733.      * @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
  3734.      */
  3735.     protected function getBlameableEventSubscriberService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
  3740.         $a = ($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService());
  3741.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  3742.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  3743.         }
  3744.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3745.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
  3746.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
  3747.         }
  3748.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber($a$bNULL);
  3749.     }
  3750.     /**
  3751.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
  3752.      *
  3753.      * @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
  3754.      */
  3755.     protected function getLoggableEventSubscriberService()
  3756.     {
  3757.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
  3760.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3761.     }
  3762.     /**
  3763.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
  3764.      *
  3765.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
  3766.      */
  3767.     protected function getSluggableEventSubscriberService()
  3768.     {
  3769.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
  3772.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3773.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  3774.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  3775.         }
  3776.         $b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
  3777.         if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
  3778.             return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
  3779.         }
  3780.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a$b);
  3781.     }
  3782.     /**
  3783.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
  3784.      *
  3785.      * @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
  3786.      */
  3787.     protected function getSoftDeletableEventSubscriberService()
  3788.     {
  3789.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
  3792.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
  3793.     }
  3794.     /**
  3795.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
  3796.      *
  3797.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
  3798.      */
  3799.     protected function getTimestampableEventSubscriberService()
  3800.     {
  3801.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  3802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3803.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
  3804.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
  3805.     }
  3806.     /**
  3807.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
  3808.      *
  3809.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
  3810.      */
  3811.     protected function getTranslatableEventSubscriberService()
  3812.     {
  3813.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  3814.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3815.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
  3816.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY''LAZY');
  3817.     }
  3818.     /**
  3819.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
  3820.      *
  3821.      * @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
  3822.      */
  3823.     protected function getTreeEventSubscriberService()
  3824.     {
  3825.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
  3828.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
  3829.     }
  3830.     /**
  3831.      * Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
  3832.      *
  3833.      * @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
  3834.      */
  3835.     protected function getUuidableEventSubscriberService()
  3836.     {
  3837.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
  3840.         return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
  3841.     }
  3842.     /**
  3843.      * Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
  3844.      *
  3845.      * @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
  3846.      */
  3847.     protected function getLocaleProviderService()
  3848.     {
  3849.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
  3851.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] = new \Knp\DoctrineBehaviors\Provider\LocaleProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  3852.     }
  3853.     /**
  3854.      * Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
  3855.      *
  3856.      * @return \Knp\DoctrineBehaviors\Provider\UserProvider
  3857.      */
  3858.     protected function getUserProviderService()
  3859.     {
  3860.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
  3862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  3863.         return $this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] = new \Knp\DoctrineBehaviors\Provider\UserProvider(new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3864.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3865.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3866.         ], [
  3867.             'security.authorization_checker' => '?',
  3868.             'security.token_storage' => '?',
  3869.         ])), NULL);
  3870.     }
  3871.     /**
  3872.      * Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
  3873.      *
  3874.      * @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
  3875.      */
  3876.     protected function getDefaultSluggableRepositoryService()
  3877.     {
  3878.         include_once \dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
  3879.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3880.         if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
  3881.             return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
  3882.         }
  3883.         return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
  3884.     }
  3885.     /**
  3886.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3887.      *
  3888.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3889.      */
  3890.     protected function getRedirectControllerService()
  3891.     {
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3893.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3894.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  3895.     }
  3896.     /**
  3897.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3898.      *
  3899.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3900.      */
  3901.     protected function getTemplateControllerService()
  3902.     {
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  3904.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3905.     }
  3906.     /**
  3907.      * Gets the public 'admin.authentication' shared service.
  3908.      *
  3909.      * @return \App\AppBundle\AdminBundle\Services\Admin_Authentication
  3910.      */
  3911.     protected function getAdmin_AuthenticationService()
  3912.     {
  3913.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Authentication.php';
  3914.         return $this->services['admin.authentication'] = new \App\AppBundle\AdminBundle\Services\Admin_Authentication();
  3915.     }
  3916.     /**
  3917.      * Gets the public 'admin.authorization' shared service.
  3918.      *
  3919.      * @return \App\AppBundle\AdminBundle\Services\Admin_Authorization
  3920.      */
  3921.     protected function getAdmin_AuthorizationService()
  3922.     {
  3923.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Authorization.php';
  3924.         return $this->services['admin.authorization'] = new \App\AppBundle\AdminBundle\Services\Admin_Authorization($this);
  3925.     }
  3926.     /**
  3927.      * Gets the public 'admin.encryption' shared service.
  3928.      *
  3929.      * @return \App\AppBundle\AdminBundle\Services\Admin_Encryption
  3930.      */
  3931.     protected function getAdmin_EncryptionService()
  3932.     {
  3933.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Encryption.php';
  3934.         return $this->services['admin.encryption'] = new \App\AppBundle\AdminBundle\Services\Admin_Encryption();
  3935.     }
  3936.     /**
  3937.      * Gets the public 'admin.errorcodes' shared service.
  3938.      *
  3939.      * @return \App\AppBundle\AdminBundle\Services\Admin_ErrorCodes
  3940.      */
  3941.     protected function getAdmin_ErrorcodesService()
  3942.     {
  3943.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_ErrorCodes.php';
  3944.         return $this->services['admin.errorcodes'] = new \App\AppBundle\AdminBundle\Services\Admin_ErrorCodes();
  3945.     }
  3946.     /**
  3947.      * Gets the public 'admin.login' shared service.
  3948.      *
  3949.      * @return \App\AppBundle\AdminBundle\Services\Admin_LoginService
  3950.      */
  3951.     protected function getAdmin_LoginService()
  3952.     {
  3953.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_LoginService.php';
  3954.         return $this->services['admin.login'] = new \App\AppBundle\AdminBundle\Services\Admin_LoginService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3955.     }
  3956.     /**
  3957.      * Gets the public 'admin.parking.spot' shared service.
  3958.      *
  3959.      * @return \App\AppBundle\AdminBundle\Services\Admin_Parking_Spot_Services
  3960.      */
  3961.     protected function getAdmin_Parking_SpotService()
  3962.     {
  3963.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Parking_Spot_Services.php';
  3964.         return $this->services['admin.parking.spot'] = new \App\AppBundle\AdminBundle\Services\Admin_Parking_Spot_Services(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3965.     }
  3966.     /**
  3967.      * Gets the public 'admin.service.admin.notifications' shared service.
  3968.      *
  3969.      * @return \App\AppBundle\AdminBundle\Services\AdminNotificationsService
  3970.      */
  3971.     protected function getAdmin_Service_Admin_NotificationsService()
  3972.     {
  3973.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/AdminNotificationsService.php';
  3974.         return $this->services['admin.service.admin.notifications'] = new \App\AppBundle\AdminBundle\Services\AdminNotificationsService($this, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3975.     }
  3976.     /**
  3977.      * Gets the public 'admin.settings' shared service.
  3978.      *
  3979.      * @return \App\AppBundle\AdminBundle\Services\Admin_Settings
  3980.      */
  3981.     protected function getAdmin_SettingsService()
  3982.     {
  3983.         include_once \dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/Admin_Settings.php';
  3984.         return $this->services['admin.settings'] = new \App\AppBundle\AdminBundle\Services\Admin_Settings(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3985.     }
  3986.     /**
  3987.      * Gets the public 'app.client.stripe' shared service.
  3988.      *
  3989.      * @return \App\AppBundle\MainBundle\Client\StripeClient
  3990.      */
  3991.     protected function getApp_Client_StripeService()
  3992.     {
  3993.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Client/StripeClient.php';
  3994.         return $this->services['app.client.stripe'] = new \App\AppBundle\MainBundle\Client\StripeClient(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this);
  3995.     }
  3996.     /**
  3997.      * Gets the public 'cache.app' shared service.
  3998.      *
  3999.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4000.      */
  4001.     protected function getCache_AppService()
  4002.     {
  4003.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('uJUuWthAfR'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  4004.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4005.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4006.     }
  4007.     /**
  4008.      * Gets the public 'cache.app_clearer' shared service.
  4009.      *
  4010.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4011.      */
  4012.     protected function getCache_AppClearerService()
  4013.     {
  4014.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4015.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4016.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  4017.     }
  4018.     /**
  4019.      * Gets the public 'cache.global_clearer' shared service.
  4020.      *
  4021.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4022.      */
  4023.     protected function getCache_GlobalClearerService()
  4024.     {
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4027.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  4028.     }
  4029.     /**
  4030.      * Gets the public 'cache.system' shared service.
  4031.      *
  4032.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4033.      */
  4034.     protected function getCache_SystemService()
  4035.     {
  4036.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VH2C+RYW6m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4037.     }
  4038.     /**
  4039.      * Gets the public 'cache.system_clearer' shared service.
  4040.      *
  4041.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4042.      */
  4043.     protected function getCache_SystemClearerService()
  4044.     {
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4047.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  4048.     }
  4049.     /**
  4050.      * Gets the public 'cache.validator_expression_language' shared service.
  4051.      *
  4052.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4053.      */
  4054.     protected function getCache_ValidatorExpressionLanguageService()
  4055.     {
  4056.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bXCzB2yP5X'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4057.     }
  4058.     /**
  4059.      * Gets the public 'cache_warmer' shared service.
  4060.      *
  4061.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  4062.      */
  4063.     protected function getCacheWarmerService()
  4064.     {
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  4067.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  4068.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  4069.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  4070.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  4071.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  4072.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  4073.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  4074.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  4075.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  4076.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  4077.         }, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  4078.     }
  4079.     /**
  4080.      * Gets the public 'console.command_loader' shared service.
  4081.      *
  4082.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  4083.      */
  4084.     protected function getConsole_CommandLoaderService()
  4085.     {
  4086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  4088.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4089.             'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand''getCronJobStatusCommandService'false],
  4090.             'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand''getGoogleAnalyticsCommandService'false],
  4091.             'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand''getOrderCompletionNotificationCommandService'false],
  4092.             'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand''getOrderEmailNotificationCommandService'false],
  4093.             'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand''getOrderExtendBookingSuccessCommandService'false],
  4094.             'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand''getOrderPreStartCommandService'false],
  4095.             'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand''getOrderPushNotificationCommandService'false],
  4096.             'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand''getOrderSmsNotificationCommandService'false],
  4097.             'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\OrderStartCommand''getOrderStartCommandService'false],
  4098.             'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand''getOrderToExtendBookingNotificationCommandService'false],
  4099.             'App\\AppBundle\\MainBundle\\Command\\TranslationCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\TranslationCommand''getTranslationCommandService'false],
  4100.             'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand''getWelcomeUserCommandService'false],
  4101.             'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand''getWPAddSpotsCommandService'false],
  4102.             'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand''getWPGeneralCommandService'false],
  4103.             'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand''getRenewMonthlyBookingCommandService'false],
  4104.             'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand''getAutoPayoutCommandService'false],
  4105.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand''getMonthlyBookingCompletionCommandService'false],
  4106.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand''getMonthlyBookingCycleCompletionCommandService'false],
  4107.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand''getMonthlyBookingFailedPaymentReminderCommandService'false],
  4108.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand''getMonthlyBookingTerminateFailedPaymentCommandService'false],
  4109.             'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand''getNotificationsEmailToUserCommandService'false],
  4110.             'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand''getNotificationsPushToUserCommandService'false],
  4111.             'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand''getStripeBalanceTransactionUpdateCommandService'false],
  4112.             'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand''getSupplierTransferStatusUpdateCommandService'false],
  4113.             'App\\AppBundle\\MainBundle\\Command\\TestCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\TestCommand''getTestCommandService'false],
  4114.             'App\\AppBundle\\MainBundle\\Command\\TestNewCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\TestNewCommand''getTestNewCommandService'false],
  4115.             'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand''getTranslationAdminCommandService'false],
  4116.             'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand' => ['services''App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand''getUserDataDeletionCommandService'false],
  4117.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  4118.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  4119.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  4120.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  4121.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  4122.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  4123.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  4124.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  4125.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  4126.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  4127.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  4128.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  4129.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  4130.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  4131.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  4132.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  4133.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  4134.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  4135.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  4136.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  4137.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  4138.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  4139.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  4140.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  4141.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  4142.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  4143.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  4144.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  4145.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  4146.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  4147.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  4148.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  4149.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  4150.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  4151.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  4152.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  4153.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  4154.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  4155.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  4156.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  4157.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  4158.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  4159.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  4160.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  4161.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  4162.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  4163.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  4164.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  4165.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  4166.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  4167.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  4168.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  4169.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  4170.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  4171.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  4172.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  4173.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  4174.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  4175.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  4176.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  4177.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  4178.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  4179.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  4180.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  4181.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  4182.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  4183.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  4184.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  4185.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  4186.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  4187.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  4188.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  4189.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  4190.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  4191.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  4192.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  4193.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  4194.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  4195.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  4196.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  4197.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  4198.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  4199.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  4200.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  4201.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  4202.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  4203.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  4204.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  4205.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  4206.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  4207.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  4208.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  4209.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  4210.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  4211.         ], [
  4212.             'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand' => 'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand',
  4213.             'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand' => 'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand',
  4214.             'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand',
  4215.             'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand',
  4216.             'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand',
  4217.             'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand',
  4218.             'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand',
  4219.             'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand',
  4220.             'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand',
  4221.             'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand',
  4222.             'App\\AppBundle\\MainBundle\\Command\\TranslationCommand' => 'App\\AppBundle\\MainBundle\\Command\\TranslationCommand',
  4223.             'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand' => 'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand',
  4224.             'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand' => 'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand',
  4225.             'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand' => 'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand',
  4226.             'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand' => 'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand',
  4227.             'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand' => 'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand',
  4228.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand',
  4229.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand',
  4230.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand',
  4231.             'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand',
  4232.             'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand' => 'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand',
  4233.             'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand' => 'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand',
  4234.             'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand' => 'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand',
  4235.             'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand' => 'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand',
  4236.             'App\\AppBundle\\MainBundle\\Command\\TestCommand' => 'App\\AppBundle\\MainBundle\\Command\\TestCommand',
  4237.             'App\\AppBundle\\MainBundle\\Command\\TestNewCommand' => 'App\\AppBundle\\MainBundle\\Command\\TestNewCommand',
  4238.             'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand' => 'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand',
  4239.             'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand' => 'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand',
  4240.             'console.command.about' => '?',
  4241.             'console.command.assets_install' => '?',
  4242.             'console.command.cache_clear' => '?',
  4243.             'console.command.cache_pool_clear' => '?',
  4244.             'console.command.cache_pool_prune' => '?',
  4245.             'console.command.cache_pool_delete' => '?',
  4246.             'console.command.cache_pool_list' => '?',
  4247.             'console.command.cache_warmup' => '?',
  4248.             'console.command.config_debug' => '?',
  4249.             'console.command.config_dump_reference' => '?',
  4250.             'console.command.container_debug' => '?',
  4251.             'console.command.container_lint' => '?',
  4252.             'console.command.debug_autowiring' => '?',
  4253.             'console.command.dotenv_debug' => '?',
  4254.             'console.command.event_dispatcher_debug' => '?',
  4255.             'console.command.router_debug' => '?',
  4256.             'console.command.router_match' => '?',
  4257.             'console.command.translation_debug' => '?',
  4258.             'console.command.translation_extract' => '?',
  4259.             'console.command.validator_debug' => '?',
  4260.             'console.command.translation_pull' => '?',
  4261.             'console.command.translation_push' => '?',
  4262.             'console.command.xliff_lint' => '?',
  4263.             'console.command.yaml_lint' => '?',
  4264.             'console.command.form_debug' => '?',
  4265.             'console.command.secrets_set' => '?',
  4266.             'console.command.secrets_remove' => '?',
  4267.             'console.command.secrets_generate_key' => '?',
  4268.             'console.command.secrets_list' => '?',
  4269.             'console.command.secrets_decrypt_to_local' => '?',
  4270.             'console.command.secrets_encrypt_from_local' => '?',
  4271.             'twig.command.debug' => '?',
  4272.             'twig.command.lint' => '?',
  4273.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  4274.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  4275.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  4276.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  4277.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  4278.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  4279.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  4280.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  4281.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  4282.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  4283.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  4284.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  4285.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  4286.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  4287.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  4288.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  4289.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  4290.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  4291.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  4292.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  4293.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  4294.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  4295.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  4296.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  4297.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  4298.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  4299.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  4300.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  4301.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  4302.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  4303.             'security.command.debug_firewall' => '?',
  4304.             'security.command.user_password_encoder' => '?',
  4305.             'security.command.user_password_hash' => '?',
  4306.             'var_dumper.command.server_dump' => '?',
  4307.             'monolog.command.server_log' => '?',
  4308.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  4309.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  4310.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  4311.             'maker.auto_command.make_auth' => '?',
  4312.             'maker.auto_command.make_command' => '?',
  4313.             'maker.auto_command.make_twig_component' => '?',
  4314.             'maker.auto_command.make_controller' => '?',
  4315.             'maker.auto_command.make_crud' => '?',
  4316.             'maker.auto_command.make_docker_database' => '?',
  4317.             'maker.auto_command.make_entity' => '?',
  4318.             'maker.auto_command.make_fixtures' => '?',
  4319.             'maker.auto_command.make_form' => '?',
  4320.             'maker.auto_command.make_message' => '?',
  4321.             'maker.auto_command.make_messenger_middleware' => '?',
  4322.             'maker.auto_command.make_registration_form' => '?',
  4323.             'maker.auto_command.make_reset_password' => '?',
  4324.             'maker.auto_command.make_serializer_encoder' => '?',
  4325.             'maker.auto_command.make_serializer_normalizer' => '?',
  4326.             'maker.auto_command.make_subscriber' => '?',
  4327.             'maker.auto_command.make_twig_extension' => '?',
  4328.             'maker.auto_command.make_test' => '?',
  4329.             'maker.auto_command.make_validator' => '?',
  4330.             'maker.auto_command.make_voter' => '?',
  4331.             'maker.auto_command.make_user' => '?',
  4332.             'maker.auto_command.make_migration' => '?',
  4333.             'maker.auto_command.make_stimulus_controller' => '?',
  4334.         ]), ['cron:status_check' => 'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand''ga:search_spot_hourly' => 'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand''order:complete' => 'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand''order:email_notification' => 'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand''order:extend_booking_success' => 'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand''order:pre_start' => 'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand''order:push_notification' => 'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand''order:sms_notification' => 'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand''order:start' => 'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand''order:extend_booking' => 'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand''csv:wp_translations' => 'App\\AppBundle\\MainBundle\\Command\\TranslationCommand''user:welcome' => 'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand''csv:wp_add_spots' => 'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand''csv:wp_general_import' => 'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand''order:monthly_booking:renewal' => 'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand''payout:auto' => 'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand''order:monthly_booking:completion' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand''order:monthly_booking:cycle_completion' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand''order:monthly_booking:failed_payment_reminder' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand''order:monthly_booking:terminate_failed_payment' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand''notification:email' => 'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand''notification:push' => 'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand''stripe:balance_transaction' => 'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand''supplier:transfer_status_update' => 'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand''order:test_stripe' => 'App\\AppBundle\\MainBundle\\Command\\TestCommand''order:test_new' => 'App\\AppBundle\\MainBundle\\Command\\TestNewCommand''csv:wp_admin_translations' => 'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand''user:data-deletion' => 'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  4335.     }
  4336.     /**
  4337.      * Gets the public 'container.env_var_processors_locator' shared service.
  4338.      *
  4339.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4340.      */
  4341.     protected function getContainer_EnvVarProcessorsLocatorService()
  4342.     {
  4343.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4344.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4345.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4346.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4347.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4348.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4349.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4350.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4351.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4352.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4353.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4354.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4355.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4356.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4357.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4358.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4359.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4360.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4361.         ], [
  4362.             'base64' => '?',
  4363.             'bool' => '?',
  4364.             'const' => '?',
  4365.             'csv' => '?',
  4366.             'default' => '?',
  4367.             'file' => '?',
  4368.             'float' => '?',
  4369.             'int' => '?',
  4370.             'json' => '?',
  4371.             'key' => '?',
  4372.             'not' => '?',
  4373.             'query_string' => '?',
  4374.             'require' => '?',
  4375.             'resolve' => '?',
  4376.             'string' => '?',
  4377.             'trim' => '?',
  4378.             'url' => '?',
  4379.         ]);
  4380.     }
  4381.     /**
  4382.      * Gets the public 'data_collector.dump' shared service.
  4383.      *
  4384.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  4385.      */
  4386.     protected function getDataCollector_DumpService()
  4387.     {
  4388.         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()));
  4389.     }
  4390.     /**
  4391.      * Gets the public 'doctrine' shared service.
  4392.      *
  4393.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  4394.      */
  4395.     protected function getDoctrineService()
  4396.     {
  4397.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  4398.     }
  4399.     /**
  4400.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  4401.      *
  4402.      * @return \Doctrine\DBAL\Connection
  4403.      */
  4404.     protected function getDoctrine_Dbal_DefaultConnectionService()
  4405.     {
  4406.         $a = new \Doctrine\DBAL\Configuration();
  4407.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4408.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4409.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4410.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4411.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  4412.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''host' => '127.0.0.1''port' => 3306'dbname' => 'dev_parkings''user' => 'root''password' => 'wpsystem@1122334455''charset' => 'UTF8''driverOptions' => [], 'serverVersion' => '5.7.25''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4413.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'false],
  4414.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'false],
  4415.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'false],
  4416.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'false],
  4417.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'false],
  4418.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'false],
  4419.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'false],
  4420.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'false],
  4421.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  4422.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  4423.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  4424.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  4425.         ], [
  4426.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  4427.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  4428.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  4429.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  4430.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  4431.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  4432.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  4433.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  4434.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4435.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4436.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4437.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4438.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'10 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'11 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  4439.     }
  4440.     /**
  4441.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  4442.      *
  4443.      * @return \Doctrine\ORM\EntityManager
  4444.      */
  4445.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  4446.     {
  4447.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4448.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4449.             return $this->services['doctrine.orm.default_entity_manager'];
  4450.         }
  4451.         $b = new \Doctrine\ORM\Configuration();
  4452.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  4453.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  4454.         $c->addDriver($d'App\\AppBundle\\MainBundle\\Entity');
  4455.         $c->addDriver($d'App\\AppBundle\\AdminBundle\\Entity');
  4456.         $b->setEntityNamespaces(['MainBundle' => 'App\\AppBundle\\MainBundle\\Entity''AdminBundle' => 'App\\AppBundle\\AdminBundle\\Entity']);
  4457.         $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4458.         $b->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  4459.         $b->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  4460.         $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4461.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  4462.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  4463.         ], [
  4464.             'doctrine.ulid_generator' => '?',
  4465.             'doctrine.uuid_generator' => '?',
  4466.         ])));
  4467.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  4468.         $b->setProxyNamespace('Proxies');
  4469.         $b->setAutoGenerateProxyClasses(true);
  4470.         $b->setSchemaIgnoreClasses([]);
  4471.         $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  4472.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  4473.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  4474.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  4475.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  4476.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4477.             'App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository' => ['services''App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository''getNotificationsEmailToUsersRepositoryService'false],
  4478.             'App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository' => ['services''App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository''getNotificationsPushToUsersRepositoryService'false],
  4479.             'App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository' => ['services''App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository''getNotificationsSMSToUsersRepositoryService'false],
  4480.             'App\\AppBundle\\MainBundle\\Repository\\OrdersRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\OrdersRepository''getOrdersRepositoryService'false],
  4481.             'App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository''getOrdersStripePaymentIntentRepositoryService'false],
  4482.             'App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository''getOrdersMonthlyRepositoryService'false],
  4483.             'App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository''getOrdersPricingRepositoryService'false],
  4484.             'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository''getOrdersSuppliersTransferRepositoryService'false],
  4485.             'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfer_ChargeRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfer_ChargeRepository''getOrdersSuppliersTransferChargeRepositoryService'false],
  4486.             'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfers_PayoutRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfers_PayoutRepository''getOrdersSuppliersTransfersPayoutRepositoryService'false],
  4487.             'App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository''getPSAddSpotRepositoryService'false],
  4488.             'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_PricingRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_PricingRepository''getPSAddSpotPricingRepositoryService'false],
  4489.             'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_Pricing_CustomRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_Pricing_CustomRepository''getPSAddSpotPricingCustomRepositoryService'false],
  4490.             'App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository''getPromoCodesRepositoryService'false],
  4491.             'App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository''getUserNotificationsRepositoryService'false],
  4492.             'App\\AppBundle\\MainBundle\\Repository\\UserRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  4493.             'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository''getUserDataDeletionRequestsRepositoryService'false],
  4494.             'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository''getUsersReferralsRepositoryService'false],
  4495.         ], [
  4496.             'App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository' => '?',
  4497.             'App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository' => '?',
  4498.             'App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository' => '?',
  4499.             'App\\AppBundle\\MainBundle\\Repository\\OrdersRepository' => '?',
  4500.             'App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository' => '?',
  4501.             'App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository' => '?',
  4502.             'App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository' => '?',
  4503.             'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository' => '?',
  4504.             'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfer_ChargeRepository' => '?',
  4505.             'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfers_PayoutRepository' => '?',
  4506.             'App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository' => '?',
  4507.             'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_PricingRepository' => '?',
  4508.             'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_Pricing_CustomRepository' => '?',
  4509.             'App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository' => '?',
  4510.             'App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository' => '?',
  4511.             'App\\AppBundle\\MainBundle\\Repository\\UserRepository' => '?',
  4512.             'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository' => '?',
  4513.             'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository' => '?',
  4514.         ])));
  4515.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b);
  4516.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  4517.         return $instance;
  4518.     }
  4519.     /**
  4520.      * Gets the public 'error_controller' shared service.
  4521.      *
  4522.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  4523.      */
  4524.     protected function getErrorControllerService()
  4525.     {
  4526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4531.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4532.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  4533.     }
  4534.     /**
  4535.      * Gets the public 'event_dispatcher' shared service.
  4536.      *
  4537.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  4538.      */
  4539.     protected function getEventDispatcherService()
  4540.     {
  4541.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  4542.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4543.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4544.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4545.         $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())));
  4546.         $instance->addListener('kernel.controller', [=> function () {
  4547.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  4548.         }, => 'onKernelController'], 0);
  4549.         $instance->addListener('kernel.terminate', [=> function () {
  4550.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  4551.         }, => 'onKernelTerminate'], 0);
  4552.         $instance->addListener('console.terminate', [=> function () {
  4553.             return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
  4554.         }, => 'onCliTerminate'], 0);
  4555.         $instance->addListener('kernel.request', [=> function () {
  4556.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4557.         }, => 'onKernelRequest'], 250);
  4558.         $instance->addListener('kernel.response', [=> function () {
  4559.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4560.         }, => 'onKernelResponse'], 0);
  4561.         $instance->addListener('kernel.response', [=> function () {
  4562.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  4563.         }, => 'onResponse'], 0);
  4564.         $instance->addListener('kernel.response', [=> function () {
  4565.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  4566.         }, => 'onKernelResponse'], 0);
  4567.         $instance->addListener('kernel.response', [=> function () {
  4568.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  4569.         }, => 'onKernelResponse'], -1024);
  4570.         $instance->addListener('kernel.request', [=> function () {
  4571.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4572.         }, => 'setDefaultLocale'], 100);
  4573.         $instance->addListener('kernel.request', [=> function () {
  4574.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4575.         }, => 'onKernelRequest'], 16);
  4576.         $instance->addListener('kernel.finish_request', [=> function () {
  4577.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4578.         }, => 'onKernelFinishRequest'], 0);
  4579.         $instance->addListener('kernel.request', [=> function () {
  4580.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  4581.         }, => 'onKernelRequest'], 256);
  4582.         $instance->addListener('kernel.response', [=> function () {
  4583.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  4584.         }, => 'onResponse'], -255);
  4585.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4586.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  4587.         }, => 'onControllerArguments'], 0);
  4588.         $instance->addListener('kernel.exception', [=> function () {
  4589.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  4590.         }, => 'logKernelException'], 0);
  4591.         $instance->addListener('kernel.exception', [=> function () {
  4592.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  4593.         }, => 'onKernelException'], -128);
  4594.         $instance->addListener('kernel.response', [=> function () {
  4595.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  4596.         }, => 'removeCspHeader'], -128);
  4597.         $instance->addListener('kernel.request', [=> function () {
  4598.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4599.         }, => 'onKernelRequest'], 15);
  4600.         $instance->addListener('kernel.finish_request', [=> function () {
  4601.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4602.         }, => 'onKernelFinishRequest'], -15);
  4603.         $instance->addListener('console.error', [=> function () {
  4604.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  4605.         }, => 'onConsoleError'], -128);
  4606.         $instance->addListener('console.terminate', [=> function () {
  4607.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  4608.         }, => 'onConsoleTerminate'], -128);
  4609.         $instance->addListener('console.error', [=> function () {
  4610.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  4611.         }, => 'onConsoleError'], 0);
  4612.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  4613.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  4614.         }, => 'onMessage'], -255);
  4615.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  4616.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  4617.         }, => 'onMessage'], -255);
  4618.         $instance->addListener('kernel.request', [=> function () {
  4619.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  4620.         }, => 'onKernelRequest'], 48);
  4621.         $instance->addListener('kernel.request', [=> function () {
  4622.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4623.         }, => 'configure'], 2048);
  4624.         $instance->addListener('console.command', [=> function () {
  4625.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4626.         }, => 'configure'], 2048);
  4627.         $instance->addListener('kernel.request', [=> function () {
  4628.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4629.         }, => 'onKernelRequest'], 32);
  4630.         $instance->addListener('kernel.finish_request', [=> function () {
  4631.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4632.         }, => 'onKernelFinishRequest'], 0);
  4633.         $instance->addListener('kernel.exception', [=> function () {
  4634.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4635.         }, => 'onKernelException'], -64);
  4636.         $instance->addListener('kernel.response', [=> function () {
  4637.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  4638.         }, => 'onKernelResponse'], 0);
  4639.         $instance->addListener('kernel.request', [=> function () {
  4640.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4641.         }, => 'onKernelRequest'], 128);
  4642.         $instance->addListener('kernel.response', [=> function () {
  4643.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4644.         }, => 'onKernelResponse'], -1000);
  4645.         $instance->addListener('kernel.finish_request', [=> function () {
  4646.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4647.         }, => 'onFinishRequest'], 0);
  4648.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  4649.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  4650.         }, => 'onNotification'], -255);
  4651.         $instance->addListener('kernel.response', [=> function () {
  4652.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4653.         }, => 'onKernelResponse'], -100);
  4654.         $instance->addListener('kernel.exception', [=> function () {
  4655.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4656.         }, => 'onKernelException'], 0);
  4657.         $instance->addListener('kernel.terminate', [=> function () {
  4658.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4659.         }, => 'onKernelTerminate'], -1024);
  4660.         $instance->addListener('kernel.controller', [=> function () {
  4661.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  4662.         }, => 'onKernelController'], 0);
  4663.         $instance->addListener('kernel.response', [=> function () {
  4664.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  4665.         }, => 'onKernelResponse'], 0);
  4666.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  4667.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  4668.         }, => 'onMessage'], 0);
  4669.         $instance->addListener('kernel.controller', [=> function () {
  4670.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  4671.         }, => 'onKernelController'], 0);
  4672.         $instance->addListener('kernel.controller', [=> function () {
  4673.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  4674.         }, => 'onKernelController'], 0);
  4675.         $instance->addListener('kernel.controller', [=> function () {
  4676.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4677.         }, => 'onKernelController'], -128);
  4678.         $instance->addListener('kernel.view', [=> function () {
  4679.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4680.         }, => 'onKernelView'], 0);
  4681.         $instance->addListener('kernel.controller', [=> function () {
  4682.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4683.         }, => 'onKernelController'], 0);
  4684.         $instance->addListener('kernel.response', [=> function () {
  4685.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4686.         }, => 'onKernelResponse'], 0);
  4687.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4688.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  4689.         }, => 'onKernelControllerArguments'], 0);
  4690.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4691.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  4692.         }, => 'onKernelControllerArguments'], 0);
  4693.         $instance->addListener('kernel.response', [=> function () {
  4694.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  4695.         }, => 'onKernelResponse'], 0);
  4696.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  4697.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  4698.         }, => 'onVoterVote'], 0);
  4699.         $instance->addListener('kernel.request', [=> function () {
  4700.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4701.         }, => 'configureLogoutUrlGenerator'], 8);
  4702.         $instance->addListener('kernel.request', [=> function () {
  4703.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4704.         }, => 'onKernelRequest'], 8);
  4705.         $instance->addListener('kernel.finish_request', [=> function () {
  4706.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4707.         }, => 'onKernelFinishRequest'], 0);
  4708.         $instance->addListener('kernel.response', [=> function () {
  4709.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  4710.         }, => 'onKernelResponse'], -128);
  4711.         $instance->addListener('console.command', [=> function () {
  4712.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4713.         }, => 'onCommand'], 255);
  4714.         $instance->addListener('console.terminate', [=> function () {
  4715.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4716.         }, => 'onTerminate'], -255);
  4717.         $instance->addListener('console.command', [=> function () {
  4718.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  4719.         }, => 'configure'], 1024);
  4720.         $instance->addListener('console.error', [=> function () {
  4721.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4722.         }, => 'onConsoleError'], 0);
  4723.         $instance->addListener('console.terminate', [=> function () {
  4724.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4725.         }, => 'onConsoleTerminate'], 0);
  4726.         $instance->addListener('kernel.exception', [=> function () {
  4727.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4728.         }, => 'onException'], 0);
  4729.         $instance->addListener('kernel.terminate', [=> function () {
  4730.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4731.         }, => 'onTerminate'], 0);
  4732.         $instance->addListener('console.error', [=> function () {
  4733.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4734.         }, => 'onException'], 0);
  4735.         $instance->addListener('console.terminate', [=> function () {
  4736.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4737.         }, => 'onTerminate'], 0);
  4738.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4739.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  4740.         }, => 'onLogout'], 0);
  4741.         return $instance;
  4742.     }
  4743.     /**
  4744.      * Gets the public 'http_kernel' shared service.
  4745.      *
  4746.      * @return \Symfony\Component\HttpKernel\HttpKernel
  4747.      */
  4748.     protected function getHttpKernelService()
  4749.     {
  4750.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4751.         if (isset($this->services['http_kernel'])) {
  4752.             return $this->services['http_kernel'];
  4753.         }
  4754.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4755.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  4756.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  4757.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  4758.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  4759.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  4760.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  4761.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  4762.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  4763.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  4764.         }, 8)), $b));
  4765.     }
  4766.     /**
  4767.      * Gets the public 'knp_snappy.image' shared service.
  4768.      *
  4769.      * @return \Knp\Snappy\Image
  4770.      */
  4771.     protected function getKnpSnappy_ImageService()
  4772.     {
  4773.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  4774.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  4775.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  4776.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  4777.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  4778.         return $instance;
  4779.     }
  4780.     /**
  4781.      * Gets the public 'knp_snappy.pdf' shared service.
  4782.      *
  4783.      * @return \Knp\Snappy\Pdf
  4784.      */
  4785.     protected function getKnpSnappy_PdfService()
  4786.     {
  4787.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  4790.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  4791.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  4792.         return $instance;
  4793.     }
  4794.     /**
  4795.      * Gets the public 'main.service.user.notifications' shared service.
  4796.      *
  4797.      * @return \App\AppBundle\MainBundle\Services\UserNotificationsService
  4798.      */
  4799.     protected function getMain_Service_User_NotificationsService()
  4800.     {
  4801.         include_once \dirname(__DIR__4).'/src/AppBundle/MainBundle/Services/UserNotificationsService.php';
  4802.         return $this->services['main.service.user.notifications'] = new \App\AppBundle\MainBundle\Services\UserNotificationsService($this, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4803.     }
  4804.     /**
  4805.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  4806.      *
  4807.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  4808.      */
  4809.     protected function getNelmioApiDoc_Controller_SwaggerService()
  4810.     {
  4811.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  4812.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  4813.     }
  4814.     /**
  4815.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  4816.      *
  4817.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  4818.      */
  4819.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  4820.     {
  4821.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  4822.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4823.     }
  4824.     /**
  4825.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  4826.      *
  4827.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  4828.      */
  4829.     protected function getNelmioApiDoc_Generator_DefaultService()
  4830.     {
  4831.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  4832.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  4833.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  4834.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  4835.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  4836.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  4837.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  4838.         }, 5), new RewindableGenerator(function () {
  4839.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  4840.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  4841.         }, 2));
  4842.         $instance->setAlternativeNames([]);
  4843.         return $instance;
  4844.     }
  4845.     /**
  4846.      * Gets the public 'request_stack' shared service.
  4847.      *
  4848.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4849.      */
  4850.     protected function getRequestStackService()
  4851.     {
  4852.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4853.     }
  4854.     /**
  4855.      * Gets the public 'router' shared service.
  4856.      *
  4857.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  4858.      */
  4859.     protected function getRouterService()
  4860.     {
  4861.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  4862.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4863.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4864.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4865.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4866.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4867.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  4868.         ], [
  4869.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4870.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  4871.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4872.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4873.         return $instance;
  4874.     }
  4875.     /**
  4876.      * Gets the public 'routing.loader' shared service.
  4877.      *
  4878.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4879.      */
  4880.     protected function getRouting_LoaderService()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  4890.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  4903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  4905.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  4906.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  4907.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  4908.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  4909.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  4910.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  4911.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  4912.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  4913.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  4914.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4915.             'kernel' => ['services''kernel''getKernelService'false],
  4916.         ], [
  4917.             'kernel' => 'App\\Kernel',
  4918.         ]), 'dev'));
  4919.         $a->addLoader($c);
  4920.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  4921.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  4922.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  4923.     }
  4924.     /**
  4925.      * Gets the public 'services_resetter' shared service.
  4926.      *
  4927.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4928.      */
  4929.     protected function getServicesResetterService()
  4930.     {
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4932.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4933.             if (isset($this->services['cache.app'])) {
  4934.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4935.             }
  4936.             if (isset($this->services['cache.system'])) {
  4937.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4938.             }
  4939.             if (isset($this->privates['cache.validator'])) {
  4940.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  4941.             }
  4942.             if (isset($this->privates['cache.serializer'])) {
  4943.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  4944.             }
  4945.             if (isset($this->privates['cache.annotations'])) {
  4946.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  4947.             }
  4948.             if (isset($this->privates['cache.property_info'])) {
  4949.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  4950.             }
  4951.             if (isset($this->privates['.debug.http_client'])) {
  4952.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  4953.             }
  4954.             if (isset($this->privates['mailer.message_logger_listener'])) {
  4955.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  4956.             }
  4957.             if (isset($this->privates['debug.stopwatch'])) {
  4958.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4959.             }
  4960.             if (isset($this->services['event_dispatcher'])) {
  4961.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4962.             }
  4963.             if (isset($this->privates['session_listener'])) {
  4964.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  4965.             }
  4966.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4967.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4968.             }
  4969.             if (isset($this->services['cache.validator_expression_language'])) {
  4970.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  4971.             }
  4972.             if (isset($this->services['.container.private.profiler'])) {
  4973.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  4974.             }
  4975.             if (isset($this->services['.container.private.validator'])) {
  4976.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  4977.             }
  4978.             if (isset($this->privates['twig.form.engine'])) {
  4979.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  4980.             }
  4981.             if (isset($this->services['doctrine'])) {
  4982.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4983.             }
  4984.             if (isset($this->privates['form.type.entity'])) {
  4985.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4986.             }
  4987.             if (isset($this->services['.container.private.security.token_storage'])) {
  4988.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  4989.             }
  4990.             if (isset($this->privates['cache.security_expression_language'])) {
  4991.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  4992.             }
  4993.             if (isset($this->privates['monolog.handler.main'])) {
  4994.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4995.             }
  4996.             if (isset($this->privates['monolog.handler.console'])) {
  4997.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4998.             }
  4999.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  5000.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  5001.             }
  5002.             if (isset($this->privates['.debug.http_client'])) {
  5003.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  5004.             }
  5005.         }, function () {
  5006.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['.debug.http_client']));
  5007.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  5008.     }
  5009.     /**
  5010.      * Gets the public 'swiftmailer.mailer.default' shared service.
  5011.      *
  5012.      * @return \Swift_Mailer
  5013.      */
  5014.     protected function getSwiftmailer_Mailer_DefaultService()
  5015.     {
  5016.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  5017.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  5018.     }
  5019.     /**
  5020.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  5021.      *
  5022.      * @return \Swift_Plugins_MessageLogger
  5023.      */
  5024.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  5025.     {
  5026.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  5029.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  5030.     }
  5031.     /**
  5032.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  5033.      *
  5034.      * @return \Swift_Transport_EsmtpTransport
  5035.      */
  5036.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  5037.     {
  5038.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php';
  5049.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php';
  5050.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  5060.         $a = new \Swift_Transport_Esmtp_AuthHandler([=> new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator(), => new \Swift_Transport_Esmtp_Auth_LoginAuthenticator(), => new \Swift_Transport_Esmtp_Auth_PlainAuthenticator(), => new \Swift_Transport_Esmtp_Auth_NTLMAuthenticator()]);
  5061.         $a->setUsername('leo.parker01012018@gmail.com');
  5062.         $a->setPassword('xkhfuaubixzayxki');
  5063.         $a->setAuthMode('login');
  5064.         $this->services['swiftmailer.mailer.default.transport.real'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), [=> $a], ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  5065.         $instance->setHost('smtp.gmail.com');
  5066.         $instance->setPort(465);
  5067.         $instance->setEncryption('ssl');
  5068.         $instance->setTimeout(30);
  5069.         $instance->setSourceIp(NULL);
  5070.         (new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
  5071.         return $instance;
  5072.     }
  5073.     /**
  5074.      * Gets the public 'swiftmailer.transport' shared service.
  5075.      *
  5076.      * @return \Swift_Transport_SpoolTransport
  5077.      */
  5078.     protected function getSwiftmailer_TransportService()
  5079.     {
  5080.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  5089.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  5090.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  5091.         return $instance;
  5092.     }
  5093.     /**
  5094.      * Gets the public 'translator' shared service.
  5095.      *
  5096.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5097.      */
  5098.     protected function getTranslatorService()
  5099.     {
  5100.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5101.     }
  5102.     /**
  5103.      * Gets the public 'var_dumper.cloner' shared service.
  5104.      *
  5105.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5106.      */
  5107.     protected function getVarDumper_ClonerService()
  5108.     {
  5109.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5110.         $instance->setMaxItems(2500);
  5111.         $instance->setMinDepth(1);
  5112.         $instance->setMaxString(-1);
  5113.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5118.      *
  5119.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5120.      */
  5121.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5124.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  5125.     }
  5126.     /**
  5127.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5128.      *
  5129.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5130.      */
  5131.     protected function getWebProfiler_Controller_ProfilerService()
  5132.     {
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5134.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  5135.     }
  5136.     /**
  5137.      * Gets the public 'web_profiler.controller.router' shared service.
  5138.      *
  5139.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5140.      */
  5141.     protected function getWebProfiler_Controller_RouterService()
  5142.     {
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5144.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  5145.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5146.         }, 1));
  5147.     }
  5148.     /**
  5149.      * Gets the public 'wp.appversion' shared service.
  5150.      *
  5151.      * @return \App\AppBundle\APIBundle\Services\AppVersion
  5152.      */
  5153.     protected function getWp_AppversionService()
  5154.     {
  5155.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/AppVersion.php';
  5156.         return $this->services['wp.appversion'] = new \App\AppBundle\APIBundle\Services\AppVersion();
  5157.     }
  5158.     /**
  5159.      * Gets the public 'wp.authentication' shared service.
  5160.      *
  5161.      * @return \App\AppBundle\APIBundle\Services\Authentication
  5162.      */
  5163.     protected function getWp_AuthenticationService()
  5164.     {
  5165.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Authentication.php';
  5166.         return $this->services['wp.authentication'] = new \App\AppBundle\APIBundle\Services\Authentication();
  5167.     }
  5168.     /**
  5169.      * Gets the public 'wp.authorization' shared service.
  5170.      *
  5171.      * @return \App\AppBundle\APIBundle\Services\Authorization
  5172.      */
  5173.     protected function getWp_AuthorizationService()
  5174.     {
  5175.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Authorization.php';
  5176.         return $this->services['wp.authorization'] = new \App\AppBundle\APIBundle\Services\Authorization();
  5177.     }
  5178.     /**
  5179.      * Gets the public 'wp.encryption' shared service.
  5180.      *
  5181.      * @return \App\AppBundle\APIBundle\Services\Encryption
  5182.      */
  5183.     protected function getWp_EncryptionService()
  5184.     {
  5185.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/Encryption.php';
  5186.         return $this->services['wp.encryption'] = new \App\AppBundle\APIBundle\Services\Encryption();
  5187.     }
  5188.     /**
  5189.      * Gets the public 'wp.errorcodes' shared service.
  5190.      *
  5191.      * @return \App\AppBundle\APIBundle\Services\ErrorCodes
  5192.      */
  5193.     protected function getWp_ErrorcodesService()
  5194.     {
  5195.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/ErrorCodes.php';
  5196.         return $this->services['wp.errorcodes'] = new \App\AppBundle\APIBundle\Services\ErrorCodes();
  5197.     }
  5198.     /**
  5199.      * Gets the public 'wp.general' shared service.
  5200.      *
  5201.      * @return \App\AppBundle\APIBundle\Services\WPGeneralService
  5202.      */
  5203.     protected function getWp_GeneralService()
  5204.     {
  5205.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/WPGeneralService.php';
  5206.         return $this->services['wp.general'] = new \App\AppBundle\APIBundle\Services\WPGeneralService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5207.     }
  5208.     /**
  5209.      * Gets the public 'wp.login' shared service.
  5210.      *
  5211.      * @return \App\AppBundle\APIBundle\Services\LoginService
  5212.      */
  5213.     protected function getWp_LoginService()
  5214.     {
  5215.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/LoginService.php';
  5216.         return $this->services['wp.login'] = new \App\AppBundle\APIBundle\Services\LoginService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5217.     }
  5218.     /**
  5219.      * Gets the public 'wp.mail_manager' shared service.
  5220.      *
  5221.      * @return \App\AppBundle\APIBundle\Services\MailManager
  5222.      */
  5223.     protected function getWp_MailManagerService()
  5224.     {
  5225.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/MailManager.php';
  5226.         return $this->services['wp.mail_manager'] = new \App\AppBundle\APIBundle\Services\MailManager(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5227.     }
  5228.     /**
  5229.      * Gets the public 'wp.parking_supplier' shared service.
  5230.      *
  5231.      * @return \App\AppBundle\APIBundle\Services\ParkingSupplierService
  5232.      */
  5233.     protected function getWp_ParkingSupplierService()
  5234.     {
  5235.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/ParkingSupplierService.php';
  5236.         return $this->services['wp.parking_supplier'] = new \App\AppBundle\APIBundle\Services\ParkingSupplierService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5237.     }
  5238.     /**
  5239.      * Gets the public 'wp.parking_user' shared service.
  5240.      *
  5241.      * @return \App\AppBundle\APIBundle\Services\ParkingUserService
  5242.      */
  5243.     protected function getWp_ParkingUserService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/ParkingUserService.php';
  5246.         return $this->services['wp.parking_user'] = new \App\AppBundle\APIBundle\Services\ParkingUserService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5247.     }
  5248.     /**
  5249.      * Gets the public 'wp.push_notification' shared service.
  5250.      *
  5251.      * @return \App\AppBundle\APIBundle\Services\PushNotification
  5252.      */
  5253.     protected function getWp_PushNotificationService()
  5254.     {
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5256.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
  5257.         include_once \dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/PushNotification.php';
  5258.         return $this->services['wp.push_notification'] = new \App\AppBundle\APIBundle\Services\PushNotification();
  5259.     }
  5260.     /**
  5261.      * Gets the private '.console.command.about.lazy' shared service.
  5262.      *
  5263.      * @return \Symfony\Component\Console\Command\LazyCommand
  5264.      */
  5265.     protected function get_Console_Command_About_LazyService()
  5266.     {
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5269.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  5270.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5271.         });
  5272.     }
  5273.     /**
  5274.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5275.      *
  5276.      * @return \Symfony\Component\Console\Command\LazyCommand
  5277.      */
  5278.     protected function get_Console_Command_AssetsInstall_LazyService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5282.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  5283.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5284.         });
  5285.     }
  5286.     /**
  5287.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5288.      *
  5289.      * @return \Symfony\Component\Console\Command\LazyCommand
  5290.      */
  5291.     protected function get_Console_Command_CacheClear_LazyService()
  5292.     {
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5295.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  5296.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5297.         });
  5298.     }
  5299.     /**
  5300.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5301.      *
  5302.      * @return \Symfony\Component\Console\Command\LazyCommand
  5303.      */
  5304.     protected function get_Console_Command_CachePoolClear_LazyService()
  5305.     {
  5306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5308.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  5309.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5310.         });
  5311.     }
  5312.     /**
  5313.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5314.      *
  5315.      * @return \Symfony\Component\Console\Command\LazyCommand
  5316.      */
  5317.     protected function get_Console_Command_CachePoolDelete_LazyService()
  5318.     {
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5321.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  5322.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5323.         });
  5324.     }
  5325.     /**
  5326.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5327.      *
  5328.      * @return \Symfony\Component\Console\Command\LazyCommand
  5329.      */
  5330.     protected function get_Console_Command_CachePoolList_LazyService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5334.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  5335.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5336.         });
  5337.     }
  5338.     /**
  5339.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5340.      *
  5341.      * @return \Symfony\Component\Console\Command\LazyCommand
  5342.      */
  5343.     protected function get_Console_Command_CachePoolPrune_LazyService()
  5344.     {
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5347.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  5348.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5349.         });
  5350.     }
  5351.     /**
  5352.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5353.      *
  5354.      * @return \Symfony\Component\Console\Command\LazyCommand
  5355.      */
  5356.     protected function get_Console_Command_CacheWarmup_LazyService()
  5357.     {
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5360.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  5361.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5362.         });
  5363.     }
  5364.     /**
  5365.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5366.      *
  5367.      * @return \Symfony\Component\Console\Command\LazyCommand
  5368.      */
  5369.     protected function get_Console_Command_ConfigDebug_LazyService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5373.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  5374.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5375.         });
  5376.     }
  5377.     /**
  5378.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  5379.      *
  5380.      * @return \Symfony\Component\Console\Command\LazyCommand
  5381.      */
  5382.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5386.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  5387.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  5388.         });
  5389.     }
  5390.     /**
  5391.      * Gets the private '.console.command.container_debug.lazy' shared service.
  5392.      *
  5393.      * @return \Symfony\Component\Console\Command\LazyCommand
  5394.      */
  5395.     protected function get_Console_Command_ContainerDebug_LazyService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5399.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  5400.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  5401.         });
  5402.     }
  5403.     /**
  5404.      * Gets the private '.console.command.container_lint.lazy' shared service.
  5405.      *
  5406.      * @return \Symfony\Component\Console\Command\LazyCommand
  5407.      */
  5408.     protected function get_Console_Command_ContainerLint_LazyService()
  5409.     {
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5412.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  5413.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  5414.         });
  5415.     }
  5416.     /**
  5417.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  5418.      *
  5419.      * @return \Symfony\Component\Console\Command\LazyCommand
  5420.      */
  5421.     protected function get_Console_Command_DebugAutowiring_LazyService()
  5422.     {
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5425.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  5426.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  5427.         });
  5428.     }
  5429.     /**
  5430.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  5431.      *
  5432.      * @return \Symfony\Component\Console\Command\LazyCommand
  5433.      */
  5434.     protected function get_Console_Command_DotenvDebug_LazyService()
  5435.     {
  5436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5438.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  5439.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  5440.         });
  5441.     }
  5442.     /**
  5443.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  5444.      *
  5445.      * @return \Symfony\Component\Console\Command\LazyCommand
  5446.      */
  5447.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5451.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  5452.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  5453.         });
  5454.     }
  5455.     /**
  5456.      * Gets the private '.console.command.form_debug.lazy' shared service.
  5457.      *
  5458.      * @return \Symfony\Component\Console\Command\LazyCommand
  5459.      */
  5460.     protected function get_Console_Command_FormDebug_LazyService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5464.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  5465.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  5466.         });
  5467.     }
  5468.     /**
  5469.      * Gets the private '.console.command.router_debug.lazy' shared service.
  5470.      *
  5471.      * @return \Symfony\Component\Console\Command\LazyCommand
  5472.      */
  5473.     protected function get_Console_Command_RouterDebug_LazyService()
  5474.     {
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5477.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  5478.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  5479.         });
  5480.     }
  5481.     /**
  5482.      * Gets the private '.console.command.router_match.lazy' shared service.
  5483.      *
  5484.      * @return \Symfony\Component\Console\Command\LazyCommand
  5485.      */
  5486.     protected function get_Console_Command_RouterMatch_LazyService()
  5487.     {
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5490.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  5491.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  5492.         });
  5493.     }
  5494.     /**
  5495.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  5496.      *
  5497.      * @return \Symfony\Component\Console\Command\LazyCommand
  5498.      */
  5499.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5503.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  5504.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  5505.         });
  5506.     }
  5507.     /**
  5508.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  5509.      *
  5510.      * @return \Symfony\Component\Console\Command\LazyCommand
  5511.      */
  5512.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5516.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  5517.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  5518.         });
  5519.     }
  5520.     /**
  5521.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  5522.      *
  5523.      * @return \Symfony\Component\Console\Command\LazyCommand
  5524.      */
  5525.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  5526.     {
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5529.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  5530.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  5531.         });
  5532.     }
  5533.     /**
  5534.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  5535.      *
  5536.      * @return \Symfony\Component\Console\Command\LazyCommand
  5537.      */
  5538.     protected function get_Console_Command_SecretsList_LazyService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5542.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  5543.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  5544.         });
  5545.     }
  5546.     /**
  5547.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  5548.      *
  5549.      * @return \Symfony\Component\Console\Command\LazyCommand
  5550.      */
  5551.     protected function get_Console_Command_SecretsRemove_LazyService()
  5552.     {
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5555.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  5556.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  5557.         });
  5558.     }
  5559.     /**
  5560.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  5561.      *
  5562.      * @return \Symfony\Component\Console\Command\LazyCommand
  5563.      */
  5564.     protected function get_Console_Command_SecretsSet_LazyService()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5568.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  5569.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  5570.         });
  5571.     }
  5572.     /**
  5573.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  5574.      *
  5575.      * @return \Symfony\Component\Console\Command\LazyCommand
  5576.      */
  5577.     protected function get_Console_Command_TranslationDebug_LazyService()
  5578.     {
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5581.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  5582.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  5583.         });
  5584.     }
  5585.     /**
  5586.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  5587.      *
  5588.      * @return \Symfony\Component\Console\Command\LazyCommand
  5589.      */
  5590.     protected function get_Console_Command_TranslationExtract_LazyService()
  5591.     {
  5592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5594.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  5595.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  5596.         });
  5597.     }
  5598.     /**
  5599.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  5600.      *
  5601.      * @return \Symfony\Component\Console\Command\LazyCommand
  5602.      */
  5603.     protected function get_Console_Command_TranslationPull_LazyService()
  5604.     {
  5605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5607.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  5608.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  5609.         });
  5610.     }
  5611.     /**
  5612.      * Gets the private '.console.command.translation_push.lazy' shared service.
  5613.      *
  5614.      * @return \Symfony\Component\Console\Command\LazyCommand
  5615.      */
  5616.     protected function get_Console_Command_TranslationPush_LazyService()
  5617.     {
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5620.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  5621.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  5622.         });
  5623.     }
  5624.     /**
  5625.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  5626.      *
  5627.      * @return \Symfony\Component\Console\Command\LazyCommand
  5628.      */
  5629.     protected function get_Console_Command_ValidatorDebug_LazyService()
  5630.     {
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5633.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  5634.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  5635.         });
  5636.     }
  5637.     /**
  5638.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  5639.      *
  5640.      * @return \Symfony\Component\Console\Command\LazyCommand
  5641.      */
  5642.     protected function get_Console_Command_XliffLint_LazyService()
  5643.     {
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5646.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  5647.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  5648.         });
  5649.     }
  5650.     /**
  5651.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  5652.      *
  5653.      * @return \Symfony\Component\Console\Command\LazyCommand
  5654.      */
  5655.     protected function get_Console_Command_YamlLint_LazyService()
  5656.     {
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5659.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  5660.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  5661.         });
  5662.     }
  5663.     /**
  5664.      * Gets the private '.debug.http_client' shared service.
  5665.      *
  5666.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5667.      */
  5668.     protected function get_Debug_HttpClientService()
  5669.     {
  5670.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  5671.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  5672.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5673.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5674.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5675.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5676.         $a->setLogger($b);
  5677.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5678.     }
  5679.     /**
  5680.      * Gets the private '.errored..service_locator.0NXHhNE.DateTime' shared service.
  5681.      *
  5682.      * @return \DateTime
  5683.      */
  5684.     protected function get_Errored__ServiceLocator_0NXHhNE_DateTimeService()
  5685.     {
  5686.         $this->throw('Cannot autowire service ".service_locator.0NXHhNE": it references class "DateTime" but no such service exists.');
  5687.     }
  5688.     /**
  5689.      * Gets the private '.errored..service_locator.4z5.sDE.DateTime' shared service.
  5690.      *
  5691.      * @return \DateTime
  5692.      */
  5693.     protected function get_Errored__ServiceLocator_4z5_SDE_DateTimeService()
  5694.     {
  5695.         $this->throw('Cannot autowire service ".service_locator.4z5.sDE": it references class "DateTime" but no such service exists.');
  5696.     }
  5697.     /**
  5698.      * Gets the private '.errored..service_locator.7ulhEgd.Doctrine\Persistence\ObjectManager' shared service.
  5699.      *
  5700.      * @return \Doctrine\Persistence\ObjectManager
  5701.      */
  5702.     protected function getObjectManagerService()
  5703.     {
  5704.         $this->throw('Cannot autowire service ".service_locator.7ulhEgd": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5705.     }
  5706.     /**
  5707.      * Gets the private '.errored..service_locator.GFHh3VU.Doctrine\Persistence\ObjectManager' shared service.
  5708.      *
  5709.      * @return \Doctrine\Persistence\ObjectManager
  5710.      */
  5711.     protected function getObjectManager2Service()
  5712.     {
  5713.         $this->throw('Cannot autowire service ".service_locator.GFHh3VU": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5714.     }
  5715.     /**
  5716.      * Gets the private '.errored..service_locator.JIRgQx0.Doctrine\Persistence\ObjectManager' shared service.
  5717.      *
  5718.      * @return \Doctrine\Persistence\ObjectManager
  5719.      */
  5720.     protected function getObjectManager3Service()
  5721.     {
  5722.         $this->throw('Cannot autowire service ".service_locator.JIRgQx0": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5723.     }
  5724.     /**
  5725.      * Gets the private '.errored..service_locator.Oes5daz.Doctrine\ORM\EntityManager' shared service.
  5726.      *
  5727.      * @return \Doctrine\ORM\EntityManager
  5728.      */
  5729.     protected function getEntityManagerService()
  5730.     {
  5731.         $this->throw('Cannot autowire service ".service_locator.Oes5daz": it references class "Doctrine\\ORM\\EntityManager" but no such service exists. Try changing the type-hint to "Doctrine\\ORM\\EntityManagerInterface" instead.');
  5732.     }
  5733.     /**
  5734.      * Gets the private '.errored..service_locator.QHt1kW9.DateTime' shared service.
  5735.      *
  5736.      * @return \DateTime
  5737.      */
  5738.     protected function get_Errored__ServiceLocator_QHt1kW9_DateTimeService()
  5739.     {
  5740.         $this->throw('Cannot autowire service ".service_locator.QHt1kW9": it references class "DateTime" but no such service exists.');
  5741.     }
  5742.     /**
  5743.      * Gets the private '.errored..service_locator.QojiIpb.DateTime' shared service.
  5744.      *
  5745.      * @return \DateTime
  5746.      */
  5747.     protected function get_Errored__ServiceLocator_QojiIpb_DateTimeService()
  5748.     {
  5749.         $this->throw('Cannot autowire service ".service_locator.QojiIpb": it references class "DateTime" but no such service exists.');
  5750.     }
  5751.     /**
  5752.      * Gets the private '.errored..service_locator.RTVhG5j.Doctrine\Persistence\ObjectManager' shared service.
  5753.      *
  5754.      * @return \Doctrine\Persistence\ObjectManager
  5755.      */
  5756.     protected function getObjectManager4Service()
  5757.     {
  5758.         $this->throw('Cannot autowire service ".service_locator.RTVhG5j": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5759.     }
  5760.     /**
  5761.      * Gets the private '.errored..service_locator.Zf80uHq.Doctrine\Persistence\ObjectManager' shared service.
  5762.      *
  5763.      * @return \Doctrine\Persistence\ObjectManager
  5764.      */
  5765.     protected function getObjectManager5Service()
  5766.     {
  5767.         $this->throw('Cannot autowire service ".service_locator.Zf80uHq": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5768.     }
  5769.     /**
  5770.      * Gets the private '.errored..service_locator.fh6OtOQ.Doctrine\Persistence\ObjectManager' shared service.
  5771.      *
  5772.      * @return \Doctrine\Persistence\ObjectManager
  5773.      */
  5774.     protected function getObjectManager6Service()
  5775.     {
  5776.         $this->throw('Cannot autowire service ".service_locator.fh6OtOQ": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5777.     }
  5778.     /**
  5779.      * Gets the private '.errored..service_locator.fhkrRZ1.Doctrine\Persistence\ObjectManager' shared service.
  5780.      *
  5781.      * @return \Doctrine\Persistence\ObjectManager
  5782.      */
  5783.     protected function getObjectManager7Service()
  5784.     {
  5785.         $this->throw('Cannot autowire service ".service_locator.fhkrRZ1": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5786.     }
  5787.     /**
  5788.      * Gets the private '.errored..service_locator.lBRaC8e.Doctrine\Persistence\ObjectManager' shared service.
  5789.      *
  5790.      * @return \Doctrine\Persistence\ObjectManager
  5791.      */
  5792.     protected function getObjectManager8Service()
  5793.     {
  5794.         $this->throw('Cannot autowire service ".service_locator.lBRaC8e": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5795.     }
  5796.     /**
  5797.      * Gets the private '.errored..service_locator.rG2KAqt.Doctrine\Persistence\ObjectManager' shared service.
  5798.      *
  5799.      * @return \Doctrine\Persistence\ObjectManager
  5800.      */
  5801.     protected function getObjectManager9Service()
  5802.     {
  5803.         $this->throw('Cannot autowire service ".service_locator.rG2KAqt": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5804.     }
  5805.     /**
  5806.      * Gets the private '.errored..service_locator.rG2KAqt.Stripe\PaymentIntent' shared service.
  5807.      *
  5808.      * @return \Stripe\PaymentIntent
  5809.      */
  5810.     protected function getPaymentIntentService()
  5811.     {
  5812.         $this->throw('Cannot autowire service ".service_locator.rG2KAqt": it references class "Stripe\\PaymentIntent" but no such service exists.');
  5813.     }
  5814.     /**
  5815.      * Gets the private '.errored..service_locator.vzFKW9J.Doctrine\Persistence\ObjectManager' shared service.
  5816.      *
  5817.      * @return \Doctrine\Persistence\ObjectManager
  5818.      */
  5819.     protected function getObjectManager10Service()
  5820.     {
  5821.         $this->throw('Cannot autowire service ".service_locator.vzFKW9J": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.');
  5822.     }
  5823.     /**
  5824.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  5825.      *
  5826.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  5827.      */
  5828.     protected function getLoaderInterfaceService()
  5829.     {
  5830.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  5831.     }
  5832.     /**
  5833.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  5834.      *
  5835.      * @return \Symfony\Component\Console\Command\LazyCommand
  5836.      */
  5837.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  5838.     {
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5841.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5842.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  5843.         });
  5844.     }
  5845.     /**
  5846.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\Console\Command\LazyCommand
  5849.      */
  5850.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5854.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5855.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  5856.         });
  5857.     }
  5858.     /**
  5859.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  5860.      *
  5861.      * @return \Symfony\Component\Console\Command\LazyCommand
  5862.      */
  5863.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  5864.     {
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5867.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5868.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  5869.         });
  5870.     }
  5871.     /**
  5872.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  5873.      *
  5874.      * @return \Symfony\Component\Console\Command\LazyCommand
  5875.      */
  5876.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  5877.     {
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5880.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5881.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  5882.         });
  5883.     }
  5884.     /**
  5885.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  5886.      *
  5887.      * @return \Symfony\Component\Console\Command\LazyCommand
  5888.      */
  5889.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5893.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5894.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  5895.         });
  5896.     }
  5897.     /**
  5898.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  5899.      *
  5900.      * @return \Symfony\Component\Console\Command\LazyCommand
  5901.      */
  5902.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5906.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5907.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  5908.         });
  5909.     }
  5910.     /**
  5911.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  5912.      *
  5913.      * @return \Symfony\Component\Console\Command\LazyCommand
  5914.      */
  5915.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  5916.     {
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5919.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5920.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  5921.         });
  5922.     }
  5923.     /**
  5924.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  5925.      *
  5926.      * @return \Symfony\Component\Console\Command\LazyCommand
  5927.      */
  5928.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  5929.     {
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5932.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5933.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  5934.         });
  5935.     }
  5936.     /**
  5937.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  5938.      *
  5939.      * @return \Symfony\Component\Console\Command\LazyCommand
  5940.      */
  5941.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  5942.     {
  5943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5945.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5946.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  5947.         });
  5948.     }
  5949.     /**
  5950.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  5951.      *
  5952.      * @return \Symfony\Component\Console\Command\LazyCommand
  5953.      */
  5954.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  5955.     {
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5958.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5959.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  5960.         });
  5961.     }
  5962.     /**
  5963.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  5964.      *
  5965.      * @return \Symfony\Component\Console\Command\LazyCommand
  5966.      */
  5967.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  5968.     {
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5971.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5972.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  5973.         });
  5974.     }
  5975.     /**
  5976.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  5977.      *
  5978.      * @return \Symfony\Component\Console\Command\LazyCommand
  5979.      */
  5980.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  5981.     {
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5984.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5985.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  5986.         });
  5987.     }
  5988.     /**
  5989.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  5990.      *
  5991.      * @return \Symfony\Component\Console\Command\LazyCommand
  5992.      */
  5993.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  5994.     {
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5997.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  5998.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  5999.         });
  6000.     }
  6001.     /**
  6002.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  6003.      *
  6004.      * @return \Symfony\Component\Console\Command\LazyCommand
  6005.      */
  6006.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  6007.     {
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6010.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6011.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  6012.         });
  6013.     }
  6014.     /**
  6015.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  6016.      *
  6017.      * @return \Symfony\Component\Console\Command\LazyCommand
  6018.      */
  6019.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  6020.     {
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6023.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6024.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  6025.         });
  6026.     }
  6027.     /**
  6028.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  6029.      *
  6030.      * @return \Symfony\Component\Console\Command\LazyCommand
  6031.      */
  6032.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  6033.     {
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6036.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6037.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  6038.         });
  6039.     }
  6040.     /**
  6041.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  6042.      *
  6043.      * @return \Symfony\Component\Console\Command\LazyCommand
  6044.      */
  6045.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  6046.     {
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6049.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6050.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  6051.         });
  6052.     }
  6053.     /**
  6054.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  6055.      *
  6056.      * @return \Symfony\Component\Console\Command\LazyCommand
  6057.      */
  6058.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6062.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6063.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  6064.         });
  6065.     }
  6066.     /**
  6067.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  6068.      *
  6069.      * @return \Symfony\Component\Console\Command\LazyCommand
  6070.      */
  6071.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  6072.     {
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6075.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6076.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  6077.         });
  6078.     }
  6079.     /**
  6080.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  6081.      *
  6082.      * @return \Symfony\Component\Console\Command\LazyCommand
  6083.      */
  6084.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6088.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6089.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  6090.         });
  6091.     }
  6092.     /**
  6093.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  6094.      *
  6095.      * @return \Symfony\Component\Console\Command\LazyCommand
  6096.      */
  6097.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6101.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6102.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  6103.         });
  6104.     }
  6105.     /**
  6106.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  6107.      *
  6108.      * @return \Symfony\Component\Console\Command\LazyCommand
  6109.      */
  6110.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  6111.     {
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6114.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6115.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  6116.         });
  6117.     }
  6118.     /**
  6119.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  6120.      *
  6121.      * @return \Symfony\Component\Console\Command\LazyCommand
  6122.      */
  6123.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  6124.     {
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6127.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  6128.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  6129.         });
  6130.     }
  6131.     /**
  6132.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  6133.      *
  6134.      * @return \Symfony\Component\Console\Command\LazyCommand
  6135.      */
  6136.     protected function get_Monolog_Command_ServerLog_LazyService()
  6137.     {
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6140.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  6141.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  6142.         });
  6143.     }
  6144.     /**
  6145.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6146.      *
  6147.      * @return \Symfony\Component\Console\Command\LazyCommand
  6148.      */
  6149.     protected function get_Security_Command_DebugFirewall_LazyService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6153.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  6154.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6155.         });
  6156.     }
  6157.     /**
  6158.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6159.      *
  6160.      * @return \Symfony\Component\Console\Command\LazyCommand
  6161.      */
  6162.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6166.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  6167.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6168.         });
  6169.     }
  6170.     /**
  6171.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6172.      *
  6173.      * @return \Symfony\Component\Console\Command\LazyCommand
  6174.      */
  6175.     protected function get_Security_Command_UserPasswordHash_LazyService()
  6176.     {
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6179.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  6180.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6181.         });
  6182.     }
  6183.     /**
  6184.      * Gets the private '.service_locator.0D2g72H' shared service.
  6185.      *
  6186.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6187.      */
  6188.     protected function get_ServiceLocator_0D2g72HService()
  6189.     {
  6190.         return $this->privates['.service_locator.0D2g72H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6191.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  6192.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  6193.             'translator' => ['services''translator''getTranslatorService'false],
  6194.         ], [
  6195.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  6196.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  6197.             'translator' => '?',
  6198.         ]);
  6199.     }
  6200.     /**
  6201.      * Gets the private '.service_locator.0NXHhNE' shared service.
  6202.      *
  6203.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6204.      */
  6205.     protected function get_ServiceLocator_0NXHhNEService()
  6206.     {
  6207.         return $this->privates['.service_locator.0NXHhNE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6208.             'endTime' => ['privates''.errored..service_locator.0NXHhNE.DateTime'NULL'Cannot autowire service ".service_locator.0NXHhNE": it references class "DateTime" but no such service exists.'],
  6209.             'startTime' => ['privates''.errored..service_locator.0NXHhNE.DateTime'NULL'Cannot autowire service ".service_locator.0NXHhNE": it references class "DateTime" but no such service exists.'],
  6210.             'translator' => ['services''translator''getTranslatorService'false],
  6211.         ], [
  6212.             'endTime' => 'DateTime',
  6213.             'startTime' => 'DateTime',
  6214.             'translator' => '?',
  6215.         ]);
  6216.     }
  6217.     /**
  6218.      * Gets the private '.service_locator.1T.3f7w' shared service.
  6219.      *
  6220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6221.      */
  6222.     protected function get_ServiceLocator_1T_3f7wService()
  6223.     {
  6224.         return $this->privates['.service_locator.1T.3f7w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6225.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  6226.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  6227.             'translator' => ['services''translator''getTranslatorService'false],
  6228.         ], [
  6229.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  6230.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  6231.             'translator' => '?',
  6232.         ]);
  6233.     }
  6234.     /**
  6235.      * Gets the private '.service_locator.1_Fg8AX' shared service.
  6236.      *
  6237.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6238.      */
  6239.     protected function get_ServiceLocator_1Fg8AXService()
  6240.     {
  6241.         return $this->privates['.service_locator.1_Fg8AX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6242.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  6243.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  6244.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  6245.             'translator' => ['services''translator''getTranslatorService'false],
  6246.         ], [
  6247.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  6248.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  6249.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  6250.             'translator' => '?',
  6251.         ]);
  6252.     }
  6253.     /**
  6254.      * Gets the private '.service_locator.1rdB0bx' shared service.
  6255.      *
  6256.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6257.      */
  6258.     protected function get_ServiceLocator_1rdB0bxService()
  6259.     {
  6260.         return $this->privates['.service_locator.1rdB0bx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6261.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  6262.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  6263.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  6264.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  6265.             'translator' => ['services''translator''getTranslatorService'false],
  6266.         ], [
  6267.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  6268.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  6269.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  6270.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  6271.             'translator' => '?',
  6272.         ]);
  6273.     }
  6274.     /**
  6275.      * Gets the private '.service_locator.20cn7Z9' shared service.
  6276.      *
  6277.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6278.      */
  6279.     protected function get_ServiceLocator_20cn7Z9Service()
  6280.     {
  6281.         return $this->privates['.service_locator.20cn7Z9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6282.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  6283.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  6284.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6285.             'translator' => ['services''translator''getTranslatorService'false],
  6286.             'usersReferralsRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository''getUsersReferralsRepositoryService'false],
  6287.         ], [
  6288.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  6289.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  6290.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6291.             'translator' => '?',
  6292.             'usersReferralsRepository' => 'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository',
  6293.         ]);
  6294.     }
  6295.     /**
  6296.      * Gets the private '.service_locator.2NfqTQ4' shared service.
  6297.      *
  6298.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6299.      */
  6300.     protected function get_ServiceLocator_2NfqTQ4Service()
  6301.     {
  6302.         return $this->privates['.service_locator.2NfqTQ4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6303.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  6304.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6305.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  6306.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  6307.             'translator' => ['services''translator''getTranslatorService'false],
  6308.         ], [
  6309.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  6310.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6311.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  6312.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  6313.             'translator' => '?',
  6314.         ]);
  6315.     }
  6316.     /**
  6317.      * Gets the private '.service_locator.2ge1bJ_' shared service.
  6318.      *
  6319.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6320.      */
  6321.     protected function get_ServiceLocator_2ge1bJService()
  6322.     {
  6323.         return $this->privates['.service_locator.2ge1bJ_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6324.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  6325.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  6326.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  6327.             'translator' => ['services''translator''getTranslatorService'false],
  6328.         ], [
  6329.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  6330.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  6331.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  6332.             'translator' => '?',
  6333.         ]);
  6334.     }
  6335.     /**
  6336.      * Gets the private '.service_locator.2oTZoRS' shared service.
  6337.      *
  6338.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6339.      */
  6340.     protected function get_ServiceLocator_2oTZoRSService()
  6341.     {
  6342.         return $this->privates['.service_locator.2oTZoRS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6343.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  6344.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6345.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  6346.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  6347.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  6348.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  6349.             'payoutService' => ['services''App\\AppBundle\\APIBundle\\Services\\PayoutService''getPayoutServiceService'false],
  6350.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  6351.             'snappyPdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  6352.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  6353.             'translator' => ['services''translator''getTranslatorService'false],
  6354.         ], [
  6355.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  6356.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6357.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  6358.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  6359.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  6360.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  6361.             'payoutService' => 'App\\AppBundle\\APIBundle\\Services\\PayoutService',
  6362.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  6363.             'snappyPdf' => '?',
  6364.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  6365.             'translator' => '?',
  6366.         ]);
  6367.     }
  6368.     /**
  6369.      * Gets the private '.service_locator.2vT07RS' shared service.
  6370.      *
  6371.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6372.      */
  6373.     protected function get_ServiceLocator_2vT07RSService()
  6374.     {
  6375.         return $this->privates['.service_locator.2vT07RS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6376.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  6377.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6378.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  6379.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  6380.             'translator' => ['services''translator''getTranslatorService'false],
  6381.         ], [
  6382.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  6383.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6384.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  6385.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  6386.             'translator' => '?',
  6387.         ]);
  6388.     }
  6389.     /**
  6390.      * Gets the private '.service_locator.3DnV7I7' shared service.
  6391.      *
  6392.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6393.      */
  6394.     protected function get_ServiceLocator_3DnV7I7Service()
  6395.     {
  6396.         return $this->privates['.service_locator.3DnV7I7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6397.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  6398.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  6399.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6400.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  6401.             'parkingSpotServices' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  6402.             'translator' => ['services''translator''getTranslatorService'false],
  6403.         ], [
  6404.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  6405.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  6406.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6407.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  6408.             'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  6409.             'translator' => '?',
  6410.         ]);
  6411.     }
  6412.     /**
  6413.      * Gets the private '.service_locator.4FUHAaQ' shared service.
  6414.      *
  6415.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6416.      */
  6417.     protected function get_ServiceLocator_4FUHAaQService()
  6418.     {
  6419.         return $this->privates['.service_locator.4FUHAaQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6420.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  6421.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  6422.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  6423.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  6424.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  6425.             'translator' => ['services''translator''getTranslatorService'false],
  6426.         ], [
  6427.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  6428.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  6429.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  6430.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  6431.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  6432.             'translator' => '?',
  6433.         ]);
  6434.     }
  6435.     /**
  6436.      * Gets the private '.service_locator.4z5.sDE' shared service.
  6437.      *
  6438.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6439.      */
  6440.     protected function get_ServiceLocator_4z5_SDEService()
  6441.     {
  6442.         return $this->privates['.service_locator.4z5.sDE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6443.             'endTime' => ['privates''.errored..service_locator.4z5.sDE.DateTime'NULL'Cannot autowire service ".service_locator.4z5.sDE": it references class "DateTime" but no such service exists.'],
  6444.             'orderObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\Orders''getOrdersService'false],
  6445.             'psAddSpotObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot''getPSAddSpotService'false],
  6446.             'startTime' => ['privates''.errored..service_locator.4z5.sDE.DateTime'NULL'Cannot autowire service ".service_locator.4z5.sDE": it references class "DateTime" but no such service exists.'],
  6447.             'userObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\User''getUserService'false],
  6448.         ], [
  6449.             'endTime' => 'DateTime',
  6450.             'orderObj' => 'App\\AppBundle\\MainBundle\\Entity\\Orders',
  6451.             'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
  6452.             'startTime' => 'DateTime',
  6453.             'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
  6454.         ]);
  6455.     }
  6456.     /**
  6457.      * Gets the private '.service_locator.5G3fhQf' shared service.
  6458.      *
  6459.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6460.      */
  6461.     protected function get_ServiceLocator_5G3fhQfService()
  6462.     {
  6463.         return $this->privates['.service_locator.5G3fhQf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6464.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  6465.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6466.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  6467.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  6468.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  6469.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  6470.             'translator' => ['services''translator''getTranslatorService'false],
  6471.         ], [
  6472.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  6473.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6474.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  6475.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  6476.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  6477.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  6478.             'translator' => '?',
  6479.         ]);
  6480.     }
  6481.     /**
  6482.      * Gets the private '.service_locator.5NMRITt' shared service.
  6483.      *
  6484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6485.      */
  6486.     protected function get_ServiceLocator_5NMRITtService()
  6487.     {
  6488.         return $this->privates['.service_locator.5NMRITt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6489.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  6490.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  6491.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6492.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  6493.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  6494.             'parkingSpotServices' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  6495.             'pushNotification' => ['services''App\\AppBundle\\APIBundle\\Services\\PushNotification''getPushNotificationService'false],
  6496.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  6497.             'translator' => ['services''translator''getTranslatorService'false],
  6498.         ], [
  6499.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  6500.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  6501.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6502.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  6503.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  6504.             'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  6505.             'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
  6506.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  6507.             'translator' => '?',
  6508.         ]);
  6509.     }
  6510.     /**
  6511.      * Gets the private '.service_locator.6O0F3GQ' shared service.
  6512.      *
  6513.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6514.      */
  6515.     protected function get_ServiceLocator_6O0F3GQService()
  6516.     {
  6517.         return $this->privates['.service_locator.6O0F3GQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6518.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6519.             'generalService' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  6520.             'knpSnappyPdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  6521.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  6522.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  6523.             'payoutService' => ['services''App\\AppBundle\\APIBundle\\Services\\PayoutService''getPayoutServiceService'false],
  6524.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  6525.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  6526.         ], [
  6527.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6528.             'generalService' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  6529.             'knpSnappyPdf' => '?',
  6530.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  6531.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  6532.             'payoutService' => 'App\\AppBundle\\APIBundle\\Services\\PayoutService',
  6533.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  6534.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  6535.         ]);
  6536.     }
  6537.     /**
  6538.      * Gets the private '.service_locator.74kS38P' shared service.
  6539.      *
  6540.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6541.      */
  6542.     protected function get_ServiceLocator_74kS38PService()
  6543.     {
  6544.         return $this->privates['.service_locator.74kS38P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6545.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  6546.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  6547.             'adminSettings' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Settings''getAdminSettingsService'false],
  6548.             'translator' => ['services''translator''getTranslatorService'false],
  6549.         ], [
  6550.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  6551.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  6552.             'adminSettings' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings',
  6553.             'translator' => '?',
  6554.         ]);
  6555.     }
  6556.     /**
  6557.      * Gets the private '.service_locator.78w.U1z' shared service.
  6558.      *
  6559.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6560.      */
  6561.     protected function get_ServiceLocator_78w_U1zService()
  6562.     {
  6563.         return $this->privates['.service_locator.78w.U1z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6564.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  6565.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6566.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  6567.             'translator' => ['services''translator''getTranslatorService'false],
  6568.         ], [
  6569.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  6570.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6571.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  6572.             'translator' => '?',
  6573.         ]);
  6574.     }
  6575.     /**
  6576.      * Gets the private '.service_locator.7ulhEgd' shared service.
  6577.      *
  6578.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6579.      */
  6580.     protected function get_ServiceLocator_7ulhEgdService()
  6581.     {
  6582.         return $this->privates['.service_locator.7ulhEgd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6583.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  6584.             'entityManager' => ['privates''.errored..service_locator.7ulhEgd.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.7ulhEgd": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  6585.             'orderObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\Orders''getOrdersService'false],
  6586.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  6587.             'translator' => ['services''translator''getTranslatorService'false],
  6588.         ], [
  6589.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  6590.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  6591.             'orderObj' => 'App\\AppBundle\\MainBundle\\Entity\\Orders',
  6592.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  6593.             'translator' => '?',
  6594.         ]);
  6595.     }
  6596.     /**
  6597.      * Gets the private '.service_locator.8HEMfKh' shared service.
  6598.      *
  6599.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6600.      */
  6601.     protected function get_ServiceLocator_8HEMfKhService()
  6602.     {
  6603.         return $this->privates['.service_locator.8HEMfKh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6604.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  6605.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  6606.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  6607.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  6608.             'translator' => ['services''translator''getTranslatorService'false],
  6609.         ], [
  6610.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  6611.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  6612.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  6613.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  6614.             'translator' => '?',
  6615.         ]);
  6616.     }
  6617.     /**
  6618.      * Gets the private '.service_locator.8miSwrX' shared service.
  6619.      *
  6620.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6621.      */
  6622.     protected function get_ServiceLocator_8miSwrXService()
  6623.     {
  6624.         return $this->privates['.service_locator.8miSwrX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6625.             'pushNotification' => ['services''App\\AppBundle\\APIBundle\\Services\\PushNotification''getPushNotificationService'false],
  6626.         ], [
  6627.             'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
  6628.         ]);
  6629.     }
  6630.     /**
  6631.      * Gets the private '.service_locator.91NU1q5' shared service.
  6632.      *
  6633.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6634.      */
  6635.     protected function get_ServiceLocator_91NU1q5Service()
  6636.     {
  6637.         return $this->privates['.service_locator.91NU1q5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6638.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  6639.         ], [
  6640.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  6641.         ]);
  6642.     }
  6643.     /**
  6644.      * Gets the private '.service_locator.9EpPlpp' shared service.
  6645.      *
  6646.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6647.      */
  6648.     protected function get_ServiceLocator_9EpPlppService()
  6649.     {
  6650.         return $this->privates['.service_locator.9EpPlpp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6651.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  6652.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  6653.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  6654.             'translator' => ['services''translator''getTranslatorService'false],
  6655.         ], [
  6656.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  6657.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  6658.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  6659.             'translator' => '?',
  6660.         ]);
  6661.     }
  6662.     /**
  6663.      * Gets the private '.service_locator.9o6FPd2' shared service.
  6664.      *
  6665.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6666.      */
  6667.     protected function get_ServiceLocator_9o6FPd2Service()
  6668.     {
  6669.         return $this->privates['.service_locator.9o6FPd2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6670.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  6671.             'adminEncryption' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption''getAdminEncryptionService'false],
  6672.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  6673.             'translator' => ['services''translator''getTranslatorService'false],
  6674.         ], [
  6675.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  6676.             'adminEncryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
  6677.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  6678.             'translator' => '?',
  6679.         ]);
  6680.     }
  6681.     /**
  6682.      * Gets the private '.service_locator.9vpC.lh' shared service.
  6683.      *
  6684.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6685.      */
  6686.     protected function get_ServiceLocator_9vpC_LhService()
  6687.     {
  6688.         return $this->privates['.service_locator.9vpC.lh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6689.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  6690.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  6691.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  6692.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  6693.         ], [
  6694.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  6695.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  6696.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  6697.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  6698.         ]);
  6699.     }
  6700.     /**
  6701.      * Gets the private '.service_locator.A0KjRbU' shared service.
  6702.      *
  6703.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6704.      */
  6705.     protected function get_ServiceLocator_A0KjRbUService()
  6706.     {
  6707.         return $this->privates['.service_locator.A0KjRbU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6708.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotAvailabilityAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6709.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotLocationDetailsAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6710.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6711.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoDeleteAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6712.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoSequenceAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6713.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPricingAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6714.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotSpecialDaysAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6715.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotStreetViewAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6716.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotStreetViewNotAvailableAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6717.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotUnAvailabilityAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6718.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::checkIfCityAccessibleAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6719.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::checkIfSpotIsCompleted' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  6720.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteMyIncompleteSpot' => ['privates''.service_locator.cN5Z8YK''get_ServiceLocator_CN5Z8YKService'false],
  6721.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteSpecialDaysAddSpotAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6722.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteSpotUnAvailabilityAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6723.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::getIncompleteSpotDetailsAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6724.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::saveAddSpotAction' => ['privates''.service_locator.a18ZBRC''get_ServiceLocator_A18ZBRCService'false],
  6725.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::skipSpecialDaysAddSpotAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6726.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::updateCaptionPhotoAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6727.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::verifyAddSpotAction' => ['privates''.service_locator.rvTfCtg''get_ServiceLocator_RvTfCtgService'false],
  6728.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  6729.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  6730.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  6731.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  6732.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  6733.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6734.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  6735.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  6736.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  6737.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  6738.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  6739.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  6740.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6741.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6742.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6743.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6744.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6745.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  6746.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  6747.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6748.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6749.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6750.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6751.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6752.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  6753.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6754.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  6755.             'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController::calculatorEarningCalculatorAction' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  6756.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  6757.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  6758.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  6759.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  6760.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  6761.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6762.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPaymentIntentActionForExtendBooking' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  6763.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  6764.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  6765.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  6766.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  6767.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  6768.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  6769.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6770.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6771.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::extendBookingAction' => ['privates''.service_locator.ACOduK9''get_ServiceLocator_ACOduK9Service'false],
  6772.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::extendBookingCheckoutAction' => ['privates''.service_locator.LrbTg0J''get_ServiceLocator_LrbTg0JService'false],
  6773.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6774.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6775.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6776.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  6777.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getBookingConfirmationDetailsForExtendBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  6778.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  6779.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6780.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6781.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6782.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6783.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6784.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  6785.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6786.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  6787.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  6788.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  6789.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  6790.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  6791.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  6792.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6793.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPaymentIntentActionForFlexibleBooking' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  6794.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  6795.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  6796.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  6797.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  6798.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  6799.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  6800.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6801.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6802.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6803.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6804.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6805.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingCancelCalculateAmountRequest' => ['privates''.service_locator.1rdB0bx''get_ServiceLocator_1rdB0bxService'false],
  6806.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingCancelRequest' => ['privates''.service_locator.ki1i2d4''get_ServiceLocator_Ki1i2d4Service'false],
  6807.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingConfirmBookingAction' => ['privates''.service_locator.kdU9rVl''get_ServiceLocator_KdU9rVlService'false],
  6808.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  6809.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingSpotCheckoutAction' => ['privates''.service_locator.BjqAP3L''get_ServiceLocator_BjqAP3LService'false],
  6810.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingSpotDetailAction' => ['privates''.service_locator.BjqAP3L''get_ServiceLocator_BjqAP3LService'false],
  6811.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getBookingConfirmationDetailsForFlexibleBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  6812.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  6813.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6814.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6815.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6816.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6817.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6818.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  6819.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6820.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::searchSpotFlexibleBooking' => ['privates''.service_locator.MfBxngP''get_ServiceLocator_MfBxngPService'false],
  6821.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  6822.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  6823.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  6824.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  6825.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  6826.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::cancelHourlyBookingPaymentIntent' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  6827.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  6828.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6829.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPaymentIntentActionForHourlyBooking' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  6830.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  6831.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  6832.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  6833.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  6834.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  6835.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  6836.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6837.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6838.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6839.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6840.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6841.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  6842.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getBookingConfirmationDetailsForHourlyBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  6843.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  6844.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6845.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6846.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6847.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6848.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6849.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getPuSpotDetailsAction' => ['privates''.service_locator.INy8Mkw''get_ServiceLocator_INy8MkwService'false],
  6850.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  6851.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6852.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::hourlyBookingCancelCalculateAmountRequest' => ['privates''.service_locator.Z0x8yyY''get_ServiceLocator_Z0x8yyYService'false],
  6853.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::hourlyBookingCancelRequest' => ['privates''.service_locator.dRgXCCQ''get_ServiceLocator_DRgXCCQService'false],
  6854.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::searchSpotShortTerm' => ['privates''.service_locator.BjqAP3L''get_ServiceLocator_BjqAP3LService'false],
  6855.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::shortTermCheckoutBooking' => ['privates''.service_locator.LrbTg0J''get_ServiceLocator_LrbTg0JService'false],
  6856.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::shortTermSpotBookingSuccess' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  6857.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  6858.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::changePasswordAction' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  6859.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::createNewPasswordAction' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  6860.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::forgotPasswordAction' => ['privates''.service_locator.cx_rCup''get_ServiceLocator_CxRCupService'false],
  6861.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::forgotPasswordOTPAction' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  6862.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::getAppleUserDetailsIfExist' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  6863.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::getUserLoginDetails' => ['privates''.service_locator.mV1lCRx''get_ServiceLocator_MV1lCRxService'false],
  6864.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::loginAction' => ['privates''.service_locator.Vr7.Tfu''get_ServiceLocator_Vr7_TfuService'false],
  6865.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::logoutUserAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  6866.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::resendNowAction' => ['privates''.service_locator.XfEfNnl''get_ServiceLocator_XfEfNnlService'false],
  6867.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::resendVerifyNumberOtpAction' => ['privates''.service_locator.XfEfNnl''get_ServiceLocator_XfEfNnlService'false],
  6868.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::resetPasswordEmail' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  6869.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::selectRolesAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  6870.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::signUpAction' => ['privates''.service_locator.lyqrpJT''get_ServiceLocator_LyqrpJTService'false],
  6871.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::upDateMobileNumberAction' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  6872.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateNotificationTokenAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  6873.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateUserActiveRoleAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  6874.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateUserLoginProcessStepsAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  6875.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::userDetailsAction' => ['privates''.service_locator.uBRi26_''get_ServiceLocator_UBRi26Service'false],
  6876.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::verifyMobileNumberAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  6877.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  6878.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  6879.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  6880.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  6881.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  6882.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6883.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPaymentIntentActionForMonthlyBooking' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  6884.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPaymentIntentForRepaymentOfMonthlyBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  6885.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  6886.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  6887.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  6888.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  6889.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  6890.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  6891.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6892.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6893.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6894.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6895.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6896.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  6897.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingConfirmationDetailsForMonthlyBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  6898.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  6899.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingDetailsForRepaymentSuccessOfMonthlyBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  6900.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6901.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6902.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6903.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6904.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6905.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  6906.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6907.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCancelCalculateAmountRequest' => ['privates''.service_locator.Z0x8yyY''get_ServiceLocator_Z0x8yyYService'false],
  6908.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCancelRequest' => ['privates''.service_locator.ki1i2d4''get_ServiceLocator_Ki1i2d4Service'false],
  6909.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCheckoutAction' => ['privates''.service_locator.S7wiGw1''get_ServiceLocator_S7wiGw1Service'false],
  6910.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingConfirmBookedAction' => ['privates''.service_locator.Cd7__VZ''get_ServiceLocator_Cd7VZService'false],
  6911.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingFreeCancelDateConfirmRequest' => ['privates''.service_locator.1rdB0bx''get_ServiceLocator_1rdB0bxService'false],
  6912.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingFreeCancelDatesRequest' => ['privates''.service_locator.1rdB0bx''get_ServiceLocator_1rdB0bxService'false],
  6913.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingSpotDetailAction' => ['privates''.service_locator.MfBxngP''get_ServiceLocator_MfBxngPService'false],
  6914.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::searchSpotMonthlyBooking' => ['privates''.service_locator.MfBxngP''get_ServiceLocator_MfBxngPService'false],
  6915.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  6916.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::activateMySpot' => ['privates''.service_locator.cN5Z8YK''get_ServiceLocator_CN5Z8YKService'false],
  6917.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::deactivateMySpot' => ['privates''.service_locator.4FUHAaQ''get_ServiceLocator_4FUHAaQService'false],
  6918.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::deleteMySpot' => ['privates''.service_locator.4FUHAaQ''get_ServiceLocator_4FUHAaQService'false],
  6919.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMyCompleteSpots' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  6920.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMyIncompleteSpots' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6921.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMySpots' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  6922.             'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController::getAllNotifications' => ['privates''.service_locator.dD6YMcO''get_ServiceLocator_DD6YMcOService'false],
  6923.             'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController::markNotificationAsRead' => ['privates''.service_locator.dD6YMcO''get_ServiceLocator_DD6YMcOService'false],
  6924.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getMyBookingReservationAction' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  6925.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getMySpotReviewsAction' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  6926.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getSupplierUserRatingAction' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  6927.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::saveSupplierUserRatingAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  6928.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::addNewCardAction' => ['privates''.service_locator.2vT07RS''get_ServiceLocator_2vT07RSService'false],
  6929.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::addUpdateVehicleAction' => ['privates''.service_locator.9EpPlpp''get_ServiceLocator_9EpPlppService'false],
  6930.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  6931.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  6932.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  6933.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  6934.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  6935.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6936.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  6937.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  6938.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  6939.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  6940.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  6941.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  6942.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6943.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6944.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::deleteCardAction' => ['privates''.service_locator.2NfqTQ4''get_ServiceLocator_2NfqTQ4Service'false],
  6945.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::deleteVehicleAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  6946.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::endMyBookingAction' => ['privates''.service_locator._5dbssJ''get_ServiceLocator_5dbssJService'false],
  6947.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6948.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6949.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6950.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  6951.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getBookingDetailAction' => ['privates''.service_locator.h.q.aVu''get_ServiceLocator_H_Q_AVuService'false],
  6952.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  6953.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6954.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6955.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6956.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFavSpotsAction' => ['privates''.service_locator.FzZ.5Td''get_ServiceLocator_FzZ_5TdService'false],
  6957.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6958.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6959.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getMyAllBookingsAction' => ['privates''.service_locator.qK.jlK5''get_ServiceLocator_QK_JlK5Service'false],
  6960.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  6961.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6962.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserPaymentListAction' => ['privates''.service_locator.aJIynMs''get_ServiceLocator_AJIynMsService'false],
  6963.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserSpotRatingForOrderAction' => ['privates''.service_locator.FzZ.5Td''get_ServiceLocator_FzZ_5TdService'false],
  6964.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserSpotRatingsAction' => ['privates''.service_locator.beqlGpC''get_ServiceLocator_BeqlGpCService'false],
  6965.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::saveFavSpotAction' => ['privates''.service_locator._5dbssJ''get_ServiceLocator_5dbssJService'false],
  6966.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::saveUserSpotRatingsAction' => ['privates''.service_locator.oaipI.H''get_ServiceLocator_OaipI_HService'false],
  6967.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::updateCardAction' => ['privates''.service_locator.rYYiCTu''get_ServiceLocator_RYYiCTuService'false],
  6968.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  6969.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::vehicleListAction' => ['privates''.service_locator.9EpPlpp''get_ServiceLocator_9EpPlppService'false],
  6970.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutAccountDetailsAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  6971.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutRequestPayoutAction' => ['privates''.service_locator.2oTZoRS''get_ServiceLocator_2oTZoRSService'false],
  6972.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeRedirectAction' => ['privates''.service_locator.T9Qp5g_''get_ServiceLocator_T9Qp5gService'false],
  6973.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeRefreshAction' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6974.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeReturnAction' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6975.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  6976.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  6977.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  6978.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  6979.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkIfPromoCodesExistForCheckoutForSpotAndUser' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  6980.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  6981.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6982.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  6983.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  6984.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  6985.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  6986.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  6987.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  6988.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6989.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  6990.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6991.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6992.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  6993.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  6994.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  6995.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6996.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6997.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6998.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  6999.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7000.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getHomeBannerPromoCodes' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7001.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getPromoCodesForCheckoutForSpotAndUser' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7002.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getPromoCodesForUser' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7003.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7004.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7005.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7006.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::validatePromoCodesForCheckoutForSpotAndUser' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7007.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7008.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7009.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7010.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7011.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7012.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7013.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7014.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7015.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7016.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7017.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7018.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7019.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7020.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7021.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7022.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7023.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7024.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7025.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7026.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getDetailsOfReferAndEarnForUserAction' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7027.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7028.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7029.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7030.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7031.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7032.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7033.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7034.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7035.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::validateReferralCodeForUserAction' => ['privates''.service_locator.ved7J.A''get_ServiceLocator_Ved7J_AService'false],
  7036.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::deleteUserProfileAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7037.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserCurrencyAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7038.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserDateFormatAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7039.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserDistanceAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7040.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserLanguageAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7041.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserNotificationSettingsAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7042.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserProfileAction' => ['privates''.service_locator.UMYC0EW''get_ServiceLocator_UMYC0EWService'false],
  7043.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserTimeFormatAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7044.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserTimezoneAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7045.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::userManageNotificationsAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  7046.             'App\\AppBundle\\APIBundle\\Controller\\StatementController::getCurrentStatementDetailAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  7047.             'App\\AppBundle\\APIBundle\\Controller\\StatementController::getPastStatementListAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  7048.             'App\\AppBundle\\APIBundle\\Controller\\StatementController::getStatementDataAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  7049.             'App\\AppBundle\\APIBundle\\Controller\\StatementController::getStatementDetailAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  7050.             'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks::saveRequestCallBackAction' => ['privates''.service_locator.G2Ra73G''get_ServiceLocator_G2Ra73GService'false],
  7051.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveBugReportingAction' => ['privates''.service_locator.2ge1bJ_''get_ServiceLocator_2ge1bJService'false],
  7052.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveBugReportingAttachmentAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7053.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveEmailAction' => ['privates''.service_locator.2ge1bJ_''get_ServiceLocator_2ge1bJService'false],
  7054.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveEmailAttachmentAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7055.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveNewIdeaAction' => ['privates''.service_locator.2ge1bJ_''get_ServiceLocator_2ge1bJService'false],
  7056.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveNewIdeaAttachmentAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7057.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveRequestCallBackAction' => ['privates''.service_locator.dD6YMcO''get_ServiceLocator_DD6YMcOService'false],
  7058.             'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController::getRequestForUserDataDeletionAction' => ['privates''.service_locator.5G3fhQf''get_ServiceLocator_5G3fhQfService'false],
  7059.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::accessTypeAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7060.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::availabilityDaysMethodAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7061.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::currencyAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7062.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::dateFormatAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7063.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::getGeneralData' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7064.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::getGeneralDataUpdatedTime' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7065.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::languageAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7066.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::maxVehicleSizeAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7067.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::parkingTypeAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7068.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::paymentMethodAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7069.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::propertyTypeAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7070.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::sendAndroidPushNotification' => ['privates''.service_locator.8miSwrX''get_ServiceLocator_8miSwrXService'false],
  7071.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::sendiOSPushNotification' => ['privates''.service_locator.oJaxPjI''get_ServiceLocator_OJaxPjIService'false],
  7072.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::stripeCheckAction' => ['privates''.service_locator.VN_hJqu''get_ServiceLocator_VNHJquService'false],
  7073.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::timeFormatAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7074.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::timezoneAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7075.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7076.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7077.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7078.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7079.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7080.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7081.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7082.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7083.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7084.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7085.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7086.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7087.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7088.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7089.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7090.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7091.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7092.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7093.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7094.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7095.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7096.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7097.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7098.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7099.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7100.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7101.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processExtendBookingOrderForUser' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7102.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processFlexibleBookingOrderForUser' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7103.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processHourlyBookingOrderForUser' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7104.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processMonthlyBookingOrderForUser' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7105.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processMonthlyPaymentRenewalSuccess' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7106.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::removeAnyConflictingPaymentIntent' => ['privates''.service_locator.Zf80uHq''get_ServiceLocator_Zf80uHqService'false],
  7107.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7108.             'App\\AppBundle\\APIBundle\\Services\\PayoutService::createPdfCustomerInvoiceForUser' => ['privates''.service_locator.GFHh3VU''get_ServiceLocator_GFHh3VUService'false],
  7109.             'App\\AppBundle\\APIBundle\\Services\\PayoutService::createPdfPayoutInvoiceForSupplier' => ['privates''.service_locator.lBRaC8e''get_ServiceLocator_LBRaC8eService'false],
  7110.             'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService::getApplicablePromoCodesForUser' => ['privates''.service_locator.AaDXe.i''get_ServiceLocator_AaDXe_IService'false],
  7111.             'App\\AppBundle\\APIBundle\\Services\\PushNotification::sendPushNotificationsToUsers' => ['privates''.service_locator.AaDXe.i''get_ServiceLocator_AaDXe_IService'false],
  7112.             'App\\AppBundle\\APIBundle\\Services\\ReferralService::checkAndGenerateReferralPromoCodesForSpotSeekerTask' => ['privates''.service_locator.ivWwHWa''get_ServiceLocator_IvWwHWaService'false],
  7113.             'App\\AppBundle\\APIBundle\\Services\\ReferralService::generatePromoCodesForUserSignUp' => ['privates''.service_locator.DOj17hd''get_ServiceLocator_DOj17hdService'false],
  7114.             'App\\AppBundle\\APIBundle\\Services\\ReferralService::generateReferralPromoCodesForSpotOwnerTask' => ['privates''.service_locator.ivWwHWa''get_ServiceLocator_IvWwHWaService'false],
  7115.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityCityDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7116.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityCountryDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7117.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityStateDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7118.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityCitiesDataAction' => ['privates''.service_locator.aCYzhBo''get_ServiceLocator_ACYzhBoService'false],
  7119.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityCountryDataAction' => ['privates''.service_locator.aCYzhBo''get_ServiceLocator_ACYzhBoService'false],
  7120.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityStatesDataAction' => ['privates''.service_locator.aCYzhBo''get_ServiceLocator_ACYzhBoService'false],
  7121.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityCitiesDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7122.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityCountryDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7123.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityStatesDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7124.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityCitiesDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7125.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityCountryDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7126.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityStatesDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7127.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityCityDataListAction' => ['privates''.service_locator.HWnmTYE''get_ServiceLocator_HWnmTYEService'false],
  7128.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityDataListAction' => ['privates''.service_locator.HWnmTYE''get_ServiceLocator_HWnmTYEService'false],
  7129.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityStateDataListAction' => ['privates''.service_locator.HWnmTYE''get_ServiceLocator_HWnmTYEService'false],
  7130.             'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController::getAdminConfigDetails' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7131.             'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController::updateAdminConfigDetails' => ['privates''.service_locator.BznMJov''get_ServiceLocator_BznMJovService'false],
  7132.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::activateAdminNotificationsEmailToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7133.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::deactivateAdminNotificationsEmailToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7134.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersCreateEdit' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7135.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersList' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7136.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersUpdateImage' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7137.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::activateAdminNotificationsPushToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7138.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::deactivateAdminNotificationsPushToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7139.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersCreateEdit' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7140.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersList' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7141.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersUpdateImage' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7142.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::activateAdminNotificationsSMSToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7143.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::deactivateAdminNotificationsSMSToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7144.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::getAdminNotificationsSMSToUsersCreateEdit' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7145.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::getAdminNotificationsSMSToUsersList' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7146.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController::getAllPayoutsListAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7147.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController::getPayoutDetailsAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7148.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::activatePromoCodeAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7149.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::createEditPromoCodeAction' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7150.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::deactivatePromoCodeAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7151.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::getAllPromoCodesListAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7152.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::updatePromoCodeImageAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7153.             'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController::getAllTransferListAction' => ['privates''.service_locator.VGkZZKk''get_ServiceLocator_VGkZZKkService'false],
  7154.             'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController::getTransferDetailsAction' => ['privates''.service_locator.mocLGcL''get_ServiceLocator_MocLGcLService'false],
  7155.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::activateAdminUserAction' => ['privates''.service_locator.9o6FPd2''get_ServiceLocator_9o6FPd2Service'false],
  7156.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::createAdminUserAction' => ['privates''.service_locator.9o6FPd2''get_ServiceLocator_9o6FPd2Service'false],
  7157.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::deActivateAdminUserAction' => ['privates''.service_locator.9o6FPd2''get_ServiceLocator_9o6FPd2Service'false],
  7158.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::getAdminUserListAction' => ['privates''.service_locator.9o6FPd2''get_ServiceLocator_9o6FPd2Service'false],
  7159.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getAllRequestedUserDataDeletionRequestsAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7160.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getDeletedUserDataRequestsAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7161.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRemoveDeleteRequestAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7162.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestDeleteAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7163.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestOnHoldAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7164.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestRemoveHoldAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7165.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::bookingCancelAdminRequest' => ['privates''.service_locator.NjynsQo''get_ServiceLocator_NjynsQoService'false],
  7166.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingDetailAction' => ['privates''.service_locator.kBqHERH''get_ServiceLocator_KBqHERHService'false],
  7167.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingListAction' => ['privates''.service_locator.kBqHERH''get_ServiceLocator_KBqHERHService'false],
  7168.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingSpotRatingAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7169.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processFlexibleBookingCancelRequest' => ['privates''.service_locator.7ulhEgd''get_ServiceLocator_7ulhEgdService'false],
  7170.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processHourlyBookingCancelRequest' => ['privates''.service_locator.7ulhEgd''get_ServiceLocator_7ulhEgdService'false],
  7171.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processMonthlyBookingCancelRequest' => ['privates''.service_locator.7ulhEgd''get_ServiceLocator_7ulhEgdService'false],
  7172.             'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController::getCurrencyDataListAction' => ['privates''.service_locator.vVFID0P''get_ServiceLocator_VVFID0PService'false],
  7173.             'App\\AppBundle\\AdminBundle\\Controller\\DashboardController::getDashboardDataAction' => ['privates''.service_locator.qax5r2Y''get_ServiceLocator_Qax5r2YService'false],
  7174.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::changeUserPasswordAction' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7175.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::getAdminUserUnReadCountDetails' => ['privates''.service_locator.Oes5daz''get_ServiceLocator_Oes5dazService'false],
  7176.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::getUserDetailsAction' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7177.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::loginAction' => ['privates''.service_locator.Q9AuYno''get_ServiceLocator_Q9AuYnoService'false],
  7178.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::logoutAction' => ['privates''.service_locator.Q9AuYno''get_ServiceLocator_Q9AuYnoService'false],
  7179.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::resendLoginOtpAction' => ['privates''.service_locator.e95HFg1''get_ServiceLocator_E95HFg1Service'false],
  7180.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::sendLoginPasswordOTPEmail' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7181.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::verifyLoginOtpAction' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7182.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::activateSpotAction' => ['privates''.service_locator.NePU5ff''get_ServiceLocator_NePU5ffService'false],
  7183.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::deactivateSpotAction' => ['privates''.service_locator.NePU5ff''get_ServiceLocator_NePU5ffService'false],
  7184.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::deleteSpotAction' => ['privates''.service_locator.NePU5ff''get_ServiceLocator_NePU5ffService'false],
  7185.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSearchSpotListAction' => ['privates''.service_locator.mQniZlO''get_ServiceLocator_MQniZlOService'false],
  7186.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSpotDetailAction' => ['privates''.service_locator.mQniZlO''get_ServiceLocator_MQniZlOService'false],
  7187.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSpotListAction' => ['privates''.service_locator.mQniZlO''get_ServiceLocator_MQniZlOService'false],
  7188.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::validateSpotAction' => ['privates''.service_locator.Kwqgx7S''get_ServiceLocator_Kwqgx7SService'false],
  7189.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::verifySpotAction' => ['privates''.service_locator.OeFc8.w''get_ServiceLocator_OeFc8_WService'false],
  7190.             'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController::getSpotReviewsListAction' => ['privates''.service_locator.Vlcl7hw''get_ServiceLocator_Vlcl7hwService'false],
  7191.             'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController::notifySpotRatingReminderAction' => ['privates''.service_locator.5NMRITt''get_ServiceLocator_5NMRITtService'false],
  7192.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportBugReportingListAction' => ['privates''.service_locator.rpE2bWv''get_ServiceLocator_RpE2bWvService'false],
  7193.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportEmailListAction' => ['privates''.service_locator._y0kmKs''get_ServiceLocator_Y0kmKsService'false],
  7194.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportNewIdeaListAction' => ['privates''.service_locator.rpE2bWv''get_ServiceLocator_RpE2bWvService'false],
  7195.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportRequestedListAction' => ['privates''.service_locator.rpE2bWv''get_ServiceLocator_RpE2bWvService'false],
  7196.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingFavoriteRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7197.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingReadStatusRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7198.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7199.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailFavoriteRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7200.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailReadStatusRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7201.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailRequestAction' => ['privates''.service_locator.1_Fg8AX''get_ServiceLocator_1Fg8AXService'false],
  7202.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaFavoriteRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7203.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaReadStatusRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7204.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7205.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackFavoriteRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7206.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackReadStatusRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7207.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7208.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::activateUserAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7209.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::deactivateUserAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7210.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserActiveDevicesAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7211.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserDetailAction' => ['privates''.service_locator.zbwN0O2''get_ServiceLocator_ZbwN0O2Service'false],
  7212.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserListAction' => ['privates''.service_locator.zbwN0O2''get_ServiceLocator_ZbwN0O2Service'false],
  7213.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserReferralsAction' => ['privates''.service_locator.20cn7Z9''get_ServiceLocator_20cn7Z9Service'false],
  7214.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserSearchListAction' => ['privates''.service_locator.zbwN0O2''get_ServiceLocator_ZbwN0O2Service'false],
  7215.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::getCommissionRatesForUserAction' => ['privates''.service_locator.tzxQTLn''get_ServiceLocator_TzxQTLnService'false],
  7216.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::getSpotReviewsListAction' => ['privates''.service_locator.tzxQTLn''get_ServiceLocator_TzxQTLnService'false],
  7217.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::updateCommissionRatesForUserAction' => ['privates''.service_locator.tzxQTLn''get_ServiceLocator_TzxQTLnService'false],
  7218.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getFavoriteSpotListAction' => ['privates''.service_locator.3DnV7I7''get_ServiceLocator_3DnV7I7Service'false],
  7219.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getPaymentListAction' => ['privates''.service_locator.yb3JJCm''get_ServiceLocator_Yb3JJCmService'false],
  7220.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getSpotRatingsAction' => ['privates''.service_locator.8HEMfKh''get_ServiceLocator_8HEMfKhService'false],
  7221.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getVehicleListAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7222.             'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController::getAllVehiclesListAction' => ['privates''.service_locator.mocLGcL''get_ServiceLocator_MocLGcLService'false],
  7223.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::addNewPricingDataAction' => ['privates''.service_locator.OHM_hc5''get_ServiceLocator_OHMHc5Service'false],
  7224.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::deleteNewPricingDataAction' => ['privates''.service_locator.OHM_hc5''get_ServiceLocator_OHMHc5Service'false],
  7225.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::editNewPricingDataAction' => ['privates''.service_locator.biY9n1t''get_ServiceLocator_BiY9n1tService'false],
  7226.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::getWpPricingDataListAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7227.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::ChatbotWebHook' => ['privates''.service_locator.9vpC.lh''get_ServiceLocator_9vpC_LhService'false],
  7228.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::homeAction' => ['privates''.service_locator.fy0lUR2''get_ServiceLocator_Fy0lUR2Service'false],
  7229.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::liveChatWebHook' => ['privates''.service_locator.A9w0Irc''get_ServiceLocator_A9w0IrcService'false],
  7230.             'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7231.             'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7232.             'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7233.             'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7234.             'App\\AppBundle\\MainBundle\\Controller\\MainController::checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7235.             'App\\AppBundle\\MainBundle\\Controller\\MainController::checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7236.             'App\\AppBundle\\MainBundle\\Controller\\MainController::checkTestAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7237.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7238.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7239.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7240.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7241.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7242.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7243.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7244.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7245.             'App\\AppBundle\\MainBundle\\Controller\\MainController::databaseAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7246.             'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7247.             'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7248.             'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7249.             'App\\AppBundle\\MainBundle\\Controller\\MainController::flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7250.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7251.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7252.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7253.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7254.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7255.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7256.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7257.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7258.             'App\\AppBundle\\MainBundle\\Controller\\MainController::homeAction' => ['privates''.service_locator.CsoNZKG''get_ServiceLocator_CsoNZKGService'false],
  7259.             'App\\AppBundle\\MainBundle\\Controller\\MainController::test4Action' => ['privates''.service_locator.6O0F3GQ''get_ServiceLocator_6O0F3GQService'false],
  7260.             'App\\AppBundle\\MainBundle\\Controller\\MainController::test5' => ['privates''.service_locator.6O0F3GQ''get_ServiceLocator_6O0F3GQService'false],
  7261.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7262.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testAlphaAction' => ['privates''.service_locator.fy0lUR2''get_ServiceLocator_Fy0lUR2Service'false],
  7263.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testCustomerAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7264.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testPayoutAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7265.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testStripeAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7266.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testStripeOrderAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7267.             'App\\AppBundle\\MainBundle\\Controller\\MainController::updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7268.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::PaymentErrorAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7269.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::PaymentSuccessAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7270.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::makeFailedPaymentAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7271.             'App\\AppBundle\\MainBundle\\Services\\SendMail::exceptionEmailToAdmin' => ['privates''.service_locator.91NU1q5''get_ServiceLocator_91NU1q5Service'false],
  7272.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sendEmailBasicTemplate' => ['privates''.service_locator.91NU1q5''get_ServiceLocator_91NU1q5Service'false],
  7273.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sendEmailToAdmin' => ['privates''.service_locator.91NU1q5''get_ServiceLocator_91NU1q5Service'false],
  7274.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sendPayoutEmailToSupplier' => ['privates''.service_locator.g3KFyXK''get_ServiceLocator_G3KFyXKService'false],
  7275.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sendRatingReminderEmailToUser' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7276.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sentEmailOnReferralCodeUserSignUp' => ['privates''.service_locator.91NU1q5''get_ServiceLocator_91NU1q5Service'false],
  7277.             'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotValidationError' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7278.             'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotValidationSuccess' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7279.             'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotVerificationError' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7280.             'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotVerificationSuccess' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7281.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  7282.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  7283.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotAvailabilityAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7284.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotLocationDetailsAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7285.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7286.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoDeleteAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7287.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoSequenceAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7288.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPricingAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7289.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotSpecialDaysAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7290.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotStreetViewAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7291.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotStreetViewNotAvailableAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7292.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotUnAvailabilityAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7293.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:checkIfCityAccessibleAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7294.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:checkIfSpotIsCompleted' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7295.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteMyIncompleteSpot' => ['privates''.service_locator.cN5Z8YK''get_ServiceLocator_CN5Z8YKService'false],
  7296.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteSpecialDaysAddSpotAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7297.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteSpotUnAvailabilityAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7298.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:getIncompleteSpotDetailsAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7299.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:saveAddSpotAction' => ['privates''.service_locator.a18ZBRC''get_ServiceLocator_A18ZBRCService'false],
  7300.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:skipSpecialDaysAddSpotAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7301.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:updateCaptionPhotoAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7302.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:verifyAddSpotAction' => ['privates''.service_locator.rvTfCtg''get_ServiceLocator_RvTfCtgService'false],
  7303.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7304.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7305.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7306.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7307.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7308.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7309.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7310.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7311.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7312.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7313.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7314.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7315.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7316.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7317.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7318.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7319.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7320.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7321.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7322.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7323.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7324.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7325.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7326.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7327.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7328.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7329.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7330.             'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController:calculatorEarningCalculatorAction' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  7331.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7332.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7333.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7334.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7335.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7336.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7337.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPaymentIntentActionForExtendBooking' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  7338.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7339.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7340.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7341.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7342.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7343.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7344.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7345.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7346.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:extendBookingAction' => ['privates''.service_locator.ACOduK9''get_ServiceLocator_ACOduK9Service'false],
  7347.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:extendBookingCheckoutAction' => ['privates''.service_locator.LrbTg0J''get_ServiceLocator_LrbTg0JService'false],
  7348.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7349.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7350.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7351.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7352.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getBookingConfirmationDetailsForExtendBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  7353.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7354.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7355.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7356.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7357.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7358.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7359.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7360.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7361.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7362.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7363.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7364.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7365.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7366.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7367.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7368.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPaymentIntentActionForFlexibleBooking' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  7369.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7370.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7371.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7372.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7373.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7374.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7375.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7376.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7377.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7378.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7379.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7380.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingCancelCalculateAmountRequest' => ['privates''.service_locator.1rdB0bx''get_ServiceLocator_1rdB0bxService'false],
  7381.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingCancelRequest' => ['privates''.service_locator.ki1i2d4''get_ServiceLocator_Ki1i2d4Service'false],
  7382.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingConfirmBookingAction' => ['privates''.service_locator.kdU9rVl''get_ServiceLocator_KdU9rVlService'false],
  7383.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7384.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingSpotCheckoutAction' => ['privates''.service_locator.BjqAP3L''get_ServiceLocator_BjqAP3LService'false],
  7385.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingSpotDetailAction' => ['privates''.service_locator.BjqAP3L''get_ServiceLocator_BjqAP3LService'false],
  7386.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getBookingConfirmationDetailsForFlexibleBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  7387.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7388.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7389.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7390.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7391.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7392.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7393.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7394.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7395.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:searchSpotFlexibleBooking' => ['privates''.service_locator.MfBxngP''get_ServiceLocator_MfBxngPService'false],
  7396.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7397.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7398.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7399.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7400.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7401.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:cancelHourlyBookingPaymentIntent' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  7402.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7403.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7404.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPaymentIntentActionForHourlyBooking' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  7405.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7406.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7407.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7408.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7409.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7410.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7411.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7412.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7413.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7414.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7415.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7416.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7417.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getBookingConfirmationDetailsForHourlyBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  7418.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7419.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7420.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7421.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7422.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7423.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7424.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getPuSpotDetailsAction' => ['privates''.service_locator.INy8Mkw''get_ServiceLocator_INy8MkwService'false],
  7425.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7426.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7427.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:hourlyBookingCancelCalculateAmountRequest' => ['privates''.service_locator.Z0x8yyY''get_ServiceLocator_Z0x8yyYService'false],
  7428.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:hourlyBookingCancelRequest' => ['privates''.service_locator.dRgXCCQ''get_ServiceLocator_DRgXCCQService'false],
  7429.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:searchSpotShortTerm' => ['privates''.service_locator.BjqAP3L''get_ServiceLocator_BjqAP3LService'false],
  7430.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:shortTermCheckoutBooking' => ['privates''.service_locator.LrbTg0J''get_ServiceLocator_LrbTg0JService'false],
  7431.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:shortTermSpotBookingSuccess' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  7432.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7433.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:changePasswordAction' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  7434.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:createNewPasswordAction' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  7435.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:forgotPasswordAction' => ['privates''.service_locator.cx_rCup''get_ServiceLocator_CxRCupService'false],
  7436.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:forgotPasswordOTPAction' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  7437.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:getAppleUserDetailsIfExist' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  7438.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:getUserLoginDetails' => ['privates''.service_locator.mV1lCRx''get_ServiceLocator_MV1lCRxService'false],
  7439.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:loginAction' => ['privates''.service_locator.Vr7.Tfu''get_ServiceLocator_Vr7_TfuService'false],
  7440.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:logoutUserAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  7441.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:resendNowAction' => ['privates''.service_locator.XfEfNnl''get_ServiceLocator_XfEfNnlService'false],
  7442.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:resendVerifyNumberOtpAction' => ['privates''.service_locator.XfEfNnl''get_ServiceLocator_XfEfNnlService'false],
  7443.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:resetPasswordEmail' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7444.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:selectRolesAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  7445.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:signUpAction' => ['privates''.service_locator.lyqrpJT''get_ServiceLocator_LyqrpJTService'false],
  7446.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:upDateMobileNumberAction' => ['privates''.service_locator.78w.U1z''get_ServiceLocator_78w_U1zService'false],
  7447.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateNotificationTokenAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  7448.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateUserActiveRoleAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  7449.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateUserLoginProcessStepsAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  7450.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:userDetailsAction' => ['privates''.service_locator.uBRi26_''get_ServiceLocator_UBRi26Service'false],
  7451.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:verifyMobileNumberAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  7452.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7453.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7454.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7455.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7456.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7457.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7458.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPaymentIntentActionForMonthlyBooking' => ['privates''.service_locator.Cbs4yEF''get_ServiceLocator_Cbs4yEFService'false],
  7459.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPaymentIntentForRepaymentOfMonthlyBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  7460.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7461.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7462.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7463.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7464.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7465.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7466.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7467.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7468.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7469.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7470.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7471.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7472.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingConfirmationDetailsForMonthlyBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  7473.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7474.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingDetailsForRepaymentSuccessOfMonthlyBooking' => ['privates''.service_locator.C11bA8i''get_ServiceLocator_C11bA8iService'false],
  7475.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7476.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7477.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7478.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7479.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7480.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7481.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7482.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCancelCalculateAmountRequest' => ['privates''.service_locator.Z0x8yyY''get_ServiceLocator_Z0x8yyYService'false],
  7483.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCancelRequest' => ['privates''.service_locator.ki1i2d4''get_ServiceLocator_Ki1i2d4Service'false],
  7484.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCheckoutAction' => ['privates''.service_locator.S7wiGw1''get_ServiceLocator_S7wiGw1Service'false],
  7485.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingConfirmBookedAction' => ['privates''.service_locator.Cd7__VZ''get_ServiceLocator_Cd7VZService'false],
  7486.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingFreeCancelDateConfirmRequest' => ['privates''.service_locator.1rdB0bx''get_ServiceLocator_1rdB0bxService'false],
  7487.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingFreeCancelDatesRequest' => ['privates''.service_locator.1rdB0bx''get_ServiceLocator_1rdB0bxService'false],
  7488.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingSpotDetailAction' => ['privates''.service_locator.MfBxngP''get_ServiceLocator_MfBxngPService'false],
  7489.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:searchSpotMonthlyBooking' => ['privates''.service_locator.MfBxngP''get_ServiceLocator_MfBxngPService'false],
  7490.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7491.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:activateMySpot' => ['privates''.service_locator.cN5Z8YK''get_ServiceLocator_CN5Z8YKService'false],
  7492.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:deactivateMySpot' => ['privates''.service_locator.4FUHAaQ''get_ServiceLocator_4FUHAaQService'false],
  7493.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:deleteMySpot' => ['privates''.service_locator.4FUHAaQ''get_ServiceLocator_4FUHAaQService'false],
  7494.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMyCompleteSpots' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  7495.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMyIncompleteSpots' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7496.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMySpots' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  7497.             'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController:getAllNotifications' => ['privates''.service_locator.dD6YMcO''get_ServiceLocator_DD6YMcOService'false],
  7498.             'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController:markNotificationAsRead' => ['privates''.service_locator.dD6YMcO''get_ServiceLocator_DD6YMcOService'false],
  7499.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getMyBookingReservationAction' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  7500.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getMySpotReviewsAction' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  7501.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getSupplierUserRatingAction' => ['privates''.service_locator.ND421BA''get_ServiceLocator_ND421BAService'false],
  7502.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:saveSupplierUserRatingAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7503.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:addNewCardAction' => ['privates''.service_locator.2vT07RS''get_ServiceLocator_2vT07RSService'false],
  7504.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:addUpdateVehicleAction' => ['privates''.service_locator.9EpPlpp''get_ServiceLocator_9EpPlppService'false],
  7505.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7506.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7507.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7508.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7509.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7510.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7511.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7512.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7513.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7514.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7515.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7516.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7517.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7518.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7519.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:deleteCardAction' => ['privates''.service_locator.2NfqTQ4''get_ServiceLocator_2NfqTQ4Service'false],
  7520.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:deleteVehicleAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  7521.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:endMyBookingAction' => ['privates''.service_locator._5dbssJ''get_ServiceLocator_5dbssJService'false],
  7522.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7523.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7524.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7525.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7526.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getBookingDetailAction' => ['privates''.service_locator.h.q.aVu''get_ServiceLocator_H_Q_AVuService'false],
  7527.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7528.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7529.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7530.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7531.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFavSpotsAction' => ['privates''.service_locator.FzZ.5Td''get_ServiceLocator_FzZ_5TdService'false],
  7532.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7533.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7534.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getMyAllBookingsAction' => ['privates''.service_locator.qK.jlK5''get_ServiceLocator_QK_JlK5Service'false],
  7535.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7536.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7537.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserPaymentListAction' => ['privates''.service_locator.aJIynMs''get_ServiceLocator_AJIynMsService'false],
  7538.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserSpotRatingForOrderAction' => ['privates''.service_locator.FzZ.5Td''get_ServiceLocator_FzZ_5TdService'false],
  7539.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserSpotRatingsAction' => ['privates''.service_locator.beqlGpC''get_ServiceLocator_BeqlGpCService'false],
  7540.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:saveFavSpotAction' => ['privates''.service_locator._5dbssJ''get_ServiceLocator_5dbssJService'false],
  7541.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:saveUserSpotRatingsAction' => ['privates''.service_locator.oaipI.H''get_ServiceLocator_OaipI_HService'false],
  7542.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:updateCardAction' => ['privates''.service_locator.rYYiCTu''get_ServiceLocator_RYYiCTuService'false],
  7543.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7544.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:vehicleListAction' => ['privates''.service_locator.9EpPlpp''get_ServiceLocator_9EpPlppService'false],
  7545.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutAccountDetailsAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  7546.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutRequestPayoutAction' => ['privates''.service_locator.2oTZoRS''get_ServiceLocator_2oTZoRSService'false],
  7547.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeRedirectAction' => ['privates''.service_locator.T9Qp5g_''get_ServiceLocator_T9Qp5gService'false],
  7548.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeRefreshAction' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7549.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeReturnAction' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7550.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7551.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7552.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7553.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7554.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkIfPromoCodesExistForCheckoutForSpotAndUser' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7555.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7556.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7557.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7558.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7559.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7560.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7561.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7562.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7563.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7564.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7565.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7566.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7567.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7568.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7569.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7570.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7571.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7572.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7573.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7574.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7575.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getHomeBannerPromoCodes' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7576.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getPromoCodesForCheckoutForSpotAndUser' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7577.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getPromoCodesForUser' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7578.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7579.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7580.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7581.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:validatePromoCodesForCheckoutForSpotAndUser' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7582.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7583.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7584.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7585.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7586.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7587.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7588.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7589.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7590.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7591.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7592.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7593.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7594.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7595.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7596.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7597.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7598.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7599.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7600.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7601.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getDetailsOfReferAndEarnForUserAction' => ['privates''.service_locator.Zmv4dA6''get_ServiceLocator_Zmv4dA6Service'false],
  7602.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7603.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7604.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7605.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7606.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7607.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7608.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7609.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7610.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:validateReferralCodeForUserAction' => ['privates''.service_locator.ved7J.A''get_ServiceLocator_Ved7J_AService'false],
  7611.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:deleteUserProfileAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7612.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserCurrencyAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7613.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserDateFormatAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7614.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserDistanceAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7615.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserLanguageAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7616.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserNotificationSettingsAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7617.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserProfileAction' => ['privates''.service_locator.UMYC0EW''get_ServiceLocator_UMYC0EWService'false],
  7618.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserTimeFormatAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7619.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserTimezoneAction' => ['privates''.service_locator.hVyK42i''get_ServiceLocator_HVyK42iService'false],
  7620.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:userManageNotificationsAction' => ['privates''.service_locator.FhUwI0V''get_ServiceLocator_FhUwI0VService'false],
  7621.             'App\\AppBundle\\APIBundle\\Controller\\StatementController:getCurrentStatementDetailAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  7622.             'App\\AppBundle\\APIBundle\\Controller\\StatementController:getPastStatementListAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  7623.             'App\\AppBundle\\APIBundle\\Controller\\StatementController:getStatementDataAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  7624.             'App\\AppBundle\\APIBundle\\Controller\\StatementController:getStatementDetailAction' => ['privates''.service_locator.D.SBsag''get_ServiceLocator_D_SBsagService'false],
  7625.             'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks:saveRequestCallBackAction' => ['privates''.service_locator.G2Ra73G''get_ServiceLocator_G2Ra73GService'false],
  7626.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveBugReportingAction' => ['privates''.service_locator.2ge1bJ_''get_ServiceLocator_2ge1bJService'false],
  7627.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveBugReportingAttachmentAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7628.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveEmailAction' => ['privates''.service_locator.2ge1bJ_''get_ServiceLocator_2ge1bJService'false],
  7629.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveEmailAttachmentAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7630.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveNewIdeaAction' => ['privates''.service_locator.2ge1bJ_''get_ServiceLocator_2ge1bJService'false],
  7631.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveNewIdeaAttachmentAction' => ['privates''.service_locator.ivioIbf''get_ServiceLocator_IvioIbfService'false],
  7632.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveRequestCallBackAction' => ['privates''.service_locator.dD6YMcO''get_ServiceLocator_DD6YMcOService'false],
  7633.             'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController:getRequestForUserDataDeletionAction' => ['privates''.service_locator.5G3fhQf''get_ServiceLocator_5G3fhQfService'false],
  7634.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:accessTypeAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7635.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:availabilityDaysMethodAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7636.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:currencyAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7637.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:dateFormatAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7638.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:getGeneralData' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7639.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:getGeneralDataUpdatedTime' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7640.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:languageAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7641.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:maxVehicleSizeAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7642.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:parkingTypeAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7643.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:paymentMethodAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7644.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:propertyTypeAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7645.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:sendAndroidPushNotification' => ['privates''.service_locator.8miSwrX''get_ServiceLocator_8miSwrXService'false],
  7646.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:sendiOSPushNotification' => ['privates''.service_locator.oJaxPjI''get_ServiceLocator_OJaxPjIService'false],
  7647.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:stripeCheckAction' => ['privates''.service_locator.VN_hJqu''get_ServiceLocator_VNHJquService'false],
  7648.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:timeFormatAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7649.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:timezoneAction' => ['privates''.service_locator.l41_4qV''get_ServiceLocator_L414qVService'false],
  7650.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7651.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7652.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7653.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7654.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7655.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7656.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7657.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7658.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7659.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7660.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7661.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7662.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7663.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7664.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7665.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7666.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7667.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7668.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7669.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7670.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7671.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7672.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7673.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7674.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7675.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7676.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processExtendBookingOrderForUser' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7677.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processFlexibleBookingOrderForUser' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7678.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processHourlyBookingOrderForUser' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7679.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processMonthlyBookingOrderForUser' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7680.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processMonthlyPaymentRenewalSuccess' => ['privates''.service_locator.rG2KAqt''get_ServiceLocator_RG2KAqtService'false],
  7681.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:removeAnyConflictingPaymentIntent' => ['privates''.service_locator.Zf80uHq''get_ServiceLocator_Zf80uHqService'false],
  7682.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7683.             'App\\AppBundle\\APIBundle\\Services\\PayoutService:createPdfCustomerInvoiceForUser' => ['privates''.service_locator.GFHh3VU''get_ServiceLocator_GFHh3VUService'false],
  7684.             'App\\AppBundle\\APIBundle\\Services\\PayoutService:createPdfPayoutInvoiceForSupplier' => ['privates''.service_locator.lBRaC8e''get_ServiceLocator_LBRaC8eService'false],
  7685.             'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService:getApplicablePromoCodesForUser' => ['privates''.service_locator.AaDXe.i''get_ServiceLocator_AaDXe_IService'false],
  7686.             'App\\AppBundle\\APIBundle\\Services\\PushNotification:sendPushNotificationsToUsers' => ['privates''.service_locator.AaDXe.i''get_ServiceLocator_AaDXe_IService'false],
  7687.             'App\\AppBundle\\APIBundle\\Services\\ReferralService:checkAndGenerateReferralPromoCodesForSpotSeekerTask' => ['privates''.service_locator.ivWwHWa''get_ServiceLocator_IvWwHWaService'false],
  7688.             'App\\AppBundle\\APIBundle\\Services\\ReferralService:generatePromoCodesForUserSignUp' => ['privates''.service_locator.DOj17hd''get_ServiceLocator_DOj17hdService'false],
  7689.             'App\\AppBundle\\APIBundle\\Services\\ReferralService:generateReferralPromoCodesForSpotOwnerTask' => ['privates''.service_locator.ivWwHWa''get_ServiceLocator_IvWwHWaService'false],
  7690.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityCityDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7691.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityCountryDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7692.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityStateDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7693.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityCitiesDataAction' => ['privates''.service_locator.aCYzhBo''get_ServiceLocator_ACYzhBoService'false],
  7694.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityCountryDataAction' => ['privates''.service_locator.aCYzhBo''get_ServiceLocator_ACYzhBoService'false],
  7695.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityStatesDataAction' => ['privates''.service_locator.aCYzhBo''get_ServiceLocator_ACYzhBoService'false],
  7696.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityCitiesDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7697.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityCountryDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7698.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityStatesDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7699.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityCitiesDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7700.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityCountryDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7701.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityStatesDataAction' => ['privates''.service_locator.74kS38P''get_ServiceLocator_74kS38PService'false],
  7702.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityCityDataListAction' => ['privates''.service_locator.HWnmTYE''get_ServiceLocator_HWnmTYEService'false],
  7703.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityDataListAction' => ['privates''.service_locator.HWnmTYE''get_ServiceLocator_HWnmTYEService'false],
  7704.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityStateDataListAction' => ['privates''.service_locator.HWnmTYE''get_ServiceLocator_HWnmTYEService'false],
  7705.             'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController:getAdminConfigDetails' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7706.             'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController:updateAdminConfigDetails' => ['privates''.service_locator.BznMJov''get_ServiceLocator_BznMJovService'false],
  7707.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:activateAdminNotificationsEmailToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7708.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:deactivateAdminNotificationsEmailToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7709.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersCreateEdit' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7710.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersList' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7711.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersUpdateImage' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7712.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:activateAdminNotificationsPushToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7713.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:deactivateAdminNotificationsPushToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7714.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersCreateEdit' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7715.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersList' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7716.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersUpdateImage' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7717.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:activateAdminNotificationsSMSToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7718.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:deactivateAdminNotificationsSMSToUsers' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7719.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:getAdminNotificationsSMSToUsersCreateEdit' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7720.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:getAdminNotificationsSMSToUsersList' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7721.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController:getAllPayoutsListAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7722.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController:getPayoutDetailsAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7723.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:activatePromoCodeAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7724.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:createEditPromoCodeAction' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7725.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:deactivatePromoCodeAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7726.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:getAllPromoCodesListAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7727.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:updatePromoCodeImageAction' => ['privates''.service_locator.hCYIIVM''get_ServiceLocator_HCYIIVMService'false],
  7728.             'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController:getAllTransferListAction' => ['privates''.service_locator.VGkZZKk''get_ServiceLocator_VGkZZKkService'false],
  7729.             'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController:getTransferDetailsAction' => ['privates''.service_locator.mocLGcL''get_ServiceLocator_MocLGcLService'false],
  7730.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:activateAdminUserAction' => ['privates''.service_locator.9o6FPd2''get_ServiceLocator_9o6FPd2Service'false],
  7731.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:createAdminUserAction' => ['privates''.service_locator.9o6FPd2''get_ServiceLocator_9o6FPd2Service'false],
  7732.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:deActivateAdminUserAction' => ['privates''.service_locator.9o6FPd2''get_ServiceLocator_9o6FPd2Service'false],
  7733.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:getAdminUserListAction' => ['privates''.service_locator.9o6FPd2''get_ServiceLocator_9o6FPd2Service'false],
  7734.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getAllRequestedUserDataDeletionRequestsAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7735.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getDeletedUserDataRequestsAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7736.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRemoveDeleteRequestAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7737.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestDeleteAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7738.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestOnHoldAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7739.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestRemoveHoldAction' => ['privates''.service_locator._efam6b''get_ServiceLocator_Efam6bService'false],
  7740.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:bookingCancelAdminRequest' => ['privates''.service_locator.NjynsQo''get_ServiceLocator_NjynsQoService'false],
  7741.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingDetailAction' => ['privates''.service_locator.kBqHERH''get_ServiceLocator_KBqHERHService'false],
  7742.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingListAction' => ['privates''.service_locator.kBqHERH''get_ServiceLocator_KBqHERHService'false],
  7743.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingSpotRatingAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7744.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processFlexibleBookingCancelRequest' => ['privates''.service_locator.7ulhEgd''get_ServiceLocator_7ulhEgdService'false],
  7745.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processHourlyBookingCancelRequest' => ['privates''.service_locator.7ulhEgd''get_ServiceLocator_7ulhEgdService'false],
  7746.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processMonthlyBookingCancelRequest' => ['privates''.service_locator.7ulhEgd''get_ServiceLocator_7ulhEgdService'false],
  7747.             'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController:getCurrencyDataListAction' => ['privates''.service_locator.vVFID0P''get_ServiceLocator_VVFID0PService'false],
  7748.             'App\\AppBundle\\AdminBundle\\Controller\\DashboardController:getDashboardDataAction' => ['privates''.service_locator.qax5r2Y''get_ServiceLocator_Qax5r2YService'false],
  7749.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:changeUserPasswordAction' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7750.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:getAdminUserUnReadCountDetails' => ['privates''.service_locator.Oes5daz''get_ServiceLocator_Oes5dazService'false],
  7751.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:getUserDetailsAction' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7752.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:loginAction' => ['privates''.service_locator.Q9AuYno''get_ServiceLocator_Q9AuYnoService'false],
  7753.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:logoutAction' => ['privates''.service_locator.Q9AuYno''get_ServiceLocator_Q9AuYnoService'false],
  7754.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:resendLoginOtpAction' => ['privates''.service_locator.e95HFg1''get_ServiceLocator_E95HFg1Service'false],
  7755.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:sendLoginPasswordOTPEmail' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7756.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:verifyLoginOtpAction' => ['privates''.service_locator.v.CLIbz''get_ServiceLocator_V_CLIbzService'false],
  7757.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:activateSpotAction' => ['privates''.service_locator.NePU5ff''get_ServiceLocator_NePU5ffService'false],
  7758.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:deactivateSpotAction' => ['privates''.service_locator.NePU5ff''get_ServiceLocator_NePU5ffService'false],
  7759.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:deleteSpotAction' => ['privates''.service_locator.NePU5ff''get_ServiceLocator_NePU5ffService'false],
  7760.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSearchSpotListAction' => ['privates''.service_locator.mQniZlO''get_ServiceLocator_MQniZlOService'false],
  7761.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSpotDetailAction' => ['privates''.service_locator.mQniZlO''get_ServiceLocator_MQniZlOService'false],
  7762.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSpotListAction' => ['privates''.service_locator.mQniZlO''get_ServiceLocator_MQniZlOService'false],
  7763.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:validateSpotAction' => ['privates''.service_locator.Kwqgx7S''get_ServiceLocator_Kwqgx7SService'false],
  7764.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:verifySpotAction' => ['privates''.service_locator.OeFc8.w''get_ServiceLocator_OeFc8_WService'false],
  7765.             'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController:getSpotReviewsListAction' => ['privates''.service_locator.Vlcl7hw''get_ServiceLocator_Vlcl7hwService'false],
  7766.             'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController:notifySpotRatingReminderAction' => ['privates''.service_locator.5NMRITt''get_ServiceLocator_5NMRITtService'false],
  7767.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportBugReportingListAction' => ['privates''.service_locator.rpE2bWv''get_ServiceLocator_RpE2bWvService'false],
  7768.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportEmailListAction' => ['privates''.service_locator._y0kmKs''get_ServiceLocator_Y0kmKsService'false],
  7769.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportNewIdeaListAction' => ['privates''.service_locator.rpE2bWv''get_ServiceLocator_RpE2bWvService'false],
  7770.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportRequestedListAction' => ['privates''.service_locator.rpE2bWv''get_ServiceLocator_RpE2bWvService'false],
  7771.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingFavoriteRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7772.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingReadStatusRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7773.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7774.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailFavoriteRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7775.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailReadStatusRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7776.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailRequestAction' => ['privates''.service_locator.1_Fg8AX''get_ServiceLocator_1Fg8AXService'false],
  7777.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaFavoriteRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7778.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaReadStatusRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7779.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7780.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackFavoriteRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7781.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackReadStatusRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7782.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackRequestAction' => ['privates''.service_locator.qc8gZks''get_ServiceLocator_Qc8gZksService'false],
  7783.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:activateUserAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7784.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:deactivateUserAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7785.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserActiveDevicesAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7786.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserDetailAction' => ['privates''.service_locator.zbwN0O2''get_ServiceLocator_ZbwN0O2Service'false],
  7787.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserListAction' => ['privates''.service_locator.zbwN0O2''get_ServiceLocator_ZbwN0O2Service'false],
  7788.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserReferralsAction' => ['privates''.service_locator.20cn7Z9''get_ServiceLocator_20cn7Z9Service'false],
  7789.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserSearchListAction' => ['privates''.service_locator.zbwN0O2''get_ServiceLocator_ZbwN0O2Service'false],
  7790.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:getCommissionRatesForUserAction' => ['privates''.service_locator.tzxQTLn''get_ServiceLocator_TzxQTLnService'false],
  7791.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:getSpotReviewsListAction' => ['privates''.service_locator.tzxQTLn''get_ServiceLocator_TzxQTLnService'false],
  7792.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:updateCommissionRatesForUserAction' => ['privates''.service_locator.tzxQTLn''get_ServiceLocator_TzxQTLnService'false],
  7793.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getFavoriteSpotListAction' => ['privates''.service_locator.3DnV7I7''get_ServiceLocator_3DnV7I7Service'false],
  7794.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getPaymentListAction' => ['privates''.service_locator.yb3JJCm''get_ServiceLocator_Yb3JJCmService'false],
  7795.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getSpotRatingsAction' => ['privates''.service_locator.8HEMfKh''get_ServiceLocator_8HEMfKhService'false],
  7796.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getVehicleListAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7797.             'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController:getAllVehiclesListAction' => ['privates''.service_locator.mocLGcL''get_ServiceLocator_MocLGcLService'false],
  7798.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:addNewPricingDataAction' => ['privates''.service_locator.OHM_hc5''get_ServiceLocator_OHMHc5Service'false],
  7799.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:deleteNewPricingDataAction' => ['privates''.service_locator.OHM_hc5''get_ServiceLocator_OHMHc5Service'false],
  7800.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:editNewPricingDataAction' => ['privates''.service_locator.biY9n1t''get_ServiceLocator_BiY9n1tService'false],
  7801.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:getWpPricingDataListAction' => ['privates''.service_locator.0D2g72H''get_ServiceLocator_0D2g72HService'false],
  7802.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:ChatbotWebHook' => ['privates''.service_locator.9vpC.lh''get_ServiceLocator_9vpC_LhService'false],
  7803.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:homeAction' => ['privates''.service_locator.fy0lUR2''get_ServiceLocator_Fy0lUR2Service'false],
  7804.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:liveChatWebHook' => ['privates''.service_locator.A9w0Irc''get_ServiceLocator_A9w0IrcService'false],
  7805.             'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForFlexibleBookingCaseOne' => ['privates''.service_locator.1T.3f7w''get_ServiceLocator_1T_3f7wService'false],
  7806.             'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForFlexibleBookingOtherCases' => ['privates''.service_locator.DNGJb9Z''get_ServiceLocator_DNGJb9ZService'false],
  7807.             'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForSpot' => ['privates''.service_locator.HCrVwOF''get_ServiceLocator_HCrVwOFService'false],
  7808.             'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForSpotForPromoCodeApplied' => ['privates''.service_locator.cEX2sC.''get_ServiceLocator_CEX2sC_Service'false],
  7809.             'App\\AppBundle\\MainBundle\\Controller\\MainController:checkIfSpotIsAvailable' => ['privates''.service_locator.fhkrRZ1''get_ServiceLocator_FhkrRZ1Service'false],
  7810.             'App\\AppBundle\\MainBundle\\Controller\\MainController:checkSpotAvailabilityBasedOnAvailability' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7811.             'App\\AppBundle\\MainBundle\\Controller\\MainController:checkTestAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7812.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates''.service_locator.QHt1kW9''get_ServiceLocator_QHt1kW9Service'false],
  7813.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates''.service_locator.QojiIpb''get_ServiceLocator_QojiIpbService'false],
  7814.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForSpecialPricing' => ['privates''.service_locator.0NXHhNE''get_ServiceLocator_0NXHhNEService'false],
  7815.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotResponseDataForSpotDetail' => ['privates''.service_locator.ee54exu''get_ServiceLocator_Ee54exuService'false],
  7816.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotResponseForBriefSpotList' => ['privates''.service_locator.NYBtvGp''get_ServiceLocator_NYBtvGpService'false],
  7817.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArray' => ['privates''.service_locator.RTVhG5j''get_ServiceLocator_RTVhG5jService'false],
  7818.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7819.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7820.             'App\\AppBundle\\MainBundle\\Controller\\MainController:databaseAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7821.             'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotLocationsFromLatitudeLongitude' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7822.             'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7823.             'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates''.service_locator.q2ji3lu''get_ServiceLocator_Q2ji3luService'false],
  7824.             'App\\AppBundle\\MainBundle\\Controller\\MainController:flexibleBookingForSpotDetailAndCheckout' => ['privates''.service_locator.vzFKW9J''get_ServiceLocator_VzFKW9JService'false],
  7825.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getBookingDetailsForOrderId' => ['privates''.service_locator.JIRgQx0''get_ServiceLocator_JIRgQx0Service'false],
  7826.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForAvailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7827.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7828.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForUnavailabilityOfSpot' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7829.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7830.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getFlexibleSpotBookingForOtherCases' => ['privates''.service_locator.fh6OtOQ''get_ServiceLocator_Fh6OtOQService'false],
  7831.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getSpotOverAllRatingsForSpot' => ['privates''.service_locator.n8JU8bs''get_ServiceLocator_N8JU8bsService'false],
  7832.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getSpotResponseObjForFlexibleBooking' => ['privates''.service_locator.ukBc663''get_ServiceLocator_UkBc663Service'false],
  7833.             'App\\AppBundle\\MainBundle\\Controller\\MainController:homeAction' => ['privates''.service_locator.CsoNZKG''get_ServiceLocator_CsoNZKGService'false],
  7834.             'App\\AppBundle\\MainBundle\\Controller\\MainController:test4Action' => ['privates''.service_locator.6O0F3GQ''get_ServiceLocator_6O0F3GQService'false],
  7835.             'App\\AppBundle\\MainBundle\\Controller\\MainController:test5' => ['privates''.service_locator.6O0F3GQ''get_ServiceLocator_6O0F3GQService'false],
  7836.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7837.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testAlphaAction' => ['privates''.service_locator.fy0lUR2''get_ServiceLocator_Fy0lUR2Service'false],
  7838.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testCustomerAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7839.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testPayoutAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7840.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testStripeAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7841.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testStripeOrderAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7842.             'App\\AppBundle\\MainBundle\\Controller\\MainController:updateDefaultOrderObjectForBookedOrder' => ['privates''.service_locator.4z5.sDE''get_ServiceLocator_4z5_SDEService'false],
  7843.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:PaymentErrorAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7844.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:PaymentSuccessAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7845.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:makeFailedPaymentAction' => ['privates''.service_locator.oKMvwBW''get_ServiceLocator_OKMvwBWService'false],
  7846.             'App\\AppBundle\\MainBundle\\Services\\SendMail:exceptionEmailToAdmin' => ['privates''.service_locator.91NU1q5''get_ServiceLocator_91NU1q5Service'false],
  7847.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sendEmailBasicTemplate' => ['privates''.service_locator.91NU1q5''get_ServiceLocator_91NU1q5Service'false],
  7848.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sendEmailToAdmin' => ['privates''.service_locator.91NU1q5''get_ServiceLocator_91NU1q5Service'false],
  7849.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sendPayoutEmailToSupplier' => ['privates''.service_locator.g3KFyXK''get_ServiceLocator_G3KFyXKService'false],
  7850.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sendRatingReminderEmailToUser' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7851.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sentEmailOnReferralCodeUserSignUp' => ['privates''.service_locator.91NU1q5''get_ServiceLocator_91NU1q5Service'false],
  7852.             'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotValidationError' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7853.             'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotValidationSuccess' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7854.             'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotVerificationError' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7855.             'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotVerificationSuccess' => ['privates''.service_locator.Jqzm1nu''get_ServiceLocator_Jqzm1nuService'false],
  7856.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  7857.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  7858.         ], [
  7859.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotAvailabilityAction' => '?',
  7860.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotLocationDetailsAction' => '?',
  7861.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoAction' => '?',
  7862.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoDeleteAction' => '?',
  7863.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoSequenceAction' => '?',
  7864.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPricingAction' => '?',
  7865.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotSpecialDaysAction' => '?',
  7866.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotStreetViewAction' => '?',
  7867.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotStreetViewNotAvailableAction' => '?',
  7868.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotUnAvailabilityAction' => '?',
  7869.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::checkIfCityAccessibleAction' => '?',
  7870.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::checkIfSpotIsCompleted' => '?',
  7871.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteMyIncompleteSpot' => '?',
  7872.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteSpecialDaysAddSpotAction' => '?',
  7873.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteSpotUnAvailabilityAction' => '?',
  7874.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::getIncompleteSpotDetailsAction' => '?',
  7875.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::saveAddSpotAction' => '?',
  7876.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::skipSpecialDaysAddSpotAction' => '?',
  7877.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::updateCaptionPhotoAction' => '?',
  7878.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::verifyAddSpotAction' => '?',
  7879.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForFlexibleBookingCaseOne' => '?',
  7880.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForFlexibleBookingOtherCases' => '?',
  7881.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForSpot' => '?',
  7882.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForSpotForPromoCodeApplied' => '?',
  7883.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::checkIfSpotIsAvailable' => '?',
  7884.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::checkSpotAvailabilityBasedOnAvailability' => '?',
  7885.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  7886.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  7887.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForSpecialPricing' => '?',
  7888.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotResponseDataForSpotDetail' => '?',
  7889.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotResponseForBriefSpotList' => '?',
  7890.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArray' => '?',
  7891.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  7892.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  7893.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotLocationsFromLatitudeLongitude' => '?',
  7894.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  7895.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  7896.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::flexibleBookingForSpotDetailAndCheckout' => '?',
  7897.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getBookingDetailsForOrderId' => '?',
  7898.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForAvailabilityOfSpot' => '?',
  7899.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  7900.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForUnavailabilityOfSpot' => '?',
  7901.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  7902.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getFlexibleSpotBookingForOtherCases' => '?',
  7903.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getSpotOverAllRatingsForSpot' => '?',
  7904.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getSpotResponseObjForFlexibleBooking' => '?',
  7905.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::updateDefaultOrderObjectForBookedOrder' => '?',
  7906.             'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController::calculatorEarningCalculatorAction' => '?',
  7907.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForFlexibleBookingCaseOne' => '?',
  7908.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForFlexibleBookingOtherCases' => '?',
  7909.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForSpot' => '?',
  7910.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForSpotForPromoCodeApplied' => '?',
  7911.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::checkIfSpotIsAvailable' => '?',
  7912.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::checkSpotAvailabilityBasedOnAvailability' => '?',
  7913.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPaymentIntentActionForExtendBooking' => '?',
  7914.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  7915.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  7916.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForSpecialPricing' => '?',
  7917.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotResponseDataForSpotDetail' => '?',
  7918.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotResponseForBriefSpotList' => '?',
  7919.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArray' => '?',
  7920.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  7921.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  7922.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::extendBookingAction' => '?',
  7923.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::extendBookingCheckoutAction' => '?',
  7924.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotLocationsFromLatitudeLongitude' => '?',
  7925.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  7926.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  7927.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::flexibleBookingForSpotDetailAndCheckout' => '?',
  7928.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getBookingConfirmationDetailsForExtendBooking' => '?',
  7929.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getBookingDetailsForOrderId' => '?',
  7930.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForAvailabilityOfSpot' => '?',
  7931.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  7932.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForUnavailabilityOfSpot' => '?',
  7933.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  7934.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getFlexibleSpotBookingForOtherCases' => '?',
  7935.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getSpotOverAllRatingsForSpot' => '?',
  7936.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getSpotResponseObjForFlexibleBooking' => '?',
  7937.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::updateDefaultOrderObjectForBookedOrder' => '?',
  7938.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForFlexibleBookingCaseOne' => '?',
  7939.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForFlexibleBookingOtherCases' => '?',
  7940.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForSpot' => '?',
  7941.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForSpotForPromoCodeApplied' => '?',
  7942.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::checkIfSpotIsAvailable' => '?',
  7943.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::checkSpotAvailabilityBasedOnAvailability' => '?',
  7944.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPaymentIntentActionForFlexibleBooking' => '?',
  7945.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  7946.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  7947.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForSpecialPricing' => '?',
  7948.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotResponseDataForSpotDetail' => '?',
  7949.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotResponseForBriefSpotList' => '?',
  7950.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArray' => '?',
  7951.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  7952.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  7953.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotLocationsFromLatitudeLongitude' => '?',
  7954.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  7955.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  7956.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingCancelCalculateAmountRequest' => '?',
  7957.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingCancelRequest' => '?',
  7958.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingConfirmBookingAction' => '?',
  7959.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingForSpotDetailAndCheckout' => '?',
  7960.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingSpotCheckoutAction' => '?',
  7961.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingSpotDetailAction' => '?',
  7962.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getBookingConfirmationDetailsForFlexibleBooking' => '?',
  7963.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getBookingDetailsForOrderId' => '?',
  7964.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForAvailabilityOfSpot' => '?',
  7965.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  7966.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForUnavailabilityOfSpot' => '?',
  7967.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  7968.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getFlexibleSpotBookingForOtherCases' => '?',
  7969.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getSpotOverAllRatingsForSpot' => '?',
  7970.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getSpotResponseObjForFlexibleBooking' => '?',
  7971.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::searchSpotFlexibleBooking' => '?',
  7972.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::updateDefaultOrderObjectForBookedOrder' => '?',
  7973.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForFlexibleBookingCaseOne' => '?',
  7974.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForFlexibleBookingOtherCases' => '?',
  7975.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForSpot' => '?',
  7976.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForSpotForPromoCodeApplied' => '?',
  7977.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::cancelHourlyBookingPaymentIntent' => '?',
  7978.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::checkIfSpotIsAvailable' => '?',
  7979.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::checkSpotAvailabilityBasedOnAvailability' => '?',
  7980.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPaymentIntentActionForHourlyBooking' => '?',
  7981.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  7982.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  7983.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForSpecialPricing' => '?',
  7984.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotResponseDataForSpotDetail' => '?',
  7985.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotResponseForBriefSpotList' => '?',
  7986.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArray' => '?',
  7987.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  7988.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  7989.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotLocationsFromLatitudeLongitude' => '?',
  7990.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  7991.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  7992.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::flexibleBookingForSpotDetailAndCheckout' => '?',
  7993.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getBookingConfirmationDetailsForHourlyBooking' => '?',
  7994.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getBookingDetailsForOrderId' => '?',
  7995.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForAvailabilityOfSpot' => '?',
  7996.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  7997.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForUnavailabilityOfSpot' => '?',
  7998.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  7999.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getFlexibleSpotBookingForOtherCases' => '?',
  8000.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getPuSpotDetailsAction' => '?',
  8001.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getSpotOverAllRatingsForSpot' => '?',
  8002.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getSpotResponseObjForFlexibleBooking' => '?',
  8003.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::hourlyBookingCancelCalculateAmountRequest' => '?',
  8004.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::hourlyBookingCancelRequest' => '?',
  8005.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::searchSpotShortTerm' => '?',
  8006.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::shortTermCheckoutBooking' => '?',
  8007.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::shortTermSpotBookingSuccess' => '?',
  8008.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::updateDefaultOrderObjectForBookedOrder' => '?',
  8009.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::changePasswordAction' => '?',
  8010.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::createNewPasswordAction' => '?',
  8011.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::forgotPasswordAction' => '?',
  8012.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::forgotPasswordOTPAction' => '?',
  8013.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::getAppleUserDetailsIfExist' => '?',
  8014.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::getUserLoginDetails' => '?',
  8015.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::loginAction' => '?',
  8016.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::logoutUserAction' => '?',
  8017.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::resendNowAction' => '?',
  8018.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::resendVerifyNumberOtpAction' => '?',
  8019.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::resetPasswordEmail' => '?',
  8020.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::selectRolesAction' => '?',
  8021.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::signUpAction' => '?',
  8022.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::upDateMobileNumberAction' => '?',
  8023.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateNotificationTokenAction' => '?',
  8024.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateUserActiveRoleAction' => '?',
  8025.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateUserLoginProcessStepsAction' => '?',
  8026.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::userDetailsAction' => '?',
  8027.             'App\\AppBundle\\APIBundle\\Controller\\LoginController::verifyMobileNumberAction' => '?',
  8028.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForFlexibleBookingCaseOne' => '?',
  8029.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForFlexibleBookingOtherCases' => '?',
  8030.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForSpot' => '?',
  8031.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForSpotForPromoCodeApplied' => '?',
  8032.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::checkIfSpotIsAvailable' => '?',
  8033.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::checkSpotAvailabilityBasedOnAvailability' => '?',
  8034.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPaymentIntentActionForMonthlyBooking' => '?',
  8035.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPaymentIntentForRepaymentOfMonthlyBooking' => '?',
  8036.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8037.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8038.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForSpecialPricing' => '?',
  8039.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotResponseDataForSpotDetail' => '?',
  8040.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotResponseForBriefSpotList' => '?',
  8041.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArray' => '?',
  8042.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8043.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8044.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotLocationsFromLatitudeLongitude' => '?',
  8045.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8046.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8047.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::flexibleBookingForSpotDetailAndCheckout' => '?',
  8048.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingConfirmationDetailsForMonthlyBooking' => '?',
  8049.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingDetailsForOrderId' => '?',
  8050.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingDetailsForRepaymentSuccessOfMonthlyBooking' => '?',
  8051.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForAvailabilityOfSpot' => '?',
  8052.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8053.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForUnavailabilityOfSpot' => '?',
  8054.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8055.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getFlexibleSpotBookingForOtherCases' => '?',
  8056.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getSpotOverAllRatingsForSpot' => '?',
  8057.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getSpotResponseObjForFlexibleBooking' => '?',
  8058.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCancelCalculateAmountRequest' => '?',
  8059.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCancelRequest' => '?',
  8060.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCheckoutAction' => '?',
  8061.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingConfirmBookedAction' => '?',
  8062.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingFreeCancelDateConfirmRequest' => '?',
  8063.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingFreeCancelDatesRequest' => '?',
  8064.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingSpotDetailAction' => '?',
  8065.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::searchSpotMonthlyBooking' => '?',
  8066.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::updateDefaultOrderObjectForBookedOrder' => '?',
  8067.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::activateMySpot' => '?',
  8068.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::deactivateMySpot' => '?',
  8069.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::deleteMySpot' => '?',
  8070.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMyCompleteSpots' => '?',
  8071.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMyIncompleteSpots' => '?',
  8072.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMySpots' => '?',
  8073.             'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController::getAllNotifications' => '?',
  8074.             'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController::markNotificationAsRead' => '?',
  8075.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getMyBookingReservationAction' => '?',
  8076.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getMySpotReviewsAction' => '?',
  8077.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getSupplierUserRatingAction' => '?',
  8078.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::saveSupplierUserRatingAction' => '?',
  8079.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::addNewCardAction' => '?',
  8080.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::addUpdateVehicleAction' => '?',
  8081.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForFlexibleBookingCaseOne' => '?',
  8082.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForFlexibleBookingOtherCases' => '?',
  8083.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForSpot' => '?',
  8084.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForSpotForPromoCodeApplied' => '?',
  8085.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::checkIfSpotIsAvailable' => '?',
  8086.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::checkSpotAvailabilityBasedOnAvailability' => '?',
  8087.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8088.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8089.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForSpecialPricing' => '?',
  8090.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotResponseDataForSpotDetail' => '?',
  8091.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotResponseForBriefSpotList' => '?',
  8092.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArray' => '?',
  8093.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8094.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8095.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::deleteCardAction' => '?',
  8096.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::deleteVehicleAction' => '?',
  8097.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::endMyBookingAction' => '?',
  8098.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotLocationsFromLatitudeLongitude' => '?',
  8099.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8100.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8101.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::flexibleBookingForSpotDetailAndCheckout' => '?',
  8102.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getBookingDetailAction' => '?',
  8103.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getBookingDetailsForOrderId' => '?',
  8104.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForAvailabilityOfSpot' => '?',
  8105.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8106.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForUnavailabilityOfSpot' => '?',
  8107.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFavSpotsAction' => '?',
  8108.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8109.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFlexibleSpotBookingForOtherCases' => '?',
  8110.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getMyAllBookingsAction' => '?',
  8111.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getSpotOverAllRatingsForSpot' => '?',
  8112.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getSpotResponseObjForFlexibleBooking' => '?',
  8113.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserPaymentListAction' => '?',
  8114.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserSpotRatingForOrderAction' => '?',
  8115.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserSpotRatingsAction' => '?',
  8116.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::saveFavSpotAction' => '?',
  8117.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::saveUserSpotRatingsAction' => '?',
  8118.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::updateCardAction' => '?',
  8119.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::updateDefaultOrderObjectForBookedOrder' => '?',
  8120.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::vehicleListAction' => '?',
  8121.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutAccountDetailsAction' => '?',
  8122.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutRequestPayoutAction' => '?',
  8123.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeRedirectAction' => '?',
  8124.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeRefreshAction' => '?',
  8125.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeReturnAction' => '?',
  8126.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForFlexibleBookingCaseOne' => '?',
  8127.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForFlexibleBookingOtherCases' => '?',
  8128.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForSpot' => '?',
  8129.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForSpotForPromoCodeApplied' => '?',
  8130.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkIfPromoCodesExistForCheckoutForSpotAndUser' => '?',
  8131.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkIfSpotIsAvailable' => '?',
  8132.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkSpotAvailabilityBasedOnAvailability' => '?',
  8133.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8134.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8135.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForSpecialPricing' => '?',
  8136.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotResponseDataForSpotDetail' => '?',
  8137.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotResponseForBriefSpotList' => '?',
  8138.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArray' => '?',
  8139.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8140.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8141.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotLocationsFromLatitudeLongitude' => '?',
  8142.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8143.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8144.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::flexibleBookingForSpotDetailAndCheckout' => '?',
  8145.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getBookingDetailsForOrderId' => '?',
  8146.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForAvailabilityOfSpot' => '?',
  8147.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8148.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForUnavailabilityOfSpot' => '?',
  8149.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8150.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getFlexibleSpotBookingForOtherCases' => '?',
  8151.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getHomeBannerPromoCodes' => '?',
  8152.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getPromoCodesForCheckoutForSpotAndUser' => '?',
  8153.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getPromoCodesForUser' => '?',
  8154.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getSpotOverAllRatingsForSpot' => '?',
  8155.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getSpotResponseObjForFlexibleBooking' => '?',
  8156.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::updateDefaultOrderObjectForBookedOrder' => '?',
  8157.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::validatePromoCodesForCheckoutForSpotAndUser' => '?',
  8158.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForFlexibleBookingCaseOne' => '?',
  8159.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForFlexibleBookingOtherCases' => '?',
  8160.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForSpot' => '?',
  8161.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForSpotForPromoCodeApplied' => '?',
  8162.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::checkIfSpotIsAvailable' => '?',
  8163.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::checkSpotAvailabilityBasedOnAvailability' => '?',
  8164.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8165.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8166.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForSpecialPricing' => '?',
  8167.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotResponseDataForSpotDetail' => '?',
  8168.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotResponseForBriefSpotList' => '?',
  8169.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArray' => '?',
  8170.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8171.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8172.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotLocationsFromLatitudeLongitude' => '?',
  8173.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8174.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8175.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::flexibleBookingForSpotDetailAndCheckout' => '?',
  8176.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getBookingDetailsForOrderId' => '?',
  8177.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getDetailsOfReferAndEarnForUserAction' => '?',
  8178.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForAvailabilityOfSpot' => '?',
  8179.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8180.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForUnavailabilityOfSpot' => '?',
  8181.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8182.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getFlexibleSpotBookingForOtherCases' => '?',
  8183.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getSpotOverAllRatingsForSpot' => '?',
  8184.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getSpotResponseObjForFlexibleBooking' => '?',
  8185.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::updateDefaultOrderObjectForBookedOrder' => '?',
  8186.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::validateReferralCodeForUserAction' => '?',
  8187.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::deleteUserProfileAction' => '?',
  8188.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserCurrencyAction' => '?',
  8189.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserDateFormatAction' => '?',
  8190.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserDistanceAction' => '?',
  8191.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserLanguageAction' => '?',
  8192.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserNotificationSettingsAction' => '?',
  8193.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserProfileAction' => '?',
  8194.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserTimeFormatAction' => '?',
  8195.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserTimezoneAction' => '?',
  8196.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController::userManageNotificationsAction' => '?',
  8197.             'App\\AppBundle\\APIBundle\\Controller\\StatementController::getCurrentStatementDetailAction' => '?',
  8198.             'App\\AppBundle\\APIBundle\\Controller\\StatementController::getPastStatementListAction' => '?',
  8199.             'App\\AppBundle\\APIBundle\\Controller\\StatementController::getStatementDataAction' => '?',
  8200.             'App\\AppBundle\\APIBundle\\Controller\\StatementController::getStatementDetailAction' => '?',
  8201.             'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks::saveRequestCallBackAction' => '?',
  8202.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveBugReportingAction' => '?',
  8203.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveBugReportingAttachmentAction' => '?',
  8204.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveEmailAction' => '?',
  8205.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveEmailAttachmentAction' => '?',
  8206.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveNewIdeaAction' => '?',
  8207.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveNewIdeaAttachmentAction' => '?',
  8208.             'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveRequestCallBackAction' => '?',
  8209.             'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController::getRequestForUserDataDeletionAction' => '?',
  8210.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::accessTypeAction' => '?',
  8211.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::availabilityDaysMethodAction' => '?',
  8212.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::currencyAction' => '?',
  8213.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::dateFormatAction' => '?',
  8214.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::getGeneralData' => '?',
  8215.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::getGeneralDataUpdatedTime' => '?',
  8216.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::languageAction' => '?',
  8217.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::maxVehicleSizeAction' => '?',
  8218.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::parkingTypeAction' => '?',
  8219.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::paymentMethodAction' => '?',
  8220.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::propertyTypeAction' => '?',
  8221.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::sendAndroidPushNotification' => '?',
  8222.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::sendiOSPushNotification' => '?',
  8223.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::stripeCheckAction' => '?',
  8224.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::timeFormatAction' => '?',
  8225.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::timezoneAction' => '?',
  8226.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForFlexibleBookingCaseOne' => '?',
  8227.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForFlexibleBookingOtherCases' => '?',
  8228.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForSpot' => '?',
  8229.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForSpotForPromoCodeApplied' => '?',
  8230.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::checkIfSpotIsAvailable' => '?',
  8231.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::checkSpotAvailabilityBasedOnAvailability' => '?',
  8232.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8233.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8234.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForSpecialPricing' => '?',
  8235.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotResponseDataForSpotDetail' => '?',
  8236.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotResponseForBriefSpotList' => '?',
  8237.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArray' => '?',
  8238.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8239.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8240.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotLocationsFromLatitudeLongitude' => '?',
  8241.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8242.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8243.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::flexibleBookingForSpotDetailAndCheckout' => '?',
  8244.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getBookingDetailsForOrderId' => '?',
  8245.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForAvailabilityOfSpot' => '?',
  8246.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8247.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForUnavailabilityOfSpot' => '?',
  8248.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8249.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getFlexibleSpotBookingForOtherCases' => '?',
  8250.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getSpotOverAllRatingsForSpot' => '?',
  8251.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getSpotResponseObjForFlexibleBooking' => '?',
  8252.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processExtendBookingOrderForUser' => '?',
  8253.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processFlexibleBookingOrderForUser' => '?',
  8254.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processHourlyBookingOrderForUser' => '?',
  8255.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processMonthlyBookingOrderForUser' => '?',
  8256.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processMonthlyPaymentRenewalSuccess' => '?',
  8257.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::removeAnyConflictingPaymentIntent' => '?',
  8258.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::updateDefaultOrderObjectForBookedOrder' => '?',
  8259.             'App\\AppBundle\\APIBundle\\Services\\PayoutService::createPdfCustomerInvoiceForUser' => '?',
  8260.             'App\\AppBundle\\APIBundle\\Services\\PayoutService::createPdfPayoutInvoiceForSupplier' => '?',
  8261.             'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService::getApplicablePromoCodesForUser' => '?',
  8262.             'App\\AppBundle\\APIBundle\\Services\\PushNotification::sendPushNotificationsToUsers' => '?',
  8263.             'App\\AppBundle\\APIBundle\\Services\\ReferralService::checkAndGenerateReferralPromoCodesForSpotSeekerTask' => '?',
  8264.             'App\\AppBundle\\APIBundle\\Services\\ReferralService::generatePromoCodesForUserSignUp' => '?',
  8265.             'App\\AppBundle\\APIBundle\\Services\\ReferralService::generateReferralPromoCodesForSpotOwnerTask' => '?',
  8266.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityCityDataAction' => '?',
  8267.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityCountryDataAction' => '?',
  8268.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityStateDataAction' => '?',
  8269.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityCitiesDataAction' => '?',
  8270.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityCountryDataAction' => '?',
  8271.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityStatesDataAction' => '?',
  8272.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityCitiesDataAction' => '?',
  8273.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityCountryDataAction' => '?',
  8274.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityStatesDataAction' => '?',
  8275.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityCitiesDataAction' => '?',
  8276.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityCountryDataAction' => '?',
  8277.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityStatesDataAction' => '?',
  8278.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityCityDataListAction' => '?',
  8279.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityDataListAction' => '?',
  8280.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityStateDataListAction' => '?',
  8281.             'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController::getAdminConfigDetails' => '?',
  8282.             'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController::updateAdminConfigDetails' => '?',
  8283.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::activateAdminNotificationsEmailToUsers' => '?',
  8284.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::deactivateAdminNotificationsEmailToUsers' => '?',
  8285.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersCreateEdit' => '?',
  8286.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersList' => '?',
  8287.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersUpdateImage' => '?',
  8288.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::activateAdminNotificationsPushToUsers' => '?',
  8289.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::deactivateAdminNotificationsPushToUsers' => '?',
  8290.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersCreateEdit' => '?',
  8291.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersList' => '?',
  8292.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersUpdateImage' => '?',
  8293.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::activateAdminNotificationsSMSToUsers' => '?',
  8294.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::deactivateAdminNotificationsSMSToUsers' => '?',
  8295.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::getAdminNotificationsSMSToUsersCreateEdit' => '?',
  8296.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::getAdminNotificationsSMSToUsersList' => '?',
  8297.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController::getAllPayoutsListAction' => '?',
  8298.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController::getPayoutDetailsAction' => '?',
  8299.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::activatePromoCodeAction' => '?',
  8300.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::createEditPromoCodeAction' => '?',
  8301.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::deactivatePromoCodeAction' => '?',
  8302.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::getAllPromoCodesListAction' => '?',
  8303.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::updatePromoCodeImageAction' => '?',
  8304.             'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController::getAllTransferListAction' => '?',
  8305.             'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController::getTransferDetailsAction' => '?',
  8306.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::activateAdminUserAction' => '?',
  8307.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::createAdminUserAction' => '?',
  8308.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::deActivateAdminUserAction' => '?',
  8309.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::getAdminUserListAction' => '?',
  8310.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getAllRequestedUserDataDeletionRequestsAction' => '?',
  8311.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getDeletedUserDataRequestsAction' => '?',
  8312.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRemoveDeleteRequestAction' => '?',
  8313.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestDeleteAction' => '?',
  8314.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestOnHoldAction' => '?',
  8315.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestRemoveHoldAction' => '?',
  8316.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::bookingCancelAdminRequest' => '?',
  8317.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingDetailAction' => '?',
  8318.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingListAction' => '?',
  8319.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingSpotRatingAction' => '?',
  8320.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processFlexibleBookingCancelRequest' => '?',
  8321.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processHourlyBookingCancelRequest' => '?',
  8322.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processMonthlyBookingCancelRequest' => '?',
  8323.             'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController::getCurrencyDataListAction' => '?',
  8324.             'App\\AppBundle\\AdminBundle\\Controller\\DashboardController::getDashboardDataAction' => '?',
  8325.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::changeUserPasswordAction' => '?',
  8326.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::getAdminUserUnReadCountDetails' => '?',
  8327.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::getUserDetailsAction' => '?',
  8328.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::loginAction' => '?',
  8329.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::logoutAction' => '?',
  8330.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::resendLoginOtpAction' => '?',
  8331.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::sendLoginPasswordOTPEmail' => '?',
  8332.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController::verifyLoginOtpAction' => '?',
  8333.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::activateSpotAction' => '?',
  8334.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::deactivateSpotAction' => '?',
  8335.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::deleteSpotAction' => '?',
  8336.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSearchSpotListAction' => '?',
  8337.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSpotDetailAction' => '?',
  8338.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSpotListAction' => '?',
  8339.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::validateSpotAction' => '?',
  8340.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController::verifySpotAction' => '?',
  8341.             'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController::getSpotReviewsListAction' => '?',
  8342.             'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController::notifySpotRatingReminderAction' => '?',
  8343.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportBugReportingListAction' => '?',
  8344.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportEmailListAction' => '?',
  8345.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportNewIdeaListAction' => '?',
  8346.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportRequestedListAction' => '?',
  8347.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingFavoriteRequestAction' => '?',
  8348.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingReadStatusRequestAction' => '?',
  8349.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingRequestAction' => '?',
  8350.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailFavoriteRequestAction' => '?',
  8351.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailReadStatusRequestAction' => '?',
  8352.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailRequestAction' => '?',
  8353.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaFavoriteRequestAction' => '?',
  8354.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaReadStatusRequestAction' => '?',
  8355.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaRequestAction' => '?',
  8356.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackFavoriteRequestAction' => '?',
  8357.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackReadStatusRequestAction' => '?',
  8358.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackRequestAction' => '?',
  8359.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::activateUserAction' => '?',
  8360.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::deactivateUserAction' => '?',
  8361.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserActiveDevicesAction' => '?',
  8362.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserDetailAction' => '?',
  8363.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserListAction' => '?',
  8364.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserReferralsAction' => '?',
  8365.             'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserSearchListAction' => '?',
  8366.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::getCommissionRatesForUserAction' => '?',
  8367.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::getSpotReviewsListAction' => '?',
  8368.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::updateCommissionRatesForUserAction' => '?',
  8369.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getFavoriteSpotListAction' => '?',
  8370.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getPaymentListAction' => '?',
  8371.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getSpotRatingsAction' => '?',
  8372.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getVehicleListAction' => '?',
  8373.             'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController::getAllVehiclesListAction' => '?',
  8374.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::addNewPricingDataAction' => '?',
  8375.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::deleteNewPricingDataAction' => '?',
  8376.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::editNewPricingDataAction' => '?',
  8377.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::getWpPricingDataListAction' => '?',
  8378.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::ChatbotWebHook' => '?',
  8379.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::homeAction' => '?',
  8380.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::liveChatWebHook' => '?',
  8381.             'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForFlexibleBookingCaseOne' => '?',
  8382.             'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForFlexibleBookingOtherCases' => '?',
  8383.             'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForSpot' => '?',
  8384.             'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForSpotForPromoCodeApplied' => '?',
  8385.             'App\\AppBundle\\MainBundle\\Controller\\MainController::checkIfSpotIsAvailable' => '?',
  8386.             'App\\AppBundle\\MainBundle\\Controller\\MainController::checkSpotAvailabilityBasedOnAvailability' => '?',
  8387.             'App\\AppBundle\\MainBundle\\Controller\\MainController::checkTestAction' => '?',
  8388.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8389.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8390.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForSpecialPricing' => '?',
  8391.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotResponseDataForSpotDetail' => '?',
  8392.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotResponseForBriefSpotList' => '?',
  8393.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArray' => '?',
  8394.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8395.             'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8396.             'App\\AppBundle\\MainBundle\\Controller\\MainController::databaseAction' => '?',
  8397.             'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotLocationsFromLatitudeLongitude' => '?',
  8398.             'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8399.             'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8400.             'App\\AppBundle\\MainBundle\\Controller\\MainController::flexibleBookingForSpotDetailAndCheckout' => '?',
  8401.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getBookingDetailsForOrderId' => '?',
  8402.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForAvailabilityOfSpot' => '?',
  8403.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8404.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForUnavailabilityOfSpot' => '?',
  8405.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8406.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getFlexibleSpotBookingForOtherCases' => '?',
  8407.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getSpotOverAllRatingsForSpot' => '?',
  8408.             'App\\AppBundle\\MainBundle\\Controller\\MainController::getSpotResponseObjForFlexibleBooking' => '?',
  8409.             'App\\AppBundle\\MainBundle\\Controller\\MainController::homeAction' => '?',
  8410.             'App\\AppBundle\\MainBundle\\Controller\\MainController::test4Action' => '?',
  8411.             'App\\AppBundle\\MainBundle\\Controller\\MainController::test5' => '?',
  8412.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testAction' => '?',
  8413.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testAlphaAction' => '?',
  8414.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testCustomerAction' => '?',
  8415.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testPayoutAction' => '?',
  8416.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testStripeAction' => '?',
  8417.             'App\\AppBundle\\MainBundle\\Controller\\MainController::testStripeOrderAction' => '?',
  8418.             'App\\AppBundle\\MainBundle\\Controller\\MainController::updateDefaultOrderObjectForBookedOrder' => '?',
  8419.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::PaymentErrorAction' => '?',
  8420.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::PaymentSuccessAction' => '?',
  8421.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::makeFailedPaymentAction' => '?',
  8422.             'App\\AppBundle\\MainBundle\\Services\\SendMail::exceptionEmailToAdmin' => '?',
  8423.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sendEmailBasicTemplate' => '?',
  8424.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sendEmailToAdmin' => '?',
  8425.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sendPayoutEmailToSupplier' => '?',
  8426.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sendRatingReminderEmailToUser' => '?',
  8427.             'App\\AppBundle\\MainBundle\\Services\\SendMail::sentEmailOnReferralCodeUserSignUp' => '?',
  8428.             'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotValidationError' => '?',
  8429.             'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotValidationSuccess' => '?',
  8430.             'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotVerificationError' => '?',
  8431.             'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotVerificationSuccess' => '?',
  8432.             'kernel::loadRoutes' => '?',
  8433.             'kernel::registerContainerConfiguration' => '?',
  8434.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotAvailabilityAction' => '?',
  8435.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotLocationDetailsAction' => '?',
  8436.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoAction' => '?',
  8437.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoDeleteAction' => '?',
  8438.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoSequenceAction' => '?',
  8439.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPricingAction' => '?',
  8440.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotSpecialDaysAction' => '?',
  8441.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotStreetViewAction' => '?',
  8442.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotStreetViewNotAvailableAction' => '?',
  8443.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotUnAvailabilityAction' => '?',
  8444.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:checkIfCityAccessibleAction' => '?',
  8445.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:checkIfSpotIsCompleted' => '?',
  8446.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteMyIncompleteSpot' => '?',
  8447.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteSpecialDaysAddSpotAction' => '?',
  8448.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteSpotUnAvailabilityAction' => '?',
  8449.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:getIncompleteSpotDetailsAction' => '?',
  8450.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:saveAddSpotAction' => '?',
  8451.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:skipSpecialDaysAddSpotAction' => '?',
  8452.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:updateCaptionPhotoAction' => '?',
  8453.             'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:verifyAddSpotAction' => '?',
  8454.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForFlexibleBookingCaseOne' => '?',
  8455.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForFlexibleBookingOtherCases' => '?',
  8456.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForSpot' => '?',
  8457.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForSpotForPromoCodeApplied' => '?',
  8458.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:checkIfSpotIsAvailable' => '?',
  8459.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:checkSpotAvailabilityBasedOnAvailability' => '?',
  8460.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8461.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8462.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForSpecialPricing' => '?',
  8463.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotResponseDataForSpotDetail' => '?',
  8464.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotResponseForBriefSpotList' => '?',
  8465.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArray' => '?',
  8466.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8467.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8468.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotLocationsFromLatitudeLongitude' => '?',
  8469.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8470.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8471.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:flexibleBookingForSpotDetailAndCheckout' => '?',
  8472.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getBookingDetailsForOrderId' => '?',
  8473.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForAvailabilityOfSpot' => '?',
  8474.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8475.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForUnavailabilityOfSpot' => '?',
  8476.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8477.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getFlexibleSpotBookingForOtherCases' => '?',
  8478.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getSpotOverAllRatingsForSpot' => '?',
  8479.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getSpotResponseObjForFlexibleBooking' => '?',
  8480.             'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:updateDefaultOrderObjectForBookedOrder' => '?',
  8481.             'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController:calculatorEarningCalculatorAction' => '?',
  8482.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForFlexibleBookingCaseOne' => '?',
  8483.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForFlexibleBookingOtherCases' => '?',
  8484.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForSpot' => '?',
  8485.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForSpotForPromoCodeApplied' => '?',
  8486.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:checkIfSpotIsAvailable' => '?',
  8487.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:checkSpotAvailabilityBasedOnAvailability' => '?',
  8488.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPaymentIntentActionForExtendBooking' => '?',
  8489.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8490.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8491.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForSpecialPricing' => '?',
  8492.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotResponseDataForSpotDetail' => '?',
  8493.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotResponseForBriefSpotList' => '?',
  8494.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArray' => '?',
  8495.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8496.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8497.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:extendBookingAction' => '?',
  8498.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:extendBookingCheckoutAction' => '?',
  8499.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotLocationsFromLatitudeLongitude' => '?',
  8500.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8501.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8502.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:flexibleBookingForSpotDetailAndCheckout' => '?',
  8503.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getBookingConfirmationDetailsForExtendBooking' => '?',
  8504.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getBookingDetailsForOrderId' => '?',
  8505.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForAvailabilityOfSpot' => '?',
  8506.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8507.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForUnavailabilityOfSpot' => '?',
  8508.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8509.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getFlexibleSpotBookingForOtherCases' => '?',
  8510.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getSpotOverAllRatingsForSpot' => '?',
  8511.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getSpotResponseObjForFlexibleBooking' => '?',
  8512.             'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:updateDefaultOrderObjectForBookedOrder' => '?',
  8513.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForFlexibleBookingCaseOne' => '?',
  8514.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForFlexibleBookingOtherCases' => '?',
  8515.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForSpot' => '?',
  8516.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForSpotForPromoCodeApplied' => '?',
  8517.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:checkIfSpotIsAvailable' => '?',
  8518.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:checkSpotAvailabilityBasedOnAvailability' => '?',
  8519.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPaymentIntentActionForFlexibleBooking' => '?',
  8520.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8521.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8522.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForSpecialPricing' => '?',
  8523.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotResponseDataForSpotDetail' => '?',
  8524.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotResponseForBriefSpotList' => '?',
  8525.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArray' => '?',
  8526.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8527.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8528.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotLocationsFromLatitudeLongitude' => '?',
  8529.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8530.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8531.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingCancelCalculateAmountRequest' => '?',
  8532.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingCancelRequest' => '?',
  8533.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingConfirmBookingAction' => '?',
  8534.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingForSpotDetailAndCheckout' => '?',
  8535.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingSpotCheckoutAction' => '?',
  8536.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingSpotDetailAction' => '?',
  8537.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getBookingConfirmationDetailsForFlexibleBooking' => '?',
  8538.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getBookingDetailsForOrderId' => '?',
  8539.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForAvailabilityOfSpot' => '?',
  8540.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8541.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForUnavailabilityOfSpot' => '?',
  8542.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8543.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getFlexibleSpotBookingForOtherCases' => '?',
  8544.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getSpotOverAllRatingsForSpot' => '?',
  8545.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getSpotResponseObjForFlexibleBooking' => '?',
  8546.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:searchSpotFlexibleBooking' => '?',
  8547.             'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:updateDefaultOrderObjectForBookedOrder' => '?',
  8548.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForFlexibleBookingCaseOne' => '?',
  8549.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForFlexibleBookingOtherCases' => '?',
  8550.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForSpot' => '?',
  8551.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForSpotForPromoCodeApplied' => '?',
  8552.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:cancelHourlyBookingPaymentIntent' => '?',
  8553.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:checkIfSpotIsAvailable' => '?',
  8554.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:checkSpotAvailabilityBasedOnAvailability' => '?',
  8555.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPaymentIntentActionForHourlyBooking' => '?',
  8556.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8557.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8558.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForSpecialPricing' => '?',
  8559.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotResponseDataForSpotDetail' => '?',
  8560.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotResponseForBriefSpotList' => '?',
  8561.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArray' => '?',
  8562.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8563.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8564.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotLocationsFromLatitudeLongitude' => '?',
  8565.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8566.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8567.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:flexibleBookingForSpotDetailAndCheckout' => '?',
  8568.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getBookingConfirmationDetailsForHourlyBooking' => '?',
  8569.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getBookingDetailsForOrderId' => '?',
  8570.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForAvailabilityOfSpot' => '?',
  8571.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8572.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForUnavailabilityOfSpot' => '?',
  8573.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8574.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getFlexibleSpotBookingForOtherCases' => '?',
  8575.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getPuSpotDetailsAction' => '?',
  8576.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getSpotOverAllRatingsForSpot' => '?',
  8577.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getSpotResponseObjForFlexibleBooking' => '?',
  8578.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:hourlyBookingCancelCalculateAmountRequest' => '?',
  8579.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:hourlyBookingCancelRequest' => '?',
  8580.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:searchSpotShortTerm' => '?',
  8581.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:shortTermCheckoutBooking' => '?',
  8582.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:shortTermSpotBookingSuccess' => '?',
  8583.             'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:updateDefaultOrderObjectForBookedOrder' => '?',
  8584.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:changePasswordAction' => '?',
  8585.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:createNewPasswordAction' => '?',
  8586.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:forgotPasswordAction' => '?',
  8587.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:forgotPasswordOTPAction' => '?',
  8588.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:getAppleUserDetailsIfExist' => '?',
  8589.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:getUserLoginDetails' => '?',
  8590.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:loginAction' => '?',
  8591.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:logoutUserAction' => '?',
  8592.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:resendNowAction' => '?',
  8593.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:resendVerifyNumberOtpAction' => '?',
  8594.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:resetPasswordEmail' => '?',
  8595.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:selectRolesAction' => '?',
  8596.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:signUpAction' => '?',
  8597.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:upDateMobileNumberAction' => '?',
  8598.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateNotificationTokenAction' => '?',
  8599.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateUserActiveRoleAction' => '?',
  8600.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateUserLoginProcessStepsAction' => '?',
  8601.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:userDetailsAction' => '?',
  8602.             'App\\AppBundle\\APIBundle\\Controller\\LoginController:verifyMobileNumberAction' => '?',
  8603.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForFlexibleBookingCaseOne' => '?',
  8604.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForFlexibleBookingOtherCases' => '?',
  8605.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForSpot' => '?',
  8606.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForSpotForPromoCodeApplied' => '?',
  8607.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:checkIfSpotIsAvailable' => '?',
  8608.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:checkSpotAvailabilityBasedOnAvailability' => '?',
  8609.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPaymentIntentActionForMonthlyBooking' => '?',
  8610.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPaymentIntentForRepaymentOfMonthlyBooking' => '?',
  8611.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8612.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8613.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForSpecialPricing' => '?',
  8614.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotResponseDataForSpotDetail' => '?',
  8615.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotResponseForBriefSpotList' => '?',
  8616.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArray' => '?',
  8617.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8618.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8619.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotLocationsFromLatitudeLongitude' => '?',
  8620.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8621.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8622.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:flexibleBookingForSpotDetailAndCheckout' => '?',
  8623.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingConfirmationDetailsForMonthlyBooking' => '?',
  8624.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingDetailsForOrderId' => '?',
  8625.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingDetailsForRepaymentSuccessOfMonthlyBooking' => '?',
  8626.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForAvailabilityOfSpot' => '?',
  8627.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8628.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForUnavailabilityOfSpot' => '?',
  8629.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8630.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getFlexibleSpotBookingForOtherCases' => '?',
  8631.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getSpotOverAllRatingsForSpot' => '?',
  8632.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getSpotResponseObjForFlexibleBooking' => '?',
  8633.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCancelCalculateAmountRequest' => '?',
  8634.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCancelRequest' => '?',
  8635.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCheckoutAction' => '?',
  8636.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingConfirmBookedAction' => '?',
  8637.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingFreeCancelDateConfirmRequest' => '?',
  8638.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingFreeCancelDatesRequest' => '?',
  8639.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingSpotDetailAction' => '?',
  8640.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:searchSpotMonthlyBooking' => '?',
  8641.             'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:updateDefaultOrderObjectForBookedOrder' => '?',
  8642.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:activateMySpot' => '?',
  8643.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:deactivateMySpot' => '?',
  8644.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:deleteMySpot' => '?',
  8645.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMyCompleteSpots' => '?',
  8646.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMyIncompleteSpots' => '?',
  8647.             'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMySpots' => '?',
  8648.             'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController:getAllNotifications' => '?',
  8649.             'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController:markNotificationAsRead' => '?',
  8650.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getMyBookingReservationAction' => '?',
  8651.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getMySpotReviewsAction' => '?',
  8652.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getSupplierUserRatingAction' => '?',
  8653.             'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:saveSupplierUserRatingAction' => '?',
  8654.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:addNewCardAction' => '?',
  8655.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:addUpdateVehicleAction' => '?',
  8656.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForFlexibleBookingCaseOne' => '?',
  8657.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForFlexibleBookingOtherCases' => '?',
  8658.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForSpot' => '?',
  8659.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForSpotForPromoCodeApplied' => '?',
  8660.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:checkIfSpotIsAvailable' => '?',
  8661.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:checkSpotAvailabilityBasedOnAvailability' => '?',
  8662.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8663.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8664.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForSpecialPricing' => '?',
  8665.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotResponseDataForSpotDetail' => '?',
  8666.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotResponseForBriefSpotList' => '?',
  8667.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArray' => '?',
  8668.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8669.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8670.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:deleteCardAction' => '?',
  8671.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:deleteVehicleAction' => '?',
  8672.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:endMyBookingAction' => '?',
  8673.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotLocationsFromLatitudeLongitude' => '?',
  8674.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8675.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8676.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:flexibleBookingForSpotDetailAndCheckout' => '?',
  8677.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getBookingDetailAction' => '?',
  8678.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getBookingDetailsForOrderId' => '?',
  8679.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForAvailabilityOfSpot' => '?',
  8680.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8681.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForUnavailabilityOfSpot' => '?',
  8682.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFavSpotsAction' => '?',
  8683.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8684.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFlexibleSpotBookingForOtherCases' => '?',
  8685.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getMyAllBookingsAction' => '?',
  8686.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getSpotOverAllRatingsForSpot' => '?',
  8687.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getSpotResponseObjForFlexibleBooking' => '?',
  8688.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserPaymentListAction' => '?',
  8689.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserSpotRatingForOrderAction' => '?',
  8690.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserSpotRatingsAction' => '?',
  8691.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:saveFavSpotAction' => '?',
  8692.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:saveUserSpotRatingsAction' => '?',
  8693.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:updateCardAction' => '?',
  8694.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:updateDefaultOrderObjectForBookedOrder' => '?',
  8695.             'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:vehicleListAction' => '?',
  8696.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutAccountDetailsAction' => '?',
  8697.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutRequestPayoutAction' => '?',
  8698.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeRedirectAction' => '?',
  8699.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeRefreshAction' => '?',
  8700.             'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeReturnAction' => '?',
  8701.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForFlexibleBookingCaseOne' => '?',
  8702.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForFlexibleBookingOtherCases' => '?',
  8703.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForSpot' => '?',
  8704.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForSpotForPromoCodeApplied' => '?',
  8705.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkIfPromoCodesExistForCheckoutForSpotAndUser' => '?',
  8706.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkIfSpotIsAvailable' => '?',
  8707.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkSpotAvailabilityBasedOnAvailability' => '?',
  8708.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8709.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8710.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForSpecialPricing' => '?',
  8711.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotResponseDataForSpotDetail' => '?',
  8712.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotResponseForBriefSpotList' => '?',
  8713.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArray' => '?',
  8714.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8715.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8716.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotLocationsFromLatitudeLongitude' => '?',
  8717.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8718.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8719.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:flexibleBookingForSpotDetailAndCheckout' => '?',
  8720.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getBookingDetailsForOrderId' => '?',
  8721.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForAvailabilityOfSpot' => '?',
  8722.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8723.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForUnavailabilityOfSpot' => '?',
  8724.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8725.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getFlexibleSpotBookingForOtherCases' => '?',
  8726.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getHomeBannerPromoCodes' => '?',
  8727.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getPromoCodesForCheckoutForSpotAndUser' => '?',
  8728.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getPromoCodesForUser' => '?',
  8729.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getSpotOverAllRatingsForSpot' => '?',
  8730.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getSpotResponseObjForFlexibleBooking' => '?',
  8731.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:updateDefaultOrderObjectForBookedOrder' => '?',
  8732.             'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:validatePromoCodesForCheckoutForSpotAndUser' => '?',
  8733.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForFlexibleBookingCaseOne' => '?',
  8734.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForFlexibleBookingOtherCases' => '?',
  8735.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForSpot' => '?',
  8736.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForSpotForPromoCodeApplied' => '?',
  8737.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:checkIfSpotIsAvailable' => '?',
  8738.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:checkSpotAvailabilityBasedOnAvailability' => '?',
  8739.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8740.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8741.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForSpecialPricing' => '?',
  8742.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotResponseDataForSpotDetail' => '?',
  8743.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotResponseForBriefSpotList' => '?',
  8744.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArray' => '?',
  8745.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8746.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8747.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotLocationsFromLatitudeLongitude' => '?',
  8748.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8749.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8750.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:flexibleBookingForSpotDetailAndCheckout' => '?',
  8751.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getBookingDetailsForOrderId' => '?',
  8752.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getDetailsOfReferAndEarnForUserAction' => '?',
  8753.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForAvailabilityOfSpot' => '?',
  8754.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8755.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForUnavailabilityOfSpot' => '?',
  8756.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8757.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getFlexibleSpotBookingForOtherCases' => '?',
  8758.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getSpotOverAllRatingsForSpot' => '?',
  8759.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getSpotResponseObjForFlexibleBooking' => '?',
  8760.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:updateDefaultOrderObjectForBookedOrder' => '?',
  8761.             'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:validateReferralCodeForUserAction' => '?',
  8762.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:deleteUserProfileAction' => '?',
  8763.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserCurrencyAction' => '?',
  8764.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserDateFormatAction' => '?',
  8765.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserDistanceAction' => '?',
  8766.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserLanguageAction' => '?',
  8767.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserNotificationSettingsAction' => '?',
  8768.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserProfileAction' => '?',
  8769.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserTimeFormatAction' => '?',
  8770.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserTimezoneAction' => '?',
  8771.             'App\\AppBundle\\APIBundle\\Controller\\SettingsController:userManageNotificationsAction' => '?',
  8772.             'App\\AppBundle\\APIBundle\\Controller\\StatementController:getCurrentStatementDetailAction' => '?',
  8773.             'App\\AppBundle\\APIBundle\\Controller\\StatementController:getPastStatementListAction' => '?',
  8774.             'App\\AppBundle\\APIBundle\\Controller\\StatementController:getStatementDataAction' => '?',
  8775.             'App\\AppBundle\\APIBundle\\Controller\\StatementController:getStatementDetailAction' => '?',
  8776.             'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks:saveRequestCallBackAction' => '?',
  8777.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveBugReportingAction' => '?',
  8778.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveBugReportingAttachmentAction' => '?',
  8779.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveEmailAction' => '?',
  8780.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveEmailAttachmentAction' => '?',
  8781.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveNewIdeaAction' => '?',
  8782.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveNewIdeaAttachmentAction' => '?',
  8783.             'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveRequestCallBackAction' => '?',
  8784.             'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController:getRequestForUserDataDeletionAction' => '?',
  8785.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:accessTypeAction' => '?',
  8786.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:availabilityDaysMethodAction' => '?',
  8787.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:currencyAction' => '?',
  8788.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:dateFormatAction' => '?',
  8789.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:getGeneralData' => '?',
  8790.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:getGeneralDataUpdatedTime' => '?',
  8791.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:languageAction' => '?',
  8792.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:maxVehicleSizeAction' => '?',
  8793.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:parkingTypeAction' => '?',
  8794.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:paymentMethodAction' => '?',
  8795.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:propertyTypeAction' => '?',
  8796.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:sendAndroidPushNotification' => '?',
  8797.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:sendiOSPushNotification' => '?',
  8798.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:stripeCheckAction' => '?',
  8799.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:timeFormatAction' => '?',
  8800.             'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:timezoneAction' => '?',
  8801.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForFlexibleBookingCaseOne' => '?',
  8802.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForFlexibleBookingOtherCases' => '?',
  8803.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForSpot' => '?',
  8804.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForSpotForPromoCodeApplied' => '?',
  8805.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:checkIfSpotIsAvailable' => '?',
  8806.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:checkSpotAvailabilityBasedOnAvailability' => '?',
  8807.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8808.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8809.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForSpecialPricing' => '?',
  8810.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotResponseDataForSpotDetail' => '?',
  8811.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotResponseForBriefSpotList' => '?',
  8812.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArray' => '?',
  8813.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8814.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8815.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotLocationsFromLatitudeLongitude' => '?',
  8816.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8817.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8818.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:flexibleBookingForSpotDetailAndCheckout' => '?',
  8819.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getBookingDetailsForOrderId' => '?',
  8820.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForAvailabilityOfSpot' => '?',
  8821.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8822.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForUnavailabilityOfSpot' => '?',
  8823.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8824.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getFlexibleSpotBookingForOtherCases' => '?',
  8825.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getSpotOverAllRatingsForSpot' => '?',
  8826.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getSpotResponseObjForFlexibleBooking' => '?',
  8827.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processExtendBookingOrderForUser' => '?',
  8828.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processFlexibleBookingOrderForUser' => '?',
  8829.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processHourlyBookingOrderForUser' => '?',
  8830.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processMonthlyBookingOrderForUser' => '?',
  8831.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processMonthlyPaymentRenewalSuccess' => '?',
  8832.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:removeAnyConflictingPaymentIntent' => '?',
  8833.             'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:updateDefaultOrderObjectForBookedOrder' => '?',
  8834.             'App\\AppBundle\\APIBundle\\Services\\PayoutService:createPdfCustomerInvoiceForUser' => '?',
  8835.             'App\\AppBundle\\APIBundle\\Services\\PayoutService:createPdfPayoutInvoiceForSupplier' => '?',
  8836.             'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService:getApplicablePromoCodesForUser' => '?',
  8837.             'App\\AppBundle\\APIBundle\\Services\\PushNotification:sendPushNotificationsToUsers' => '?',
  8838.             'App\\AppBundle\\APIBundle\\Services\\ReferralService:checkAndGenerateReferralPromoCodesForSpotSeekerTask' => '?',
  8839.             'App\\AppBundle\\APIBundle\\Services\\ReferralService:generatePromoCodesForUserSignUp' => '?',
  8840.             'App\\AppBundle\\APIBundle\\Services\\ReferralService:generateReferralPromoCodesForSpotOwnerTask' => '?',
  8841.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityCityDataAction' => '?',
  8842.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityCountryDataAction' => '?',
  8843.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityStateDataAction' => '?',
  8844.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityCitiesDataAction' => '?',
  8845.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityCountryDataAction' => '?',
  8846.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityStatesDataAction' => '?',
  8847.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityCitiesDataAction' => '?',
  8848.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityCountryDataAction' => '?',
  8849.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityStatesDataAction' => '?',
  8850.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityCitiesDataAction' => '?',
  8851.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityCountryDataAction' => '?',
  8852.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityStatesDataAction' => '?',
  8853.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityCityDataListAction' => '?',
  8854.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityDataListAction' => '?',
  8855.             'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityStateDataListAction' => '?',
  8856.             'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController:getAdminConfigDetails' => '?',
  8857.             'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController:updateAdminConfigDetails' => '?',
  8858.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:activateAdminNotificationsEmailToUsers' => '?',
  8859.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:deactivateAdminNotificationsEmailToUsers' => '?',
  8860.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersCreateEdit' => '?',
  8861.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersList' => '?',
  8862.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersUpdateImage' => '?',
  8863.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:activateAdminNotificationsPushToUsers' => '?',
  8864.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:deactivateAdminNotificationsPushToUsers' => '?',
  8865.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersCreateEdit' => '?',
  8866.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersList' => '?',
  8867.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersUpdateImage' => '?',
  8868.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:activateAdminNotificationsSMSToUsers' => '?',
  8869.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:deactivateAdminNotificationsSMSToUsers' => '?',
  8870.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:getAdminNotificationsSMSToUsersCreateEdit' => '?',
  8871.             'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:getAdminNotificationsSMSToUsersList' => '?',
  8872.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController:getAllPayoutsListAction' => '?',
  8873.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController:getPayoutDetailsAction' => '?',
  8874.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:activatePromoCodeAction' => '?',
  8875.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:createEditPromoCodeAction' => '?',
  8876.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:deactivatePromoCodeAction' => '?',
  8877.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:getAllPromoCodesListAction' => '?',
  8878.             'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:updatePromoCodeImageAction' => '?',
  8879.             'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController:getAllTransferListAction' => '?',
  8880.             'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController:getTransferDetailsAction' => '?',
  8881.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:activateAdminUserAction' => '?',
  8882.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:createAdminUserAction' => '?',
  8883.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:deActivateAdminUserAction' => '?',
  8884.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:getAdminUserListAction' => '?',
  8885.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getAllRequestedUserDataDeletionRequestsAction' => '?',
  8886.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getDeletedUserDataRequestsAction' => '?',
  8887.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRemoveDeleteRequestAction' => '?',
  8888.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestDeleteAction' => '?',
  8889.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestOnHoldAction' => '?',
  8890.             'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestRemoveHoldAction' => '?',
  8891.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:bookingCancelAdminRequest' => '?',
  8892.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingDetailAction' => '?',
  8893.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingListAction' => '?',
  8894.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingSpotRatingAction' => '?',
  8895.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processFlexibleBookingCancelRequest' => '?',
  8896.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processHourlyBookingCancelRequest' => '?',
  8897.             'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processMonthlyBookingCancelRequest' => '?',
  8898.             'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController:getCurrencyDataListAction' => '?',
  8899.             'App\\AppBundle\\AdminBundle\\Controller\\DashboardController:getDashboardDataAction' => '?',
  8900.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:changeUserPasswordAction' => '?',
  8901.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:getAdminUserUnReadCountDetails' => '?',
  8902.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:getUserDetailsAction' => '?',
  8903.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:loginAction' => '?',
  8904.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:logoutAction' => '?',
  8905.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:resendLoginOtpAction' => '?',
  8906.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:sendLoginPasswordOTPEmail' => '?',
  8907.             'App\\AppBundle\\AdminBundle\\Controller\\LoginController:verifyLoginOtpAction' => '?',
  8908.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:activateSpotAction' => '?',
  8909.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:deactivateSpotAction' => '?',
  8910.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:deleteSpotAction' => '?',
  8911.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSearchSpotListAction' => '?',
  8912.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSpotDetailAction' => '?',
  8913.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSpotListAction' => '?',
  8914.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:validateSpotAction' => '?',
  8915.             'App\\AppBundle\\AdminBundle\\Controller\\SpotController:verifySpotAction' => '?',
  8916.             'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController:getSpotReviewsListAction' => '?',
  8917.             'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController:notifySpotRatingReminderAction' => '?',
  8918.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportBugReportingListAction' => '?',
  8919.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportEmailListAction' => '?',
  8920.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportNewIdeaListAction' => '?',
  8921.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportRequestedListAction' => '?',
  8922.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingFavoriteRequestAction' => '?',
  8923.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingReadStatusRequestAction' => '?',
  8924.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingRequestAction' => '?',
  8925.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailFavoriteRequestAction' => '?',
  8926.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailReadStatusRequestAction' => '?',
  8927.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailRequestAction' => '?',
  8928.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaFavoriteRequestAction' => '?',
  8929.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaReadStatusRequestAction' => '?',
  8930.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaRequestAction' => '?',
  8931.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackFavoriteRequestAction' => '?',
  8932.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackReadStatusRequestAction' => '?',
  8933.             'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackRequestAction' => '?',
  8934.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:activateUserAction' => '?',
  8935.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:deactivateUserAction' => '?',
  8936.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserActiveDevicesAction' => '?',
  8937.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserDetailAction' => '?',
  8938.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserListAction' => '?',
  8939.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserReferralsAction' => '?',
  8940.             'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserSearchListAction' => '?',
  8941.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:getCommissionRatesForUserAction' => '?',
  8942.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:getSpotReviewsListAction' => '?',
  8943.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:updateCommissionRatesForUserAction' => '?',
  8944.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getFavoriteSpotListAction' => '?',
  8945.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getPaymentListAction' => '?',
  8946.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getSpotRatingsAction' => '?',
  8947.             'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getVehicleListAction' => '?',
  8948.             'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController:getAllVehiclesListAction' => '?',
  8949.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:addNewPricingDataAction' => '?',
  8950.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:deleteNewPricingDataAction' => '?',
  8951.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:editNewPricingDataAction' => '?',
  8952.             'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:getWpPricingDataListAction' => '?',
  8953.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:ChatbotWebHook' => '?',
  8954.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:homeAction' => '?',
  8955.             'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:liveChatWebHook' => '?',
  8956.             'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForFlexibleBookingCaseOne' => '?',
  8957.             'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForFlexibleBookingOtherCases' => '?',
  8958.             'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForSpot' => '?',
  8959.             'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForSpotForPromoCodeApplied' => '?',
  8960.             'App\\AppBundle\\MainBundle\\Controller\\MainController:checkIfSpotIsAvailable' => '?',
  8961.             'App\\AppBundle\\MainBundle\\Controller\\MainController:checkSpotAvailabilityBasedOnAvailability' => '?',
  8962.             'App\\AppBundle\\MainBundle\\Controller\\MainController:checkTestAction' => '?',
  8963.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
  8964.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
  8965.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForSpecialPricing' => '?',
  8966.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotResponseDataForSpotDetail' => '?',
  8967.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotResponseForBriefSpotList' => '?',
  8968.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArray' => '?',
  8969.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
  8970.             'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
  8971.             'App\\AppBundle\\MainBundle\\Controller\\MainController:databaseAction' => '?',
  8972.             'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotLocationsFromLatitudeLongitude' => '?',
  8973.             'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
  8974.             'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
  8975.             'App\\AppBundle\\MainBundle\\Controller\\MainController:flexibleBookingForSpotDetailAndCheckout' => '?',
  8976.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getBookingDetailsForOrderId' => '?',
  8977.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForAvailabilityOfSpot' => '?',
  8978.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
  8979.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForUnavailabilityOfSpot' => '?',
  8980.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
  8981.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getFlexibleSpotBookingForOtherCases' => '?',
  8982.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getSpotOverAllRatingsForSpot' => '?',
  8983.             'App\\AppBundle\\MainBundle\\Controller\\MainController:getSpotResponseObjForFlexibleBooking' => '?',
  8984.             'App\\AppBundle\\MainBundle\\Controller\\MainController:homeAction' => '?',
  8985.             'App\\AppBundle\\MainBundle\\Controller\\MainController:test4Action' => '?',
  8986.             'App\\AppBundle\\MainBundle\\Controller\\MainController:test5' => '?',
  8987.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testAction' => '?',
  8988.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testAlphaAction' => '?',
  8989.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testCustomerAction' => '?',
  8990.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testPayoutAction' => '?',
  8991.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testStripeAction' => '?',
  8992.             'App\\AppBundle\\MainBundle\\Controller\\MainController:testStripeOrderAction' => '?',
  8993.             'App\\AppBundle\\MainBundle\\Controller\\MainController:updateDefaultOrderObjectForBookedOrder' => '?',
  8994.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:PaymentErrorAction' => '?',
  8995.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:PaymentSuccessAction' => '?',
  8996.             'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:makeFailedPaymentAction' => '?',
  8997.             'App\\AppBundle\\MainBundle\\Services\\SendMail:exceptionEmailToAdmin' => '?',
  8998.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sendEmailBasicTemplate' => '?',
  8999.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sendEmailToAdmin' => '?',
  9000.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sendPayoutEmailToSupplier' => '?',
  9001.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sendRatingReminderEmailToUser' => '?',
  9002.             'App\\AppBundle\\MainBundle\\Services\\SendMail:sentEmailOnReferralCodeUserSignUp' => '?',
  9003.             'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotValidationError' => '?',
  9004.             'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotValidationSuccess' => '?',
  9005.             'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotVerificationError' => '?',
  9006.             'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotVerificationSuccess' => '?',
  9007.             'kernel:loadRoutes' => '?',
  9008.             'kernel:registerContainerConfiguration' => '?',
  9009.         ]);
  9010.     }
  9011.     /**
  9012.      * Gets the private '.service_locator.A9w0Irc' shared service.
  9013.      *
  9014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9015.      */
  9016.     protected function get_ServiceLocator_A9w0IrcService()
  9017.     {
  9018.         return $this->privates['.service_locator.A9w0Irc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9019.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9020.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9021.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  9022.             'pushNotification' => ['services''App\\AppBundle\\APIBundle\\Services\\PushNotification''getPushNotificationService'false],
  9023.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  9024.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  9025.         ], [
  9026.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9027.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9028.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  9029.             'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
  9030.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  9031.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  9032.         ]);
  9033.     }
  9034.     /**
  9035.      * Gets the private '.service_locator.ACOduK9' shared service.
  9036.      *
  9037.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9038.      */
  9039.     protected function get_ServiceLocator_ACOduK9Service()
  9040.     {
  9041.         return $this->privates['.service_locator.ACOduK9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9042.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9043.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9044.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9045.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9046.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  9047.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9048.             'translator' => ['services''translator''getTranslatorService'false],
  9049.         ], [
  9050.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9051.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9052.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9053.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9054.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  9055.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9056.             'translator' => '?',
  9057.         ]);
  9058.     }
  9059.     /**
  9060.      * Gets the private '.service_locator.AaDXe.i' shared service.
  9061.      *
  9062.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9063.      */
  9064.     protected function get_ServiceLocator_AaDXe_IService()
  9065.     {
  9066.         return $this->privates['.service_locator.AaDXe.i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9067.             'user' => ['services''App\\AppBundle\\MainBundle\\Entity\\User''getUserService'false],
  9068.         ], [
  9069.             'user' => 'App\\AppBundle\\MainBundle\\Entity\\User',
  9070.         ]);
  9071.     }
  9072.     /**
  9073.      * Gets the private '.service_locator.BjqAP3L' shared service.
  9074.      *
  9075.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9076.      */
  9077.     protected function get_ServiceLocator_BjqAP3LService()
  9078.     {
  9079.         return $this->privates['.service_locator.BjqAP3L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9080.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9081.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9082.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9083.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9084.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9085.             'translator' => ['services''translator''getTranslatorService'false],
  9086.         ], [
  9087.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9088.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9089.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9090.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9091.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9092.             'translator' => '?',
  9093.         ]);
  9094.     }
  9095.     /**
  9096.      * Gets the private '.service_locator.BznMJov' shared service.
  9097.      *
  9098.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9099.      */
  9100.     protected function get_ServiceLocator_BznMJovService()
  9101.     {
  9102.         return $this->privates['.service_locator.BznMJov'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9103.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9104.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9105.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9106.             'parkingSpotServices' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  9107.             'translator' => ['services''translator''getTranslatorService'false],
  9108.         ], [
  9109.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9110.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9111.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9112.             'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  9113.             'translator' => '?',
  9114.         ]);
  9115.     }
  9116.     /**
  9117.      * Gets the private '.service_locator.C11bA8i' shared service.
  9118.      *
  9119.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9120.      */
  9121.     protected function get_ServiceLocator_C11bA8iService()
  9122.     {
  9123.         return $this->privates['.service_locator.C11bA8i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9124.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  9125.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9126.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9127.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9128.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9129.             'ordersProcessingService' => ['services''App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService''getOrdersProcessingServiceService'false],
  9130.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  9131.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  9132.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9133.             'translator' => ['services''translator''getTranslatorService'false],
  9134.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  9135.         ], [
  9136.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  9137.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9138.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9139.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9140.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9141.             'ordersProcessingService' => 'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService',
  9142.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  9143.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  9144.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9145.             'translator' => '?',
  9146.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  9147.         ]);
  9148.     }
  9149.     /**
  9150.      * Gets the private '.service_locator.Cbs4yEF' shared service.
  9151.      *
  9152.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9153.      */
  9154.     protected function get_ServiceLocator_Cbs4yEFService()
  9155.     {
  9156.         return $this->privates['.service_locator.Cbs4yEF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9157.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  9158.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9159.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9160.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9161.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9162.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  9163.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9164.             'translator' => ['services''translator''getTranslatorService'false],
  9165.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  9166.         ], [
  9167.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  9168.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9169.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9170.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9171.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9172.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  9173.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9174.             'translator' => '?',
  9175.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  9176.         ]);
  9177.     }
  9178.     /**
  9179.      * Gets the private '.service_locator.Cd7__VZ' shared service.
  9180.      *
  9181.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9182.      */
  9183.     protected function get_ServiceLocator_Cd7VZService()
  9184.     {
  9185.         return $this->privates['.service_locator.Cd7__VZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9186.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  9187.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9188.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9189.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9190.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9191.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  9192.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9193.             'translator' => ['services''translator''getTranslatorService'false],
  9194.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  9195.         ], [
  9196.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  9197.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9198.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9199.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9200.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9201.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  9202.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9203.             'translator' => '?',
  9204.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  9205.         ]);
  9206.     }
  9207.     /**
  9208.      * Gets the private '.service_locator.CsoNZKG' shared service.
  9209.      *
  9210.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9211.      */
  9212.     protected function get_ServiceLocator_CsoNZKGService()
  9213.     {
  9214.         return $this->privates['.service_locator.CsoNZKG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9215.             'admin_Encryption' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption''getAdminEncryptionService'false],
  9216.         ], [
  9217.             'admin_Encryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
  9218.         ]);
  9219.     }
  9220.     /**
  9221.      * Gets the private '.service_locator.D.SBsag' shared service.
  9222.      *
  9223.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9224.      */
  9225.     protected function get_ServiceLocator_D_SBsagService()
  9226.     {
  9227.         return $this->privates['.service_locator.D.SBsag'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9228.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9229.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9230.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9231.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  9232.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9233.             'translator' => ['services''translator''getTranslatorService'false],
  9234.         ], [
  9235.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9236.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9237.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9238.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  9239.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9240.             'translator' => '?',
  9241.         ]);
  9242.     }
  9243.     /**
  9244.      * Gets the private '.service_locator.DNGJb9Z' shared service.
  9245.      *
  9246.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9247.      */
  9248.     protected function get_ServiceLocator_DNGJb9ZService()
  9249.     {
  9250.         return $this->privates['.service_locator.DNGJb9Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9251.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9252.             'translator' => ['services''translator''getTranslatorService'false],
  9253.         ], [
  9254.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9255.             'translator' => '?',
  9256.         ]);
  9257.     }
  9258.     /**
  9259.      * Gets the private '.service_locator.DOj17hd' shared service.
  9260.      *
  9261.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9262.      */
  9263.     protected function get_ServiceLocator_DOj17hdService()
  9264.     {
  9265.         return $this->privates['.service_locator.DOj17hd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9266.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9267.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  9268.             'pushNotification' => ['services''App\\AppBundle\\APIBundle\\Services\\PushNotification''getPushNotificationService'false],
  9269.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  9270.             'sourceUser' => ['services''App\\AppBundle\\MainBundle\\Entity\\User''getUserService'false],
  9271.             'translator' => ['services''translator''getTranslatorService'false],
  9272.             'user' => ['services''App\\AppBundle\\MainBundle\\Entity\\User''getUserService'false],
  9273.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  9274.         ], [
  9275.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9276.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  9277.             'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
  9278.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  9279.             'sourceUser' => 'App\\AppBundle\\MainBundle\\Entity\\User',
  9280.             'translator' => '?',
  9281.             'user' => 'App\\AppBundle\\MainBundle\\Entity\\User',
  9282.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  9283.         ]);
  9284.     }
  9285.     /**
  9286.      * Gets the private '.service_locator.FhUwI0V' shared service.
  9287.      *
  9288.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9289.      */
  9290.     protected function get_ServiceLocator_FhUwI0VService()
  9291.     {
  9292.         return $this->privates['.service_locator.FhUwI0V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9293.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9294.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9295.             'translator' => ['services''translator''getTranslatorService'false],
  9296.         ], [
  9297.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9298.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9299.             'translator' => '?',
  9300.         ]);
  9301.     }
  9302.     /**
  9303.      * Gets the private '.service_locator.FzZ.5Td' shared service.
  9304.      *
  9305.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9306.      */
  9307.     protected function get_ServiceLocator_FzZ_5TdService()
  9308.     {
  9309.         return $this->privates['.service_locator.FzZ.5Td'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9310.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9311.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9312.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9313.             'translator' => ['services''translator''getTranslatorService'false],
  9314.         ], [
  9315.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9316.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9317.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9318.             'translator' => '?',
  9319.         ]);
  9320.     }
  9321.     /**
  9322.      * Gets the private '.service_locator.G2Ra73G' shared service.
  9323.      *
  9324.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9325.      */
  9326.     protected function get_ServiceLocator_G2Ra73GService()
  9327.     {
  9328.         return $this->privates['.service_locator.G2Ra73G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9329.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  9330.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9331.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9332.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9333.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9334.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  9335.             'ordersProcessingService' => ['services''App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService''getOrdersProcessingServiceService'false],
  9336.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  9337.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  9338.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9339.             'translator' => ['services''translator''getTranslatorService'false],
  9340.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  9341.         ], [
  9342.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  9343.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9344.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9345.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9346.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9347.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  9348.             'ordersProcessingService' => 'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService',
  9349.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  9350.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  9351.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9352.             'translator' => '?',
  9353.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  9354.         ]);
  9355.     }
  9356.     /**
  9357.      * Gets the private '.service_locator.GFHh3VU' shared service.
  9358.      *
  9359.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9360.      */
  9361.     protected function get_ServiceLocator_GFHh3VUService()
  9362.     {
  9363.         return $this->privates['.service_locator.GFHh3VU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9364.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9365.             'entityManager' => ['privates''.errored..service_locator.GFHh3VU.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.GFHh3VU": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  9366.             'knpSnappyPdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  9367.             'objOrder' => ['services''App\\AppBundle\\MainBundle\\Entity\\Orders''getOrdersService'false],
  9368.         ], [
  9369.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9370.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  9371.             'knpSnappyPdf' => '?',
  9372.             'objOrder' => 'App\\AppBundle\\MainBundle\\Entity\\Orders',
  9373.         ]);
  9374.     }
  9375.     /**
  9376.      * Gets the private '.service_locator.HCrVwOF' shared service.
  9377.      *
  9378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9379.      */
  9380.     protected function get_ServiceLocator_HCrVwOFService()
  9381.     {
  9382.         return $this->privates['.service_locator.HCrVwOF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9383.             'psAddSpotObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot''getPSAddSpotService'false],
  9384.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9385.             'translator' => ['services''translator''getTranslatorService'false],
  9386.         ], [
  9387.             'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
  9388.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9389.             'translator' => '?',
  9390.         ]);
  9391.     }
  9392.     /**
  9393.      * Gets the private '.service_locator.HWnmTYE' shared service.
  9394.      *
  9395.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9396.      */
  9397.     protected function get_ServiceLocator_HWnmTYEService()
  9398.     {
  9399.         return $this->privates['.service_locator.HWnmTYE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9400.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9401.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9402.             'translator' => ['services''translator''getTranslatorService'false],
  9403.         ], [
  9404.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9405.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9406.             'translator' => '?',
  9407.         ]);
  9408.     }
  9409.     /**
  9410.      * Gets the private '.service_locator.INy8Mkw' shared service.
  9411.      *
  9412.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9413.      */
  9414.     protected function get_ServiceLocator_INy8MkwService()
  9415.     {
  9416.         return $this->privates['.service_locator.INy8Mkw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9417.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9418.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9419.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9420.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9421.             'translator' => ['services''translator''getTranslatorService'false],
  9422.         ], [
  9423.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9424.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9425.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9426.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9427.             'translator' => '?',
  9428.         ]);
  9429.     }
  9430.     /**
  9431.      * Gets the private '.service_locator.JIRgQx0' shared service.
  9432.      *
  9433.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9434.      */
  9435.     protected function get_ServiceLocator_JIRgQx0Service()
  9436.     {
  9437.         return $this->privates['.service_locator.JIRgQx0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9438.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9439.             'entityManager' => ['privates''.errored..service_locator.JIRgQx0.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.JIRgQx0": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  9440.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9441.         ], [
  9442.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9443.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  9444.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9445.         ]);
  9446.     }
  9447.     /**
  9448.      * Gets the private '.service_locator.Jqzm1nu' shared service.
  9449.      *
  9450.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9451.      */
  9452.     protected function get_ServiceLocator_Jqzm1nuService()
  9453.     {
  9454.         return $this->privates['.service_locator.Jqzm1nu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9455.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  9456.             'translator' => ['services''translator''getTranslatorService'false],
  9457.         ], [
  9458.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  9459.             'translator' => '?',
  9460.         ]);
  9461.     }
  9462.     /**
  9463.      * Gets the private '.service_locator.Kwqgx7S' shared service.
  9464.      *
  9465.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9466.      */
  9467.     protected function get_ServiceLocator_Kwqgx7SService()
  9468.     {
  9469.         return $this->privates['.service_locator.Kwqgx7S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9470.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9471.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9472.             'admin_Parking_Spot_Services' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  9473.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9474.             'generalService' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9475.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  9476.             'pushNotification' => ['services''App\\AppBundle\\APIBundle\\Services\\PushNotification''getPushNotificationService'false],
  9477.             'referralService' => ['services''App\\AppBundle\\APIBundle\\Services\\ReferralService''getReferralServiceService'false],
  9478.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  9479.             'translator' => ['services''translator''getTranslatorService'false],
  9480.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  9481.         ], [
  9482.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9483.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9484.             'admin_Parking_Spot_Services' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  9485.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9486.             'generalService' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9487.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  9488.             'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
  9489.             'referralService' => 'App\\AppBundle\\APIBundle\\Services\\ReferralService',
  9490.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  9491.             'translator' => '?',
  9492.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  9493.         ]);
  9494.     }
  9495.     /**
  9496.      * Gets the private '.service_locator.LrbTg0J' shared service.
  9497.      *
  9498.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9499.      */
  9500.     protected function get_ServiceLocator_LrbTg0JService()
  9501.     {
  9502.         return $this->privates['.service_locator.LrbTg0J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9503.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9504.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9505.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9506.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9507.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9508.             'translator' => ['services''translator''getTranslatorService'false],
  9509.         ], [
  9510.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9511.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9512.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9513.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9514.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9515.             'translator' => '?',
  9516.         ]);
  9517.     }
  9518.     /**
  9519.      * Gets the private '.service_locator.MfBxngP' shared service.
  9520.      *
  9521.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9522.      */
  9523.     protected function get_ServiceLocator_MfBxngPService()
  9524.     {
  9525.         return $this->privates['.service_locator.MfBxngP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9526.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9527.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9528.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9529.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9530.             'translator' => ['services''translator''getTranslatorService'false],
  9531.         ], [
  9532.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9533.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9534.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9535.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9536.             'translator' => '?',
  9537.         ]);
  9538.     }
  9539.     /**
  9540.      * Gets the private '.service_locator.ND421BA' shared service.
  9541.      *
  9542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9543.      */
  9544.     protected function get_ServiceLocator_ND421BAService()
  9545.     {
  9546.         return $this->privates['.service_locator.ND421BA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9547.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9548.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9549.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9550.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  9551.             'translator' => ['services''translator''getTranslatorService'false],
  9552.         ], [
  9553.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9554.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9555.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9556.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  9557.             'translator' => '?',
  9558.         ]);
  9559.     }
  9560.     /**
  9561.      * Gets the private '.service_locator.NYBtvGp' shared service.
  9562.      *
  9563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9564.      */
  9565.     protected function get_ServiceLocator_NYBtvGpService()
  9566.     {
  9567.         return $this->privates['.service_locator.NYBtvGp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9568.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9569.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9570.             'psAddSpotObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot''getPSAddSpotService'false],
  9571.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9572.             'userObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\User''getUserService'false],
  9573.         ], [
  9574.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9575.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9576.             'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
  9577.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9578.             'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
  9579.         ]);
  9580.     }
  9581.     /**
  9582.      * Gets the private '.service_locator.NePU5ff' shared service.
  9583.      *
  9584.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9585.      */
  9586.     protected function get_ServiceLocator_NePU5ffService()
  9587.     {
  9588.         return $this->privates['.service_locator.NePU5ff'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9589.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9590.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9591.             'admin_Parking_Spot_Services' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  9592.             'translator' => ['services''translator''getTranslatorService'false],
  9593.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  9594.         ], [
  9595.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9596.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9597.             'admin_Parking_Spot_Services' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  9598.             'translator' => '?',
  9599.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  9600.         ]);
  9601.     }
  9602.     /**
  9603.      * Gets the private '.service_locator.NjynsQo' shared service.
  9604.      *
  9605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9606.      */
  9607.     protected function get_ServiceLocator_NjynsQoService()
  9608.     {
  9609.         return $this->privates['.service_locator.NjynsQo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9610.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9611.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9612.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  9613.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9614.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9615.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9616.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  9617.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  9618.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9619.             'translator' => ['services''translator''getTranslatorService'false],
  9620.         ], [
  9621.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9622.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9623.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  9624.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9625.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9626.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9627.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  9628.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  9629.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9630.             'translator' => '?',
  9631.         ]);
  9632.     }
  9633.     /**
  9634.      * Gets the private '.service_locator.OHM_hc5' shared service.
  9635.      *
  9636.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9637.      */
  9638.     protected function get_ServiceLocator_OHMHc5Service()
  9639.     {
  9640.         return $this->privates['.service_locator.OHM_hc5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9641.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9642.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9643.             'adminSettings' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Settings''getAdminSettingsService'false],
  9644.             'translator' => ['services''translator''getTranslatorService'false],
  9645.         ], [
  9646.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9647.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9648.             'adminSettings' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings',
  9649.             'translator' => '?',
  9650.         ]);
  9651.     }
  9652.     /**
  9653.      * Gets the private '.service_locator.OeFc8.w' shared service.
  9654.      *
  9655.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9656.      */
  9657.     protected function get_ServiceLocator_OeFc8_WService()
  9658.     {
  9659.         return $this->privates['.service_locator.OeFc8.w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9660.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9661.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9662.             'admin_Parking_Spot_Services' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  9663.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9664.             'generalService' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9665.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  9666.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  9667.             'translator' => ['services''translator''getTranslatorService'false],
  9668.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  9669.         ], [
  9670.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9671.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9672.             'admin_Parking_Spot_Services' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  9673.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9674.             'generalService' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9675.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  9676.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  9677.             'translator' => '?',
  9678.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  9679.         ]);
  9680.     }
  9681.     /**
  9682.      * Gets the private '.service_locator.Oes5daz' shared service.
  9683.      *
  9684.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9685.      */
  9686.     protected function get_ServiceLocator_Oes5dazService()
  9687.     {
  9688.         return $this->privates['.service_locator.Oes5daz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9689.             'entityManager' => ['privates''.errored..service_locator.Oes5daz.Doctrine\\ORM\\EntityManager'NULL'Cannot autowire service ".service_locator.Oes5daz": it references class "Doctrine\\ORM\\EntityManager" but no such service exists. Try changing the type-hint to "Doctrine\\ORM\\EntityManagerInterface" instead.'],
  9690.         ], [
  9691.             'entityManager' => 'Doctrine\\ORM\\EntityManager',
  9692.         ]);
  9693.     }
  9694.     /**
  9695.      * Gets the private '.service_locator.Q9AuYno' shared service.
  9696.      *
  9697.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9698.      */
  9699.     protected function get_ServiceLocator_Q9AuYnoService()
  9700.     {
  9701.         return $this->privates['.service_locator.Q9AuYno'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9702.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9703.             'adminEncryption' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption''getAdminEncryptionService'false],
  9704.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9705.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  9706.             'translator' => ['services''translator''getTranslatorService'false],
  9707.         ], [
  9708.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9709.             'adminEncryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
  9710.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9711.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  9712.             'translator' => '?',
  9713.         ]);
  9714.     }
  9715.     /**
  9716.      * Gets the private '.service_locator.QHt1kW9' shared service.
  9717.      *
  9718.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9719.      */
  9720.     protected function get_ServiceLocator_QHt1kW9Service()
  9721.     {
  9722.         return $this->privates['.service_locator.QHt1kW9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9723.             'endTime' => ['privates''.errored..service_locator.QHt1kW9.DateTime'NULL'Cannot autowire service ".service_locator.QHt1kW9": it references class "DateTime" but no such service exists.'],
  9724.             'startTime' => ['privates''.errored..service_locator.QHt1kW9.DateTime'NULL'Cannot autowire service ".service_locator.QHt1kW9": it references class "DateTime" but no such service exists.'],
  9725.         ], [
  9726.             'endTime' => 'DateTime',
  9727.             'startTime' => 'DateTime',
  9728.         ]);
  9729.     }
  9730.     /**
  9731.      * Gets the private '.service_locator.QojiIpb' shared service.
  9732.      *
  9733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9734.      */
  9735.     protected function get_ServiceLocator_QojiIpbService()
  9736.     {
  9737.         return $this->privates['.service_locator.QojiIpb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9738.             'endTime' => ['privates''.errored..service_locator.QojiIpb.DateTime'NULL'Cannot autowire service ".service_locator.QojiIpb": it references class "DateTime" but no such service exists.'],
  9739.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9740.             'startTime' => ['privates''.errored..service_locator.QojiIpb.DateTime'NULL'Cannot autowire service ".service_locator.QojiIpb": it references class "DateTime" but no such service exists.'],
  9741.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9742.         ], [
  9743.             'endTime' => 'DateTime',
  9744.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9745.             'startTime' => 'DateTime',
  9746.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9747.         ]);
  9748.     }
  9749.     /**
  9750.      * Gets the private '.service_locator.RTVhG5j' shared service.
  9751.      *
  9752.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9753.      */
  9754.     protected function get_ServiceLocator_RTVhG5jService()
  9755.     {
  9756.         return $this->privates['.service_locator.RTVhG5j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9757.             'entityManager' => ['privates''.errored..service_locator.RTVhG5j.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.RTVhG5j": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  9758.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9759.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9760.         ], [
  9761.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  9762.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9763.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9764.         ]);
  9765.     }
  9766.     /**
  9767.      * Gets the private '.service_locator.S7wiGw1' shared service.
  9768.      *
  9769.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9770.      */
  9771.     protected function get_ServiceLocator_S7wiGw1Service()
  9772.     {
  9773.         return $this->privates['.service_locator.S7wiGw1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9774.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9775.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9776.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9777.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9778.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9779.             'translator' => ['services''translator''getTranslatorService'false],
  9780.         ], [
  9781.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9782.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9783.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9784.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9785.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9786.             'translator' => '?',
  9787.         ]);
  9788.     }
  9789.     /**
  9790.      * Gets the private '.service_locator.T9Qp5g_' shared service.
  9791.      *
  9792.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9793.      */
  9794.     protected function get_ServiceLocator_T9Qp5gService()
  9795.     {
  9796.         return $this->privates['.service_locator.T9Qp5g_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9797.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9798.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9799.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9800.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9801.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  9802.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9803.             'translator' => ['services''translator''getTranslatorService'false],
  9804.         ], [
  9805.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9806.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9807.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9808.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9809.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  9810.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9811.             'translator' => '?',
  9812.         ]);
  9813.     }
  9814.     /**
  9815.      * Gets the private '.service_locator.UMYC0EW' shared service.
  9816.      *
  9817.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9818.      */
  9819.     protected function get_ServiceLocator_UMYC0EWService()
  9820.     {
  9821.         return $this->privates['.service_locator.UMYC0EW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9822.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9823.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9824.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9825.             'translator' => ['services''translator''getTranslatorService'false],
  9826.         ], [
  9827.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9828.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9829.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9830.             'translator' => '?',
  9831.         ]);
  9832.     }
  9833.     /**
  9834.      * Gets the private '.service_locator.VGkZZKk' shared service.
  9835.      *
  9836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9837.      */
  9838.     protected function get_ServiceLocator_VGkZZKkService()
  9839.     {
  9840.         return $this->privates['.service_locator.VGkZZKk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9841.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9842.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9843.             'adminParkingSpotServices' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  9844.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9845.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9846.             'translator' => ['services''translator''getTranslatorService'false],
  9847.         ], [
  9848.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9849.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9850.             'adminParkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  9851.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9852.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9853.             'translator' => '?',
  9854.         ]);
  9855.     }
  9856.     /**
  9857.      * Gets the private '.service_locator.VN_hJqu' shared service.
  9858.      *
  9859.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9860.      */
  9861.     protected function get_ServiceLocator_VNHJquService()
  9862.     {
  9863.         return $this->privates['.service_locator.VN_hJqu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9864.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9865.         ], [
  9866.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9867.         ]);
  9868.     }
  9869.     /**
  9870.      * Gets the private '.service_locator.Vlcl7hw' shared service.
  9871.      *
  9872.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9873.      */
  9874.     protected function get_ServiceLocator_Vlcl7hwService()
  9875.     {
  9876.         return $this->privates['.service_locator.Vlcl7hw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9877.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  9878.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  9879.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9880.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9881.             'parkingSpotServices' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  9882.         ], [
  9883.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  9884.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  9885.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9886.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9887.             'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  9888.         ]);
  9889.     }
  9890.     /**
  9891.      * Gets the private '.service_locator.Vr7.Tfu' shared service.
  9892.      *
  9893.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9894.      */
  9895.     protected function get_ServiceLocator_Vr7_TfuService()
  9896.     {
  9897.         return $this->privates['.service_locator.Vr7.Tfu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9898.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9899.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9900.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9901.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9902.             'translator' => ['services''translator''getTranslatorService'false],
  9903.         ], [
  9904.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9905.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9906.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9907.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9908.             'translator' => '?',
  9909.         ]);
  9910.     }
  9911.     /**
  9912.      * Gets the private '.service_locator.XfEfNnl' shared service.
  9913.      *
  9914.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9915.      */
  9916.     protected function get_ServiceLocator_XfEfNnlService()
  9917.     {
  9918.         return $this->privates['.service_locator.XfEfNnl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9919.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9920.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9921.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9922.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  9923.             'translator' => ['services''translator''getTranslatorService'false],
  9924.         ], [
  9925.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9926.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  9927.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9928.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  9929.             'translator' => '?',
  9930.         ]);
  9931.     }
  9932.     /**
  9933.      * Gets the private '.service_locator.XsyfP82' shared service.
  9934.      *
  9935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9936.      */
  9937.     protected function get_ServiceLocator_XsyfP82Service()
  9938.     {
  9939.         return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9940.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  9941.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  9942.         ], [
  9943.             'event_dispatcher' => '?',
  9944.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9945.         ]);
  9946.     }
  9947.     /**
  9948.      * Gets the private '.service_locator.Z0x8yyY' shared service.
  9949.      *
  9950.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9951.      */
  9952.     protected function get_ServiceLocator_Z0x8yyYService()
  9953.     {
  9954.         return $this->privates['.service_locator.Z0x8yyY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9955.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  9956.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9957.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9958.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  9959.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  9960.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  9961.             'translator' => ['services''translator''getTranslatorService'false],
  9962.         ], [
  9963.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  9964.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  9965.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  9966.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  9967.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  9968.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  9969.             'translator' => '?',
  9970.         ]);
  9971.     }
  9972.     /**
  9973.      * Gets the private '.service_locator.Zf80uHq' shared service.
  9974.      *
  9975.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9976.      */
  9977.     protected function get_ServiceLocator_Zf80uHqService()
  9978.     {
  9979.         return $this->privates['.service_locator.Zf80uHq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9980.             'entityManager' => ['privates''.errored..service_locator.Zf80uHq.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.Zf80uHq": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  9981.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  9982.         ], [
  9983.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  9984.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  9985.         ]);
  9986.     }
  9987.     /**
  9988.      * Gets the private '.service_locator.Zmv4dA6' shared service.
  9989.      *
  9990.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9991.      */
  9992.     protected function get_ServiceLocator_Zmv4dA6Service()
  9993.     {
  9994.         return $this->privates['.service_locator.Zmv4dA6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9995.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  9996.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  9997.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  9998.             'promoCodeAPIService' => ['services''App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService''getPromoCodeAPIServiceService'false],
  9999.             'translator' => ['services''translator''getTranslatorService'false],
  10000.         ], [
  10001.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10002.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10003.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10004.             'promoCodeAPIService' => 'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService',
  10005.             'translator' => '?',
  10006.         ]);
  10007.     }
  10008.     /**
  10009.      * Gets the private '.service_locator._5dbssJ' shared service.
  10010.      *
  10011.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10012.      */
  10013.     protected function get_ServiceLocator_5dbssJService()
  10014.     {
  10015.         return $this->privates['.service_locator._5dbssJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10016.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10017.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10018.             'translator' => ['services''translator''getTranslatorService'false],
  10019.         ], [
  10020.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10021.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10022.             'translator' => '?',
  10023.         ]);
  10024.     }
  10025.     /**
  10026.      * Gets the private '.service_locator._efam6b' shared service.
  10027.      *
  10028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10029.      */
  10030.     protected function get_ServiceLocator_Efam6bService()
  10031.     {
  10032.         return $this->privates['.service_locator._efam6b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10033.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10034.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10035.             'adminParkingSpotServices' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  10036.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10037.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10038.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  10039.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  10040.             'translator' => ['services''translator''getTranslatorService'false],
  10041.             'user_Data_Deletion_RequestsRepository' => ['services''App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository''getUserDataDeletionRequestsRepositoryService'false],
  10042.         ], [
  10043.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10044.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10045.             'adminParkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  10046.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10047.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10048.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  10049.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  10050.             'translator' => '?',
  10051.             'user_Data_Deletion_RequestsRepository' => 'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository',
  10052.         ]);
  10053.     }
  10054.     /**
  10055.      * Gets the private '.service_locator._y0kmKs' shared service.
  10056.      *
  10057.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10058.      */
  10059.     protected function get_ServiceLocator_Y0kmKsService()
  10060.     {
  10061.         return $this->privates['.service_locator._y0kmKs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10062.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10063.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10064.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10065.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10066.             'translator' => ['services''translator''getTranslatorService'false],
  10067.             'translators' => ['services''translator''getTranslatorService'false],
  10068.         ], [
  10069.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10070.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10071.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10072.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10073.             'translator' => '?',
  10074.             'translators' => '?',
  10075.         ]);
  10076.     }
  10077.     /**
  10078.      * Gets the private '.service_locator.a18ZBRC' shared service.
  10079.      *
  10080.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10081.      */
  10082.     protected function get_ServiceLocator_A18ZBRCService()
  10083.     {
  10084.         return $this->privates['.service_locator.a18ZBRC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10085.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  10086.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10087.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10088.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10089.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10090.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  10091.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  10092.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  10093.             'translator' => ['services''translator''getTranslatorService'false],
  10094.         ], [
  10095.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  10096.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10097.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10098.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10099.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10100.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  10101.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  10102.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  10103.             'translator' => '?',
  10104.         ]);
  10105.     }
  10106.     /**
  10107.      * Gets the private '.service_locator.aCYzhBo' shared service.
  10108.      *
  10109.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10110.      */
  10111.     protected function get_ServiceLocator_ACYzhBoService()
  10112.     {
  10113.         return $this->privates['.service_locator.aCYzhBo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10114.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10115.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10116.             'adminSettings' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Settings''getAdminSettingsService'false],
  10117.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10118.             'translator' => ['services''translator''getTranslatorService'false],
  10119.         ], [
  10120.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10121.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10122.             'adminSettings' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings',
  10123.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10124.             'translator' => '?',
  10125.         ]);
  10126.     }
  10127.     /**
  10128.      * Gets the private '.service_locator.aJIynMs' shared service.
  10129.      *
  10130.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10131.      */
  10132.     protected function get_ServiceLocator_AJIynMsService()
  10133.     {
  10134.         return $this->privates['.service_locator.aJIynMs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10135.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10136.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10137.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10138.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  10139.             'translator' => ['services''translator''getTranslatorService'false],
  10140.         ], [
  10141.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10142.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10143.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10144.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  10145.             'translator' => '?',
  10146.         ]);
  10147.     }
  10148.     /**
  10149.      * Gets the private '.service_locator.beqlGpC' shared service.
  10150.      *
  10151.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10152.      */
  10153.     protected function get_ServiceLocator_BeqlGpCService()
  10154.     {
  10155.         return $this->privates['.service_locator.beqlGpC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10156.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10157.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10158.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10159.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  10160.             'translator' => ['services''translator''getTranslatorService'false],
  10161.         ], [
  10162.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10163.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10164.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10165.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  10166.             'translator' => '?',
  10167.         ]);
  10168.     }
  10169.     /**
  10170.      * Gets the private '.service_locator.biY9n1t' shared service.
  10171.      *
  10172.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10173.      */
  10174.     protected function get_ServiceLocator_BiY9n1tService()
  10175.     {
  10176.         return $this->privates['.service_locator.biY9n1t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10177.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10178.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10179.             'adminSettings' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Settings''getAdminSettingsService'false],
  10180.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10181.             'translator' => ['services''translator''getTranslatorService'false],
  10182.         ], [
  10183.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10184.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10185.             'adminSettings' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings',
  10186.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10187.             'translator' => '?',
  10188.         ]);
  10189.     }
  10190.     /**
  10191.      * Gets the private '.service_locator.cEX2sC.' shared service.
  10192.      *
  10193.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10194.      */
  10195.     protected function get_ServiceLocator_CEX2sC_Service()
  10196.     {
  10197.         return $this->privates['.service_locator.cEX2sC.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10198.             'objPromoCode' => ['services''App\\AppBundle\\MainBundle\\Entity\\PromoCodes''getPromoCodesService'false],
  10199.             'translator' => ['services''translator''getTranslatorService'false],
  10200.         ], [
  10201.             'objPromoCode' => 'App\\AppBundle\\MainBundle\\Entity\\PromoCodes',
  10202.             'translator' => '?',
  10203.         ]);
  10204.     }
  10205.     /**
  10206.      * Gets the private '.service_locator.cN5Z8YK' shared service.
  10207.      *
  10208.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10209.      */
  10210.     protected function get_ServiceLocator_CN5Z8YKService()
  10211.     {
  10212.         return $this->privates['.service_locator.cN5Z8YK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10213.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  10214.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10215.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10216.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10217.             'translator' => ['services''translator''getTranslatorService'false],
  10218.         ], [
  10219.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  10220.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10221.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10222.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10223.             'translator' => '?',
  10224.         ]);
  10225.     }
  10226.     /**
  10227.      * Gets the private '.service_locator.cx_rCup' shared service.
  10228.      *
  10229.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10230.      */
  10231.     protected function get_ServiceLocator_CxRCupService()
  10232.     {
  10233.         return $this->privates['.service_locator.cx_rCup'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10234.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10235.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10236.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10237.             'translator' => ['services''translator''getTranslatorService'false],
  10238.         ], [
  10239.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10240.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10241.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10242.             'translator' => '?',
  10243.         ]);
  10244.     }
  10245.     /**
  10246.      * Gets the private '.service_locator.dD6YMcO' shared service.
  10247.      *
  10248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10249.      */
  10250.     protected function get_ServiceLocator_DD6YMcOService()
  10251.     {
  10252.         return $this->privates['.service_locator.dD6YMcO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10253.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  10254.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10255.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10256.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10257.             'translator' => ['services''translator''getTranslatorService'false],
  10258.         ], [
  10259.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  10260.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10261.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10262.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10263.             'translator' => '?',
  10264.         ]);
  10265.     }
  10266.     /**
  10267.      * Gets the private '.service_locator.dRgXCCQ' shared service.
  10268.      *
  10269.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10270.      */
  10271.     protected function get_ServiceLocator_DRgXCCQService()
  10272.     {
  10273.         return $this->privates['.service_locator.dRgXCCQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10274.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  10275.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10276.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10277.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10278.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  10279.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  10280.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  10281.             'translator' => ['services''translator''getTranslatorService'false],
  10282.         ], [
  10283.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  10284.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10285.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10286.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10287.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  10288.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  10289.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  10290.             'translator' => '?',
  10291.         ]);
  10292.     }
  10293.     /**
  10294.      * Gets the private '.service_locator.e95HFg1' shared service.
  10295.      *
  10296.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10297.      */
  10298.     protected function get_ServiceLocator_E95HFg1Service()
  10299.     {
  10300.         return $this->privates['.service_locator.e95HFg1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10301.             'adminEncryption' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption''getAdminEncryptionService'false],
  10302.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10303.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  10304.             'translator' => ['services''translator''getTranslatorService'false],
  10305.         ], [
  10306.             'adminEncryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
  10307.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10308.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  10309.             'translator' => '?',
  10310.         ]);
  10311.     }
  10312.     /**
  10313.      * Gets the private '.service_locator.ee54exu' shared service.
  10314.      *
  10315.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10316.      */
  10317.     protected function get_ServiceLocator_Ee54exuService()
  10318.     {
  10319.         return $this->privates['.service_locator.ee54exu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10320.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10321.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10322.             'psAddSpotObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot''getPSAddSpotService'false],
  10323.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  10324.             'translator' => ['services''translator''getTranslatorService'false],
  10325.             'userObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\User''getUserService'false],
  10326.         ], [
  10327.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10328.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10329.             'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
  10330.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  10331.             'translator' => '?',
  10332.             'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
  10333.         ]);
  10334.     }
  10335.     /**
  10336.      * Gets the private '.service_locator.fh6OtOQ' shared service.
  10337.      *
  10338.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10339.      */
  10340.     protected function get_ServiceLocator_Fh6OtOQService()
  10341.     {
  10342.         return $this->privates['.service_locator.fh6OtOQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10343.             'entityManager' => ['privates''.errored..service_locator.fh6OtOQ.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.fh6OtOQ": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  10344.             'translator' => ['services''translator''getTranslatorService'false],
  10345.         ], [
  10346.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  10347.             'translator' => '?',
  10348.         ]);
  10349.     }
  10350.     /**
  10351.      * Gets the private '.service_locator.fhkrRZ1' shared service.
  10352.      *
  10353.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10354.      */
  10355.     protected function get_ServiceLocator_FhkrRZ1Service()
  10356.     {
  10357.         return $this->privates['.service_locator.fhkrRZ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10358.             'entityManager' => ['privates''.errored..service_locator.fhkrRZ1.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.fhkrRZ1": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  10359.             'psAddSpotObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot''getPSAddSpotService'false],
  10360.             'translator' => ['services''translator''getTranslatorService'false],
  10361.         ], [
  10362.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  10363.             'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
  10364.             'translator' => '?',
  10365.         ]);
  10366.     }
  10367.     /**
  10368.      * Gets the private '.service_locator.fy0lUR2' shared service.
  10369.      *
  10370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10371.      */
  10372.     protected function get_ServiceLocator_Fy0lUR2Service()
  10373.     {
  10374.         return $this->privates['.service_locator.fy0lUR2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10375.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10376.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10377.         ], [
  10378.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10379.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10380.         ]);
  10381.     }
  10382.     /**
  10383.      * Gets the private '.service_locator.g3KFyXK' shared service.
  10384.      *
  10385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10386.      */
  10387.     protected function get_ServiceLocator_G3KFyXKService()
  10388.     {
  10389.         return $this->privates['.service_locator.g3KFyXK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10390.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  10391.             'objPayout' => ['services''App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout''getOrdersSuppliersTransfersPayoutService'false],
  10392.             'translator' => ['services''translator''getTranslatorService'false],
  10393.         ], [
  10394.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  10395.             'objPayout' => 'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout',
  10396.             'translator' => '?',
  10397.         ]);
  10398.     }
  10399.     /**
  10400.      * Gets the private '.service_locator.h.q.aVu' shared service.
  10401.      *
  10402.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10403.      */
  10404.     protected function get_ServiceLocator_H_Q_AVuService()
  10405.     {
  10406.         return $this->privates['.service_locator.h.q.aVu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10407.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10408.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10409.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10410.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10411.             'translator' => ['services''translator''getTranslatorService'false],
  10412.         ], [
  10413.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10414.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10415.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10416.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10417.             'translator' => '?',
  10418.         ]);
  10419.     }
  10420.     /**
  10421.      * Gets the private '.service_locator.hCYIIVM' shared service.
  10422.      *
  10423.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10424.      */
  10425.     protected function get_ServiceLocator_HCYIIVMService()
  10426.     {
  10427.         return $this->privates['.service_locator.hCYIIVM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10428.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10429.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10430.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10431.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10432.             'translator' => ['services''translator''getTranslatorService'false],
  10433.         ], [
  10434.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10435.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10436.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10437.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10438.             'translator' => '?',
  10439.         ]);
  10440.     }
  10441.     /**
  10442.      * Gets the private '.service_locator.hVyK42i' shared service.
  10443.      *
  10444.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10445.      */
  10446.     protected function get_ServiceLocator_HVyK42iService()
  10447.     {
  10448.         return $this->privates['.service_locator.hVyK42i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10449.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10450.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10451.             'translator' => ['services''translator''getTranslatorService'false],
  10452.         ], [
  10453.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10454.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10455.             'translator' => '?',
  10456.         ]);
  10457.     }
  10458.     /**
  10459.      * Gets the private '.service_locator.ivWwHWa' shared service.
  10460.      *
  10461.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10462.      */
  10463.     protected function get_ServiceLocator_IvWwHWaService()
  10464.     {
  10465.         return $this->privates['.service_locator.ivWwHWa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10466.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10467.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  10468.             'pushNotification' => ['services''App\\AppBundle\\APIBundle\\Services\\PushNotification''getPushNotificationService'false],
  10469.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  10470.             'translator' => ['services''translator''getTranslatorService'false],
  10471.             'user' => ['services''App\\AppBundle\\MainBundle\\Entity\\User''getUserService'false],
  10472.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  10473.         ], [
  10474.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10475.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  10476.             'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
  10477.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  10478.             'translator' => '?',
  10479.             'user' => 'App\\AppBundle\\MainBundle\\Entity\\User',
  10480.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  10481.         ]);
  10482.     }
  10483.     /**
  10484.      * Gets the private '.service_locator.ivioIbf' shared service.
  10485.      *
  10486.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10487.      */
  10488.     protected function get_ServiceLocator_IvioIbfService()
  10489.     {
  10490.         return $this->privates['.service_locator.ivioIbf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10491.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10492.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10493.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10494.             'translator' => ['services''translator''getTranslatorService'false],
  10495.         ], [
  10496.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10497.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10498.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10499.             'translator' => '?',
  10500.         ]);
  10501.     }
  10502.     /**
  10503.      * Gets the private '.service_locator.kBqHERH' shared service.
  10504.      *
  10505.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10506.      */
  10507.     protected function get_ServiceLocator_KBqHERHService()
  10508.     {
  10509.         return $this->privates['.service_locator.kBqHERH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10510.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10511.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10512.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10513.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10514.             'translator' => ['services''translator''getTranslatorService'false],
  10515.         ], [
  10516.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10517.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10518.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10519.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10520.             'translator' => '?',
  10521.         ]);
  10522.     }
  10523.     /**
  10524.      * Gets the private '.service_locator.kdU9rVl' shared service.
  10525.      *
  10526.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10527.      */
  10528.     protected function get_ServiceLocator_KdU9rVlService()
  10529.     {
  10530.         return $this->privates['.service_locator.kdU9rVl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10531.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  10532.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10533.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10534.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10535.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10536.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  10537.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  10538.             'translator' => ['services''translator''getTranslatorService'false],
  10539.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  10540.         ], [
  10541.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  10542.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10543.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10544.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10545.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10546.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  10547.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  10548.             'translator' => '?',
  10549.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  10550.         ]);
  10551.     }
  10552.     /**
  10553.      * Gets the private '.service_locator.ki1i2d4' shared service.
  10554.      *
  10555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10556.      */
  10557.     protected function get_ServiceLocator_Ki1i2d4Service()
  10558.     {
  10559.         return $this->privates['.service_locator.ki1i2d4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10560.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  10561.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10562.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10563.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  10564.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  10565.             'translator' => ['services''translator''getTranslatorService'false],
  10566.         ], [
  10567.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  10568.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10569.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10570.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  10571.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  10572.             'translator' => '?',
  10573.         ]);
  10574.     }
  10575.     /**
  10576.      * Gets the private '.service_locator.l41_4qV' shared service.
  10577.      *
  10578.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10579.      */
  10580.     protected function get_ServiceLocator_L414qVService()
  10581.     {
  10582.         return $this->privates['.service_locator.l41_4qV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10583.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10584.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10585.             'translator' => ['services''translator''getTranslatorService'false],
  10586.         ], [
  10587.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10588.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10589.             'translator' => '?',
  10590.         ]);
  10591.     }
  10592.     /**
  10593.      * Gets the private '.service_locator.lBRaC8e' shared service.
  10594.      *
  10595.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10596.      */
  10597.     protected function get_ServiceLocator_LBRaC8eService()
  10598.     {
  10599.         return $this->privates['.service_locator.lBRaC8e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10600.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10601.             'entityManager' => ['privates''.errored..service_locator.lBRaC8e.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.lBRaC8e": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  10602.             'knpSnappyPdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  10603.             'objPayout' => ['services''App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout''getOrdersSuppliersTransfersPayoutService'false],
  10604.         ], [
  10605.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10606.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  10607.             'knpSnappyPdf' => '?',
  10608.             'objPayout' => 'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout',
  10609.         ]);
  10610.     }
  10611.     /**
  10612.      * Gets the private '.service_locator.lyqrpJT' shared service.
  10613.      *
  10614.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10615.      */
  10616.     protected function get_ServiceLocator_LyqrpJTService()
  10617.     {
  10618.         return $this->privates['.service_locator.lyqrpJT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10619.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  10620.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10621.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10622.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10623.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10624.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  10625.             'pushNotification' => ['services''App\\AppBundle\\APIBundle\\Services\\PushNotification''getPushNotificationService'false],
  10626.             'referralService' => ['services''App\\AppBundle\\APIBundle\\Services\\ReferralService''getReferralServiceService'false],
  10627.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  10628.             'translator' => ['services''translator''getTranslatorService'false],
  10629.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  10630.         ], [
  10631.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  10632.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10633.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10634.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10635.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10636.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  10637.             'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
  10638.             'referralService' => 'App\\AppBundle\\APIBundle\\Services\\ReferralService',
  10639.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  10640.             'translator' => '?',
  10641.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  10642.         ]);
  10643.     }
  10644.     /**
  10645.      * Gets the private '.service_locator.mQniZlO' shared service.
  10646.      *
  10647.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10648.      */
  10649.     protected function get_ServiceLocator_MQniZlOService()
  10650.     {
  10651.         return $this->privates['.service_locator.mQniZlO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10652.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10653.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10654.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10655.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10656.             'parkingSpotServices' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  10657.             'translator' => ['services''translator''getTranslatorService'false],
  10658.         ], [
  10659.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10660.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10661.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10662.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10663.             'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  10664.             'translator' => '?',
  10665.         ]);
  10666.     }
  10667.     /**
  10668.      * Gets the private '.service_locator.mV1lCRx' shared service.
  10669.      *
  10670.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10671.      */
  10672.     protected function get_ServiceLocator_MV1lCRxService()
  10673.     {
  10674.         return $this->privates['.service_locator.mV1lCRx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10675.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10676.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10677.             'translator' => ['services''translator''getTranslatorService'false],
  10678.             'userObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\User''getUserService'false],
  10679.         ], [
  10680.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10681.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10682.             'translator' => '?',
  10683.             'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
  10684.         ]);
  10685.     }
  10686.     /**
  10687.      * Gets the private '.service_locator.mocLGcL' shared service.
  10688.      *
  10689.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10690.      */
  10691.     protected function get_ServiceLocator_MocLGcLService()
  10692.     {
  10693.         return $this->privates['.service_locator.mocLGcL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10694.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10695.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10696.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10697.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10698.             'translator' => ['services''translator''getTranslatorService'false],
  10699.         ], [
  10700.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10701.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10702.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10703.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10704.             'translator' => '?',
  10705.         ]);
  10706.     }
  10707.     /**
  10708.      * Gets the private '.service_locator.mx0UMmY' shared service.
  10709.      *
  10710.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10711.      */
  10712.     protected function get_ServiceLocator_Mx0UMmYService()
  10713.     {
  10714.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10715.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  10716.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  10717.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  10718.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  10719.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10720.             'router' => ['services''router''getRouterService'false],
  10721.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  10722.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  10723.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  10724.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  10725.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  10726.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10727.         ], [
  10728.             'doctrine' => '?',
  10729.             'form.factory' => '?',
  10730.             'http_kernel' => '?',
  10731.             'parameter_bag' => '?',
  10732.             'request_stack' => '?',
  10733.             'router' => '?',
  10734.             'security.authorization_checker' => '?',
  10735.             'security.csrf.token_manager' => '?',
  10736.             'security.token_storage' => '?',
  10737.             'serializer' => '?',
  10738.             'session' => '.session.deprecated',
  10739.             'twig' => '?',
  10740.         ]);
  10741.     }
  10742.     /**
  10743.      * Gets the private '.service_locator.n8JU8bs' shared service.
  10744.      *
  10745.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10746.      */
  10747.     protected function get_ServiceLocator_N8JU8bsService()
  10748.     {
  10749.         return $this->privates['.service_locator.n8JU8bs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10750.             'psAddSpotObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot''getPSAddSpotService'false],
  10751.         ], [
  10752.             'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
  10753.         ]);
  10754.     }
  10755.     /**
  10756.      * Gets the private '.service_locator.oJaxPjI' shared service.
  10757.      *
  10758.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10759.      */
  10760.     protected function get_ServiceLocator_OJaxPjIService()
  10761.     {
  10762.         return $this->privates['.service_locator.oJaxPjI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10763.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10764.             'pushNotification' => ['services''App\\AppBundle\\APIBundle\\Services\\PushNotification''getPushNotificationService'false],
  10765.             'translator' => ['services''translator''getTranslatorService'false],
  10766.         ], [
  10767.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10768.             'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
  10769.             'translator' => '?',
  10770.         ]);
  10771.     }
  10772.     /**
  10773.      * Gets the private '.service_locator.oKMvwBW' shared service.
  10774.      *
  10775.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10776.      */
  10777.     protected function get_ServiceLocator_OKMvwBWService()
  10778.     {
  10779.         return $this->privates['.service_locator.oKMvwBW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10780.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10781.             'generalService' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10782.             'knpSnappyPdf' => ['services''knp_snappy.pdf''getKnpSnappy_PdfService'false],
  10783.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  10784.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  10785.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  10786.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  10787.         ], [
  10788.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10789.             'generalService' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10790.             'knpSnappyPdf' => '?',
  10791.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  10792.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  10793.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  10794.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  10795.         ]);
  10796.     }
  10797.     /**
  10798.      * Gets the private '.service_locator.oaipI.H' shared service.
  10799.      *
  10800.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10801.      */
  10802.     protected function get_ServiceLocator_OaipI_HService()
  10803.     {
  10804.         return $this->privates['.service_locator.oaipI.H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10805.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10806.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10807.             'translator' => ['services''translator''getTranslatorService'false],
  10808.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  10809.         ], [
  10810.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10811.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10812.             'translator' => '?',
  10813.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  10814.         ]);
  10815.     }
  10816.     /**
  10817.      * Gets the private '.service_locator.q2ji3lu' shared service.
  10818.      *
  10819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10820.      */
  10821.     protected function get_ServiceLocator_Q2ji3luService()
  10822.     {
  10823.         return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10824.             'translator' => ['services''translator''getTranslatorService'false],
  10825.         ], [
  10826.             'translator' => '?',
  10827.         ]);
  10828.     }
  10829.     /**
  10830.      * Gets the private '.service_locator.qK.jlK5' shared service.
  10831.      *
  10832.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10833.      */
  10834.     protected function get_ServiceLocator_QK_JlK5Service()
  10835.     {
  10836.         return $this->privates['.service_locator.qK.jlK5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10837.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10838.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10839.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10840.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10841.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  10842.             'translator' => ['services''translator''getTranslatorService'false],
  10843.         ], [
  10844.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10845.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10846.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10847.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10848.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  10849.             'translator' => '?',
  10850.         ]);
  10851.     }
  10852.     /**
  10853.      * Gets the private '.service_locator.qax5r2Y' shared service.
  10854.      *
  10855.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10856.      */
  10857.     protected function get_ServiceLocator_Qax5r2YService()
  10858.     {
  10859.         return $this->privates['.service_locator.qax5r2Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10860.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10861.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10862.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10863.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10864.             'parkingSpotServices' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  10865.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  10866.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  10867.             'translator' => ['services''translator''getTranslatorService'false],
  10868.         ], [
  10869.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10870.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10871.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10872.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10873.             'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  10874.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  10875.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  10876.             'translator' => '?',
  10877.         ]);
  10878.     }
  10879.     /**
  10880.      * Gets the private '.service_locator.qc8gZks' shared service.
  10881.      *
  10882.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10883.      */
  10884.     protected function get_ServiceLocator_Qc8gZksService()
  10885.     {
  10886.         return $this->privates['.service_locator.qc8gZks'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10887.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10888.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10889.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10890.             'translator' => ['services''translator''getTranslatorService'false],
  10891.         ], [
  10892.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10893.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10894.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10895.             'translator' => '?',
  10896.         ]);
  10897.     }
  10898.     /**
  10899.      * Gets the private '.service_locator.rG2KAqt' shared service.
  10900.      *
  10901.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10902.      */
  10903.     protected function get_ServiceLocator_RG2KAqtService()
  10904.     {
  10905.         return $this->privates['.service_locator.rG2KAqt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10906.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  10907.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10908.             'entityManager' => ['privates''.errored..service_locator.rG2KAqt.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.rG2KAqt": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  10909.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10910.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  10911.             'paymentIntent' => ['privates''.errored..service_locator.rG2KAqt.Stripe\\PaymentIntent'NULL'Cannot autowire service ".service_locator.rG2KAqt": it references class "Stripe\\PaymentIntent" but no such service exists.'],
  10912.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  10913.             'translator' => ['services''translator''getTranslatorService'false],
  10914.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  10915.         ], [
  10916.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  10917.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10918.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  10919.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10920.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  10921.             'paymentIntent' => 'Stripe\\PaymentIntent',
  10922.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  10923.             'translator' => '?',
  10924.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  10925.         ]);
  10926.     }
  10927.     /**
  10928.      * Gets the private '.service_locator.rYYiCTu' shared service.
  10929.      *
  10930.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10931.      */
  10932.     protected function get_ServiceLocator_RYYiCTuService()
  10933.     {
  10934.         return $this->privates['.service_locator.rYYiCTu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10935.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10936.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10937.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  10938.             'translator' => ['services''translator''getTranslatorService'false],
  10939.         ], [
  10940.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10941.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10942.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  10943.             'translator' => '?',
  10944.         ]);
  10945.     }
  10946.     /**
  10947.      * Gets the private '.service_locator.rpE2bWv' shared service.
  10948.      *
  10949.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10950.      */
  10951.     protected function get_ServiceLocator_RpE2bWvService()
  10952.     {
  10953.         return $this->privates['.service_locator.rpE2bWv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10954.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  10955.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  10956.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10957.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10958.             'translator' => ['services''translator''getTranslatorService'false],
  10959.         ], [
  10960.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  10961.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  10962.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10963.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10964.             'translator' => '?',
  10965.         ]);
  10966.     }
  10967.     /**
  10968.      * Gets the private '.service_locator.rvTfCtg' shared service.
  10969.      *
  10970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10971.      */
  10972.     protected function get_ServiceLocator_RvTfCtgService()
  10973.     {
  10974.         return $this->privates['.service_locator.rvTfCtg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10975.             'adminNotificationsService' => ['services''App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService''getAdminNotificationsServiceService'false],
  10976.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  10977.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  10978.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  10979.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  10980.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  10981.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  10982.             'translator' => ['services''translator''getTranslatorService'false],
  10983.         ], [
  10984.             'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
  10985.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  10986.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  10987.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  10988.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  10989.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  10990.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  10991.             'translator' => '?',
  10992.         ]);
  10993.     }
  10994.     /**
  10995.      * Gets the private '.service_locator.tzxQTLn' shared service.
  10996.      *
  10997.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10998.      */
  10999.     protected function get_ServiceLocator_TzxQTLnService()
  11000.     {
  11001.         return $this->privates['.service_locator.tzxQTLn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11002.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  11003.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  11004.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  11005.             'parkingSpotServices' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services''getAdminParkingSpotServicesService'false],
  11006.             'translator' => ['services''translator''getTranslatorService'false],
  11007.         ], [
  11008.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  11009.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  11010.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  11011.             'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
  11012.             'translator' => '?',
  11013.         ]);
  11014.     }
  11015.     /**
  11016.      * Gets the private '.service_locator.uBRi26_' shared service.
  11017.      *
  11018.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11019.      */
  11020.     protected function get_ServiceLocator_UBRi26Service()
  11021.     {
  11022.         return $this->privates['.service_locator.uBRi26_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11023.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  11024.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  11025.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  11026.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  11027.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  11028.             'translator' => ['services''translator''getTranslatorService'false],
  11029.         ], [
  11030.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  11031.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  11032.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  11033.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  11034.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  11035.             'translator' => '?',
  11036.         ]);
  11037.     }
  11038.     /**
  11039.      * Gets the private '.service_locator.ukBc663' shared service.
  11040.      *
  11041.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11042.      */
  11043.     protected function get_ServiceLocator_UkBc663Service()
  11044.     {
  11045.         return $this->privates['.service_locator.ukBc663'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11046.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  11047.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  11048.         ], [
  11049.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  11050.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  11051.         ]);
  11052.     }
  11053.     /**
  11054.      * Gets the private '.service_locator.v.CLIbz' shared service.
  11055.      *
  11056.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11057.      */
  11058.     protected function get_ServiceLocator_V_CLIbzService()
  11059.     {
  11060.         return $this->privates['.service_locator.v.CLIbz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11061.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  11062.             'adminEncryption' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption''getAdminEncryptionService'false],
  11063.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  11064.             'translator' => ['services''translator''getTranslatorService'false],
  11065.         ], [
  11066.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  11067.             'adminEncryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
  11068.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  11069.             'translator' => '?',
  11070.         ]);
  11071.     }
  11072.     /**
  11073.      * Gets the private '.service_locator.vVFID0P' shared service.
  11074.      *
  11075.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11076.      */
  11077.     protected function get_ServiceLocator_VVFID0PService()
  11078.     {
  11079.         return $this->privates['.service_locator.vVFID0P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11080.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  11081.             'translator' => ['services''translator''getTranslatorService'false],
  11082.         ], [
  11083.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  11084.             'translator' => '?',
  11085.         ]);
  11086.     }
  11087.     /**
  11088.      * Gets the private '.service_locator.ved7J.A' shared service.
  11089.      *
  11090.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11091.      */
  11092.     protected function get_ServiceLocator_Ved7J_AService()
  11093.     {
  11094.         return $this->privates['.service_locator.ved7J.A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11095.             'authenticationManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Authentication''getAuthenticationService'false],
  11096.             'encryption' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  11097.             'errorCodesManager' => ['services''App\\AppBundle\\APIBundle\\Services\\ErrorCodes''getErrorCodesService'false],
  11098.             'mailManager' => ['services''App\\AppBundle\\APIBundle\\Services\\MailManager''getMailManagerService'false],
  11099.             'promoCodeAPIService' => ['services''App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService''getPromoCodeAPIServiceService'false],
  11100.             'pushNotification' => ['services''App\\AppBundle\\APIBundle\\Services\\PushNotification''getPushNotificationService'false],
  11101.             'referralService' => ['services''App\\AppBundle\\APIBundle\\Services\\ReferralService''getReferralServiceService'false],
  11102.             'sendMail' => ['services''App\\AppBundle\\MainBundle\\Services\\SendMail''getSendMailService'false],
  11103.             'translator' => ['services''translator''getTranslatorService'false],
  11104.             'userNotificationsService' => ['services''App\\AppBundle\\MainBundle\\Services\\UserNotificationsService''getUserNotificationsServiceService'false],
  11105.         ], [
  11106.             'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
  11107.             'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  11108.             'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
  11109.             'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
  11110.             'promoCodeAPIService' => 'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService',
  11111.             'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
  11112.             'referralService' => 'App\\AppBundle\\APIBundle\\Services\\ReferralService',
  11113.             'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
  11114.             'translator' => '?',
  11115.             'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
  11116.         ]);
  11117.     }
  11118.     /**
  11119.      * Gets the private '.service_locator.vzFKW9J' shared service.
  11120.      *
  11121.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11122.      */
  11123.     protected function get_ServiceLocator_VzFKW9JService()
  11124.     {
  11125.         return $this->privates['.service_locator.vzFKW9J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11126.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  11127.             'entityManager' => ['privates''.errored..service_locator.vzFKW9J.Doctrine\\Persistence\\ObjectManager'NULL'Cannot autowire service ".service_locator.vzFKW9J": it references interface "Doctrine\\Persistence\\ObjectManager" but no such service exists. You should maybe alias this interface to the existing "doctrine.orm.default_entity_manager" service.'],
  11128.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  11129.             'psAddSpotObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot''getPSAddSpotService'false],
  11130.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  11131.             'translator' => ['services''translator''getTranslatorService'false],
  11132.             'userObj' => ['services''App\\AppBundle\\MainBundle\\Entity\\User''getUserService'false],
  11133.         ], [
  11134.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  11135.             'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
  11136.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  11137.             'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
  11138.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  11139.             'translator' => '?',
  11140.             'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
  11141.         ]);
  11142.     }
  11143.     /**
  11144.      * Gets the private '.service_locator.xUrKPVU' shared service.
  11145.      *
  11146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11147.      */
  11148.     protected function get_ServiceLocator_XUrKPVUService()
  11149.     {
  11150.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11151.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  11152.         ], [
  11153.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  11154.         ]);
  11155.     }
  11156.     /**
  11157.      * Gets the private '.service_locator.yb3JJCm' shared service.
  11158.      *
  11159.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11160.      */
  11161.     protected function get_ServiceLocator_Yb3JJCmService()
  11162.     {
  11163.         return $this->privates['.service_locator.yb3JJCm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11164.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  11165.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  11166.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  11167.             'stripeClient' => ['services''App\\AppBundle\\MainBundle\\Client\\StripeClient''getStripeClientService'false],
  11168.             'translator' => ['services''translator''getTranslatorService'false],
  11169.         ], [
  11170.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  11171.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  11172.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  11173.             'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
  11174.             'translator' => '?',
  11175.         ]);
  11176.     }
  11177.     /**
  11178.      * Gets the private '.service_locator.zJyh7qS' shared service.
  11179.      *
  11180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11181.      */
  11182.     protected function get_ServiceLocator_ZJyh7qSService()
  11183.     {
  11184.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11185.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  11186.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  11187.         ], [
  11188.             'security.firewall.map.context.dev' => '?',
  11189.             'security.firewall.map.context.main' => '?',
  11190.         ]);
  11191.     }
  11192.     /**
  11193.      * Gets the private '.service_locator.zbwN0O2' shared service.
  11194.      *
  11195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11196.      */
  11197.     protected function get_ServiceLocator_ZbwN0O2Service()
  11198.     {
  11199.         return $this->privates['.service_locator.zbwN0O2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11200.             'adminAuthentication' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication''getAdminAuthenticationService'false],
  11201.             'adminErrorCodes' => ['services''App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes''getAdminErrorCodesService'false],
  11202.             'encryptionManager' => ['services''App\\AppBundle\\APIBundle\\Services\\Encryption''getEncryptionService'false],
  11203.             'generalServiceManager' => ['services''App\\AppBundle\\APIBundle\\Services\\WPGeneralService''getWPGeneralServiceService'false],
  11204.             'parkingSupplierService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService''getParkingSupplierServiceService'false],
  11205.             'parkingUserService' => ['services''App\\AppBundle\\APIBundle\\Services\\ParkingUserService''getParkingUserServiceService'false],
  11206.             'translator' => ['services''translator''getTranslatorService'false],
  11207.         ], [
  11208.             'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
  11209.             'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
  11210.             'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
  11211.             'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
  11212.             'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
  11213.             'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
  11214.             'translator' => '?',
  11215.         ]);
  11216.     }
  11217.     /**
  11218.      * Gets the private '.session.deprecated' shared service.
  11219.      *
  11220.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  11221.      */
  11222.     protected function get_Session_DeprecatedService()
  11223.     {
  11224.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  11225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  11226.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  11227.     }
  11228.     /**
  11229.      * Gets the private '.twig.command.debug.lazy' shared service.
  11230.      *
  11231.      * @return \Symfony\Component\Console\Command\LazyCommand
  11232.      */
  11233.     protected function get_Twig_Command_Debug_LazyService()
  11234.     {
  11235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11237.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  11238.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  11239.         });
  11240.     }
  11241.     /**
  11242.      * Gets the private '.twig.command.lint.lazy' shared service.
  11243.      *
  11244.      * @return \Symfony\Component\Console\Command\LazyCommand
  11245.      */
  11246.     protected function get_Twig_Command_Lint_LazyService()
  11247.     {
  11248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11250.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  11251.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  11252.         });
  11253.     }
  11254.     /**
  11255.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  11256.      *
  11257.      * @return \Symfony\Component\Console\Command\LazyCommand
  11258.      */
  11259.     protected function get_VarDumper_Command_ServerDump_LazyService()
  11260.     {
  11261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11263.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  11264.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  11265.         });
  11266.     }
  11267.     /**
  11268.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  11269.      *
  11270.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  11271.      */
  11272.     protected function getManagerRegistryAwareConnectionProviderService()
  11273.     {
  11274.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  11275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  11276.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  11277.     }
  11278.     /**
  11279.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  11280.      *
  11281.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  11282.      */
  11283.     protected function getRunSqlCommandService()
  11284.     {
  11285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11286.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  11287.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  11288.         $instance->setName('dbal:run-sql');
  11289.         return $instance;
  11290.     }
  11291.     /**
  11292.      * Gets the private 'annotations.cache_adapter' shared service.
  11293.      *
  11294.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  11295.      */
  11296.     protected function getAnnotations_CacheAdapterService()
  11297.     {
  11298.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  11299.     }
  11300.     /**
  11301.      * Gets the private 'annotations.cache_warmer' shared service.
  11302.      *
  11303.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  11304.      */
  11305.     protected function getAnnotations_CacheWarmerService()
  11306.     {
  11307.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  11310.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  11311.     }
  11312.     /**
  11313.      * Gets the private 'annotations.cached_reader' shared service.
  11314.      *
  11315.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  11316.      */
  11317.     protected function getAnnotations_CachedReaderService()
  11318.     {
  11319.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  11320.     }
  11321.     /**
  11322.      * Gets the private 'annotations.reader' shared service.
  11323.      *
  11324.      * @return \Doctrine\Common\Annotations\AnnotationReader
  11325.      */
  11326.     protected function getAnnotations_ReaderService()
  11327.     {
  11328.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  11329.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  11330.         $a->registerUniqueLoader('class_exists');
  11331.         $instance->addGlobalIgnoredName('required'$a);
  11332.         return $instance;
  11333.     }
  11334.     /**
  11335.      * Gets the private 'cache.annotations' shared service.
  11336.      *
  11337.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11338.      */
  11339.     protected function getCache_AnnotationsService()
  11340.     {
  11341.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M8bEIbfT8C'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  11342.     }
  11343.     /**
  11344.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  11345.      *
  11346.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11347.      */
  11348.     protected function getCache_Doctrine_Orm_Default_QueryService()
  11349.     {
  11350.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  11351.     }
  11352.     /**
  11353.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  11354.      *
  11355.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11356.      */
  11357.     protected function getCache_Doctrine_Orm_Default_ResultService()
  11358.     {
  11359.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  11360.     }
  11361.     /**
  11362.      * Gets the private 'cache.property_info' shared service.
  11363.      *
  11364.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11365.      */
  11366.     protected function getCache_PropertyInfoService()
  11367.     {
  11368.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('U5jUblQc8y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  11369.     }
  11370.     /**
  11371.      * Gets the private 'cache.security_expression_language' shared service.
  11372.      *
  11373.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11374.      */
  11375.     protected function getCache_SecurityExpressionLanguageService()
  11376.     {
  11377.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('x21LqZfjQ-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  11378.     }
  11379.     /**
  11380.      * Gets the private 'cache.serializer' shared service.
  11381.      *
  11382.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11383.      */
  11384.     protected function getCache_SerializerService()
  11385.     {
  11386.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iixnjzwiL8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  11387.     }
  11388.     /**
  11389.      * Gets the private 'cache.validator' shared service.
  11390.      *
  11391.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11392.      */
  11393.     protected function getCache_ValidatorService()
  11394.     {
  11395.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fwEdxxSXcB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  11396.     }
  11397.     /**
  11398.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  11399.      *
  11400.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  11401.      */
  11402.     protected function getCachePoolClearer_CacheWarmerService()
  11403.     {
  11404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  11406.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  11407.     }
  11408.     /**
  11409.      * Gets the private 'config_builder.warmer' shared service.
  11410.      *
  11411.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  11412.      */
  11413.     protected function getConfigBuilder_WarmerService()
  11414.     {
  11415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11416.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  11417.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11418.     }
  11419.     /**
  11420.      * Gets the private 'config_cache_factory' shared service.
  11421.      *
  11422.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  11423.      */
  11424.     protected function getConfigCacheFactoryService()
  11425.     {
  11426.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  11427.             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)));
  11428.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  11429.         }, 2));
  11430.     }
  11431.     /**
  11432.      * Gets the private 'console.command.about' shared service.
  11433.      *
  11434.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  11435.      */
  11436.     protected function getConsole_Command_AboutService()
  11437.     {
  11438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11439.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  11440.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  11441.         $instance->setName('about');
  11442.         $instance->setDescription('Display information about the current project');
  11443.         return $instance;
  11444.     }
  11445.     /**
  11446.      * Gets the private 'console.command.assets_install' shared service.
  11447.      *
  11448.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  11449.      */
  11450.     protected function getConsole_Command_AssetsInstallService()
  11451.     {
  11452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  11454.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  11455.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  11456.         $instance->setName('assets:install');
  11457.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  11458.         return $instance;
  11459.     }
  11460.     /**
  11461.      * Gets the private 'console.command.cache_clear' shared service.
  11462.      *
  11463.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  11464.      */
  11465.     protected function getConsole_Command_CacheClearService()
  11466.     {
  11467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  11469.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  11470.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  11471.         $instance->setName('cache:clear');
  11472.         $instance->setDescription('Clear the cache');
  11473.         return $instance;
  11474.     }
  11475.     /**
  11476.      * Gets the private 'console.command.cache_pool_clear' shared service.
  11477.      *
  11478.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  11479.      */
  11480.     protected function getConsole_Command_CachePoolClearService()
  11481.     {
  11482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  11484.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  11485.         $instance->setName('cache:pool:clear');
  11486.         $instance->setDescription('Clear cache pools');
  11487.         return $instance;
  11488.     }
  11489.     /**
  11490.      * Gets the private 'console.command.cache_pool_delete' shared service.
  11491.      *
  11492.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  11493.      */
  11494.     protected function getConsole_Command_CachePoolDeleteService()
  11495.     {
  11496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  11498.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  11499.         $instance->setName('cache:pool:delete');
  11500.         $instance->setDescription('Delete an item from a cache pool');
  11501.         return $instance;
  11502.     }
  11503.     /**
  11504.      * Gets the private 'console.command.cache_pool_list' shared service.
  11505.      *
  11506.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  11507.      */
  11508.     protected function getConsole_Command_CachePoolListService()
  11509.     {
  11510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  11512.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  11513.         $instance->setName('cache:pool:list');
  11514.         $instance->setDescription('List available cache pools');
  11515.         return $instance;
  11516.     }
  11517.     /**
  11518.      * Gets the private 'console.command.cache_pool_prune' shared service.
  11519.      *
  11520.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  11521.      */
  11522.     protected function getConsole_Command_CachePoolPruneService()
  11523.     {
  11524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  11526.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  11527.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  11528.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  11529.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  11530.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  11531.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  11532.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  11533.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  11534.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  11535.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  11536.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  11537.         }, 10));
  11538.         $instance->setName('cache:pool:prune');
  11539.         $instance->setDescription('Prune cache pools');
  11540.         return $instance;
  11541.     }
  11542.     /**
  11543.      * Gets the private 'console.command.cache_warmup' shared service.
  11544.      *
  11545.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  11546.      */
  11547.     protected function getConsole_Command_CacheWarmupService()
  11548.     {
  11549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  11551.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  11552.         $instance->setName('cache:warmup');
  11553.         $instance->setDescription('Warm up an empty cache');
  11554.         return $instance;
  11555.     }
  11556.     /**
  11557.      * Gets the private 'console.command.config_debug' shared service.
  11558.      *
  11559.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  11560.      */
  11561.     protected function getConsole_Command_ConfigDebugService()
  11562.     {
  11563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  11565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  11567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  11568.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  11569.         $instance->setName('debug:config');
  11570.         $instance->setDescription('Dump the current configuration for an extension');
  11571.         return $instance;
  11572.     }
  11573.     /**
  11574.      * Gets the private 'console.command.config_dump_reference' shared service.
  11575.      *
  11576.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  11577.      */
  11578.     protected function getConsole_Command_ConfigDumpReferenceService()
  11579.     {
  11580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  11582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  11583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  11584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  11585.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  11586.         $instance->setName('config:dump-reference');
  11587.         $instance->setDescription('Dump the default configuration for an extension');
  11588.         return $instance;
  11589.     }
  11590.     /**
  11591.      * Gets the private 'console.command.container_debug' shared service.
  11592.      *
  11593.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  11594.      */
  11595.     protected function getConsole_Command_ContainerDebugService()
  11596.     {
  11597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  11599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  11600.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  11601.         $instance->setName('debug:container');
  11602.         $instance->setDescription('Display current services for an application');
  11603.         return $instance;
  11604.     }
  11605.     /**
  11606.      * Gets the private 'console.command.container_lint' shared service.
  11607.      *
  11608.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  11609.      */
  11610.     protected function getConsole_Command_ContainerLintService()
  11611.     {
  11612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  11614.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  11615.         $instance->setName('lint:container');
  11616.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  11617.         return $instance;
  11618.     }
  11619.     /**
  11620.      * Gets the private 'console.command.debug_autowiring' shared service.
  11621.      *
  11622.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  11623.      */
  11624.     protected function getConsole_Command_DebugAutowiringService()
  11625.     {
  11626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  11628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  11629.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  11630.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  11631.         $instance->setName('debug:autowiring');
  11632.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  11633.         return $instance;
  11634.     }
  11635.     /**
  11636.      * Gets the private 'console.command.dotenv_debug' shared service.
  11637.      *
  11638.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  11639.      */
  11640.     protected function getConsole_Command_DotenvDebugService()
  11641.     {
  11642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11643.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  11644.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  11645.         $instance->setName('debug:dotenv');
  11646.         $instance->setDescription('Lists all dotenv files with variables and values');
  11647.         return $instance;
  11648.     }
  11649.     /**
  11650.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  11651.      *
  11652.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  11653.      */
  11654.     protected function getConsole_Command_EventDispatcherDebugService()
  11655.     {
  11656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  11658.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
  11659.         $instance->setName('debug:event-dispatcher');
  11660.         $instance->setDescription('Display configured listeners for an application');
  11661.         return $instance;
  11662.     }
  11663.     /**
  11664.      * Gets the private 'console.command.form_debug' shared service.
  11665.      *
  11666.      * @return \Symfony\Component\Form\Command\DebugCommand
  11667.      */
  11668.     protected function getConsole_Command_FormDebugService()
  11669.     {
  11670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11671.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  11672.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  11673.         $instance->setName('debug:form');
  11674.         $instance->setDescription('Display form type information');
  11675.         return $instance;
  11676.     }
  11677.     /**
  11678.      * Gets the private 'console.command.router_debug' shared service.
  11679.      *
  11680.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  11681.      */
  11682.     protected function getConsole_Command_RouterDebugService()
  11683.     {
  11684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  11686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  11687.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  11688.         $instance->setName('debug:router');
  11689.         $instance->setDescription('Display current routes for an application');
  11690.         return $instance;
  11691.     }
  11692.     /**
  11693.      * Gets the private 'console.command.router_match' shared service.
  11694.      *
  11695.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  11696.      */
  11697.     protected function getConsole_Command_RouterMatchService()
  11698.     {
  11699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  11701.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  11702.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  11703.         }, 1));
  11704.         $instance->setName('router:match');
  11705.         $instance->setDescription('Help debug routes by simulating a path info match');
  11706.         return $instance;
  11707.     }
  11708.     /**
  11709.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  11710.      *
  11711.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  11712.      */
  11713.     protected function getConsole_Command_SecretsDecryptToLocalService()
  11714.     {
  11715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  11717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  11718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  11719.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  11720.         $instance->setName('secrets:decrypt-to-local');
  11721.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  11722.         return $instance;
  11723.     }
  11724.     /**
  11725.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  11726.      *
  11727.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  11728.      */
  11729.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  11730.     {
  11731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  11733.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  11734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  11735.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  11736.         $instance->setName('secrets:encrypt-from-local');
  11737.         $instance->setDescription('Encrypt all local secrets to the vault');
  11738.         return $instance;
  11739.     }
  11740.     /**
  11741.      * Gets the private 'console.command.secrets_generate_key' shared service.
  11742.      *
  11743.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  11744.      */
  11745.     protected function getConsole_Command_SecretsGenerateKeyService()
  11746.     {
  11747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  11749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  11750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  11751.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  11752.         $instance->setName('secrets:generate-keys');
  11753.         $instance->setDescription('Generate new encryption keys');
  11754.         return $instance;
  11755.     }
  11756.     /**
  11757.      * Gets the private 'console.command.secrets_list' shared service.
  11758.      *
  11759.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  11760.      */
  11761.     protected function getConsole_Command_SecretsListService()
  11762.     {
  11763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  11765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  11766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  11767.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  11768.         $instance->setName('secrets:list');
  11769.         $instance->setDescription('List all secrets');
  11770.         return $instance;
  11771.     }
  11772.     /**
  11773.      * Gets the private 'console.command.secrets_remove' shared service.
  11774.      *
  11775.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  11776.      */
  11777.     protected function getConsole_Command_SecretsRemoveService()
  11778.     {
  11779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  11781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  11782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  11783.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  11784.         $instance->setName('secrets:remove');
  11785.         $instance->setDescription('Remove a secret from the vault');
  11786.         return $instance;
  11787.     }
  11788.     /**
  11789.      * Gets the private 'console.command.secrets_set' shared service.
  11790.      *
  11791.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  11792.      */
  11793.     protected function getConsole_Command_SecretsSetService()
  11794.     {
  11795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  11797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  11798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  11799.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  11800.         $instance->setName('secrets:set');
  11801.         $instance->setDescription('Set a secret in the vault');
  11802.         return $instance;
  11803.     }
  11804.     /**
  11805.      * Gets the private 'console.command.translation_debug' shared service.
  11806.      *
  11807.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  11808.      */
  11809.     protected function getConsole_Command_TranslationDebugService()
  11810.     {
  11811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  11813.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/AdminNotificationsService.php'), => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Services/UserNotificationsService.php'), => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderCompletionNotificationCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderExtendBookingSuccessCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderPreStartCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 10 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderPushNotificationCommand.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 12 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderStartCommand.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 14 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderToExtendBookingNotificationCommand.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 16 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/WelcomeUserCommand.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 18 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/RenewMonthlyBookingCommand.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 20 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/AutoPayoutCommand.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 22 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingCompletionCommand.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 24 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingCycleCompletionCommand.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 26 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingFailedPaymentReminderCommand.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 28 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingTerminateFailedPaymentCommand.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 30 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/NotificationsPushToUserCommand.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 32 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/UserDataDeletionCommand.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 43 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 44 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/AddSpotController.php'), 45 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/MySpotController.php'), 46 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ParkingSupplierController.php'), 47 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/SupportController.php'), 48 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php'), 49 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ExtendingBookingController.php'), 50 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/FlexibleBookingController.php'), 51 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/HourlyBookingController.php'), 52 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/MonthlyBookingController.php'), 53 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ParkingUserController.php'), 54 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/PromoCodesApiController.php'), 55 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ReferralEarnApiController.php'), 56 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/OrdersProcessingService.php'), 57 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Controller/MainController.php'), 58 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/EarningCalculatorController.php'), 59 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/LoginController.php'), 60 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/SettingsController.php'), 61 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/LoginController.php'), 62 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Services/SendMail.php'), 63 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/NotificationsApiController.php'), 64 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/PayoutController.php'), 65 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/StatementController.php'), 66 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/StripeWebhooks.php'), 67 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/UserDataDeletionRequestController.php'), 68 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/WPGeneralController.php'), 69 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/ReferralService.php'), 70 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AccessibilityController.php'), 71 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminConfigController.php'), 72 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsEmailToUserController.php'), 73 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsPushToUsersController.php'), 74 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsSMSToUsersController.php'), 75 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminPayoutController.php'), 76 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminPromoCodeController.php'), 77 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminTransferController.php'), 78 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/VehiclesController.php'), 79 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminUserController.php'), 80 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminUserDataDeletionRequestsController.php'), 81 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/BookingController.php'), 82 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SupportController.php'), 83 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/CurrencyController.php'), 84 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/DashboardController.php'), 85 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SpotController.php'), 86 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SpotRatingsController.php'), 87 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/UserController.php'), 88 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/UserDetailSpotSeekerController.php'), 89 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/WPPricingDataController.php'), 90 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/UserDetailSpotProviderController.php'), 91 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 92 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 93 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 94 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  11814.         $instance->setName('debug:translation');
  11815.         $instance->setDescription('Display translation messages information');
  11816.         return $instance;
  11817.     }
  11818.     /**
  11819.      * Gets the private 'console.command.translation_extract' shared service.
  11820.      *
  11821.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  11822.      */
  11823.     protected function getConsole_Command_TranslationExtractService()
  11824.     {
  11825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  11827.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Services/AdminNotificationsService.php'), => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Services/UserNotificationsService.php'), => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderCompletionNotificationCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderExtendBookingSuccessCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderPreStartCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 10 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderPushNotificationCommand.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 12 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderStartCommand.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 14 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/OrderToExtendBookingNotificationCommand.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 16 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/WelcomeUserCommand.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 18 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/RenewMonthlyBookingCommand.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 20 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/AutoPayoutCommand.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 22 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingCompletionCommand.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 24 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingCycleCompletionCommand.php'), 25 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 26 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingFailedPaymentReminderCommand.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 28 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/MonthlyBookingTerminateFailedPaymentCommand.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 30 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/NotificationsPushToUserCommand.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 32 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Command/UserDataDeletionCommand.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 43 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php'), 44 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/AddSpotController.php'), 45 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/MySpotController.php'), 46 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ParkingSupplierController.php'), 47 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/SupportController.php'), 48 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php'), 49 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ExtendingBookingController.php'), 50 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/FlexibleBookingController.php'), 51 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/HourlyBookingController.php'), 52 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/MonthlyBookingController.php'), 53 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ParkingUserController.php'), 54 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/PromoCodesApiController.php'), 55 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/ReferralEarnApiController.php'), 56 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/OrdersProcessingService.php'), 57 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Controller/MainController.php'), 58 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/EarningCalculatorController.php'), 59 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/LoginController.php'), 60 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/SettingsController.php'), 61 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/LoginController.php'), 62 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Services/SendMail.php'), 63 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/NotificationsApiController.php'), 64 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/PayoutController.php'), 65 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/StatementController.php'), 66 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/StripeWebhooks.php'), 67 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/UserDataDeletionRequestController.php'), 68 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Controller/WPGeneralController.php'), 69 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/Services/ReferralService.php'), 70 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AccessibilityController.php'), 71 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminConfigController.php'), 72 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsEmailToUserController.php'), 73 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsPushToUsersController.php'), 74 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsSMSToUsersController.php'), 75 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminPayoutController.php'), 76 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminPromoCodeController.php'), 77 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminTransferController.php'), 78 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/VehiclesController.php'), 79 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminUserController.php'), 80 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/AdminUserDataDeletionRequestsController.php'), 81 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/BookingController.php'), 82 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SupportController.php'), 83 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/CurrencyController.php'), 84 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/DashboardController.php'), 85 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SpotController.php'), 86 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/SpotRatingsController.php'), 87 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/UserController.php'), 88 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/UserDetailSpotSeekerController.php'), 89 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/WPPricingDataController.php'), 90 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Controller/UserDetailSpotProviderController.php'), 91 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 92 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 93 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 94 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  11828.         $instance->setName('translation:extract');
  11829.         $instance->setAliases([=> 'translation:update']);
  11830.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  11831.         return $instance;
  11832.     }
  11833.     /**
  11834.      * Gets the private 'console.command.translation_pull' shared service.
  11835.      *
  11836.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  11837.      */
  11838.     protected function getConsole_Command_TranslationPullService()
  11839.     {
  11840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  11842.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  11843.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  11844.         $instance->setName('translation:pull');
  11845.         $instance->setDescription('Pull translations from a given provider.');
  11846.         return $instance;
  11847.     }
  11848.     /**
  11849.      * Gets the private 'console.command.translation_push' shared service.
  11850.      *
  11851.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  11852.      */
  11853.     protected function getConsole_Command_TranslationPushService()
  11854.     {
  11855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  11857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  11858.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  11859.         $instance->setName('translation:push');
  11860.         $instance->setDescription('Push translations to a given provider.');
  11861.         return $instance;
  11862.     }
  11863.     /**
  11864.      * Gets the private 'console.command.validator_debug' shared service.
  11865.      *
  11866.      * @return \Symfony\Component\Validator\Command\DebugCommand
  11867.      */
  11868.     protected function getConsole_Command_ValidatorDebugService()
  11869.     {
  11870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11871.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  11872.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  11873.         $instance->setName('debug:validator');
  11874.         $instance->setDescription('Display validation constraints for classes');
  11875.         return $instance;
  11876.     }
  11877.     /**
  11878.      * Gets the private 'console.command.xliff_lint' shared service.
  11879.      *
  11880.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  11881.      */
  11882.     protected function getConsole_Command_XliffLintService()
  11883.     {
  11884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  11886.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  11887.         $instance->setName('lint:xliff');
  11888.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  11889.         return $instance;
  11890.     }
  11891.     /**
  11892.      * Gets the private 'console.command.yaml_lint' shared service.
  11893.      *
  11894.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  11895.      */
  11896.     protected function getConsole_Command_YamlLintService()
  11897.     {
  11898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11899.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  11900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  11901.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  11902.         $instance->setName('lint:yaml');
  11903.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  11904.         return $instance;
  11905.     }
  11906.     /**
  11907.      * Gets the private 'console.error_listener' shared service.
  11908.      *
  11909.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  11910.      */
  11911.     protected function getConsole_ErrorListenerService()
  11912.     {
  11913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  11914.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  11915.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11916.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11917.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11919.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  11920.     }
  11921.     /**
  11922.      * Gets the private 'container.env_var_processor' shared service.
  11923.      *
  11924.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  11925.      */
  11926.     protected function getContainer_EnvVarProcessorService()
  11927.     {
  11928.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  11929.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  11930.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  11931.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  11932.         }, 1));
  11933.     }
  11934.     /**
  11935.      * Gets the private 'container.getenv' shared service.
  11936.      *
  11937.      * @return \Closure
  11938.      */
  11939.     protected function getContainer_GetenvService()
  11940.     {
  11941.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  11942.     }
  11943.     /**
  11944.      * Gets the private 'data_collector.form' shared service.
  11945.      *
  11946.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  11947.      */
  11948.     protected function getDataCollector_FormService()
  11949.     {
  11950.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  11951.     }
  11952.     /**
  11953.      * Gets the private 'data_collector.request' shared service.
  11954.      *
  11955.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  11956.      */
  11957.     protected function getDataCollector_RequestService()
  11958.     {
  11959.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11960.     }
  11961.     /**
  11962.      * Gets the private 'data_collector.request.session_collector' shared service.
  11963.      *
  11964.      * @return \Closure
  11965.      */
  11966.     protected function getDataCollector_Request_SessionCollectorService()
  11967.     {
  11968.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  11969.     }
  11970.     /**
  11971.      * Gets the private 'debug.argument_resolver.default' shared service.
  11972.      *
  11973.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11974.      */
  11975.     protected function getDebug_ArgumentResolver_DefaultService()
  11976.     {
  11977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11978.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11979.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  11980.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11981.     }
  11982.     /**
  11983.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  11984.      *
  11985.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11986.      */
  11987.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  11988.     {
  11989.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11990.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  11992.         $a = ($this->privates['.service_locator.A0KjRbU'] ?? $this->get_ServiceLocator_A0KjRbUService());
  11993.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  11994.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  11995.         }
  11996.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11997.     }
  11998.     /**
  11999.      * Gets the private 'debug.argument_resolver.request' shared service.
  12000.      *
  12001.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12002.      */
  12003.     protected function getDebug_ArgumentResolver_RequestService()
  12004.     {
  12005.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12006.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12007.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  12008.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12009.     }
  12010.     /**
  12011.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  12012.      *
  12013.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12014.      */
  12015.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  12016.     {
  12017.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12018.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12019.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  12020.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12021.     }
  12022.     /**
  12023.      * Gets the private 'debug.argument_resolver.service' shared service.
  12024.      *
  12025.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12026.      */
  12027.     protected function getDebug_ArgumentResolver_ServiceService()
  12028.     {
  12029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12030.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12031.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  12032.         $a = ($this->privates['.service_locator.A0KjRbU'] ?? $this->get_ServiceLocator_A0KjRbUService());
  12033.         if (isset($this->privates['debug.argument_resolver.service'])) {
  12034.             return $this->privates['debug.argument_resolver.service'];
  12035.         }
  12036.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12037.     }
  12038.     /**
  12039.      * Gets the private 'debug.argument_resolver.session' shared service.
  12040.      *
  12041.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12042.      */
  12043.     protected function getDebug_ArgumentResolver_SessionService()
  12044.     {
  12045.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12046.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12047.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  12048.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12049.     }
  12050.     /**
  12051.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  12052.      *
  12053.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12054.      */
  12055.     protected function getDebug_ArgumentResolver_VariadicService()
  12056.     {
  12057.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  12060.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12061.     }
  12062.     /**
  12063.      * Gets the private 'debug.debug_handlers_listener' shared service.
  12064.      *
  12065.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  12066.      */
  12067.     protected function getDebug_DebugHandlersListenerService()
  12068.     {
  12069.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  12070.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12071.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12072.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12073.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12074.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  12075.     }
  12076.     /**
  12077.      * Gets the private 'debug.dump_listener' shared service.
  12078.      *
  12079.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  12080.      */
  12081.     protected function getDebug_DumpListenerService()
  12082.     {
  12083.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  12084.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  12085.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  12086.     }
  12087.     /**
  12088.      * Gets the private 'debug.file_link_formatter' shared service.
  12089.      *
  12090.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  12091.      */
  12092.     protected function getDebug_FileLinkFormatterService()
  12093.     {
  12094.         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 () {
  12095.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  12096.         });
  12097.     }
  12098.     /**
  12099.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  12100.      *
  12101.      * @return \string
  12102.      */
  12103.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  12104.     {
  12105.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  12106.     }
  12107.     /**
  12108.      * Gets the private 'debug.log_processor' shared service.
  12109.      *
  12110.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  12111.      */
  12112.     protected function getDebug_LogProcessorService()
  12113.     {
  12114.         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())));
  12115.     }
  12116.     /**
  12117.      * Gets the private 'debug.security.access.decision_manager' shared service.
  12118.      *
  12119.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  12120.      */
  12121.     protected function getDebug_Security_Access_DecisionManagerService()
  12122.     {
  12123.         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 () {
  12124.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  12125.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  12126.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  12127.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  12128.     }
  12129.     /**
  12130.      * Gets the private 'debug.security.firewall' shared service.
  12131.      *
  12132.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  12133.      */
  12134.     protected function getDebug_Security_FirewallService()
  12135.     {
  12136.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  12137.         if (isset($this->privates['debug.security.firewall'])) {
  12138.             return $this->privates['debug.security.firewall'];
  12139.         }
  12140.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12141.         if (isset($this->privates['debug.security.firewall'])) {
  12142.             return $this->privates['debug.security.firewall'];
  12143.         }
  12144.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  12145.     }
  12146.     /**
  12147.      * Gets the private 'debug.security.user_value_resolver' shared service.
  12148.      *
  12149.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  12150.      */
  12151.     protected function getDebug_Security_UserValueResolverService()
  12152.     {
  12153.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  12154.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  12155.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  12156.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12157.     }
  12158.     /**
  12159.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  12160.      *
  12161.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12162.      */
  12163.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  12164.     {
  12165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  12169.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12170.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  12171.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  12172.         }
  12173.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  12174.     }
  12175.     /**
  12176.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  12177.      *
  12178.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12179.      */
  12180.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  12181.     {
  12182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  12186.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12187.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  12188.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  12189.         }
  12190.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12191.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  12192.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  12193.         }
  12194.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), $b);
  12195.     }
  12196.     /**
  12197.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  12198.      *
  12199.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  12200.      */
  12201.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  12202.     {
  12203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  12204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  12205.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  12206.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  12207.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12208.         if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
  12209.             return $this->privates['debug.security.voter.security.access.simple_role_voter'];
  12210.         }
  12211.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), $a);
  12212.     }
  12213.     /**
  12214.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  12215.      *
  12216.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  12217.      */
  12218.     protected function getDebug_Security_Voter_VoteListenerService()
  12219.     {
  12220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  12221.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  12222.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  12223.             return $this->privates['debug.security.voter.vote_listener'];
  12224.         }
  12225.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  12226.     }
  12227.     /**
  12228.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  12229.      *
  12230.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  12231.      */
  12232.     protected function getDoctrine_CacheClearMetadataCommandService()
  12233.     {
  12234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12235.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12236.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  12237.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12238.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  12239.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12240.         $instance->setName('doctrine:cache:clear-metadata');
  12241.         return $instance;
  12242.     }
  12243.     /**
  12244.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  12245.      *
  12246.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  12247.      */
  12248.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  12249.     {
  12250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12251.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  12253.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12254.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  12255.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12256.         $instance->setName('doctrine:cache:clear-query');
  12257.         return $instance;
  12258.     }
  12259.     /**
  12260.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  12261.      *
  12262.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  12263.      */
  12264.     protected function getDoctrine_CacheClearResultCommandService()
  12265.     {
  12266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12267.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12268.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  12269.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  12271.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12272.         $instance->setName('doctrine:cache:clear-result');
  12273.         return $instance;
  12274.     }
  12275.     /**
  12276.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  12277.      *
  12278.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  12279.      */
  12280.     protected function getDoctrine_CacheCollectionRegionCommandService()
  12281.     {
  12282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12283.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12284.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  12285.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12286.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  12287.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12288.         $instance->setName('doctrine:cache:clear-collection-region');
  12289.         return $instance;
  12290.     }
  12291.     /**
  12292.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  12293.      *
  12294.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  12295.      */
  12296.     protected function getDoctrine_ClearEntityRegionCommandService()
  12297.     {
  12298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12299.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12300.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  12301.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12302.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  12303.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12304.         $instance->setName('doctrine:cache:clear-entity-region');
  12305.         return $instance;
  12306.     }
  12307.     /**
  12308.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  12309.      *
  12310.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  12311.      */
  12312.     protected function getDoctrine_ClearQueryRegionCommandService()
  12313.     {
  12314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12315.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12316.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  12317.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12318.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  12319.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12320.         $instance->setName('doctrine:cache:clear-query-region');
  12321.         return $instance;
  12322.     }
  12323.     /**
  12324.      * Gets the private 'doctrine.database_create_command' shared service.
  12325.      *
  12326.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  12327.      */
  12328.     protected function getDoctrine_DatabaseCreateCommandService()
  12329.     {
  12330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12331.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  12332.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  12333.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12334.         $instance->setName('doctrine:database:create');
  12335.         return $instance;
  12336.     }
  12337.     /**
  12338.      * Gets the private 'doctrine.database_drop_command' shared service.
  12339.      *
  12340.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  12341.      */
  12342.     protected function getDoctrine_DatabaseDropCommandService()
  12343.     {
  12344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12345.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  12346.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  12347.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12348.         $instance->setName('doctrine:database:drop');
  12349.         return $instance;
  12350.     }
  12351.     /**
  12352.      * Gets the private 'doctrine.database_import_command' shared service.
  12353.      *
  12354.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  12355.      */
  12356.     protected function getDoctrine_DatabaseImportCommandService()
  12357.     {
  12358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12359.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  12360.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  12361.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  12362.         $instance->setName('doctrine:database:import');
  12363.         return $instance;
  12364.     }
  12365.     /**
  12366.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  12367.      *
  12368.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  12369.      */
  12370.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  12371.     {
  12372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12373.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12374.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  12375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12376.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  12377.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12378.         $instance->setName('doctrine:ensure-production-settings');
  12379.         return $instance;
  12380.     }
  12381.     /**
  12382.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  12383.      *
  12384.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  12385.      */
  12386.     protected function getDoctrine_MappingConvertCommandService()
  12387.     {
  12388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12389.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12390.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  12391.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12392.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  12393.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12394.         $instance->setName('doctrine:mapping:convert');
  12395.         return $instance;
  12396.     }
  12397.     /**
  12398.      * Gets the private 'doctrine.mapping_import_command' shared service.
  12399.      *
  12400.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  12401.      */
  12402.     protected function getDoctrine_MappingImportCommandService()
  12403.     {
  12404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12405.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  12406.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  12407.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  12408.         $instance->setName('doctrine:mapping:import');
  12409.         return $instance;
  12410.     }
  12411.     /**
  12412.      * Gets the private 'doctrine.mapping_info_command' shared service.
  12413.      *
  12414.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  12415.      */
  12416.     protected function getDoctrine_MappingInfoCommandService()
  12417.     {
  12418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12419.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12420.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  12421.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12422.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  12423.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12424.         $instance->setName('doctrine:mapping:info');
  12425.         return $instance;
  12426.     }
  12427.     /**
  12428.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  12429.      *
  12430.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  12431.      */
  12432.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  12433.     {
  12434.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  12435.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  12436.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12437.     }
  12438.     /**
  12439.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  12440.      *
  12441.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  12442.      */
  12443.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  12444.     {
  12445.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Entity'), => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/Entity')]);
  12446.     }
  12447.     /**
  12448.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  12449.      *
  12450.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  12451.      */
  12452.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  12453.     {
  12454.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  12455.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12456.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  12457.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  12458.         }
  12459.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  12460.     }
  12461.     /**
  12462.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  12463.      *
  12464.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  12465.      */
  12466.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  12467.     {
  12468.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  12469.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  12470.     }
  12471.     /**
  12472.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  12473.      *
  12474.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  12475.      */
  12476.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  12477.     {
  12478.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  12479.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  12480.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  12481.     }
  12482.     /**
  12483.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  12484.      *
  12485.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  12486.      */
  12487.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  12488.     {
  12489.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  12490.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  12491.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  12492.             return new \EmptyIterator();
  12493.         }, 0));
  12494.     }
  12495.     /**
  12496.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  12497.      *
  12498.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  12499.      */
  12500.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  12501.     {
  12502.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  12504.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  12505.     }
  12506.     /**
  12507.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  12508.      *
  12509.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  12510.      */
  12511.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  12512.     {
  12513.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12514.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  12515.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12516.     }
  12517.     /**
  12518.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  12519.      *
  12520.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  12521.      */
  12522.     protected function getDoctrine_Orm_Validator_UniqueService()
  12523.     {
  12524.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12525.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12526.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  12527.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12528.     }
  12529.     /**
  12530.      * Gets the private 'doctrine.query_dql_command' shared service.
  12531.      *
  12532.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  12533.      */
  12534.     protected function getDoctrine_QueryDqlCommandService()
  12535.     {
  12536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12537.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12538.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  12539.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12540.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  12541.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12542.         $instance->setName('doctrine:query:dql');
  12543.         return $instance;
  12544.     }
  12545.     /**
  12546.      * Gets the private 'doctrine.query_sql_command' shared service.
  12547.      *
  12548.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  12549.      */
  12550.     protected function getDoctrine_QuerySqlCommandService()
  12551.     {
  12552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12553.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  12554.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  12555.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  12556.         $instance->setName('doctrine:query:sql');
  12557.         return $instance;
  12558.     }
  12559.     /**
  12560.      * Gets the private 'doctrine.schema_create_command' shared service.
  12561.      *
  12562.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  12563.      */
  12564.     protected function getDoctrine_SchemaCreateCommandService()
  12565.     {
  12566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12567.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12568.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  12569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  12570.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  12572.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12573.         $instance->setName('doctrine:schema:create');
  12574.         return $instance;
  12575.     }
  12576.     /**
  12577.      * Gets the private 'doctrine.schema_drop_command' shared service.
  12578.      *
  12579.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  12580.      */
  12581.     protected function getDoctrine_SchemaDropCommandService()
  12582.     {
  12583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12584.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12585.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  12586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  12587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  12589.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12590.         $instance->setName('doctrine:schema:drop');
  12591.         return $instance;
  12592.     }
  12593.     /**
  12594.      * Gets the private 'doctrine.schema_update_command' shared service.
  12595.      *
  12596.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  12597.      */
  12598.     protected function getDoctrine_SchemaUpdateCommandService()
  12599.     {
  12600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12601.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12602.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  12603.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  12604.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  12606.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12607.         $instance->setName('doctrine:schema:update');
  12608.         return $instance;
  12609.     }
  12610.     /**
  12611.      * Gets the private 'doctrine.schema_validate_command' shared service.
  12612.      *
  12613.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  12614.      */
  12615.     protected function getDoctrine_SchemaValidateCommandService()
  12616.     {
  12617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  12619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  12620.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  12621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  12622.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  12623.         $instance->setName('doctrine:schema:validate');
  12624.         return $instance;
  12625.     }
  12626.     /**
  12627.      * Gets the private 'doctrine.ulid_generator' shared service.
  12628.      *
  12629.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  12630.      */
  12631.     protected function getDoctrine_UlidGeneratorService()
  12632.     {
  12633.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  12634.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  12635.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  12636.     }
  12637.     /**
  12638.      * Gets the private 'doctrine.uuid_generator' shared service.
  12639.      *
  12640.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  12641.      */
  12642.     protected function getDoctrine_UuidGeneratorService()
  12643.     {
  12644.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  12645.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  12646.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  12647.     }
  12648.     /**
  12649.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  12650.      *
  12651.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  12652.      */
  12653.     protected function getDoctrineMigrations_DiffCommandService()
  12654.     {
  12655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12656.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12657.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  12658.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  12659.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  12660.         $instance->setName('doctrine:migrations:diff');
  12661.         return $instance;
  12662.     }
  12663.     /**
  12664.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  12665.      *
  12666.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  12667.      */
  12668.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  12669.     {
  12670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12671.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12672.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  12673.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  12674.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  12675.         $instance->setName('doctrine:migrations:dump-schema');
  12676.         return $instance;
  12677.     }
  12678.     /**
  12679.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  12680.      *
  12681.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  12682.      */
  12683.     protected function getDoctrineMigrations_ExecuteCommandService()
  12684.     {
  12685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12686.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12687.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  12688.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  12689.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  12690.         $instance->setName('doctrine:migrations:execute');
  12691.         return $instance;
  12692.     }
  12693.     /**
  12694.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  12695.      *
  12696.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  12697.      */
  12698.     protected function getDoctrineMigrations_GenerateCommandService()
  12699.     {
  12700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12701.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12702.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  12703.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  12704.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  12705.         $instance->setName('doctrine:migrations:generate');
  12706.         return $instance;
  12707.     }
  12708.     /**
  12709.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  12710.      *
  12711.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  12712.      */
  12713.     protected function getDoctrineMigrations_LatestCommandService()
  12714.     {
  12715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12716.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12717.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  12718.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  12719.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  12720.         $instance->setName('doctrine:migrations:latest');
  12721.         return $instance;
  12722.     }
  12723.     /**
  12724.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  12725.      *
  12726.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  12727.      */
  12728.     protected function getDoctrineMigrations_MigrateCommandService()
  12729.     {
  12730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12731.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12732.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  12733.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  12734.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  12735.         $instance->setName('doctrine:migrations:migrate');
  12736.         return $instance;
  12737.     }
  12738.     /**
  12739.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  12740.      *
  12741.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  12742.      */
  12743.     protected function getDoctrineMigrations_RollupCommandService()
  12744.     {
  12745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12746.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12747.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  12748.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  12749.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  12750.         $instance->setName('doctrine:migrations:rollup');
  12751.         return $instance;
  12752.     }
  12753.     /**
  12754.      * Gets the private 'doctrine_migrations.status_command' shared service.
  12755.      *
  12756.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  12757.      */
  12758.     protected function getDoctrineMigrations_StatusCommandService()
  12759.     {
  12760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12761.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12762.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  12763.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  12764.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  12765.         $instance->setName('doctrine:migrations:status');
  12766.         return $instance;
  12767.     }
  12768.     /**
  12769.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  12770.      *
  12771.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  12772.      */
  12773.     protected function getDoctrineMigrations_UpToDateCommandService()
  12774.     {
  12775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12776.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12777.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  12778.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  12779.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  12780.         $instance->setName('doctrine:migrations:up-to-date');
  12781.         return $instance;
  12782.     }
  12783.     /**
  12784.      * Gets the private 'doctrine_migrations.version_command' shared service.
  12785.      *
  12786.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  12787.      */
  12788.     protected function getDoctrineMigrations_VersionCommandService()
  12789.     {
  12790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12791.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  12792.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  12793.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  12794.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  12795.         $instance->setName('doctrine:migrations:version');
  12796.         return $instance;
  12797.     }
  12798.     /**
  12799.      * Gets the private 'error_handler.error_renderer.html' shared service.
  12800.      *
  12801.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  12802.      */
  12803.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  12804.     {
  12805.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  12806.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  12807.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  12808.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12809.     }
  12810.     /**
  12811.      * Gets the private 'exception_listener' shared service.
  12812.      *
  12813.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  12814.      */
  12815.     protected function getExceptionListenerService()
  12816.     {
  12817.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  12818.     }
  12819.     /**
  12820.      * Gets the private 'form.choice_list_factory.cached' shared service.
  12821.      *
  12822.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  12823.      */
  12824.     protected function getForm_ChoiceListFactory_CachedService()
  12825.     {
  12826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  12827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  12828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  12829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  12830.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  12831.     }
  12832.     /**
  12833.      * Gets the private 'form.registry' shared service.
  12834.      *
  12835.      * @return \Symfony\Component\Form\FormRegistry
  12836.      */
  12837.     protected function getForm_RegistryService()
  12838.     {
  12839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  12840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  12841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  12842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  12843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  12844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  12845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  12846.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12847.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  12848.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  12849.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  12850.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  12851.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  12852.         ], [
  12853.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  12854.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  12855.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  12856.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  12857.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  12858.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  12859.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  12860.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  12861.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  12862.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  12863.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  12864.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  12865.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  12866.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  12867.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  12868.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  12869.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  12870.         }, 1)], new RewindableGenerator(function () {
  12871.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  12872.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  12873.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  12874.     }
  12875.     /**
  12876.      * Gets the private 'form.server_params' shared service.
  12877.      *
  12878.      * @return \Symfony\Component\Form\Util\ServerParams
  12879.      */
  12880.     protected function getForm_ServerParamsService()
  12881.     {
  12882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  12883.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12884.     }
  12885.     /**
  12886.      * Gets the private 'form.type.choice' shared service.
  12887.      *
  12888.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  12889.      */
  12890.     protected function getForm_Type_ChoiceService()
  12891.     {
  12892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  12895.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  12896.     }
  12897.     /**
  12898.      * Gets the private 'form.type.color' shared service.
  12899.      *
  12900.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  12901.      */
  12902.     protected function getForm_Type_ColorService()
  12903.     {
  12904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  12907.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  12908.     }
  12909.     /**
  12910.      * Gets the private 'form.type.entity' shared service.
  12911.      *
  12912.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  12913.      */
  12914.     protected function getForm_Type_EntityService()
  12915.     {
  12916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12918.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  12919.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  12920.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12921.     }
  12922.     /**
  12923.      * Gets the private 'form.type.form' shared service.
  12924.      *
  12925.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  12926.      */
  12927.     protected function getForm_Type_FormService()
  12928.     {
  12929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12931.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  12932.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  12933.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  12934.     }
  12935.     /**
  12936.      * Gets the private 'form.type_extension.csrf' shared service.
  12937.      *
  12938.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  12939.      */
  12940.     protected function getForm_TypeExtension_CsrfService()
  12941.     {
  12942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  12945.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  12946.     }
  12947.     /**
  12948.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  12949.      *
  12950.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  12951.      */
  12952.     protected function getForm_TypeExtension_Form_DataCollectorService()
  12953.     {
  12954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  12957.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  12958.     }
  12959.     /**
  12960.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  12961.      *
  12962.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  12963.      */
  12964.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  12965.     {
  12966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  12969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  12970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  12971.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  12972.     }
  12973.     /**
  12974.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  12975.      *
  12976.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  12977.      */
  12978.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  12979.     {
  12980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  12983.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  12984.     }
  12985.     /**
  12986.      * Gets the private 'form.type_extension.form.validator' shared service.
  12987.      *
  12988.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  12989.      */
  12990.     protected function getForm_TypeExtension_Form_ValidatorService()
  12991.     {
  12992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  12995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  12996.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  12997.         if (isset($this->privates['form.type_extension.form.validator'])) {
  12998.             return $this->privates['form.type_extension.form.validator'];
  12999.         }
  13000.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  13001.         if (isset($this->privates['form.type_extension.form.validator'])) {
  13002.             return $this->privates['form.type_extension.form.validator'];
  13003.         }
  13004.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  13005.     }
  13006.     /**
  13007.      * Gets the private 'form.type_extension.upload.validator' shared service.
  13008.      *
  13009.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  13010.      */
  13011.     protected function getForm_TypeExtension_Upload_ValidatorService()
  13012.     {
  13013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  13014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  13015.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  13016.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  13017.     }
  13018.     /**
  13019.      * Gets the private 'form.type_guesser.doctrine' shared service.
  13020.      *
  13021.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  13022.      */
  13023.     protected function getForm_TypeGuesser_DoctrineService()
  13024.     {
  13025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  13026.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  13027.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13028.     }
  13029.     /**
  13030.      * Gets the private 'form.type_guesser.validator' shared service.
  13031.      *
  13032.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  13033.      */
  13034.     protected function getForm_TypeGuesser_ValidatorService()
  13035.     {
  13036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  13037.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  13038.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  13039.         if (isset($this->privates['form.type_guesser.validator'])) {
  13040.             return $this->privates['form.type_guesser.validator'];
  13041.         }
  13042.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  13043.     }
  13044.     /**
  13045.      * Gets the private 'fragment.listener' shared service.
  13046.      *
  13047.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  13048.      */
  13049.     protected function getFragment_ListenerService()
  13050.     {
  13051.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  13052.     }
  13053.     /**
  13054.      * Gets the private 'fragment.renderer.hinclude' shared service.
  13055.      *
  13056.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  13057.      */
  13058.     protected function getFragment_Renderer_HincludeService()
  13059.     {
  13060.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  13061.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  13062.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  13063.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13064.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  13065.             return $this->privates['fragment.renderer.hinclude'];
  13066.         }
  13067.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  13068.         $instance->setFragmentPath('/_fragment');
  13069.         return $instance;
  13070.     }
  13071.     /**
  13072.      * Gets the private 'fragment.renderer.inline' shared service.
  13073.      *
  13074.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  13075.      */
  13076.     protected function getFragment_Renderer_InlineService()
  13077.     {
  13078.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  13079.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  13080.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  13081.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13082.         if (isset($this->privates['fragment.renderer.inline'])) {
  13083.             return $this->privates['fragment.renderer.inline'];
  13084.         }
  13085.         $b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  13086.         if (isset($this->privates['fragment.renderer.inline'])) {
  13087.             return $this->privates['fragment.renderer.inline'];
  13088.         }
  13089.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($b$a);
  13090.         $instance->setFragmentPath('/_fragment');
  13091.         return $instance;
  13092.     }
  13093.     /**
  13094.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  13095.      *
  13096.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  13097.      */
  13098.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  13099.     {
  13100.         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())));
  13101.     }
  13102.     /**
  13103.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  13104.      *
  13105.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  13106.      */
  13107.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  13108.     {
  13109.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13110.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  13111.             return $this->privates['framework_extra_bundle.event.is_granted'];
  13112.         }
  13113.         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()), $a);
  13114.     }
  13115.     /**
  13116.      * Gets the private 'locale_aware_listener' shared service.
  13117.      *
  13118.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  13119.      */
  13120.     protected function getLocaleAwareListenerService()
  13121.     {
  13122.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  13123.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  13124.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  13125.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13126.     }
  13127.     /**
  13128.      * Gets the private 'locale_listener' shared service.
  13129.      *
  13130.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  13131.      */
  13132.     protected function getLocaleListenerService()
  13133.     {
  13134.         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()), false, []);
  13135.     }
  13136.     /**
  13137.      * Gets the private 'maker.auto_command.make_auth' shared service.
  13138.      *
  13139.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13140.      */
  13141.     protected function getMaker_AutoCommand_MakeAuthService()
  13142.     {
  13143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13144.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13145.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  13148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  13149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13150.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13151.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  13152.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()), $a$b);
  13153.         $instance->setName('make:auth');
  13154.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  13155.         return $instance;
  13156.     }
  13157.     /**
  13158.      * Gets the private 'maker.auto_command.make_command' shared service.
  13159.      *
  13160.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13161.      */
  13162.     protected function getMaker_AutoCommand_MakeCommandService()
  13163.     {
  13164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  13169.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13170.         $instance->setName('make:command');
  13171.         $instance->setDescription('Creates a new console command class');
  13172.         return $instance;
  13173.     }
  13174.     /**
  13175.      * Gets the private 'maker.auto_command.make_controller' shared service.
  13176.      *
  13177.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13178.      */
  13179.     protected function getMaker_AutoCommand_MakeControllerService()
  13180.     {
  13181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13182.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13183.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13184.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  13186.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13187.         $instance->setName('make:controller');
  13188.         $instance->setDescription('Creates a new controller class');
  13189.         return $instance;
  13190.     }
  13191.     /**
  13192.      * Gets the private 'maker.auto_command.make_crud' shared service.
  13193.      *
  13194.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13195.      */
  13196.     protected function getMaker_AutoCommand_MakeCrudService()
  13197.     {
  13198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  13203.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13204.         $instance->setName('make:crud');
  13205.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  13206.         return $instance;
  13207.     }
  13208.     /**
  13209.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  13210.      *
  13211.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13212.      */
  13213.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  13214.     {
  13215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13217.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13218.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13219.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  13220.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13221.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13222.         $instance->setName('make:docker:database');
  13223.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  13224.         return $instance;
  13225.     }
  13226.     /**
  13227.      * Gets the private 'maker.auto_command.make_entity' shared service.
  13228.      *
  13229.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13230.      */
  13231.     protected function getMaker_AutoCommand_MakeEntityService()
  13232.     {
  13233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13234.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  13239.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13240.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  13241.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  13242.         $instance->setName('make:entity');
  13243.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  13244.         return $instance;
  13245.     }
  13246.     /**
  13247.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  13248.      *
  13249.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13250.      */
  13251.     protected function getMaker_AutoCommand_MakeFixturesService()
  13252.     {
  13253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  13258.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13259.         $instance->setName('make:fixtures');
  13260.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  13261.         return $instance;
  13262.     }
  13263.     /**
  13264.      * Gets the private 'maker.auto_command.make_form' shared service.
  13265.      *
  13266.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13267.      */
  13268.     protected function getMaker_AutoCommand_MakeFormService()
  13269.     {
  13270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  13275.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13276.         $instance->setName('make:form');
  13277.         $instance->setDescription('Creates a new form class');
  13278.         return $instance;
  13279.     }
  13280.     /**
  13281.      * Gets the private 'maker.auto_command.make_message' shared service.
  13282.      *
  13283.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13284.      */
  13285.     protected function getMaker_AutoCommand_MakeMessageService()
  13286.     {
  13287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  13292.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13293.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13294.         $instance->setName('make:message');
  13295.         $instance->setDescription('Creates a new message and handler');
  13296.         return $instance;
  13297.     }
  13298.     /**
  13299.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  13300.      *
  13301.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13302.      */
  13303.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  13304.     {
  13305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  13310.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13311.         $instance->setName('make:messenger-middleware');
  13312.         $instance->setDescription('Creates a new messenger middleware');
  13313.         return $instance;
  13314.     }
  13315.     /**
  13316.      * Gets the private 'maker.auto_command.make_migration' shared service.
  13317.      *
  13318.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13319.      */
  13320.     protected function getMaker_AutoCommand_MakeMigrationService()
  13321.     {
  13322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  13327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  13328.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13329.         $instance->setName('make:migration');
  13330.         $instance->setDescription('Creates a new migration based on database changes');
  13331.         return $instance;
  13332.     }
  13333.     /**
  13334.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  13335.      *
  13336.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13337.      */
  13338.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  13339.     {
  13340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  13345.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13346.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13347.         $instance->setName('make:registration-form');
  13348.         $instance->setDescription('Creates a new registration form system');
  13349.         return $instance;
  13350.     }
  13351.     /**
  13352.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  13353.      *
  13354.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13355.      */
  13356.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  13357.     {
  13358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  13363.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13364.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13365.         $instance->setName('make:reset-password');
  13366.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  13367.         return $instance;
  13368.     }
  13369.     /**
  13370.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  13371.      *
  13372.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13373.      */
  13374.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  13375.     {
  13376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  13381.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13382.         $instance->setName('make:serializer:encoder');
  13383.         $instance->setDescription('Creates a new serializer encoder class');
  13384.         return $instance;
  13385.     }
  13386.     /**
  13387.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  13388.      *
  13389.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13390.      */
  13391.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  13392.     {
  13393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13396.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13397.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  13398.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13399.         $instance->setName('make:serializer:normalizer');
  13400.         $instance->setDescription('Creates a new serializer normalizer class');
  13401.         return $instance;
  13402.     }
  13403.     /**
  13404.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  13405.      *
  13406.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13407.      */
  13408.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  13409.     {
  13410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  13415.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13416.         $instance->setName('make:stimulus-controller');
  13417.         $instance->setDescription('Creates a new Stimulus controller');
  13418.         return $instance;
  13419.     }
  13420.     /**
  13421.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  13422.      *
  13423.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13424.      */
  13425.     protected function getMaker_AutoCommand_MakeSubscriberService()
  13426.     {
  13427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13430.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  13432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  13433.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13434.         $instance->setName('make:subscriber');
  13435.         $instance->setDescription('Creates a new event subscriber class');
  13436.         return $instance;
  13437.     }
  13438.     /**
  13439.      * Gets the private 'maker.auto_command.make_test' shared service.
  13440.      *
  13441.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13442.      */
  13443.     protected function getMaker_AutoCommand_MakeTestService()
  13444.     {
  13445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13449.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  13450.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  13451.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13452.         $instance->setName('make:test');
  13453.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  13454.         $instance->setDescription('Creates a new test class');
  13455.         return $instance;
  13456.     }
  13457.     /**
  13458.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  13459.      *
  13460.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13461.      */
  13462.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  13463.     {
  13464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13465.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13466.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13467.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13468.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  13469.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13470.         $instance->setName('make:twig-component');
  13471.         $instance->setDescription('Creates a twig (or live) component');
  13472.         return $instance;
  13473.     }
  13474.     /**
  13475.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  13476.      *
  13477.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13478.      */
  13479.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  13480.     {
  13481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13482.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13483.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  13486.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13487.         $instance->setName('make:twig-extension');
  13488.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  13489.         return $instance;
  13490.     }
  13491.     /**
  13492.      * Gets the private 'maker.auto_command.make_user' shared service.
  13493.      *
  13494.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13495.      */
  13496.     protected function getMaker_AutoCommand_MakeUserService()
  13497.     {
  13498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13500.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13501.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  13503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  13504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  13505.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  13506.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13507.         $instance->setName('make:user');
  13508.         $instance->setDescription('Creates a new security user class');
  13509.         return $instance;
  13510.     }
  13511.     /**
  13512.      * Gets the private 'maker.auto_command.make_validator' shared service.
  13513.      *
  13514.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13515.      */
  13516.     protected function getMaker_AutoCommand_MakeValidatorService()
  13517.     {
  13518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13519.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13520.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  13523.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13524.         $instance->setName('make:validator');
  13525.         $instance->setDescription('Creates a new validator and constraint class');
  13526.         return $instance;
  13527.     }
  13528.     /**
  13529.      * Gets the private 'maker.auto_command.make_voter' shared service.
  13530.      *
  13531.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  13532.      */
  13533.     protected function getMaker_AutoCommand_MakeVoterService()
  13534.     {
  13535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  13537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  13538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  13539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  13540.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13541.         $instance->setName('make:voter');
  13542.         $instance->setDescription('Creates a new security voter class');
  13543.         return $instance;
  13544.     }
  13545.     /**
  13546.      * Gets the private 'maker.doctrine_helper' shared service.
  13547.      *
  13548.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  13549.      */
  13550.     protected function getMaker_DoctrineHelperService()
  13551.     {
  13552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  13553.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  13554.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\AppBundle\\MainBundle\\Entity'=> $a], => [=> 'App\\AppBundle\\AdminBundle\\Entity'=> $a]]]);
  13555.     }
  13556.     /**
  13557.      * Gets the private 'maker.entity_class_generator' shared service.
  13558.      *
  13559.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  13560.      */
  13561.     protected function getMaker_EntityClassGeneratorService()
  13562.     {
  13563.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  13564.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  13565.     }
  13566.     /**
  13567.      * Gets the private 'maker.file_manager' shared service.
  13568.      *
  13569.      * @return \Symfony\Bundle\MakerBundle\FileManager
  13570.      */
  13571.     protected function getMaker_FileManagerService()
  13572.     {
  13573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  13574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  13575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  13576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  13577.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  13578.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  13579.     }
  13580.     /**
  13581.      * Gets the private 'maker.generator' shared service.
  13582.      *
  13583.      * @return \Symfony\Bundle\MakerBundle\Generator
  13584.      */
  13585.     protected function getMaker_GeneratorService()
  13586.     {
  13587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  13588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  13589.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  13590.     }
  13591.     /**
  13592.      * Gets the private 'maker.php_compat_util' shared service.
  13593.      *
  13594.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  13595.      */
  13596.     protected function getMaker_PhpCompatUtilService()
  13597.     {
  13598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  13599.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  13600.     }
  13601.     /**
  13602.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  13603.      *
  13604.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  13605.      */
  13606.     protected function getMaker_Renderer_FormTypeRendererService()
  13607.     {
  13608.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  13609.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  13610.     }
  13611.     /**
  13612.      * Gets the private 'mime_types' shared service.
  13613.      *
  13614.      * @return \Symfony\Component\Mime\MimeTypes
  13615.      */
  13616.     protected function getMimeTypesService()
  13617.     {
  13618.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  13619.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  13620.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  13621.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  13622.         $instance->setDefault($instance);
  13623.         return $instance;
  13624.     }
  13625.     /**
  13626.      * Gets the private 'monolog.command.server_log' shared service.
  13627.      *
  13628.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  13629.      */
  13630.     protected function getMonolog_Command_ServerLogService()
  13631.     {
  13632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13633.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  13634.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  13635.         $instance->setName('server:log');
  13636.         $instance->setDescription('Start a log server that displays logs in real time');
  13637.         return $instance;
  13638.     }
  13639.     /**
  13640.      * Gets the private 'monolog.handler.console' shared service.
  13641.      *
  13642.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  13643.      */
  13644.     protected function getMonolog_Handler_ConsoleService()
  13645.     {
  13646.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  13647.     }
  13648.     /**
  13649.      * Gets the private 'monolog.handler.main' shared service.
  13650.      *
  13651.      * @return \Monolog\Handler\FingersCrossedHandler
  13652.      */
  13653.     protected function getMonolog_Handler_MainService()
  13654.     {
  13655.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  13656.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  13657.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([=> $a=> new \Monolog\Handler\DeduplicationHandler(($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService()), ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 40060true)], true), new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [=> ['code' => 404'urls' => []], => ['code' => 405'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400)), 50truetrueNULL);
  13658.     }
  13659.     /**
  13660.      * Gets the private 'monolog.handler.swift' shared service.
  13661.      *
  13662.      * @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
  13663.      */
  13664.     protected function getMonolog_Handler_SwiftService()
  13665.     {
  13666.         $this->privates['monolog.handler.swift'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), [=> $this->getMonolog_Handler_Swift_MailMessageFactoryService(), => 'createMessage'], 100true);
  13667.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  13668.         $instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
  13669.         $instance->setTransport(($this->services['swiftmailer.mailer.default.transport.real'] ?? $this->getSwiftmailer_Mailer_Default_Transport_RealService()));
  13670.         return $instance;
  13671.     }
  13672.     /**
  13673.      * Gets the private 'monolog.handler.swift.mail_message_factory' shared service.
  13674.      *
  13675.      * @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
  13676.      */
  13677.     protected function getMonolog_Handler_Swift_MailMessageFactoryService($lazyLoad true)
  13678.     {
  13679.         return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), 'leo.parker01012018@gmail.com', [=> 'bes.logs.reporting@gmail.com'], 'WP - DEV - ERROR REPORTING''text/html');
  13680.     }
  13681.     /**
  13682.      * Gets the private 'monolog.logger' shared service.
  13683.      *
  13684.      * @return \Symfony\Bridge\Monolog\Logger
  13685.      */
  13686.     protected function getMonolog_LoggerService()
  13687.     {
  13688.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  13689.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13690.         $instance->useMicrosecondTimestamps(true);
  13691.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13692.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13693.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13694.         return $instance;
  13695.     }
  13696.     /**
  13697.      * Gets the private 'monolog.logger.cache' shared service.
  13698.      *
  13699.      * @return \Symfony\Bridge\Monolog\Logger
  13700.      */
  13701.     protected function getMonolog_Logger_CacheService()
  13702.     {
  13703.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  13704.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13705.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13706.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13707.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13708.         return $instance;
  13709.     }
  13710.     /**
  13711.      * Gets the private 'monolog.logger.request' shared service.
  13712.      *
  13713.      * @return \Symfony\Bridge\Monolog\Logger
  13714.      */
  13715.     protected function getMonolog_Logger_RequestService()
  13716.     {
  13717.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  13718.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13719.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13720.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13721.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13722.         return $instance;
  13723.     }
  13724.     /**
  13725.      * Gets the private 'monolog.logger.security' shared service.
  13726.      *
  13727.      * @return \Symfony\Bridge\Monolog\Logger
  13728.      */
  13729.     protected function getMonolog_Logger_SecurityService()
  13730.     {
  13731.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  13732.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13733.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13734.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13735.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13736.         return $instance;
  13737.     }
  13738.     /**
  13739.      * Gets the private 'monolog.logger.snappy' shared service.
  13740.      *
  13741.      * @return \Symfony\Bridge\Monolog\Logger
  13742.      */
  13743.     protected function getMonolog_Logger_SnappyService()
  13744.     {
  13745.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  13746.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  13747.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  13748.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  13749.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  13750.         return $instance;
  13751.     }
  13752.     /**
  13753.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  13754.      *
  13755.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  13756.      */
  13757.     protected function getNelmioApiDoc_Describers_ConfigService()
  13758.     {
  13759.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  13760.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  13761.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'ParkingS''description' => 'This is an Parking Management Application!''version' => '1.0.0'], 'parameters' => ['token' => ['name' => 'token''type' => 'string''description' => 'Token is Required''in' => 'formData''required' => true], 'Authorization' => ['name' => 'Authorization''type' => 'string''required' => true'description' => 'Authorization is Required''example' => 'Bearer Authorization''in' => 'formData'], 'app_version' => ['name' => 'app_version''in' => 'formData''required' => false'description' => 'App Version is optional''type' => 'string'], 'app_update_status' => ['name' => 'app_update_status''in' => 'formData''required' => false'description' => 'App Update Status is optional''type' => 'boolean'], 'device_model' => ['name' => 'model''in' => 'formData''required' => false'description' => 'Device Model is optional''type' => 'string'], 'device_type' => ['name' => 'device_type''in' => 'formData''required' => true'description' => 'Device Type is required''type' => 'integer'], 'device_name' => ['name' => 'device_name''in' => 'formData''required' => false'description' => 'Device Name is optional''type' => 'string'], 'device_os_version' => ['name' => 'device_os_version''in' => 'formData''required' => false'description' => 'Device OS Version is optional''type' => 'string'], 'device_id' => ['name' => 'device_id''in' => 'formData''required' => false'description' => 'Device Id is optional''type' => 'string'], 'language_code' => ['name' => 'language_code''in' => 'formData''required' => false'description' => 'Language Code is optional''type' => 'string'], 'language_id' => ['name' => 'language_id''in' => 'formData''required' => false'description' => 'Language Id is optional''type' => 'integer'], 'first_name' => ['name' => 'first_name''in' => 'formData''required' => true'description' => 'First Name is required''type' => 'string'], 'last_name' => ['name' => 'last_name''in' => 'formData''required' => true'description' => 'Last Name is required''type' => 'string'], 'email' => ['name' => 'email''in' => 'formData''required' => true'description' => 'Email is required''type' => 'string'], 'password' => ['name' => 'password''in' => 'formData''required' => true'description' => 'Password is required''type' => 'string'], 'login_type' => ['name' => 'login_type''in' => 'formData''required' => true'description' => 'Login Type is required''type' => 'integer'], 'social_auth_token' => ['name' => 'social_auth_token''in' => 'formData''required' => false'description' => 'Social Auth Token is optional''type' => 'string'], 'gender' => ['name' => 'gender''in' => 'formData''required' => false'description' => 'Gender is optional''type' => 'string'], 'notification_token' => ['name' => 'notification_token''in' => 'formData''required' => false'description' => 'Notification Token is optional''type' => 'string'], 'mobile' => ['name' => 'mobile''in' => 'formData''required' => true'description' => 'Mobile is Required''type' => 'string'], 'country_code' => ['name' => 'country_code''in' => 'formData''required' => true'description' => 'Country Code is Required''type' => 'string'], 'add_spot_id' => ['name' => 'add_spot_id''in' => 'formData''required' => true'description' => 'Add Spot Id is Required''type' => 'integer'], 'spot_id' => ['name' => 'spot_id''in' => 'formData''required' => true'description' => 'Spot Id is Required''type' => 'integer'], 'spot_id_optional' => ['name' => 'spot_id''in' => 'formData''required' => false'description' => 'Spot Id is Optional''type' => 'integer'], 'user_id' => ['name' => 'user_id''in' => 'formData''required' => true'description' => 'User Id is Required''type' => 'integer'], 'admin_user_id' => ['name' => 'admin_user_id''in' => 'formData''required' => true'description' => 'Admin User Id is Required''type' => 'integer'], 'admin_user_id_optional' => ['name' => 'admin_user_id''in' => 'formData''required' => false'description' => 'Admin User Id is not mandatory''type' => 'integer'], 'booking_id' => ['name' => 'booking_id''in' => 'formData''required' => true'description' => 'Booking Id is Required''type' => 'integer'], 'user_id_optional' => ['name' => 'user_id''in' => 'formData''required' => false'description' => 'User Id is Optional''type' => 'integer'], 'booking_type' => ['name' => 'booking_type''in' => 'formData''required' => false'description' => 'Booking Type Id is Optional''type' => 'integer'], 'start_time_' => ['name' => 'start_time_''type' => 'string''in' => 'formData''required' => false'example' => '2020-01-03 13:30:00''description' => 'start_time_ is Optional'], 'start_time' => ['name' => 'start_time''type' => 'string''in' => 'formData''required' => false'example' => '2020-01-03 13:30:00''description' => 'start_time is Optional'], 'end_time_' => ['name' => 'end_time_''type' => 'string''in' => 'formData''required' => false'example' => '2020-01-03 13:30:00''description' => 'end_time_ is Optional'], 'end_time' => ['name' => 'end_time''type' => 'string''in' => 'formData''required' => false'example' => '2020-01-03 13:30:00''description' => 'end_time_ is Optional'], 'country_id' => ['name' => 'country_id''type' => 'integer''in' => 'formData''required' => true'description' => 'country_id is required''example' => 1], 'state_id' => ['name' => 'state_id''type' => 'integer''in' => 'formData''required' => true'description' => 'state_id is required''example' => 1], 'search_spot_short_term' => ['name' => 'search_spot_short_term''in' => 'body''required' => true'description' => 'Search Spot Short Term Data is Required''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['start_time_' => ['type' => 'string''required' => true'example' => '2020-01-03 13:30:00'], 'start_time' => ['type' => 'string''required' => true'example' => '2020-01-03 13:30:00'], 'start_week_day' => ['type' => 'integer''required' => true'example' => 6], 'end_time' => ['type' => 'string''required' => true'example' => '2020-01-03 16:30:00'], 'end_time_' => ['type' => 'string''required' => true'example' => '2020-01-03 16:30:00'], 'end_week_day' => ['type' => 'integer''required' => true'example' => 6], 'latitude' => ['type' => 'string''required' => true'example' => 22.307159], 'longitude' => ['type' => 'string''required' => true'example' => 73.181221], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000]]]]]], 'search_spot_short_term_checkout' => ['name' => 'search_spot_short_term_checkout''in' => 'body''required' => true'description' => 'Search Spot Short Term Checkout Data is Required''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['start_time_' => ['type' => 'string''required' => true'example' => '2020-01-03 13:30:00'], 'start_time' => ['type' => 'string''required' => true'example' => '2020-01-03 13:30:00'], 'start_week_day' => ['type' => 'integer''required' => true'example' => 6], 'end_time_' => ['type' => 'string''required' => true'example' => '2020-01-03 16:30:00'], 'end_time' => ['type' => 'string''required' => true'example' => '2020-01-03 16:30:00'], 'end_week_day' => ['type' => 'integer''required' => true'example' => 6], 'add_spot_id' => ['type' => 'integer''required' => true'example' => 1], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000], 'promo_code_id' => ['type' => 'integer''required' => true'example' => 1]]]]]], 'search_spot_short_term_checkout_success' => ['name' => 'search_spot_short_term_checkout_success''in' => 'body''required' => true'description' => 'Search Spot Short Check Out Success''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['start_time_' => ['type' => 'string''required' => true'example' => '2020-01-03 13:30:00'], 'end_time' => ['type' => 'string''required' => true'example' => '2020-01-03 16:30:00'], 'end_week_day' => ['type' => 'integer''required' => true'example' => 6], 'add_spot_id' => ['type' => 'integer''required' => true'example' => 1], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000], 'vehicle_model' => ['type' => 'string''required' => true], 'vehicle_license_plate' => ['type' => 'string''required' => true], 'promo_code_id' => ['type' => 'integer''required' => true'example' => 1]]]]]], 'search_spot_short_term_extend_booking' => ['name' => 'search_spot_short_term_extend_booking''in' => 'body''required' => true'description' => 'Extend Booking API''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['new_end_time' => ['type' => 'string''required' => true'example' => '2020-01-03 16:30:00'], 'new_end_week_day' => ['type' => 'integer''required' => true'example' => 6], 'order_id' => ['type' => 'integer''required' => true'example' => 10000001], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000], 'promo_code_id' => ['type' => 'integer''required' => true'example' => 1]]]]]], 'search_spot_short_term_extend_booking_checkout' => ['name' => 'search_spot_short_term_extend_booking_checkout''in' => 'body''required' => true'description' => 'Extend Booking API Checkout''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['new_end_time' => ['type' => 'string''required' => true'example' => '2020-01-03 16:30:00'], 'new_end_week_day' => ['type' => 'integer''required' => true'example' => 6], 'order_id' => ['type' => 'integer''required' => true'example' => 10000001], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000], 'promo_code_id' => ['type' => 'integer''required' => true'example' => 1]]]]]], 'search_spot_monthly' => ['name' => 'search_spot_monthly''in' => 'body''required' => true'description' => 'Search Spot Monthly Booking Data is Required''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['start_date_' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_date' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_week_day' => ['type' => 'integer''required' => true'example' => 6], 'latitude' => ['type' => 'string''required' => true'example' => 22.307159], 'longitude' => ['type' => 'string''required' => true'example' => 73.181221], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000]]]]]], 'spot_detail_monthly_booking' => ['name' => 'spot_detail_monthly_booking''in' => 'body''required' => true'description' => 'Spot detail for Monthly Spot Booking''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['add_spot_id' => ['type' => 'integer''example' => 1'required' => true], 'start_date_' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_date' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_week_day' => ['type' => 'integer''required' => true'example' => 6], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000]]]]]], 'confirm_booking_monthly_booking' => ['name' => 'confirm_booking_monthly_booking''in' => 'body''required' => true'description' => 'Booking Spot for Monthly Booking''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['add_spot_id' => ['type' => 'integer''example' => 1'required' => true], 'start_date_' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_date' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_week_day' => ['type' => 'integer''required' => true'example' => 6], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000], 'payment_id' => ['type' => 'integer''required' => true'example' => 1], 'vehicle_id' => ['type' => 'integer''required' => true'example' => 1], 'promo_code_id' => ['type' => 'integer''required' => true'example' => 1]]]]]], 'search_spot_flexible' => ['name' => 'search_spot_flexible''in' => 'body''required' => true'description' => 'Search Spot Flexible Booking Data is Required''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['start_date_' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_date' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_week_day' => ['type' => 'integer''required' => true'example' => 6], 'end_date_' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'end_date' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_time_' => ['type' => 'string''required' => true'example' => '16:30:00'], 'start_time' => ['type' => 'string''required' => true'example' => '16:30:00'], 'end_time_' => ['type' => 'string''required' => true'example' => '16:30:00'], 'end_time' => ['type' => 'string''required' => true'example' => '16:30:00'], 'end_week_day' => ['type' => 'integer''required' => true'example' => 6], 'latitude' => ['type' => 'string''required' => true'example' => 22.307159], 'longitude' => ['type' => 'string''required' => true'example' => 73.181221], 'is_all_time' => ['type' => 'boolean''required' => true'example' => false], 'is_all_day' => ['type' => 'boolean''required' => true'example' => false], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000], 'custom_days' => ['type' => 'object''properties' => ['is_monday' => ['type' => 'boolean''required' => true'example' => false], 'is_saturday' => ['type' => 'boolean''required' => true'example' => true], 'is_tuesday' => ['type' => 'boolean''required' => true'example' => false], 'is_thursday' => ['type' => 'boolean''required' => true'example' => false], 'is_wednesday' => ['type' => 'boolean''required' => true'example' => false], 'is_friday' => ['type' => 'boolean''required' => true'example' => true], 'is_sunday' => ['type' => 'boolean''required' => true'example' => true]]]]]]]], 'spot_detail_flexible_booking' => ['name' => 'spot_detail_flexible_booking''in' => 'body''required' => true'description' => 'Spot Detail for Flexible Booking Data is Required''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['add_spot_id' => ['type' => 'integer''example' => 1'required' => true], 'start_date_' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_date' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_week_day' => ['type' => 'integer''required' => true'example' => 6], 'end_date_' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'end_date' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_time_' => ['type' => 'string''required' => true'example' => '16:30:00'], 'start_time' => ['type' => 'string''required' => true'example' => '16:30:00'], 'end_time_' => ['type' => 'string''required' => true'example' => '16:30:00'], 'end_time' => ['type' => 'string''required' => true'example' => '16:30:00'], 'end_week_day' => ['type' => 'integer''required' => true'example' => 6], 'is_all_time' => ['type' => 'boolean''required' => true'example' => false], 'is_all_day' => ['type' => 'boolean''required' => true'example' => false], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000], 'custom_days' => ['type' => 'object''properties' => ['is_monday' => ['type' => 'boolean''required' => true'example' => false], 'is_saturday' => ['type' => 'boolean''required' => true'example' => true], 'is_tuesday' => ['type' => 'boolean''required' => true'example' => false], 'is_thursday' => ['type' => 'boolean''required' => true'example' => false], 'is_wednesday' => ['type' => 'boolean''required' => true'example' => false], 'is_friday' => ['type' => 'boolean''required' => true'example' => true], 'is_sunday' => ['type' => 'boolean''required' => true'example' => true]]]]]]]], 'confirm_booking_flexible_booking' => ['name' => 'confirm_booking_flexible_booking''in' => 'body''required' => true'description' => 'Confirm Flexible Booking''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['add_spot_id' => ['type' => 'integer''example' => 1'required' => true], 'promo_code_id' => ['type' => 'integer''required' => true'example' => 1], 'payment_id' => ['type' => 'integer''example' => 1'required' => true], 'vehicle_id' => ['type' => 'integer''example' => 1'required' => true], 'start_date_' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_date' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_week_day' => ['type' => 'integer''required' => true'example' => 6], 'end_date_' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'end_date' => ['type' => 'string''required' => true'example' => '2020-01-03'], 'start_time_' => ['type' => 'string''required' => true'example' => '16:30:00'], 'start_time' => ['type' => 'string''required' => true'example' => '16:30:00'], 'end_time_' => ['type' => 'string''required' => true'example' => '16:30:00'], 'end_time' => ['type' => 'string''required' => true'example' => '16:30:00'], 'end_week_day' => ['type' => 'integer''required' => true'example' => 6], 'is_all_time' => ['type' => 'boolean''required' => true'example' => false], 'is_all_day' => ['type' => 'boolean''required' => true'example' => false], 'timezone_offset' => ['type' => 'integer''required' => false'example' => -15000], 'custom_days' => ['type' => 'object''properties' => ['is_monday' => ['type' => 'boolean''required' => true'example' => false], 'is_saturday' => ['type' => 'boolean''required' => true'example' => true], 'is_tuesday' => ['type' => 'boolean''required' => true'example' => false], 'is_thursday' => ['type' => 'boolean''required' => true'example' => false], 'is_wednesday' => ['type' => 'boolean''required' => true'example' => false], 'is_friday' => ['type' => 'boolean''required' => true'example' => true], 'is_sunday' => ['type' => 'boolean''required' => true'example' => true]]]]]]]], 'add_spot_location_detail' => ['name' => 'add_spot_location_detail''in' => 'body''required' => true'description' => 'Add Spot Location Detail Data is Required''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['is_special_days' => ['type' => 'boolean''required' => true'example' => false], 'currency_id' => ['type' => 'integer''required' => true'example' => 5], 'id' => ['type' => 'integer''required' => true'example' => 1], 'add_spot_id' => ['type' => 'integer''required' => true'example' => 1], 'is_location_detail' => ['type' => 'boolean''required' => true'example' => false], 'user_id' => ['type' => 'integer''required' => true'example' => 1], 'is_pricing' => ['type' => 'boolean''required' => true'example' => false], 'location_detail' => ['type' => 'object''properties' => ['property_type_id' => ['type' => 'integer''required' => true'example' => 1], 'property_type_other' => ['type' => 'string''required' => true'example' => NULL], 'parking_type_id' => ['type' => 'integer''required' => true'example' => 1], 'parking_type_other' => ['type' => 'string''required' => true'example' => NULL], 'access_type_id' => ['type' => 'integer''required' => true'example' => 1], 'access_type_other' => ['type' => 'string''required' => true'example' => NULL], 'access_type_detail' => ['type' => 'string''required' => true'example' => NULL], 'max_vehicle_size_id' => ['type' => 'integer''required' => true'example' => 4], 'special_tips' => ['type' => 'string''required' => true'example' => 'Park on the left side of the window'], 'spot_description' => ['type' => 'string''required' => true'example' => 'This is nice spot located near zoo.'], 'spot_number' => ['type' => 'string''required' => true'example' => 23], 'title' => ['type' => 'string''required' => true'example' => 'Dane\'s Driveway'], 'latitude' => ['type' => 'string''required' => true'example' => 22.31111320910086], 'longitude' => ['type' => 'string''required' => true'example' => 73.19190502166748], 'city' => ['type' => 'string''required' => true'example' => 'Vadodara'], 'postal_code' => ['type' => 'string''required' => true'example' => 390002], 'state' => ['type' => 'string''required' => true'example' => 'Gujarat'], 'country' => ['type' => 'string''required' => true'example' => 'India'], 'address' => ['type' => 'string''required' => true'example' => 'Sayaji Baug Zoo, Kamatibag, Vadodara, Gujarat 390002, India'], 'county' => ['type' => 'string''required' => false'example' => NULL], 'country_code' => ['type' => 'string''required' => false'example' => 'IN'], 'state_code' => ['type' => 'string''required' => false'example' => 'GJ'], 'amenities' => ['type' => 'array''items' => ['type' => 'object''properties' => ['amenities_id' => ['type' => 'integer''required' => true'example' => 0], 'wp_amenities_id' => ['type' => 'integer''required' => true'example' => 1], 'amenities_status' => ['type' => 'boolean''required' => true'example' => false]]]], 'near_by' => ['type' => 'array''items' => ['type' => 'object''properties' => ['distance_text' => ['type' => 'string''required' => true'example' => '0.1 km'], 'near_by_id' => ['type' => 'integer''required' => true'example' => 0], 'duration_text' => ['type' => 'string''required' => true'example' => '1 min'], 'name' => ['type' => 'string''required' => true'example' => 'Sayaji Baug Zoo'], 'distance' => ['type' => 'integer''required' => true'example' => 131], 'duration' => ['type' => 'integer''required' => true'example' => 101], 'latitude' => ['type' => 'string''required' => true'example' => 22.3114569], 'longitude' => ['type' => 'string''required' => true'example' => 73.191386]]]]]]]]]]], 'add_spot_photo_sequence' => ['name' => 'add_spot_photo_sequence''in' => 'body''required' => true'description' => 'Add Spot Photo Sequence Data is Required''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['is_photos' => ['type' => 'boolean''required' => true'example' => false], 'add_spot_id' => ['type' => 'integer''required' => true'example' => 5], 'user_id' => ['type' => 'integer''required' => true'example' => 1], 'photos' => ['type' => 'array''items' => ['type' => 'object''properties' => ['photo_id' => ['type' => 'integer''required' => true'example' => 1], 'seq_number' => ['type' => 'integer''required' => true'example' => 1]]]]]]]]], 'add_spot_availability' => ['name' => 'add_spot_availability''in' => 'body''required' => true'description' => 'Add Spot Availability Data is Required''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['is_availability' => ['type' => 'boolean''required' => true'example' => false], 'add_spot_id' => ['type' => 'integer''required' => true'example' => 5], 'user_id' => ['type' => 'integer''required' => true'example' => 1], 'availability' => ['type' => 'array''items' => ['type' => 'object''properties' => ['wp_availability_day_id' => ['type' => 'integer''required' => true'example' => 1], 'availability_id' => ['type' => 'integer''required' => true'example' => 0], 'is_active' => ['type' => 'boolean''required' => true'example' => true], 'is_24hour' => ['type' => 'boolean''required' => true'example' => true], 'start_time_' => ['type' => 'string''required' => true'example' => '18:30:00'], 'start_time' => ['type' => 'string''required' => true'example' => '18:30:00'], 'end_time' => ['type' => 'string''required' => true'example' => '18:29:00'], 'end_time_' => ['type' => 'string''required' => true'example' => '18:29:00'], 'availability_custom' => ['type' => 'array''items' => ['type' => 'object''properties' => ['availability_custom_id' => ['type' => 'integer''required' => true'example' => 0], 'slot_name' => ['type' => 'string''required' => true'example' => 'Morning'], 'start_time_' => ['type' => 'string''required' => true'example' => '10:30:00'], 'start_time' => ['type' => 'string''required' => true'example' => '10:30:00'], 'end_time_' => ['type' => 'string''required' => true'example' => '12:30:00'], 'end_time' => ['type' => 'string''required' => true'example' => '12:30:00']]]]]]]]]]]], 'add_spot_pricing' => ['name' => 'add_spot_pricing''in' => 'body''required' => true'description' => 'Add Spot Pricing Detail Data is Required''schema' => ['type' => 'object''properties' => ['language_id' => ['type' => 'integer''example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'app_version' => ['type' => 'string''example' => '1.0.0'], 'app_update_status' => ['type' => 'string''example' => 0], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'data' => ['type' => 'object''properties' => ['is_pricing' => ['type' => 'boolean''required' => true'example' => true], 'add_spot_id' => ['type' => 'integer''required' => true'example' => 1], 'user_id' => ['type' => 'integer''required' => true'example' => 1], 'pricing' => ['type' => 'object''properties' => ['default_hourly_rate' => ['type' => 'string''required' => true'example' => 8], 'default_daily_max' => ['type' => 'string''required' => true'example' => 150], 'is_advanced' => ['type' => 'boolean''required' => true'example' => true], 'price_id' => ['type' => 'integer''required' => true'example' => 1], 'is_monthly' => ['type' => 'boolean''required' => true'example' => true], 'advanced_configuration' => ['type' => 'array''items' => ['type' => 'object''properties' => ['availability_id' => ['type' => 'integer''required' => true'example' => 29], 'price_advanced_id' => ['type' => 'integer''required' => true'example' => 1], 'is_default_rate' => ['type' => 'boolean''required' => true'example' => false], 'hourly_rate' => ['type' => 'string''required' => true'example' => 10], 'daily_max' => ['type' => 'string''required' => true'example' => 180]]], 'advanced_configuration_slot' => ['type' => 'array''items' => ['type' => 'object''properties' => ['end_time_' => ['type' => 'string''required' => true'example' => '1970-01-01 14:30:00'], 'end_time' => ['type' => 'string''required' => true'example' => '1970-01-01 14:30:00'], 'start_time' => ['type' => 'string''required' => true'example' => '1970-01-01 13:30:00'], 'start_time_' => ['type' => 'string''required' => true'example' => '1970-01-01 13:30:00'], 'hourly_rate' => ['type' => 'string''required' => true'example' => 10], 'price_advanced_slot_id' => ['type' => 'integer''required' => true'example' => 3]]]]], 'monthly' => ['type' => 'object''properties' => ['monthly_rate' => ['type' => 'string''required' => true'example' => 3000], 'monthly_rate_id' => ['type' => 'integer''required' => true'example' => 0]]]]]]]]]], 'accessibility_add_country' => ['name' => 'accessibility_add_country''in' => 'body''required' => true'description' => 'Accessibility Add Country is required to add country''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'name' => ['type' => 'string''required' => true'example' => 'India'], 'code' => ['type' => 'string''example' => 'in'], 'search_state' => ['type' => 'integer''required' => true'example' => 0], 'currency_id' => ['type' => 'integer''required' => true'example' => 1], 'web_country_id' => ['type' => 'integer''required' => true'example' => 1], 'service_country_id' => ['type' => 'integer''required' => true'example' => 1], 'state_count' => ['type' => 'integer''required' => true'example' => 0], 'is_active' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'accessibility_edit_country' => ['name' => 'accessibility_edit_country''in' => 'body''required' => true'description' => 'Accessibility Edit Country is required to edit country''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'country_id' => ['type' => 'integer''required' => true'example' => 1], 'name' => ['type' => 'string''required' => true'example' => 'India'], 'code' => ['type' => 'string''example' => 'in'], 'search_state' => ['type' => 'integer''required' => true'example' => 0], 'currency_id' => ['type' => 'integer''required' => true'example' => 1], 'web_country_id' => ['type' => 'integer''required' => true'example' => 1], 'service_country_id' => ['type' => 'integer''required' => true'example' => 1], 'state_count' => ['type' => 'integer''required' => true'example' => 0], 'is_active' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'accessibility_delete_country' => ['name' => 'accessibility_delete_country''in' => 'body''required' => true'description' => 'Accessibility Delete Country is required to delete country''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'country_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'accessibility_activate_deactivate_country' => ['name' => 'accessibility_activate_deactivate_country''in' => 'body''required' => true'description' => 'Accessibility Activate Deactivate Country is required to Activate Deactivate country''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'country_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'is_active' => ['type' => 'integer''required' => true'example' => 1]]]], 'accessibility_add_state' => ['name' => 'accessibility_add_state''in' => 'body''required' => true'description' => 'Accessibility Add State is required to add state''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'country_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'states' => ['type' => 'array''items' => ['properties' => ['name' => ['type' => 'string''required' => true'example' => 'India'], 'code' => ['type' => 'string''example' => 'in'], 'search_city' => ['type' => 'integer''required' => true'example' => 0], 'is_active' => ['type' => 'integer''required' => true'example' => 1], 'web_state_id' => ['type' => 'integer''required' => true'example' => 1], 'service_state_id' => ['type' => 'integer''required' => true'example' => 1], 'cities_count' => ['type' => 'integer''required' => true'example' => 0]]]]]]], 'accessibility_edit_state' => ['name' => 'accessibility_edit_state''in' => 'body''required' => true'description' => 'Accessibility Edit State is required to edit state''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'state_id' => ['type' => 'integer''required' => true'example' => 1], 'search_city' => ['type' => 'integer''required' => true'example' => 0], 'is_active' => ['type' => 'integer''required' => true'example' => 1], 'web_state_id' => ['type' => 'integer''required' => true'example' => 1], 'service_state_id' => ['type' => 'integer''required' => true'example' => 1], 'cities_count' => ['type' => 'integer''required' => true'example' => 0], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'accessibility_delete_state' => ['name' => 'accessibility_delete_state''in' => 'body''required' => true'description' => 'Accessibility Delete State is required to delete state''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'state_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'accessibility_activate_deactivate_state' => ['name' => 'accessibility_activate_deactivate_state''in' => 'body''required' => true'description' => 'Accessibility Activate Deactivate State is required to Activate Deactivate state''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'state_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'is_active' => ['type' => 'integer''required' => true'example' => 1]]]], 'accessibility_add_city' => ['name' => 'accessibility_add_city''in' => 'body''required' => true'description' => 'Accessibility Add City is required to add cities''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'country_id' => ['type' => 'integer''required' => true'example' => 1], 'state_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'cities' => ['type' => 'array''items' => ['type' => 'object''properties' => ['name' => ['type' => 'string''required' => true'example' => 'India'], 'code' => ['type' => 'string''example' => 'in'], 'is_active' => ['type' => 'integer''required' => true'example' => 1], 'web_city_id' => ['type' => 'integer''required' => true'example' => 1], 'service_city_id' => ['type' => 'integer''required' => true'example' => 1]]]]]]], 'accessibility_edit_city' => ['name' => 'accessibility_edit_city''in' => 'body''required' => true'description' => 'Accessibility Edit City is required to edit cities''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'city_id' => ['type' => 'integer''required' => true'example' => 1], 'web_city_id' => ['type' => 'integer''required' => true'example' => 1], 'service_city_id' => ['type' => 'integer''required' => true'example' => 1], 'is_active' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'accessibility_delete_city' => ['name' => 'accessibility_delete_city''in' => 'body''required' => true'description' => 'Accessibility Delete City is required to delete cities''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'city_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'accessibility_activate_deactivate_city' => ['name' => 'accessibility_activate_deactivate_city''in' => 'body''required' => true'description' => 'Accessibility Activate Deactivate City is required to Activate Deactivate city''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'city_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'is_active' => ['type' => 'integer''required' => true'example' => 1]]]], 'add_pricing_data' => ['name' => 'add_pricing_data''in' => 'body''required' => true'description' => 'Add Pricing Data''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'area_name' => ['type' => 'string''required' => true'example' => 'Karelibaug'], 'zip_code' => ['type' => 'string''example' => 390018'required' => true], 'min_hourly_rate' => ['type' => 'integer''required' => true'example' => 2], 'max_hourly_rate' => ['type' => 'integer''required' => true'example' => 2], 'min_monthly_rate' => ['type' => 'integer''required' => true'example' => 2], 'max_monthly_rate' => ['type' => 'integer''required' => true'example' => 2], 'currency_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'edit_pricing_data' => ['name' => 'edit_pricing_data''in' => 'body''required' => true'description' => 'Edit Pricing Data''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'pricing_id' => ['type' => 'integer''required' => true'example' => 1], 'area_name' => ['type' => 'string''required' => true'example' => 'Karelibaug'], 'zip_code' => ['type' => 'string''example' => 390018'required' => true], 'min_hourly_rate' => ['type' => 'string''required' => true'example' => 2], 'max_hourly_rate' => ['type' => 'string''required' => true'example' => 2], 'min_monthly_rate' => ['type' => 'string''required' => true'example' => 2], 'max_monthly_rate' => ['type' => 'string''required' => true'example' => 2], 'currency_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'delete_pricing_data' => ['name' => 'delete_pricing_data''in' => 'body''required' => true'description' => 'Delete Pricing Data''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'pricing_id' => ['type' => 'integer''required' => true'example' => 1], 'language_code' => ['type' => 'string''example' => 'en''required' => true]]]], 'system_admin_user_create_edit' => ['name' => 'system_admin_user_create_edit''in' => 'body''required' => true'description' => 'System admin user create edit Data''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'admin_user_id' => ['type' => 'integer''example' => 'Pass 0 when creating new admin user''required' => true], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'email' => ['type' => 'string''required' => true], 'first_name' => ['type' => 'string''required' => true], 'last_name' => ['type' => 'string''required' => true], 'admin_roles' => ['type' => 'array''items' => ['type' => 'object''properties' => ['role_name' => ['type' => 'string''required' => true'example' => 'module_dashboard'], 'role_type' => ['type' => 'string''required' => true'example' => 'read']]]]]]], 'admin_promo_code_create_edit' => ['name' => 'admin_promo_code_create_edit''in' => 'body''required' => true'description' => 'Admin promo code create edit Data''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'promo_code_id' => ['type' => 'integer''example' => 'Pass 0 when creating new promo code''required' => true], 'title' => ['type' => 'string''required' => true], 'description' => ['type' => 'string''required' => true], 'terms_conditions' => ['type' => 'string''required' => true], 'discount_code' => ['type' => 'string''required' => true], 'discount_type' => ['type' => 'string''required' => true], 'discount_value' => ['type' => 'string''required' => true], 'wp_discount_value' => ['type' => 'string''required' => true], 'spot_discount_value' => ['type' => 'string''required' => true], 'is_applicable_to_all_time' => ['type' => 'string''required' => true], 'start_time' => ['type' => 'string''required' => true], 'end_time' => ['type' => 'string''required' => true], 'is_applicable_to_all_spot' => ['type' => 'string''required' => true], 'is_applicable_to_all_users' => ['type' => 'string''required' => true], 'min_amount_to_apply' => ['type' => 'string''required' => true], 'currency_id' => ['type' => 'string''required' => true], 'country' => ['type' => 'string''required' => true], 'user_max_usage' => ['type' => 'string''required' => true], 'is_applicable_to_all_booking_type' => ['type' => 'string''required' => true], 'applicable_booking_type' => ['type' => 'string''required' => true], 'status' => ['type' => 'string''required' => true], 'max_discount_possible' => ['type' => 'string''required' => true], 'spots' => ['type' => 'array''items' => ['type' => 'object''properties' => ['spot_id' => ['type' => 'string''required' => true'example' => 1]]]], 'users' => ['type' => 'array''items' => ['type' => 'object''properties' => ['user_id' => ['type' => 'string''required' => true'example' => 1]]]]]]], 'admin_email_notifications_create_edit' => ['name' => 'admin_email_notifications_create_edit''in' => 'body''required' => true'description' => 'Admin email notification create edit Data''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'email_notification_id' => ['type' => 'integer''example' => 'Pass 0 when creating new promo code''required' => true], 'is_send_to_all' => ['type' => 'integer''required' => true], 'title' => ['type' => 'string''required' => true], 'description' => ['type' => 'string''required' => true], 'subject' => ['type' => 'string''required' => true], 'other_email_ids' => ['type' => 'string''required' => true], 'schedule_at' => ['type' => 'string''required' => true], 'users' => ['type' => 'array''items' => ['type' => 'object''properties' => ['user_id' => ['type' => 'string''required' => true'example' => 1]]]]]]], 'admin_sms_notifications_create_edit' => ['name' => 'admin_sms_notifications_create_edit''in' => 'body''required' => true'description' => 'Admin sms notification create edit Data''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'sms_notification_id' => ['type' => 'integer''example' => 'Pass 0 when creating new promo code''required' => true], 'description' => ['type' => 'string''required' => true], 'is_send_to_all' => ['type' => 'integer''required' => true], 'other_phone_numbers' => ['type' => 'string''required' => true], 'schedule_at' => ['type' => 'string''required' => true], 'users' => ['type' => 'array''items' => ['type' => 'object''properties' => ['user_id' => ['type' => 'string''required' => true'example' => 1]]]]]]], 'admin_push_notifications_create_edit' => ['name' => 'admin_push_notifications_create_edit''in' => 'body''required' => true'description' => 'Admin push notification create edit Data''schema' => ['type' => 'object''properties' => ['Authorization' => ['type' => 'string''required' => true'example' => 'Bearer Authorization'], 'token' => ['type' => 'string''required' => true'example' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831'], 'language_code' => ['type' => 'string''example' => 'en''required' => true], 'is_send_to_all' => ['type' => 'integer''required' => true], 'push_notification_id' => ['type' => 'integer''example' => 'Pass 0 when creating new promo code''required' => true], 'description' => ['type' => 'string''required' => true], 'title' => ['type' => 'string''required' => true], 'schedule_at' => ['type' => 'string''required' => true], 'users' => ['type' => 'array''items' => ['type' => 'object''properties' => ['user_id' => ['type' => 'string''required' => true'example' => 1]]]]]]]], 'securityDefinitions' => ['Bearer' => ['type' => 'apiKey''description' => 'Value: Bearer Authorization''name' => 'Authorization''in' => 'header']], 'security' => [=> ['Bearer' => []]]]);
  13762.     }
  13763.     /**
  13764.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  13765.      *
  13766.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  13767.      */
  13768.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  13769.     {
  13770.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  13771.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13772.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13773.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  13774.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  13775.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  13776.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  13777.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  13778.         }, 2));
  13779.     }
  13780.     /**
  13781.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  13782.      *
  13783.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  13784.      */
  13785.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  13786.     {
  13787.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13788.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13789.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  13790.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  13791.         return $this->privates['nelmio_api_doc.describers.swagger_php.default'] = new \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13792.     }
  13793.     /**
  13794.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  13795.      *
  13796.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13797.      */
  13798.     protected function getNelmioApiDoc_GeneratorLocatorService()
  13799.     {
  13800.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13801.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  13802.         ], [
  13803.             'default' => '?',
  13804.         ]);
  13805.     }
  13806.     /**
  13807.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  13808.      *
  13809.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  13810.      */
  13811.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  13812.     {
  13813.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  13814.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13815.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13816.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  13817.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  13818.     }
  13819.     /**
  13820.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  13821.      *
  13822.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  13823.      */
  13824.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  13825.     {
  13826.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  13827.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13828.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13829.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  13830.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  13831.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  13832.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  13833.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  13834.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  13835.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  13836.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  13837.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  13838.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  13839.     }
  13840.     /**
  13841.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  13842.      *
  13843.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  13844.      */
  13845.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  13846.     {
  13847.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  13848.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  13849.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  13850.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  13851.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  13852.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  13853.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  13854.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  13855.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  13856.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  13857.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  13858.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  13859.         }, 7));
  13860.     }
  13861.     /**
  13862.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  13863.      *
  13864.      * @return \Symfony\Component\Routing\RouteCollection
  13865.      */
  13866.     protected function getNelmioApiDoc_Routes_DefaultService()
  13867.     {
  13868.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  13869.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  13870.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  13871.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/parkings/pk/'=> '^/api/admin/'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  13872.     }
  13873.     /**
  13874.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  13875.      *
  13876.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  13877.      */
  13878.     protected function getNelmioCors_CorsListenerService()
  13879.     {
  13880.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  13881.     }
  13882.     /**
  13883.      * Gets the private 'parameter_bag' shared service.
  13884.      *
  13885.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  13886.      */
  13887.     protected function getParameterBagService()
  13888.     {
  13889.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  13890.     }
  13891.     /**
  13892.      * Gets the private 'profiler_listener' shared service.
  13893.      *
  13894.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  13895.      */
  13896.     protected function getProfilerListenerService()
  13897.     {
  13898.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  13899.         if (isset($this->privates['profiler_listener'])) {
  13900.             return $this->privates['profiler_listener'];
  13901.         }
  13902.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  13903.     }
  13904.     /**
  13905.      * Gets the private 'property_accessor' shared service.
  13906.      *
  13907.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  13908.      */
  13909.     protected function getPropertyAccessorService()
  13910.     {
  13911.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  13912.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  13913.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  13914.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  13915.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  13916.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  13917.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13918.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  13919.     }
  13920.     /**
  13921.      * Gets the private 'property_info' shared service.
  13922.      *
  13923.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  13924.      */
  13925.     protected function getPropertyInfoService()
  13926.     {
  13927.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  13928.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  13929.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13930.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13931.         }, 3), new RewindableGenerator(function () {
  13932.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13933.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  13934.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13935.         }, 3), new RewindableGenerator(function () {
  13936.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  13937.         }, 1), new RewindableGenerator(function () {
  13938.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  13939.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13940.         }, 2), new RewindableGenerator(function () {
  13941.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  13942.         }, 1));
  13943.     }
  13944.     /**
  13945.      * Gets the private 'property_info.serializer_extractor' shared service.
  13946.      *
  13947.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  13948.      */
  13949.     protected function getPropertyInfo_SerializerExtractorService()
  13950.     {
  13951.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  13952.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  13953.     }
  13954.     /**
  13955.      * Gets the private 'router.cache_warmer' shared service.
  13956.      *
  13957.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  13958.      */
  13959.     protected function getRouter_CacheWarmerService()
  13960.     {
  13961.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  13963.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13964.             'router' => ['services''router''getRouterService'false],
  13965.         ], [
  13966.             'router' => '?',
  13967.         ]))->withContext('router.cache_warmer'$this));
  13968.     }
  13969.     /**
  13970.      * Gets the private 'router.expression_language_provider' shared service.
  13971.      *
  13972.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  13973.      */
  13974.     protected function getRouter_ExpressionLanguageProviderService()
  13975.     {
  13976.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13977.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  13978.         ], [
  13979.             'env' => 'Closure',
  13980.         ]));
  13981.     }
  13982.     /**
  13983.      * Gets the private 'router.request_context' shared service.
  13984.      *
  13985.      * @return \Symfony\Component\Routing\RequestContext
  13986.      */
  13987.     protected function getRouter_RequestContextService()
  13988.     {
  13989.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  13990.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  13991.         return $instance;
  13992.     }
  13993.     /**
  13994.      * Gets the private 'router_listener' shared service.
  13995.      *
  13996.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  13997.      */
  13998.     protected function getRouterListenerService()
  13999.     {
  14000.         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);
  14001.     }
  14002.     /**
  14003.      * Gets the private 'secrets.vault' shared service.
  14004.      *
  14005.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  14006.      */
  14007.     protected function getSecrets_VaultService()
  14008.     {
  14009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14010.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  14011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  14012.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  14013.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  14014.     }
  14015.     /**
  14016.      * Gets the private 'security.access_listener' shared service.
  14017.      *
  14018.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  14019.      */
  14020.     protected function getSecurity_AccessListenerService()
  14021.     {
  14022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  14025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  14026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  14027.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  14028.         if (isset($this->privates['security.access_listener'])) {
  14029.             return $this->privates['security.access_listener'];
  14030.         }
  14031.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14032.         if (isset($this->privates['security.access_listener'])) {
  14033.             return $this->privates['security.access_listener'];
  14034.         }
  14035.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), $b);
  14036.     }
  14037.     /**
  14038.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  14039.      *
  14040.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  14041.      *
  14042.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  14043.      */
  14044.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  14045.     {
  14046.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  14047.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  14048.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  14049.             return $this->privates['security.authentication.listener.anonymous.main'];
  14050.         }
  14051.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  14052.     }
  14053.     /**
  14054.      * Gets the private 'security.authentication.manager' shared service.
  14055.      *
  14056.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  14057.      *
  14058.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  14059.      */
  14060.     protected function getSecurity_Authentication_ManagerService()
  14061.     {
  14062.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  14063.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  14064.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  14065.         }, 1), true);
  14066.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14067.         return $instance;
  14068.     }
  14069.     /**
  14070.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  14071.      *
  14072.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  14073.      *
  14074.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  14075.      */
  14076.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  14077.     {
  14078.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  14079.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  14080.     }
  14081.     /**
  14082.      * Gets the private 'security.channel_listener' shared service.
  14083.      *
  14084.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  14085.      */
  14086.     protected function getSecurity_ChannelListenerService()
  14087.     {
  14088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  14091.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  14092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  14093.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  14094.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  14095.     }
  14096.     /**
  14097.      * Gets the private 'security.command.debug_firewall' shared service.
  14098.      *
  14099.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  14100.      */
  14101.     protected function getSecurity_Command_DebugFirewallService()
  14102.     {
  14103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  14105.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
  14106.         $instance->setName('debug:firewall');
  14107.         $instance->setDescription('Display information about your security firewall(s)');
  14108.         return $instance;
  14109.     }
  14110.     /**
  14111.      * Gets the private 'security.command.user_password_encoder' shared service.
  14112.      *
  14113.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  14114.      *
  14115.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  14116.      */
  14117.     protected function getSecurity_Command_UserPasswordEncoderService()
  14118.     {
  14119.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  14120.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
  14121.         $instance->setName('security:encode-password');
  14122.         $instance->setDescription('Encode a password');
  14123.         return $instance;
  14124.     }
  14125.     /**
  14126.      * Gets the private 'security.command.user_password_hash' shared service.
  14127.      *
  14128.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  14129.      */
  14130.     protected function getSecurity_Command_UserPasswordHashService()
  14131.     {
  14132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14133.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  14134.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  14135.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  14136.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))), []);
  14137.         $instance->setName('security:hash-password');
  14138.         $instance->setDescription('Hash a user password');
  14139.         return $instance;
  14140.     }
  14141.     /**
  14142.      * Gets the private 'security.context_listener.0' shared service.
  14143.      *
  14144.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  14145.      */
  14146.     protected function getSecurity_ContextListener_0Service()
  14147.     {
  14148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  14149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  14150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  14151.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14152.         if (isset($this->privates['security.context_listener.0'])) {
  14153.             return $this->privates['security.context_listener.0'];
  14154.         }
  14155.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  14156.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  14157.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  14158.     }
  14159.     /**
  14160.      * Gets the private 'security.csrf.token_storage' shared service.
  14161.      *
  14162.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  14163.      */
  14164.     protected function getSecurity_Csrf_TokenStorageService()
  14165.     {
  14166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  14167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  14168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  14169.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14170.     }
  14171.     /**
  14172.      * Gets the private 'security.encoder_factory.generic' shared service.
  14173.      *
  14174.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  14175.      *
  14176.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  14177.      */
  14178.     protected function getSecurity_EncoderFactory_GenericService()
  14179.     {
  14180.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  14181.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
  14182.     }
  14183.     /**
  14184.      * Gets the private 'security.event_dispatcher.main' shared service.
  14185.      *
  14186.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  14187.      */
  14188.     protected function getSecurity_EventDispatcher_MainService()
  14189.     {
  14190.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  14191.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  14192.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  14193.         }, => 'onLogout'], 0);
  14194.         return $instance;
  14195.     }
  14196.     /**
  14197.      * Gets the private 'security.firewall.map' shared service.
  14198.      *
  14199.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  14200.      */
  14201.     protected function getSecurity_Firewall_MapService()
  14202.     {
  14203.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  14204.         if (isset($this->privates['security.firewall.map'])) {
  14205.             return $this->privates['security.firewall.map'];
  14206.         }
  14207.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  14208.             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)/')));
  14209.             yield 'security.firewall.map.context.main' => NULL;
  14210.         }, 2));
  14211.     }
  14212.     /**
  14213.      * Gets the private 'security.firewall.map.context.dev' shared service.
  14214.      *
  14215.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14216.      */
  14217.     protected function getSecurity_Firewall_Map_Context_DevService()
  14218.     {
  14219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14221.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  14222.             return new \EmptyIterator();
  14223.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  14224.     }
  14225.     /**
  14226.      * Gets the private 'security.firewall.map.context.main' shared service.
  14227.      *
  14228.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  14229.      */
  14230.     protected function getSecurity_Firewall_Map_Context_MainService()
  14231.     {
  14232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  14233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  14234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  14236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  14237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  14238.         $a = ($this->services['router'] ?? $this->getRouterService());
  14239.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  14240.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  14241.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  14242.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  14243.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  14244.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL), 'main'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.users_in_memory''main'NULLNULLNULL, [=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  14245.     }
  14246.     /**
  14247.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  14248.      *
  14249.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  14250.      */
  14251.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  14252.     {
  14253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  14254.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  14255.     }
  14256.     /**
  14257.      * Gets the private 'security.logout_url_generator' shared service.
  14258.      *
  14259.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  14260.      */
  14261.     protected function getSecurity_LogoutUrlGeneratorService()
  14262.     {
  14263.         return $this->privates['security.logout_url_generator'] = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14264.     }
  14265.     /**
  14266.      * Gets the private 'security.validator.user_password' shared service.
  14267.      *
  14268.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  14269.      */
  14270.     protected function getSecurity_Validator_UserPasswordService()
  14271.     {
  14272.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14273.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  14275.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  14276.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  14277.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? ($this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory([]))));
  14278.     }
  14279.     /**
  14280.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  14281.      *
  14282.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  14283.      */
  14284.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  14285.     {
  14286.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14287.     }
  14288.     /**
  14289.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  14290.      *
  14291.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  14292.      */
  14293.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  14294.     {
  14295.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  14296.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  14297.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  14298.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  14299.     }
  14300.     /**
  14301.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  14302.      *
  14303.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  14304.      */
  14305.     protected function getSensioFrameworkExtra_Security_ListenerService()
  14306.     {
  14307.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14308.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  14309.             return $this->privates['sensio_framework_extra.security.listener'];
  14310.         }
  14311.         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())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14312.     }
  14313.     /**
  14314.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  14315.      *
  14316.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  14317.      */
  14318.     protected function getSensioFrameworkExtra_View_ListenerService()
  14319.     {
  14320.         $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))));
  14321.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14322.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  14323.         ], [
  14324.             'twig' => '?',
  14325.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  14326.         return $instance;
  14327.     }
  14328.     /**
  14329.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  14330.      *
  14331.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  14332.      */
  14333.     protected function getSerializer_Mapping_CacheWarmerService()
  14334.     {
  14335.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14336.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  14338.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  14339.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  14340.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  14341.     }
  14342.     /**
  14343.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  14344.      *
  14345.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  14346.      */
  14347.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  14348.     {
  14349.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  14350.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  14351.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  14352.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  14353.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  14354.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  14355.         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()))]));
  14356.     }
  14357.     /**
  14358.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  14359.      *
  14360.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  14361.      */
  14362.     protected function getSerializer_NameConverter_MetadataAwareService()
  14363.     {
  14364.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  14365.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  14366.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  14367.         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()));
  14368.     }
  14369.     /**
  14370.      * Gets the private 'session.factory' shared service.
  14371.      *
  14372.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  14373.      */
  14374.     protected function getSession_FactoryService()
  14375.     {
  14376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  14377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  14378.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  14379.         if (isset($this->privates['session.factory'])) {
  14380.             return $this->privates['session.factory'];
  14381.         }
  14382.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  14383.     }
  14384.     /**
  14385.      * Gets the private 'session.storage.factory.service' shared service.
  14386.      *
  14387.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  14388.      *
  14389.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  14390.      */
  14391.     protected function getSession_Storage_Factory_ServiceService()
  14392.     {
  14393.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  14394.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
  14395.     }
  14396.     /**
  14397.      * Gets the private 'session.storage.metadata_bag' shared service.
  14398.      *
  14399.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  14400.      *
  14401.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  14402.      */
  14403.     protected function getSession_Storage_MetadataBagService()
  14404.     {
  14405.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  14406.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  14407.     }
  14408.     /**
  14409.      * Gets the private 'session.storage.native' shared service.
  14410.      *
  14411.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  14412.      *
  14413.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  14414.      */
  14415.     protected function getSession_Storage_NativeService()
  14416.     {
  14417.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  14418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  14419.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  14420.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  14421.         return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__3).'/sessions/dev'))), $this->getSession_Storage_MetadataBagService());
  14422.     }
  14423.     /**
  14424.      * Gets the private 'session_listener' shared service.
  14425.      *
  14426.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  14427.      */
  14428.     protected function getSessionListenerService()
  14429.     {
  14430.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14431.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  14432.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  14433.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  14434.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  14435.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  14436.         ], [
  14437.             'initialized_session' => '?',
  14438.             'logger' => '?',
  14439.             'session' => '?',
  14440.             'session_collector' => '?',
  14441.             'session_factory' => '?',
  14442.         ]), true$this->parameters['session.storage.options']);
  14443.     }
  14444.     /**
  14445.      * Gets the private 'swiftmailer.command.debug' shared service.
  14446.      *
  14447.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  14448.      */
  14449.     protected function getSwiftmailer_Command_DebugService()
  14450.     {
  14451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14452.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  14453.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  14454.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  14455.         $instance->setName('debug:swiftmailer');
  14456.         return $instance;
  14457.     }
  14458.     /**
  14459.      * Gets the private 'swiftmailer.command.new_email' shared service.
  14460.      *
  14461.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  14462.      */
  14463.     protected function getSwiftmailer_Command_NewEmailService()
  14464.     {
  14465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14466.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  14467.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  14468.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  14469.         $instance->setName('swiftmailer:email:send');
  14470.         return $instance;
  14471.     }
  14472.     /**
  14473.      * Gets the private 'swiftmailer.command.send_email' shared service.
  14474.      *
  14475.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  14476.      */
  14477.     protected function getSwiftmailer_Command_SendEmailService()
  14478.     {
  14479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14480.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  14481.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  14482.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  14483.         $instance->setName('swiftmailer:spool:send');
  14484.         return $instance;
  14485.     }
  14486.     /**
  14487.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  14488.      *
  14489.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  14490.      */
  14491.     protected function getSwiftmailer_EmailSender_ListenerService()
  14492.     {
  14493.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  14494.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14495.     }
  14496.     /**
  14497.      * Gets the private 'translation.extractor' shared service.
  14498.      *
  14499.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  14500.      */
  14501.     protected function getTranslation_ExtractorService()
  14502.     {
  14503.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  14504.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  14505.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  14506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  14507.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  14508.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  14509.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  14510.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  14511.         return $instance;
  14512.     }
  14513.     /**
  14514.      * Gets the private 'translation.loader.csv' shared service.
  14515.      *
  14516.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  14517.      */
  14518.     protected function getTranslation_Loader_CsvService()
  14519.     {
  14520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  14524.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  14525.     }
  14526.     /**
  14527.      * Gets the private 'translation.loader.dat' shared service.
  14528.      *
  14529.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  14530.      */
  14531.     protected function getTranslation_Loader_DatService()
  14532.     {
  14533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  14536.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  14537.     }
  14538.     /**
  14539.      * Gets the private 'translation.loader.ini' shared service.
  14540.      *
  14541.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  14542.      */
  14543.     protected function getTranslation_Loader_IniService()
  14544.     {
  14545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14547.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14548.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  14549.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  14550.     }
  14551.     /**
  14552.      * Gets the private 'translation.loader.json' shared service.
  14553.      *
  14554.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  14555.      */
  14556.     protected function getTranslation_Loader_JsonService()
  14557.     {
  14558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  14562.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  14563.     }
  14564.     /**
  14565.      * Gets the private 'translation.loader.mo' shared service.
  14566.      *
  14567.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  14568.      */
  14569.     protected function getTranslation_Loader_MoService()
  14570.     {
  14571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  14575.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  14576.     }
  14577.     /**
  14578.      * Gets the private 'translation.loader.php' shared service.
  14579.      *
  14580.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  14581.      */
  14582.     protected function getTranslation_Loader_PhpService()
  14583.     {
  14584.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14585.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14586.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14587.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  14588.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  14589.     }
  14590.     /**
  14591.      * Gets the private 'translation.loader.po' shared service.
  14592.      *
  14593.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  14594.      */
  14595.     protected function getTranslation_Loader_PoService()
  14596.     {
  14597.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14599.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14600.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  14601.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  14602.     }
  14603.     /**
  14604.      * Gets the private 'translation.loader.qt' shared service.
  14605.      *
  14606.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  14607.      */
  14608.     protected function getTranslation_Loader_QtService()
  14609.     {
  14610.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14611.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  14612.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  14613.     }
  14614.     /**
  14615.      * Gets the private 'translation.loader.res' shared service.
  14616.      *
  14617.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  14618.      */
  14619.     protected function getTranslation_Loader_ResService()
  14620.     {
  14621.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14623.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  14624.     }
  14625.     /**
  14626.      * Gets the private 'translation.loader.xliff' shared service.
  14627.      *
  14628.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  14629.      */
  14630.     protected function getTranslation_Loader_XliffService()
  14631.     {
  14632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  14634.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  14635.     }
  14636.     /**
  14637.      * Gets the private 'translation.loader.yml' shared service.
  14638.      *
  14639.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  14640.      */
  14641.     protected function getTranslation_Loader_YmlService()
  14642.     {
  14643.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14644.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14645.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14647.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  14648.     }
  14649.     /**
  14650.      * Gets the private 'translation.provider_collection' shared service.
  14651.      *
  14652.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  14653.      */
  14654.     protected function getTranslation_ProviderCollectionService()
  14655.     {
  14656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  14657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  14658.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  14659.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  14660.         }, 1), []))->fromConfig([]);
  14661.     }
  14662.     /**
  14663.      * Gets the private 'translation.reader' shared service.
  14664.      *
  14665.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  14666.      */
  14667.     protected function getTranslation_ReaderService()
  14668.     {
  14669.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  14670.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  14671.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14672.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14674.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  14675.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14676.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  14677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  14678.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  14679.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  14680.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  14681.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14682.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  14683.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  14684.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  14685.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  14686.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  14687.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  14688.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  14689.         $instance->addLoader('yaml'$a);
  14690.         $instance->addLoader('yml'$a);
  14691.         $instance->addLoader('xlf'$b);
  14692.         $instance->addLoader('xliff'$b);
  14693.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  14694.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  14695.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  14696.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  14697.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  14698.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  14699.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  14700.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  14701.         return $instance;
  14702.     }
  14703.     /**
  14704.      * Gets the private 'translation.warmer' shared service.
  14705.      *
  14706.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  14707.      */
  14708.     protected function getTranslation_WarmerService()
  14709.     {
  14710.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  14712.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14713.             'translator' => ['services''translator''getTranslatorService'false],
  14714.         ], [
  14715.             'translator' => '?',
  14716.         ]))->withContext('translation.warmer'$this));
  14717.     }
  14718.     /**
  14719.      * Gets the private 'translation.writer' shared service.
  14720.      *
  14721.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  14722.      */
  14723.     protected function getTranslation_WriterService()
  14724.     {
  14725.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  14726.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  14727.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  14728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  14729.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  14730.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  14731.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  14732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  14733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  14734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  14735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  14736.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  14737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  14738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  14739.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  14740.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  14741.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  14742.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  14743.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  14744.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  14745.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  14746.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  14747.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  14748.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  14749.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  14750.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  14751.         return $instance;
  14752.     }
  14753.     /**
  14754.      * Gets the private 'translator.default' shared service.
  14755.      *
  14756.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  14757.      */
  14758.     protected function getTranslator_DefaultService()
  14759.     {
  14760.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14761.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  14762.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  14763.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  14764.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  14765.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  14766.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  14767.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  14768.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  14769.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  14770.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  14771.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  14772.         ], [
  14773.             'translation.loader.csv' => '?',
  14774.             'translation.loader.dat' => '?',
  14775.             'translation.loader.ini' => '?',
  14776.             'translation.loader.json' => '?',
  14777.             'translation.loader.mo' => '?',
  14778.             'translation.loader.php' => '?',
  14779.             'translation.loader.po' => '?',
  14780.             'translation.loader.qt' => '?',
  14781.             'translation.loader.res' => '?',
  14782.             'translation.loader.xliff' => '?',
  14783.             'translation.loader.yml' => '?',
  14784.         ]), 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/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/translations/messages.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/admin.en.xliff'), => (\dirname(__DIR__4).'/translations/messages.en.xliff'), => (\dirname(__DIR__4).'/translations/payoutInvoice.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/translations/messages.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/translations/admin.fr.xliff'), => (\dirname(__DIR__4).'/translations/messages.fr.xliff'), => (\dirname(__DIR__4).'/translations/payoutInvoice.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/translations/messages.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/translations/messages.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/translations/messages.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/AppBundle/APIBundle/translations'), 18 => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/translations'), 19 => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/debug-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/knplabs/doctrine-behaviors/src/translations'16 => 'vendor/nelmio/api-doc-bundle/translations'17 => 'src/AppBundle/APIBundle/translations'18 => 'src/AppBundle/MainBundle/translations'19 => 'src/AppBundle/AdminBundle/translations'20 => 'vendor/symfony/swiftmailer-bundle/translations'21 => 'vendor/nelmio/cors-bundle/translations'22 => 'vendor/knplabs/knp-snappy-bundle/src/translations']]], []);
  14785.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  14786.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  14787.         return $instance;
  14788.     }
  14789.     /**
  14790.      * Gets the private 'twig.command.debug' shared service.
  14791.      *
  14792.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  14793.      */
  14794.     protected function getTwig_Command_DebugService()
  14795.     {
  14796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14797.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  14798.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  14799.         $instance->setName('debug:twig');
  14800.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  14801.         return $instance;
  14802.     }
  14803.     /**
  14804.      * Gets the private 'twig.command.lint' shared service.
  14805.      *
  14806.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  14807.      */
  14808.     protected function getTwig_Command_LintService()
  14809.     {
  14810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14811.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  14812.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  14813.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14814.         $instance->setName('lint:twig');
  14815.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  14816.         return $instance;
  14817.     }
  14818.     /**
  14819.      * Gets the private 'twig.form.engine' shared service.
  14820.      *
  14821.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  14822.      */
  14823.     protected function getTwig_Form_EngineService()
  14824.     {
  14825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  14826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  14827.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  14828.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14829.         if (isset($this->privates['twig.form.engine'])) {
  14830.             return $this->privates['twig.form.engine'];
  14831.         }
  14832.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  14833.     }
  14834.     /**
  14835.      * Gets the private 'twig.form.renderer' shared service.
  14836.      *
  14837.      * @return \Symfony\Component\Form\FormRenderer
  14838.      */
  14839.     protected function getTwig_Form_RendererService()
  14840.     {
  14841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  14842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  14843.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  14844.         if (isset($this->privates['twig.form.renderer'])) {
  14845.             return $this->privates['twig.form.renderer'];
  14846.         }
  14847.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  14848.     }
  14849.     /**
  14850.      * Gets the private 'twig.mailer.message_listener' shared service.
  14851.      *
  14852.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  14853.      */
  14854.     protected function getTwig_Mailer_MessageListenerService()
  14855.     {
  14856.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  14857.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  14858.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  14859.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14860.         if (isset($this->privates['twig.mailer.message_listener'])) {
  14861.             return $this->privates['twig.mailer.message_listener'];
  14862.         }
  14863.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  14864.     }
  14865.     /**
  14866.      * Gets the private 'twig.runtime.httpkernel' shared service.
  14867.      *
  14868.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  14869.      */
  14870.     protected function getTwig_Runtime_HttpkernelService()
  14871.     {
  14872.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  14873.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  14874.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  14875.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  14876.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  14877.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  14878.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14879.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  14880.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  14881.         ], [
  14882.             'hinclude' => '?',
  14883.             'inline' => '?',
  14884.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), $a));
  14885.     }
  14886.     /**
  14887.      * Gets the private 'twig.runtime.security_csrf' shared service.
  14888.      *
  14889.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  14890.      */
  14891.     protected function getTwig_Runtime_SecurityCsrfService()
  14892.     {
  14893.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  14894.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  14895.     }
  14896.     /**
  14897.      * Gets the private 'twig.runtime.serializer' shared service.
  14898.      *
  14899.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  14900.      */
  14901.     protected function getTwig_Runtime_SerializerService()
  14902.     {
  14903.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14904.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  14905.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  14906.     }
  14907.     /**
  14908.      * Gets the private 'twig.template_cache_warmer' shared service.
  14909.      *
  14910.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  14911.      */
  14912.     protected function getTwig_TemplateCacheWarmerService()
  14913.     {
  14914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14915.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  14916.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  14917.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14918.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  14919.         ], [
  14920.             'twig' => '?',
  14921.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  14922.     }
  14923.     /**
  14924.      * Gets the private 'validator.builder' shared service.
  14925.      *
  14926.      * @return \Symfony\Component\Validator\ValidatorBuilder
  14927.      */
  14928.     protected function getValidator_BuilderService()
  14929.     {
  14930.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  14931.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  14932.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14933.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14934.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14935.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  14936.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14937.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  14938.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14939.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14940.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14941.         ], [
  14942.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  14943.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  14944.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  14945.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  14946.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  14947.             'doctrine.orm.validator.unique' => '?',
  14948.             'security.validator.user_password' => '?',
  14949.             'validator.expression' => '?',
  14950.         ])));
  14951.         if ($this->has('translator')) {
  14952.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  14953.         }
  14954.         $instance->setTranslationDomain('validators');
  14955.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  14956.         $instance->enableAnnotationMapping(true);
  14957.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14958.         $instance->addMethodMapping('loadValidatorMetadata');
  14959.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  14960.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  14961.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  14962.         return $instance;
  14963.     }
  14964.     /**
  14965.      * Gets the private 'validator.email' shared service.
  14966.      *
  14967.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  14968.      */
  14969.     protected function getValidator_EmailService()
  14970.     {
  14971.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14972.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14973.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  14974.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  14975.     }
  14976.     /**
  14977.      * Gets the private 'validator.expression' shared service.
  14978.      *
  14979.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  14980.      */
  14981.     protected function getValidator_ExpressionService()
  14982.     {
  14983.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14984.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14985.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  14986.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  14987.     }
  14988.     /**
  14989.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  14990.      *
  14991.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  14992.      */
  14993.     protected function getValidator_Mapping_CacheWarmerService()
  14994.     {
  14995.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  14998.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  14999.     }
  15000.     /**
  15001.      * Gets the private 'validator.not_compromised_password' shared service.
  15002.      *
  15003.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  15004.      */
  15005.     protected function getValidator_NotCompromisedPasswordService()
  15006.     {
  15007.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15008.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15009.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  15010.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  15011.     }
  15012.     /**
  15013.      * Gets the private 'var_dumper.command.server_dump' shared service.
  15014.      *
  15015.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  15016.      */
  15017.     protected function getVarDumper_Command_ServerDumpService()
  15018.     {
  15019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15020.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  15021.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  15022.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  15023.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  15024.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  15025.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  15026.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15027.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15028.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15029.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15030.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  15031.         $instance->setName('server:dump');
  15032.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  15033.         return $instance;
  15034.     }
  15035.     /**
  15036.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  15037.      *
  15038.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  15039.      */
  15040.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  15041.     {
  15042.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  15043.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  15044.         return $instance;
  15045.     }
  15046.     /**
  15047.      * Gets the private 'var_dumper.html_dumper' shared service.
  15048.      *
  15049.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  15050.      */
  15051.     protected function getVarDumper_HtmlDumperService()
  15052.     {
  15053.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  15054.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  15055.         return $instance;
  15056.     }
  15057.     /**
  15058.      * Gets the private 'var_dumper.server_connection' shared service.
  15059.      *
  15060.      * @return \Symfony\Component\VarDumper\Server\Connection
  15061.      */
  15062.     protected function getVarDumper_ServerConnectionService()
  15063.     {
  15064.         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()]);
  15065.     }
  15066.     /**
  15067.      * Gets the private 'web_profiler.csp.handler' shared service.
  15068.      *
  15069.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  15070.      */
  15071.     protected function getWebProfiler_Csp_HandlerService()
  15072.     {
  15073.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  15074.     }
  15075.     /**
  15076.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  15077.      *
  15078.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  15079.      */
  15080.     protected function getWebProfiler_DebugToolbarService()
  15081.     {
  15082.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15083.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  15084.             return $this->privates['web_profiler.debug_toolbar'];
  15085.         }
  15086.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  15087.     }
  15088.     /**
  15089.      * Gets the public 'cache_clearer' alias.
  15090.      *
  15091.      * @return object The ".container.private.cache_clearer" service.
  15092.      */
  15093.     protected function getCacheClearerService()
  15094.     {
  15095.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  15096.         return $this->get('.container.private.cache_clearer');
  15097.     }
  15098.     /**
  15099.      * Gets the public 'filesystem' alias.
  15100.      *
  15101.      * @return object The ".container.private.filesystem" service.
  15102.      */
  15103.     protected function getFilesystemService()
  15104.     {
  15105.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  15106.         return $this->get('.container.private.filesystem');
  15107.     }
  15108.     /**
  15109.      * Gets the public 'serializer' alias.
  15110.      *
  15111.      * @return object The ".container.private.serializer" service.
  15112.      */
  15113.     protected function getSerializerService()
  15114.     {
  15115.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  15116.         return $this->get('.container.private.serializer');
  15117.     }
  15118.     /**
  15119.      * Gets the public 'security.csrf.token_manager' alias.
  15120.      *
  15121.      * @return object The ".container.private.security.csrf.token_manager" service.
  15122.      */
  15123.     protected function getSecurity_Csrf_TokenManagerService()
  15124.     {
  15125.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  15126.         return $this->get('.container.private.security.csrf.token_manager');
  15127.     }
  15128.     /**
  15129.      * Gets the public 'form.factory' alias.
  15130.      *
  15131.      * @return object The ".container.private.form.factory" service.
  15132.      */
  15133.     protected function getForm_FactoryService()
  15134.     {
  15135.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  15136.         return $this->get('.container.private.form.factory');
  15137.     }
  15138.     /**
  15139.      * Gets the public 'form.type.file' alias.
  15140.      *
  15141.      * @return object The ".container.private.form.type.file" service.
  15142.      */
  15143.     protected function getForm_Type_FileService()
  15144.     {
  15145.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  15146.         return $this->get('.container.private.form.type.file');
  15147.     }
  15148.     /**
  15149.      * Gets the public 'profiler' alias.
  15150.      *
  15151.      * @return object The ".container.private.profiler" service.
  15152.      */
  15153.     protected function getProfilerService()
  15154.     {
  15155.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  15156.         return $this->get('.container.private.profiler');
  15157.     }
  15158.     /**
  15159.      * Gets the public 'twig' alias.
  15160.      *
  15161.      * @return object The ".container.private.twig" service.
  15162.      */
  15163.     protected function getTwigService()
  15164.     {
  15165.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  15166.         return $this->get('.container.private.twig');
  15167.     }
  15168.     /**
  15169.      * Gets the public 'security.authorization_checker' alias.
  15170.      *
  15171.      * @return object The ".container.private.security.authorization_checker" service.
  15172.      */
  15173.     protected function getSecurity_AuthorizationCheckerService()
  15174.     {
  15175.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  15176.         return $this->get('.container.private.security.authorization_checker');
  15177.     }
  15178.     /**
  15179.      * Gets the public 'security.token_storage' alias.
  15180.      *
  15181.      * @return object The ".container.private.security.token_storage" service.
  15182.      */
  15183.     protected function getSecurity_TokenStorageService()
  15184.     {
  15185.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  15186.         return $this->get('.container.private.security.token_storage');
  15187.     }
  15188.     /**
  15189.      * Gets the public 'security.password_encoder' alias.
  15190.      *
  15191.      * @return object The ".container.private.security.password_encoder" service.
  15192.      */
  15193.     protected function getSecurity_PasswordEncoderService()
  15194.     {
  15195.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  15196.         return $this->get('.container.private.security.password_encoder');
  15197.     }
  15198.     /**
  15199.      * Gets the public 'session' alias.
  15200.      *
  15201.      * @return object The ".container.private.session" service.
  15202.      */
  15203.     protected function getSession2Service()
  15204.     {
  15205.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  15206.         return $this->get('.container.private.session');
  15207.     }
  15208.     /**
  15209.      * Gets the public 'validator' alias.
  15210.      *
  15211.      * @return object The ".container.private.validator" service.
  15212.      */
  15213.     protected function getValidatorService()
  15214.     {
  15215.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  15216.         return $this->get('.container.private.validator');
  15217.     }
  15218.     /**
  15219.      * @return array|bool|float|int|string|\UnitEnum|null
  15220.      */
  15221.     public function getParameter(string $name)
  15222.     {
  15223.         if (isset($this->buildParameters[$name])) {
  15224.             return $this->buildParameters[$name];
  15225.         }
  15226.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  15227.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  15228.         }
  15229.         if (isset($this->loadedDynamicParameters[$name])) {
  15230.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  15231.         }
  15232.         return $this->parameters[$name];
  15233.     }
  15234.     public function hasParameter(string $name): bool
  15235.     {
  15236.         if (isset($this->buildParameters[$name])) {
  15237.             return true;
  15238.         }
  15239.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  15240.     }
  15241.     public function setParameter(string $name$value): void
  15242.     {
  15243.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  15244.     }
  15245.     public function getParameterBag(): ParameterBagInterface
  15246.     {
  15247.         if (null === $this->parameterBag) {
  15248.             $parameters $this->parameters;
  15249.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  15250.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  15251.             }
  15252.             foreach ($this->buildParameters as $name => $value) {
  15253.                 $parameters[$name] = $value;
  15254.             }
  15255.             $this->parameterBag = new FrozenParameterBag($parameters);
  15256.         }
  15257.         return $this->parameterBag;
  15258.     }
  15259.     private $loadedDynamicParameters = [
  15260.         'kernel.runtime_environment' => false,
  15261.         'kernel.build_dir' => false,
  15262.         'kernel.cache_dir' => false,
  15263.         'kernel.secret' => false,
  15264.         'debug.container.dump' => false,
  15265.         'serializer.mapping.cache.file' => false,
  15266.         'validator.mapping.cache.file' => false,
  15267.         'profiler.storage.dsn' => false,
  15268.         'doctrine.orm.proxy_dir' => false,
  15269.         'swiftmailer.spool.default.memory.path' => false,
  15270.         'knp_snappy.pdf.binary' => false,
  15271.         'knp_snappy.image.binary' => false,
  15272.     ];
  15273.     private $dynamicParameters = [];
  15274.     private function getDynamicParameter(string $name)
  15275.     {
  15276.         switch ($name) {
  15277.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  15278.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  15279.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  15280.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  15281.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  15282.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  15283.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  15284.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  15285.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  15286.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  15287.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  15288.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  15289.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  15290.         }
  15291.         $this->loadedDynamicParameters[$name] = true;
  15292.         return $this->dynamicParameters[$name] = $value;
  15293.     }
  15294.     protected function getDefaultParameters(): array
  15295.     {
  15296.         return [
  15297.             'kernel.project_dir' => \dirname(__DIR__4),
  15298.             'kernel.environment' => 'dev',
  15299.             'kernel.debug' => true,
  15300.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  15301.             'kernel.bundles' => [
  15302.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  15303.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  15304.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  15305.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  15306.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  15307.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  15308.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  15309.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  15310.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  15311.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  15312.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  15313.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  15314.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  15315.                 'APIBundle' => 'App\\AppBundle\\APIBundle\\APIBundle',
  15316.                 'MainBundle' => 'App\\AppBundle\\MainBundle\\MainBundle',
  15317.                 'AdminBundle' => 'App\\AppBundle\\AdminBundle\\AdminBundle',
  15318.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  15319.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  15320.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  15321.             ],
  15322.             'kernel.bundles_metadata' => [
  15323.                 'FrameworkBundle' => [
  15324.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  15325.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  15326.                 ],
  15327.                 'TwigBundle' => [
  15328.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  15329.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  15330.                 ],
  15331.                 'TwigExtraBundle' => [
  15332.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  15333.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  15334.                 ],
  15335.                 'SensioFrameworkExtraBundle' => [
  15336.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  15337.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  15338.                 ],
  15339.                 'DoctrineBundle' => [
  15340.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  15341.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  15342.                 ],
  15343.                 'DoctrineMigrationsBundle' => [
  15344.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  15345.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  15346.                 ],
  15347.                 'SecurityBundle' => [
  15348.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  15349.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  15350.                 ],
  15351.                 'WebProfilerBundle' => [
  15352.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  15353.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  15354.                 ],
  15355.                 'MonologBundle' => [
  15356.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  15357.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  15358.                 ],
  15359.                 'DebugBundle' => [
  15360.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  15361.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  15362.                 ],
  15363.                 'MakerBundle' => [
  15364.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  15365.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  15366.                 ],
  15367.                 'DoctrineBehaviorsBundle' => [
  15368.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  15369.                     'namespace' => 'Knp\\DoctrineBehaviors',
  15370.                 ],
  15371.                 'NelmioApiDocBundle' => [
  15372.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  15373.                     'namespace' => 'Nelmio\\ApiDocBundle',
  15374.                 ],
  15375.                 'APIBundle' => [
  15376.                     'path' => (\dirname(__DIR__4).'/src/AppBundle/APIBundle'),
  15377.                     'namespace' => 'App\\AppBundle\\APIBundle',
  15378.                 ],
  15379.                 'MainBundle' => [
  15380.                     'path' => (\dirname(__DIR__4).'/src/AppBundle/MainBundle'),
  15381.                     'namespace' => 'App\\AppBundle\\MainBundle',
  15382.                 ],
  15383.                 'AdminBundle' => [
  15384.                     'path' => (\dirname(__DIR__4).'/src/AppBundle/AdminBundle'),
  15385.                     'namespace' => 'App\\AppBundle\\AdminBundle',
  15386.                 ],
  15387.                 'SwiftmailerBundle' => [
  15388.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  15389.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  15390.                 ],
  15391.                 'NelmioCorsBundle' => [
  15392.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  15393.                     'namespace' => 'Nelmio\\CorsBundle',
  15394.                 ],
  15395.                 'KnpSnappyBundle' => [
  15396.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  15397.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  15398.                 ],
  15399.             ],
  15400.             'kernel.charset' => 'UTF-8',
  15401.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  15402.             'container.dumper.inline_class_loader' => true,
  15403.             'container.dumper.inline_factories' => true,
  15404.             'app.locale' => 'en',
  15405.             'app.admin_email' => 'darshit.blueera@gmail.com',
  15406.             'app.error_reporting_email' => 'bes.logs.reporting@gmail.com',
  15407.             'app.base_url' => 'https://parkings.ddns.net',
  15408.             'app.super_admin_email' => 'wp.reporting.bes@gmail.com',
  15409.             'app.database_host' => '127.0.0.1',
  15410.             'app.database_port' => 3306,
  15411.             'app.database_name' => 'dev_parkings',
  15412.             'app.database_user' => 'root',
  15413.             'app.database_password' => 'wpsystem@1122334455',
  15414.             'app.mailer_transport' => 'smtp',
  15415.             'app.mailer_host' => '127.0.0.1',
  15416.             'app.mailer_user' => 'leo.parker01012018@gmail.com',
  15417.             'app.mailer_password' => 'xkhfuaubixzayxki',
  15418.             'app.user_token' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831',
  15419.             'app.android_app_google_key' => 'AIzaSyAFWP9BU3UAtMnV-3aT6gNGD2pMBwgHqqg',
  15420.             'app.ios_app_google_key' => 'AIzaSyAFWP9BU3UAtMnV-3aT6gNGD2pMBwgHqqg',
  15421.             'app.payment' => [
  15422.                 'currency' => 'GBP',
  15423.                 'decimal' => true,
  15424.                 'premium_amount' => 1,
  15425.             ],
  15426.             'app.wp_timezone' => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Data/wp_timezone.json'),
  15427.             'app.user_details' => (\dirname(__DIR__4).'/public/user_data/user_details/'),
  15428.             'app.spot_photos_details' => '/spot-details/spot-photos/',
  15429.             'app.spot_streetview_details' => '/spot-details/street-view/',
  15430.             'app.user_profile_photo' => '/user_profile_photo/',
  15431.             'app.ios_bundle_identifier' => 'com.blueera.parkingsystem.main',
  15432.             'app.ios_pem_file' => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Certificates/apns-dev.pem'),
  15433.             'app.ios_p8_file' => (\dirname(__DIR__4).'/src/AppBundle/MainBundle/Certificates/apns-dev.p8'),
  15434.             'app.root_web' => (\dirname(__DIR__4).'/public/'),
  15435.             'app.root_directory' => (\dirname(__DIR__4).'/'),
  15436.             'app.routing_directory' => (\dirname(__DIR__4).'/config/routes.yaml'),
  15437.             'app.support_email' => '/user_data/support/email',
  15438.             'app.support_bug_reporting' => '/user_data/support/bug_reporting',
  15439.             'app.support_new_idea' => '/user_data/support/new_idea',
  15440.             'app.support_email_root_dir' => (\dirname(__DIR__4).'/public/user_data/support/email'),
  15441.             'app.support_bug_reporting_root_dir' => (\dirname(__DIR__4).'/public/user_data/support/bug_reporting'),
  15442.             'app.support_new_idea_root_dir' => (\dirname(__DIR__4).'/public/user_data/support/new_idea'),
  15443.             'app.stripe_publishable_key' => 'pk_test_51IExe2GvuHsXzhCxFYvalZTIMNiLbccXKU9ggANCJmQbOaTkPdyWtt85ylrPbhmo7qR7JLNaOKgT9q9IHsm4zgw200RoRnb09x',
  15444.             'app.stripe_secret_key' => 'sk_test_51IExe2GvuHsXzhCxA2TUX2VPo3qO3dehvB7OL2CESbGRLLtRxW2c7seXtioUGW1ttUAHkDbY7BAqpgOzPJuc411p00sQXOOAnI',
  15445.             'app.stripe_account_refresh_url' => '/parkings/pk/payout/stripe-refresh',
  15446.             'app.stripe_account_return_url' => '/parkings/pk/payout/stripe-complete',
  15447.             'app.stripe_account_app_redirect_url' => '/parkings/pk/payout/stripe-app-redirect',
  15448.             'app.stripe_account_app_error_redirect_url' => '/parkings/pk/payout/stripe-app-error-redirect',
  15449.             'app.stripe_statement_descriptor' => 'WhooPark_Descriptor',
  15450.             'app.invoice_directory' => 'invoice/',
  15451.             'app.customer_invoice_directory' => 'customer-invoice/',
  15452.             'app.stripe_event_endpoint_key' => 'whsec_iU2ekyndpKrLYltkP8PesFTJRFqSYzju',
  15453.             'app.promo_codes' => 'promo-codes/',
  15454.             'app.notifications_images' => 'notifications/',
  15455.             'app.mailer_name' => 'WhooPark Sàrl',
  15456.             'app.subject_order_success_supplier' => 'Congratulations!! Your Spot is Booked',
  15457.             'app.subject_order_success_user' => 'Booking Confirmed !!',
  15458.             'app.subject_reset_activation_code' => 'Activation Code !!',
  15459.             'app.subject_admin_login_code' => 'Login Activation Code !!',
  15460.             'app.subject_welcome_user' => 'Welcome to Parkings!',
  15461.             'event_dispatcher.event_aliases' => [
  15462.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  15463.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  15464.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  15465.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  15466.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  15467.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  15468.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  15469.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  15470.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  15471.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  15472.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  15473.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  15474.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  15475.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  15476.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  15477.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  15478.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  15479.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  15480.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  15481.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  15482.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  15483.             ],
  15484.             'fragment.renderer.hinclude.global_template' => NULL,
  15485.             'fragment.path' => '/_fragment',
  15486.             'kernel.http_method_override' => true,
  15487.             'kernel.trusted_hosts' => [
  15488.             ],
  15489.             'kernel.default_locale' => 'en',
  15490.             'kernel.enabled_locales' => [
  15491.             ],
  15492.             'kernel.error_controller' => 'error_controller',
  15493.             'debug.file_link_format' => NULL,
  15494.             'asset.request_context.base_path' => NULL,
  15495.             'asset.request_context.secure' => NULL,
  15496.             'translator.logging' => false,
  15497.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  15498.             'debug.error_handler.throw_at' => -1,
  15499.             'router.request_context.host' => 'localhost',
  15500.             'router.request_context.scheme' => 'http',
  15501.             'router.request_context.base_url' => '',
  15502.             'router.resource' => 'kernel::loadRoutes',
  15503.             'request_listener.http_port' => 80,
  15504.             'request_listener.https_port' => 443,
  15505.             'session.metadata.storage_key' => '_sf2_meta',
  15506.             'session.storage.options' => [
  15507.                 'cache_limiter' => '0',
  15508.                 'cookie_httponly' => false,
  15509.                 'gc_probability' => 1,
  15510.             ],
  15511.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  15512.             'session.metadata.update_threshold' => 0,
  15513.             'form.type_extension.csrf.enabled' => true,
  15514.             'form.type_extension.csrf.field_name' => '_token',
  15515.             'validator.translation_domain' => 'validators',
  15516.             'profiler_listener.only_exceptions' => false,
  15517.             'profiler_listener.only_main_requests' => false,
  15518.             'twig.form.resources' => [
  15519.                 => 'form_div_layout.html.twig',
  15520.             ],
  15521.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  15522.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  15523.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  15524.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  15525.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  15526.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  15527.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  15528.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  15529.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  15530.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  15531.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  15532.             'doctrine.entity_managers' => [
  15533.                 'default' => 'doctrine.orm.default_entity_manager',
  15534.             ],
  15535.             'doctrine.default_entity_manager' => 'default',
  15536.             'doctrine.dbal.connection_factory.types' => [
  15537.             ],
  15538.             'doctrine.connections' => [
  15539.                 'default' => 'doctrine.dbal.default_connection',
  15540.             ],
  15541.             'doctrine.default_connection' => 'default',
  15542.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  15543.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  15544.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  15545.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  15546.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  15547.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  15548.             'doctrine.orm.cache.memcache_host' => 'localhost',
  15549.             'doctrine.orm.cache.memcache_port' => 11211,
  15550.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  15551.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  15552.             'doctrine.orm.cache.memcached_host' => 'localhost',
  15553.             'doctrine.orm.cache.memcached_port' => 11211,
  15554.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  15555.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  15556.             'doctrine.orm.cache.redis_host' => 'localhost',
  15557.             'doctrine.orm.cache.redis_port' => 6379,
  15558.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  15559.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  15560.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  15561.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  15562.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  15563.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  15564.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  15565.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  15566.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  15567.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  15568.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  15569.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  15570.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  15571.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  15572.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  15573.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  15574.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  15575.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  15576.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  15577.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  15578.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  15579.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  15580.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  15581.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  15582.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  15583.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  15584.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  15585.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  15586.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  15587.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  15588.             'doctrine.orm.auto_generate_proxy_classes' => true,
  15589.             'doctrine.orm.proxy_namespace' => 'Proxies',
  15590.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  15591.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  15592.             'doctrine_migrations.name' => 'Application Migrations',
  15593.             'doctrine_migrations.migrations_paths' => [
  15594.             ],
  15595.             'doctrine_migrations.table_name' => 'migration_versions',
  15596.             'doctrine_migrations.column_name' => 'version',
  15597.             'doctrine_migrations.column_length' => 14,
  15598.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  15599.             'doctrine_migrations.all_or_nothing' => false,
  15600.             'doctrine_migrations.custom_template' => NULL,
  15601.             'doctrine_migrations.organize_migrations' => false,
  15602.             'security.role_hierarchy.roles' => [
  15603.             ],
  15604.             'security.access.denied_url' => NULL,
  15605.             'security.authentication.manager.erase_credentials' => true,
  15606.             'security.authentication.session_strategy.strategy' => 'migrate',
  15607.             'security.access.always_authenticate_before_granting' => false,
  15608.             'security.authentication.hide_user_not_found' => true,
  15609.             'security.firewalls' => [
  15610.                 => 'dev',
  15611.                 => 'main',
  15612.             ],
  15613.             'security.main._indexed_authenticators' => [
  15614.             ],
  15615.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  15616.             'web_profiler.debug_toolbar.mode' => 2,
  15617.             'monolog.use_microseconds' => true,
  15618.             'monolog.swift_mailer.handlers' => [
  15619.                 => 'monolog.handler.swift',
  15620.             ],
  15621.             'monolog.handlers_to_channels' => [
  15622.                 'monolog.handler.console' => [
  15623.                     'type' => 'exclusive',
  15624.                     'elements' => [
  15625.                         => 'event',
  15626.                         => 'doctrine',
  15627.                     ],
  15628.                 ],
  15629.                 'monolog.handler.main' => NULL,
  15630.             ],
  15631.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  15632.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  15633.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  15634.             'doctrine_behaviors_blameable_user_entity' => NULL,
  15635.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  15636.             'nelmio_api_doc.areas' => [
  15637.                 => 'default',
  15638.             ],
  15639.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  15640.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  15641.             'swiftmailer.mailer.default.transport.smtp.port' => 465,
  15642.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
  15643.             'swiftmailer.mailer.default.transport.smtp.username' => 'leo.parker01012018@gmail.com',
  15644.             'swiftmailer.mailer.default.transport.smtp.password' => 'xkhfuaubixzayxki',
  15645.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
  15646.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  15647.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  15648.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  15649.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  15650.             ],
  15651.             'swiftmailer.mailer.default.spool.enabled' => true,
  15652.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  15653.             'swiftmailer.mailer.default.single_address' => NULL,
  15654.             'swiftmailer.mailer.default.delivery.enabled' => true,
  15655.             'swiftmailer.spool.enabled' => true,
  15656.             'swiftmailer.delivery.enabled' => true,
  15657.             'swiftmailer.single_address' => NULL,
  15658.             'swiftmailer.mailers' => [
  15659.                 'default' => 'swiftmailer.mailer.default',
  15660.             ],
  15661.             'swiftmailer.default_mailer' => 'default',
  15662.             'nelmio_cors.map' => [
  15663.                 '^/api/admin/' => [
  15664.                     'allow_origin' => true,
  15665.                     'allow_headers' => [
  15666.                         => 'content-type',
  15667.                         => 'authorization',
  15668.                     ],
  15669.                     'allow_methods' => [
  15670.                         => 'POST',
  15671.                         => 'PUT',
  15672.                         => 'GET',
  15673.                         => 'DELETE',
  15674.                         => 'OPTIONS',
  15675.                         => 'PATCH',
  15676.                     ],
  15677.                     'max_age' => 3600,
  15678.                 ],
  15679.                 '^/' => [
  15680.                     'origin_regex' => true,
  15681.                     'allow_origin' => true,
  15682.                     'allow_headers' => [
  15683.                         => 'x-custom-auth',
  15684.                     ],
  15685.                     'allow_methods' => [
  15686.                         => 'POST',
  15687.                         => 'PUT',
  15688.                         => 'GET',
  15689.                         => 'DELETE',
  15690.                     ],
  15691.                     'max_age' => 3600,
  15692.                     'hosts' => [
  15693.                         => '^api\\admin\\.',
  15694.                     ],
  15695.                 ],
  15696.                 '^/parkings/pk/' => [
  15697.                     'allow_origin' => true,
  15698.                     'allow_headers' => true,
  15699.                     'allow_methods' => [
  15700.                         => 'POST',
  15701.                         => 'PUT',
  15702.                         => 'GET',
  15703.                         => 'DELETE',
  15704.                     ],
  15705.                     'max_age' => 3600,
  15706.                 ],
  15707.             ],
  15708.             'nelmio_cors.defaults' => [
  15709.                 'allow_origin' => [
  15710.                 ],
  15711.                 'allow_credentials' => false,
  15712.                 'allow_headers' => [
  15713.                 ],
  15714.                 'expose_headers' => [
  15715.                 ],
  15716.                 'allow_methods' => [
  15717.                 ],
  15718.                 'max_age' => 0,
  15719.                 'hosts' => [
  15720.                 ],
  15721.                 'origin_regex' => false,
  15722.                 'forced_allow_origin_value' => NULL,
  15723.             ],
  15724.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  15725.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  15726.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  15727.             'knp_snappy.pdf.options' => [
  15728.             ],
  15729.             'knp_snappy.pdf.env' => [
  15730.             ],
  15731.             'knp_snappy.image.options' => [
  15732.             ],
  15733.             'knp_snappy.image.env' => [
  15734.             ],
  15735.             'data_collector.templates' => [
  15736.                 'data_collector.request' => [
  15737.                     => 'request',
  15738.                     => '@WebProfiler/Collector/request.html.twig',
  15739.                 ],
  15740.                 'data_collector.time' => [
  15741.                     => 'time',
  15742.                     => '@WebProfiler/Collector/time.html.twig',
  15743.                 ],
  15744.                 'data_collector.memory' => [
  15745.                     => 'memory',
  15746.                     => '@WebProfiler/Collector/memory.html.twig',
  15747.                 ],
  15748.                 'data_collector.validator' => [
  15749.                     => 'validator',
  15750.                     => '@WebProfiler/Collector/validator.html.twig',
  15751.                 ],
  15752.                 'data_collector.ajax' => [
  15753.                     => 'ajax',
  15754.                     => '@WebProfiler/Collector/ajax.html.twig',
  15755.                 ],
  15756.                 'data_collector.form' => [
  15757.                     => 'form',
  15758.                     => '@WebProfiler/Collector/form.html.twig',
  15759.                 ],
  15760.                 'data_collector.exception' => [
  15761.                     => 'exception',
  15762.                     => '@WebProfiler/Collector/exception.html.twig',
  15763.                 ],
  15764.                 'data_collector.logger' => [
  15765.                     => 'logger',
  15766.                     => '@WebProfiler/Collector/logger.html.twig',
  15767.                 ],
  15768.                 'data_collector.events' => [
  15769.                     => 'events',
  15770.                     => '@WebProfiler/Collector/events.html.twig',
  15771.                 ],
  15772.                 'data_collector.router' => [
  15773.                     => 'router',
  15774.                     => '@WebProfiler/Collector/router.html.twig',
  15775.                 ],
  15776.                 'data_collector.cache' => [
  15777.                     => 'cache',
  15778.                     => '@WebProfiler/Collector/cache.html.twig',
  15779.                 ],
  15780.                 'data_collector.translation' => [
  15781.                     => 'translation',
  15782.                     => '@WebProfiler/Collector/translation.html.twig',
  15783.                 ],
  15784.                 'data_collector.security' => [
  15785.                     => 'security',
  15786.                     => '@Security/Collector/security.html.twig',
  15787.                 ],
  15788.                 'data_collector.twig' => [
  15789.                     => 'twig',
  15790.                     => '@WebProfiler/Collector/twig.html.twig',
  15791.                 ],
  15792.                 'data_collector.http_client' => [
  15793.                     => 'http_client',
  15794.                     => '@WebProfiler/Collector/http_client.html.twig',
  15795.                 ],
  15796.                 'data_collector.doctrine' => [
  15797.                     => 'db',
  15798.                     => '@Doctrine/Collector/db.html.twig',
  15799.                 ],
  15800.                 'swiftmailer.data_collector' => [
  15801.                     => 'swiftmailer',
  15802.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  15803.                 ],
  15804.                 'data_collector.dump' => [
  15805.                     => 'dump',
  15806.                     => '@Debug/Profiler/dump.html.twig',
  15807.                 ],
  15808.                 'mailer.data_collector' => [
  15809.                     => 'mailer',
  15810.                     => '@WebProfiler/Collector/mailer.html.twig',
  15811.                 ],
  15812.                 'notifier.data_collector' => [
  15813.                     => 'notifier',
  15814.                     => '@WebProfiler/Collector/notifier.html.twig',
  15815.                 ],
  15816.                 'data_collector.config' => [
  15817.                     => 'config',
  15818.                     => '@WebProfiler/Collector/config.html.twig',
  15819.                 ],
  15820.             ],
  15821.             'console.command.ids' => [
  15822.             ],
  15823.         ];
  15824.     }
  15825.     protected function throw($message)
  15826.     {
  15827.         throw new RuntimeException($message);
  15828.     }
  15829. }