<?php
namespace Container2DaACWJ;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\AppBundle\\APIBundle\\APIBundle' => 'getAPIBundleService',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController' => 'getAddSpotControllerService',
'App\\AppBundle\\APIBundle\\Controller\\BaseApiController' => 'getBaseApiControllerService',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController' => 'getBookingBaseControllerService',
'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController' => 'getEarningCalculatorControllerService',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController' => 'getExtendingBookingControllerService',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController' => 'getFlexibleBookingControllerService',
'App\\AppBundle\\APIBundle\\Controller\\HomeController' => 'getHomeControllerService',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController' => 'getHourlyBookingControllerService',
'App\\AppBundle\\APIBundle\\Controller\\LoginController' => 'getLoginControllerService',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController' => 'getMonthlyBookingControllerService',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController' => 'getMySpotControllerService',
'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController' => 'getNotificationsApiControllerService',
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController' => 'getParkingSupplierControllerService',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController' => 'getParkingUserControllerService',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController' => 'getPromoCodesApiControllerService',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController' => 'getReferralEarnApiControllerService',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController' => 'getSettingsControllerService',
'App\\AppBundle\\APIBundle\\Controller\\StatementController' => 'getStatementControllerService',
'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks' => 'getStripeWebhooksService',
'App\\AppBundle\\APIBundle\\Controller\\SupportController' => 'getSupportControllerService',
'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController' => 'getUserDataDeletionRequestControllerService',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController' => 'getWPGeneralControllerService',
'App\\AppBundle\\APIBundle\\Services\\AppVersion' => 'getAppVersionService',
'App\\AppBundle\\APIBundle\\Services\\Authentication' => 'getAuthenticationService',
'App\\AppBundle\\APIBundle\\Services\\Authorization' => 'getAuthorizationService',
'App\\AppBundle\\APIBundle\\Services\\Encryption' => 'getEncryptionService',
'App\\AppBundle\\APIBundle\\Services\\ErrorCodes' => 'getErrorCodesService',
'App\\AppBundle\\APIBundle\\Services\\LoginService' => 'getLoginServiceService',
'App\\AppBundle\\APIBundle\\Services\\MailManager' => 'getMailManagerService',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService' => 'getOrdersProcessingServiceService',
'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService' => 'getParkingSupplierServiceService',
'App\\AppBundle\\APIBundle\\Services\\ParkingUserService' => 'getParkingUserServiceService',
'App\\AppBundle\\APIBundle\\Services\\PayoutService' => 'getPayoutServiceService',
'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService' => 'getPromoCodeAPIServiceService',
'App\\AppBundle\\APIBundle\\Services\\PushNotification' => 'getPushNotificationService',
'App\\AppBundle\\APIBundle\\Services\\ReferralService' => 'getReferralServiceService',
'App\\AppBundle\\APIBundle\\Services\\Session' => 'getSessionService',
'App\\AppBundle\\APIBundle\\Services\\WPGeneralService' => 'getWPGeneralServiceService',
'App\\AppBundle\\AdminBundle\\AdminBundle' => 'getAdminBundleService',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController' => 'getAccessibilityControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminBaseController' => 'getAdminBaseControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController' => 'getAdminConfigControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController' => 'getAdminNotificationsEmailToUserControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController' => 'getAdminNotificationsPushToUsersControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController' => 'getAdminNotificationsSMSToUsersControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController' => 'getAdminPayoutControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController' => 'getAdminPromoCodeControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController' => 'getAdminTransferControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController' => 'getAdminUserControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController' => 'getAdminUserDataDeletionRequestsControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController' => 'getBookingControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController' => 'getCurrencyControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController' => 'getLoginController2Service',
'App\\AppBundle\\AdminBundle\\Controller\\SettingsController' => 'getSettingsController2Service',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController' => 'getSpotControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController' => 'getSpotRatingsControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController' => 'getSupportController2Service',
'App\\AppBundle\\AdminBundle\\Controller\\UserController' => 'getUserControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController' => 'getUserDetailSpotProviderControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController' => 'getUserDetailSpotSeekerControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController' => 'getVehiclesControllerService',
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController' => 'getWPPricingDataControllerService',
'App\\AppBundle\\AdminBundle\\Entity\\AdminConfig' => 'getAdminConfigService',
'App\\AppBundle\\AdminBundle\\Entity\\AdminNotifications' => 'getAdminNotificationsService',
'App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Group' => 'getAdminAccessRoleGroupService',
'App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Group_Permission' => 'getAdminAccessRoleGroupPermissionService',
'App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Master' => 'getAdminAccessRoleMasterService',
'App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Sub' => 'getAdminAccessRoleSubService',
'App\\AppBundle\\AdminBundle\\Entity\\Admin_Language' => 'getAdminLanguageService',
'App\\AppBundle\\AdminBundle\\Entity\\Admin_Logout' => 'getAdminLogoutService',
'App\\AppBundle\\AdminBundle\\Entity\\Admin_Roles' => 'getAdminRolesService',
'App\\AppBundle\\AdminBundle\\Entity\\Admin_Token' => 'getAdminTokenService',
'App\\AppBundle\\AdminBundle\\Entity\\Admin_User' => 'getAdminUserService',
'App\\AppBundle\\AdminBundle\\Entity\\NotificationsEmailToUsers' => 'getNotificationsEmailToUsersService',
'App\\AppBundle\\AdminBundle\\Entity\\NotificationsPushToUsers' => 'getNotificationsPushToUsersService',
'App\\AppBundle\\AdminBundle\\Entity\\NotificationsSMSToUsers' => 'getNotificationsSMSToUsersService',
'App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository' => 'getNotificationsEmailToUsersRepositoryService',
'App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository' => 'getNotificationsPushToUsersRepositoryService',
'App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository' => 'getNotificationsSMSToUsersRepositoryService',
'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService' => 'getAdminNotificationsServiceService',
'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication' => 'getAdminAuthenticationService',
'App\\AppBundle\\AdminBundle\\Services\\Admin_Authorization' => 'getAdminAuthorizationService',
'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption' => 'getAdminEncryptionService',
'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes' => 'getAdminErrorCodesService',
'App\\AppBundle\\AdminBundle\\Services\\Admin_LoginService' => 'getAdminLoginServiceService',
'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services' => 'getAdminParkingSpotServicesService',
'App\\AppBundle\\AdminBundle\\Services\\Admin_Session' => 'getAdminSessionService',
'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings' => 'getAdminSettingsService',
'App\\AppBundle\\MainBundle\\Client\\StripeClient' => 'getStripeClientService',
'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand' => 'getAutoPayoutCommandService',
'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand' => 'getCronJobStatusCommandService',
'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand' => 'getGoogleAnalyticsCommandService',
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand' => 'getMonthlyBookingCompletionCommandService',
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand' => 'getMonthlyBookingCycleCompletionCommandService',
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand' => 'getMonthlyBookingFailedPaymentReminderCommandService',
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand' => 'getMonthlyBookingTerminateFailedPaymentCommandService',
'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand' => 'getNotificationsEmailToUserCommandService',
'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand' => 'getNotificationsPushToUserCommandService',
'App\\AppBundle\\MainBundle\\Command\\NotificationsSMSToUserCommand' => 'getNotificationsSMSToUserCommandService',
'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand' => 'getOrderCompletionNotificationCommandService',
'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand' => 'getOrderEmailNotificationCommandService',
'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand' => 'getOrderExtendBookingSuccessCommandService',
'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand' => 'getOrderPreStartCommandService',
'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand' => 'getOrderPushNotificationCommandService',
'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand' => 'getOrderSmsNotificationCommandService',
'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand' => 'getOrderStartCommandService',
'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand' => 'getOrderToExtendBookingNotificationCommandService',
'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand' => 'getRenewMonthlyBookingCommandService',
'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand' => 'getStripeBalanceTransactionUpdateCommandService',
'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand' => 'getSupplierTransferStatusUpdateCommandService',
'App\\AppBundle\\MainBundle\\Command\\TestCommand' => 'getTestCommandService',
'App\\AppBundle\\MainBundle\\Command\\TestNewCommand' => 'getTestNewCommandService',
'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand' => 'getTranslationAdminCommandService',
'App\\AppBundle\\MainBundle\\Command\\TranslationCommand' => 'getTranslationCommandService',
'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand' => 'getUserDataDeletionCommandService',
'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand' => 'getWPAddSpotsCommandService',
'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand' => 'getWPGeneralCommandService',
'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand' => 'getWelcomeUserCommandService',
'App\\AppBundle\\MainBundle\\Constants\\AdminRoleConstant' => 'getAdminRoleConstantService',
'App\\AppBundle\\MainBundle\\Constants\\GeneralConstant' => 'getGeneralConstantService',
'App\\AppBundle\\MainBundle\\Constants\\TokenConstant' => 'getTokenConstantService',
'App\\AppBundle\\MainBundle\\Constants\\UserConstant' => 'getUserConstantService',
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController' => 'getLiveChatControllerService',
'App\\AppBundle\\MainBundle\\Controller\\MainController' => 'getMainControllerService',
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController' => 'getMakePaymentControllerService',
'App\\AppBundle\\MainBundle\\Entity\\Order_Flexible_Detail' => 'getOrderFlexibleDetailService',
'App\\AppBundle\\MainBundle\\Entity\\Orders' => 'getOrdersService',
'App\\AppBundle\\MainBundle\\Entity\\OrdersStripePaymentIntent' => 'getOrdersStripePaymentIntentService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Custom_Pricing' => 'getOrdersCustomPricingService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Extended' => 'getOrdersExtendedService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Flexible' => 'getOrdersFlexibleService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Monthly' => 'getOrdersMonthlyService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Pricing' => 'getOrdersPricingService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Refund' => 'getOrdersRefundService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Special_Pricing' => 'getOrdersSpecialPricingService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfer' => 'getOrdersSuppliersTransferService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfer_Charge' => 'getOrdersSuppliersTransferChargeService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout' => 'getOrdersSuppliersTransfersPayoutService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout_Status' => 'getOrdersSuppliersTransfersPayoutStatusService',
'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Status' => 'getOrdersSuppliersTransfersStatusService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot' => 'getPSAddSpotService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Availability' => 'getPSAddSpotAvailabilityService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Availability_Custom' => 'getPSAddSpotAvailabilityCustomService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail' => 'getPSAddSpotLocDetailService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail_Amenities' => 'getPSAddSpotLocDetailAmenitiesService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail_Near_By' => 'getPSAddSpotLocDetailNearByService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Photos' => 'getPSAddSpotPhotosService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing' => 'getPSAddSpotPricingService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Custom' => 'getPSAddSpotPricingCustomService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Custom_Price' => 'getPSAddSpotPricingCustomPriceService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Monthly_Booking' => 'getPSAddSpotPricingMonthlyBookingService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Special_Days' => 'getPSAddSpotSpecialDaysService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Street_View' => 'getPSAddSpotStreetViewService',
'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_UnAvailability' => 'getPSAddSpotUnAvailabilityService',
'App\\AppBundle\\MainBundle\\Entity\\PS_My_Spots' => 'getPSMySpotsService',
'App\\AppBundle\\MainBundle\\Entity\\PU_Fav_Spots' => 'getPUFavSpotsService',
'App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotifications' => 'getPUManageNotificationsService',
'App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotificationsMaster' => 'getPUManageNotificationsMasterService',
'App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotificationsSub' => 'getPUManageNotificationsSubService',
'App\\AppBundle\\MainBundle\\Entity\\PU_Vehicles' => 'getPUVehiclesService',
'App\\AppBundle\\MainBundle\\Entity\\PromoCodes' => 'getPromoCodesService',
'App\\AppBundle\\MainBundle\\Entity\\Supplier_To_User_Ratings' => 'getSupplierToUserRatingsService',
'App\\AppBundle\\MainBundle\\Entity\\Support_Attachments' => 'getSupportAttachmentsService',
'App\\AppBundle\\MainBundle\\Entity\\Support_Bug_Reporting' => 'getSupportBugReportingService',
'App\\AppBundle\\MainBundle\\Entity\\Support_Email' => 'getSupportEmailService',
'App\\AppBundle\\MainBundle\\Entity\\Support_New_Idea' => 'getSupportNewIdeaService',
'App\\AppBundle\\MainBundle\\Entity\\Support_Request_Call_Back' => 'getSupportRequestCallBackService',
'App\\AppBundle\\MainBundle\\Entity\\Token' => 'getTokenService',
'App\\AppBundle\\MainBundle\\Entity\\User' => 'getUserService',
'App\\AppBundle\\MainBundle\\Entity\\UserNotifications' => 'getUserNotificationsService',
'App\\AppBundle\\MainBundle\\Entity\\User_Data_Deletion_Requests' => 'getUserDataDeletionRequestsService',
'App\\AppBundle\\MainBundle\\Entity\\User_Not_Registered' => 'getUserNotRegisteredService',
'App\\AppBundle\\MainBundle\\Entity\\User_Records' => 'getUserRecordsService',
'App\\AppBundle\\MainBundle\\Entity\\User_Spot_Reviews' => 'getUserSpotReviewsService',
'App\\AppBundle\\MainBundle\\Entity\\User_Stripe_Details' => 'getUserStripeDetailsService',
'App\\AppBundle\\MainBundle\\Entity\\Users_Referrals' => 'getUsersReferralsService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Access_Type' => 'getWPAccessTypeService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_Cities' => 'getWPAccessibilityCitiesService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_Country' => 'getWPAccessibilityCountryService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_States' => 'getWPAccessibilityStatesService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Amenities' => 'getWPAmenitiesService',
'App\\AppBundle\\MainBundle\\Entity\\WP_App_Version' => 'getWPAppVersionService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Availability_Days' => 'getWPAvailabilityDaysService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Currency' => 'getWPCurrencyService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Date_Format' => 'getWPDateFormatService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Distance' => 'getWPDistanceService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Electric_Charger_Type' => 'getWPElectricChargerTypeService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Language' => 'getWPLanguageService',
'App\\AppBundle\\MainBundle\\Entity\\WP_ManageNotificationsMaster' => 'getWPManageNotificationsMasterService',
'App\\AppBundle\\MainBundle\\Entity\\WP_ManageNotificationsSub' => 'getWPManageNotificationsSubService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Max_Vehicle_Size' => 'getWPMaxVehicleSizeService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Max_Vehicle_Size_Type' => 'getWPMaxVehicleSizeTypeService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Parking_Max_Height' => 'getWPParkingMaxHeightService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Parking_Type' => 'getWPParkingTypeService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Payment' => 'getWPPaymentService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Pricing_Data' => 'getWPPricingDataService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Property_Type' => 'getWPPropertyTypeService',
'App\\AppBundle\\MainBundle\\Entity\\WP_TimeZone' => 'getWPTimeZoneService',
'App\\AppBundle\\MainBundle\\Entity\\WP_Time_Format' => 'getWPTimeFormatService',
'App\\AppBundle\\MainBundle\\MainBundle' => 'getMainBundleService',
'App\\AppBundle\\MainBundle\\Repository\\OrdersRepository' => 'getOrdersRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository' => 'getOrdersStripePaymentIntentRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository' => 'getOrdersMonthlyRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository' => 'getOrdersPricingRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository' => 'getOrdersSuppliersTransferRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfer_ChargeRepository' => 'getOrdersSuppliersTransferChargeRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfers_PayoutRepository' => 'getOrdersSuppliersTransfersPayoutRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository' => 'getPSAddSpotRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_PricingRepository' => 'getPSAddSpotPricingRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_Pricing_CustomRepository' => 'getPSAddSpotPricingCustomRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository' => 'getPromoCodesRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository' => 'getUserNotificationsRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\UserRepository' => 'getUserRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository' => 'getUserDataDeletionRequestsRepositoryService',
'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository' => 'getUsersReferralsRepositoryService',
'App\\AppBundle\\MainBundle\\Services\\SendMail' => 'getSendMailService',
'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService' => 'getUserNotificationsServiceService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'admin.authentication' => 'getAdmin_AuthenticationService',
'admin.authorization' => 'getAdmin_AuthorizationService',
'admin.encryption' => 'getAdmin_EncryptionService',
'admin.errorcodes' => 'getAdmin_ErrorcodesService',
'admin.login' => 'getAdmin_LoginService',
'admin.parking.spot' => 'getAdmin_Parking_SpotService',
'admin.service.admin.notifications' => 'getAdmin_Service_Admin_NotificationsService',
'admin.settings' => 'getAdmin_SettingsService',
'app.client.stripe' => 'getApp_Client_StripeService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'knp_snappy.image' => 'getKnpSnappy_ImageService',
'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
'main.service.user.notifications' => 'getMain_Service_User_NotificationsService',
'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'wp.appversion' => 'getWp_AppversionService',
'wp.authentication' => 'getWp_AuthenticationService',
'wp.authorization' => 'getWp_AuthorizationService',
'wp.encryption' => 'getWp_EncryptionService',
'wp.errorcodes' => 'getWp_ErrorcodesService',
'wp.general' => 'getWp_GeneralService',
'wp.login' => 'getWp_LoginService',
'wp.mail_manager' => 'getWp_MailManagerService',
'wp.parking_supplier' => 'getWp_ParkingSupplierService',
'wp.parking_user' => 'getWp_ParkingUserService',
'wp.push_notification' => 'getWp_PushNotificationService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSession2Service',
'validator' => 'getValidatorService',
];
$this->aliases = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'mailer' => 'swiftmailer.mailer.default',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/FingersCrossed/HttpCodeActivationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
}, 1));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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));
$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())));
$instance->add($e);
$instance->add($f);
$instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$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()))));
$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()))));
$instance->add($g);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
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()), $a, false);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
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())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
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()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
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, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
$a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 2 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 3 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), 5 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c, $b, $d, $e, NULL)), 6 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 7 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 9 => 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(NULL, NULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c, $b, $a, $d, $e, NULL)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
return $this->services['.container.private.session'] = $a->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
$i = new \Symfony\Bridge\Twig\AppVariable();
$i->setEnvironment('dev');
$i->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$i->setTokenStorage($g);
}
if ($this->has('request_stack')) {
$i->setRequestStack($d);
}
$j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$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 () {
return new \EmptyIterator();
}, 0))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $e)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$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)));
$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())));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
$instance->addGlobal('app', $i);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('app.stripe_publishable_key', 'pk_test_51IExe2GvuHsXzhCxFYvalZTIMNiLbccXKU9ggANCJmQbOaTkPdyWtt85ylrPbhmo7qR7JLNaOKgT9q9IHsm4zgw200RoRnb09x');
$instance->registerUndefinedFilterCallback([0 => $j, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $j, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $j, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'App\AppBundle\APIBundle\APIBundle' shared autowired service.
*
* @return \App\AppBundle\APIBundle\APIBundle
*/
protected function getAPIBundleService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/APIBundle.php';
return $this->services['App\\AppBundle\\APIBundle\\APIBundle'] = new \App\AppBundle\APIBundle\APIBundle();
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\AddSpotController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\AddSpotController
*/
protected function getAddSpotControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/AddSpotController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\AddSpotController'] = $instance = new \App\AppBundle\APIBundle\Controller\AddSpotController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\AddSpotController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\BaseApiController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\BaseApiController
*/
protected function getBaseApiControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\BaseApiController'] = $instance = new \App\AppBundle\APIBundle\Controller\BaseApiController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\BaseApiController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\BookingBaseController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\BookingBaseController
*/
protected function getBookingBaseControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\BookingBaseController'] = $instance = new \App\AppBundle\APIBundle\Controller\BookingBaseController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\BookingBaseController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\EarningCalculatorController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\EarningCalculatorController
*/
protected function getEarningCalculatorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/EarningCalculatorController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController'] = $instance = new \App\AppBundle\APIBundle\Controller\EarningCalculatorController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\ExtendingBookingController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\ExtendingBookingController
*/
protected function getExtendingBookingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/ExtendingBookingController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController'] = $instance = new \App\AppBundle\APIBundle\Controller\ExtendingBookingController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\FlexibleBookingController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\FlexibleBookingController
*/
protected function getFlexibleBookingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/FlexibleBookingController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController'] = $instance = new \App\AppBundle\APIBundle\Controller\FlexibleBookingController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\HomeController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\HomeController
*/
protected function getHomeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/HomeController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\HomeController'] = $instance = new \App\AppBundle\APIBundle\Controller\HomeController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\HomeController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\HourlyBookingController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\HourlyBookingController
*/
protected function getHourlyBookingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/HourlyBookingController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController'] = $instance = new \App\AppBundle\APIBundle\Controller\HourlyBookingController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\LoginController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\LoginController
*/
protected function getLoginControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/LoginController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\LoginController'] = $instance = new \App\AppBundle\APIBundle\Controller\LoginController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\LoginController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\MonthlyBookingController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\MonthlyBookingController
*/
protected function getMonthlyBookingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/MonthlyBookingController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController'] = $instance = new \App\AppBundle\APIBundle\Controller\MonthlyBookingController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\MySpotController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\MySpotController
*/
protected function getMySpotControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/MySpotController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\MySpotController'] = $instance = new \App\AppBundle\APIBundle\Controller\MySpotController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\MySpotController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\NotificationsApiController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\NotificationsApiController
*/
protected function getNotificationsApiControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/NotificationsApiController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController'] = $instance = new \App\AppBundle\APIBundle\Controller\NotificationsApiController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\ParkingSupplierController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\ParkingSupplierController
*/
protected function getParkingSupplierControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/ParkingSupplierController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController'] = $instance = new \App\AppBundle\APIBundle\Controller\ParkingSupplierController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\ParkingUserController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\ParkingUserController
*/
protected function getParkingUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/ParkingUserController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\ParkingUserController'] = $instance = new \App\AppBundle\APIBundle\Controller\ParkingUserController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\ParkingUserController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\PayoutController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\PayoutController
*/
protected function getPayoutControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/PayoutController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\PayoutController'] = $instance = new \App\AppBundle\APIBundle\Controller\PayoutController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\PayoutController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\PromoCodesApiController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\PromoCodesApiController
*/
protected function getPromoCodesApiControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/PromoCodesApiController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController'] = $instance = new \App\AppBundle\APIBundle\Controller\PromoCodesApiController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\ReferralEarnApiController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\ReferralEarnApiController
*/
protected function getReferralEarnApiControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/ReferralEarnApiController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController'] = $instance = new \App\AppBundle\APIBundle\Controller\ReferralEarnApiController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\SettingsController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\SettingsController
*/
protected function getSettingsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/SettingsController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\SettingsController'] = $instance = new \App\AppBundle\APIBundle\Controller\SettingsController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\SettingsController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\StatementController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\StatementController
*/
protected function getStatementControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/StatementController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\StatementController'] = $instance = new \App\AppBundle\APIBundle\Controller\StatementController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\StatementController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\StripeWebhooks' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\StripeWebhooks
*/
protected function getStripeWebhooksService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/StripeWebhooks.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks'] = $instance = new \App\AppBundle\APIBundle\Controller\StripeWebhooks();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\SupportController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\SupportController
*/
protected function getSupportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/SupportController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\SupportController'] = $instance = new \App\AppBundle\APIBundle\Controller\SupportController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\SupportController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\UserDataDeletionRequestController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\UserDataDeletionRequestController
*/
protected function getUserDataDeletionRequestControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/UserDataDeletionRequestController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController'] = $instance = new \App\AppBundle\APIBundle\Controller\UserDataDeletionRequestController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Controller\WPGeneralController' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Controller\WPGeneralController
*/
protected function getWPGeneralControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/WPGeneralController.php';
$this->services['App\\AppBundle\\APIBundle\\Controller\\WPGeneralController'] = $instance = new \App\AppBundle\APIBundle\Controller\WPGeneralController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Controller\\WPGeneralController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\AppVersion' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\AppVersion
*/
protected function getAppVersionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/AppVersion.php';
return $this->services['App\\AppBundle\\APIBundle\\Services\\AppVersion'] = new \App\AppBundle\APIBundle\Services\AppVersion();
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\Authentication' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\Authentication
*/
protected function getAuthenticationService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Authentication.php';
return $this->services['App\\AppBundle\\APIBundle\\Services\\Authentication'] = new \App\AppBundle\APIBundle\Services\Authentication();
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\Authorization' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\Authorization
*/
protected function getAuthorizationService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Authorization.php';
return $this->services['App\\AppBundle\\APIBundle\\Services\\Authorization'] = new \App\AppBundle\APIBundle\Services\Authorization();
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\Encryption' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\Encryption
*/
protected function getEncryptionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
return $this->services['App\\AppBundle\\APIBundle\\Services\\Encryption'] = new \App\AppBundle\APIBundle\Services\Encryption();
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\ErrorCodes' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\ErrorCodes
*/
protected function getErrorCodesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/ErrorCodes.php';
return $this->services['App\\AppBundle\\APIBundle\\Services\\ErrorCodes'] = new \App\AppBundle\APIBundle\Services\ErrorCodes();
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\LoginService' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\LoginService
*/
protected function getLoginServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/LoginService.php';
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()));
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\MailManager' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\MailManager
*/
protected function getMailManagerService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/MailManager.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'])) {
return $this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'];
}
return $this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] = new \App\AppBundle\APIBundle\Services\MailManager(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $a);
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\OrdersProcessingService' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\OrdersProcessingService
*/
protected function getOrdersProcessingServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/OrdersProcessingService.php';
$this->services['App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService'] = $instance = new \App\AppBundle\APIBundle\Services\OrdersProcessingService();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\ParkingSupplierService' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\ParkingSupplierService
*/
protected function getParkingSupplierServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/ParkingSupplierService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService'])) {
return $this->services['App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService'];
}
return $this->services['App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService'] = new \App\AppBundle\APIBundle\Services\ParkingSupplierService($a);
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\ParkingUserService' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\ParkingUserService
*/
protected function getParkingUserServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/ParkingUserService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\AppBundle\\APIBundle\\Services\\ParkingUserService'])) {
return $this->services['App\\AppBundle\\APIBundle\\Services\\ParkingUserService'];
}
return $this->services['App\\AppBundle\\APIBundle\\Services\\ParkingUserService'] = new \App\AppBundle\APIBundle\Services\ParkingUserService($a);
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\PayoutService' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\PayoutService
*/
protected function getPayoutServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/PayoutService.php';
$this->services['App\\AppBundle\\APIBundle\\Services\\PayoutService'] = $instance = new \App\AppBundle\APIBundle\Services\PayoutService();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\PayoutService', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\PromoCodeAPIService' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\PromoCodeAPIService
*/
protected function getPromoCodeAPIServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/PromoCodeAPIService.php';
$this->services['App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService'] = $instance = new \App\AppBundle\APIBundle\Services\PromoCodeAPIService();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\PushNotification' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\PushNotification
*/
protected function getPushNotificationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/PushNotification.php';
$this->services['App\\AppBundle\\APIBundle\\Services\\PushNotification'] = $instance = new \App\AppBundle\APIBundle\Services\PushNotification();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\PushNotification', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\ReferralService' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\ReferralService
*/
protected function getReferralServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/ReferralService.php';
$this->services['App\\AppBundle\\APIBundle\\Services\\ReferralService'] = $instance = new \App\AppBundle\APIBundle\Services\ReferralService();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\APIBundle\\Services\\ReferralService', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\Session' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\Session
*/
protected function getSessionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Session.php';
return $this->services['App\\AppBundle\\APIBundle\\Services\\Session'] = new \App\AppBundle\APIBundle\Services\Session();
}
/**
* Gets the public 'App\AppBundle\APIBundle\Services\WPGeneralService' shared autowired service.
*
* @return \App\AppBundle\APIBundle\Services\WPGeneralService
*/
protected function getWPGeneralServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/WPGeneralService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\AppBundle\\APIBundle\\Services\\WPGeneralService'])) {
return $this->services['App\\AppBundle\\APIBundle\\Services\\WPGeneralService'];
}
return $this->services['App\\AppBundle\\APIBundle\\Services\\WPGeneralService'] = new \App\AppBundle\APIBundle\Services\WPGeneralService($a);
}
/**
* Gets the public 'App\AppBundle\AdminBundle\AdminBundle' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\AdminBundle
*/
protected function getAdminBundleService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/AdminBundle.php';
return $this->services['App\\AppBundle\\AdminBundle\\AdminBundle'] = new \App\AppBundle\AdminBundle\AdminBundle();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AccessibilityController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AccessibilityController
*/
protected function getAccessibilityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/SettingsController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AccessibilityController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AccessibilityController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminBaseController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminBaseController
*/
protected function getAdminBaseControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminBaseController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminBaseController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminBaseController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminConfigController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminConfigController
*/
protected function getAdminConfigControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminConfigController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminConfigController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminNotificationsEmailToUserController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminNotificationsEmailToUserController
*/
protected function getAdminNotificationsEmailToUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsEmailToUserController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminNotificationsEmailToUserController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminNotificationsPushToUsersController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminNotificationsPushToUsersController
*/
protected function getAdminNotificationsPushToUsersControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsPushToUsersController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminNotificationsPushToUsersController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminNotificationsSMSToUsersController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminNotificationsSMSToUsersController
*/
protected function getAdminNotificationsSMSToUsersControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminNotificationsSMSToUsersController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminNotificationsSMSToUsersController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminPayoutController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminPayoutController
*/
protected function getAdminPayoutControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminPayoutController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminPayoutController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminPromoCodeController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminPromoCodeController
*/
protected function getAdminPromoCodeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminPromoCodeController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminPromoCodeController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminTransferController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminTransferController
*/
protected function getAdminTransferControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminTransferController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminTransferController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminUserController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminUserController
*/
protected function getAdminUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminUserController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminUserController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminUserController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminUserController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\AdminUserDataDeletionRequestsController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\AdminUserDataDeletionRequestsController
*/
protected function getAdminUserDataDeletionRequestsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminUserDataDeletionRequestsController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController'] = $instance = new \App\AppBundle\AdminBundle\Controller\AdminUserDataDeletionRequestsController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\BookingController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\BookingController
*/
protected function getBookingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/BookingController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\BookingController'] = $instance = new \App\AppBundle\AdminBundle\Controller\BookingController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\BookingController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\CurrencyController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\CurrencyController
*/
protected function getCurrencyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/SettingsController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/CurrencyController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\CurrencyController'] = $instance = new \App\AppBundle\AdminBundle\Controller\CurrencyController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\CurrencyController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\DashboardController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\DashboardController
*/
protected function getDashboardControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/DashboardController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\DashboardController'] = $instance = new \App\AppBundle\AdminBundle\Controller\DashboardController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\LoginController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\LoginController
*/
protected function getLoginController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/LoginController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\LoginController'] = $instance = new \App\AppBundle\AdminBundle\Controller\LoginController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\LoginController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\SettingsController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\SettingsController
*/
protected function getSettingsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/SettingsController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\SettingsController'] = $instance = new \App\AppBundle\AdminBundle\Controller\SettingsController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\SettingsController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\SpotController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\SpotController
*/
protected function getSpotControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/SpotController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\SpotController'] = $instance = new \App\AppBundle\AdminBundle\Controller\SpotController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\SpotController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\SpotRatingsController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\SpotRatingsController
*/
protected function getSpotRatingsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/SpotRatingsController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController'] = $instance = new \App\AppBundle\AdminBundle\Controller\SpotRatingsController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\SupportController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\SupportController
*/
protected function getSupportController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/SupportController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\SupportController'] = $instance = new \App\AppBundle\AdminBundle\Controller\SupportController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\SupportController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\UserController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/AdminBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/UserController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\UserController'] = $instance = new \App\AppBundle\AdminBundle\Controller\UserController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\UserController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\UserDetailSpotProviderController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\UserDetailSpotProviderController
*/
protected function getUserDetailSpotProviderControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/UserDetailSpotProviderController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController'] = $instance = new \App\AppBundle\AdminBundle\Controller\UserDetailSpotProviderController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\UserDetailSpotSeekerController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\UserDetailSpotSeekerController
*/
protected function getUserDetailSpotSeekerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/UserDetailSpotSeekerController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController'] = $instance = new \App\AppBundle\AdminBundle\Controller\UserDetailSpotSeekerController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\VehiclesController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\VehiclesController
*/
protected function getVehiclesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/VehiclesController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\VehiclesController'] = $instance = new \App\AppBundle\AdminBundle\Controller\VehiclesController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\VehiclesController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Controller\WPPricingDataController' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Controller\WPPricingDataController
*/
protected function getWPPricingDataControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/SettingsController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Controller/WPPricingDataController.php';
$this->services['App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController'] = $instance = new \App\AppBundle\AdminBundle\Controller\WPPricingDataController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\AdminConfig' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\AdminConfig
*/
protected function getAdminConfigService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/AdminConfig.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\AdminConfig'] = new \App\AppBundle\AdminBundle\Entity\AdminConfig();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\AdminNotifications' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\AdminNotifications
*/
protected function getAdminNotificationsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/AdminNotifications.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\AdminNotifications'] = new \App\AppBundle\AdminBundle\Entity\AdminNotifications();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group
*/
protected function getAdminAccessRoleGroupService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/Admin_Access_Role_Group.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Group'] = new \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group_Permission' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group_Permission
*/
protected function getAdminAccessRoleGroupPermissionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/Admin_Access_Role_Group_Permission.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Group_Permission'] = new \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Group_Permission();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Master' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Master
*/
protected function getAdminAccessRoleMasterService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/Admin_Access_Role_Master.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Master'] = new \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Master();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Sub' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Sub
*/
protected function getAdminAccessRoleSubService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/Admin_Access_Role_Sub.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Access_Role_Sub'] = new \App\AppBundle\AdminBundle\Entity\Admin_Access_Role_Sub();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Language' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\Admin_Language
*/
protected function getAdminLanguageService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/Admin_Language.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Language'] = new \App\AppBundle\AdminBundle\Entity\Admin_Language();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Logout' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\Admin_Logout
*/
protected function getAdminLogoutService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/Admin_Logout.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Logout'] = new \App\AppBundle\AdminBundle\Entity\Admin_Logout();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Roles' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\Admin_Roles
*/
protected function getAdminRolesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/Admin_Roles.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Roles'] = new \App\AppBundle\AdminBundle\Entity\Admin_Roles();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_Token' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\Admin_Token
*/
protected function getAdminTokenService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/Admin_Token.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_Token'] = new \App\AppBundle\AdminBundle\Entity\Admin_Token();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\Admin_User' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\Admin_User
*/
protected function getAdminUserService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/Admin_User.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\Admin_User'] = new \App\AppBundle\AdminBundle\Entity\Admin_User();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\NotificationsEmailToUsers' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\NotificationsEmailToUsers
*/
protected function getNotificationsEmailToUsersService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/NotificationsEmailToUsers.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\NotificationsEmailToUsers'] = new \App\AppBundle\AdminBundle\Entity\NotificationsEmailToUsers();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\NotificationsPushToUsers' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\NotificationsPushToUsers
*/
protected function getNotificationsPushToUsersService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/NotificationsPushToUsers.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\NotificationsPushToUsers'] = new \App\AppBundle\AdminBundle\Entity\NotificationsPushToUsers();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Entity\NotificationsSMSToUsers' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Entity\NotificationsSMSToUsers
*/
protected function getNotificationsSMSToUsersService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity/NotificationsSMSToUsers.php';
return $this->services['App\\AppBundle\\AdminBundle\\Entity\\NotificationsSMSToUsers'] = new \App\AppBundle\AdminBundle\Entity\NotificationsSMSToUsers();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Repository\NotificationsEmailToUsersRepository' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Repository\NotificationsEmailToUsersRepository
*/
protected function getNotificationsEmailToUsersRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Repository/NotificationsEmailToUsersRepository.php';
return $this->services['App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository'] = new \App\AppBundle\AdminBundle\Repository\NotificationsEmailToUsersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Repository\NotificationsPushToUsersRepository' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Repository\NotificationsPushToUsersRepository
*/
protected function getNotificationsPushToUsersRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Repository/NotificationsPushToUsersRepository.php';
return $this->services['App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository'] = new \App\AppBundle\AdminBundle\Repository\NotificationsPushToUsersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Repository\NotificationsSMSToUsersRepository' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Repository\NotificationsSMSToUsersRepository
*/
protected function getNotificationsSMSToUsersRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Repository/NotificationsSMSToUsersRepository.php';
return $this->services['App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository'] = new \App\AppBundle\AdminBundle\Repository\NotificationsSMSToUsersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Services\AdminNotificationsService' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Services\AdminNotificationsService
*/
protected function getAdminNotificationsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/AdminNotificationsService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService'])) {
return $this->services['App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService'];
}
return $this->services['App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService'] = new \App\AppBundle\AdminBundle\Services\AdminNotificationsService($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a);
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Authentication' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Authentication
*/
protected function getAdminAuthenticationService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Authentication.php';
return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication'] = new \App\AppBundle\AdminBundle\Services\Admin_Authentication();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Authorization' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Authorization
*/
protected function getAdminAuthorizationService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Authorization.php';
return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Authorization'] = new \App\AppBundle\AdminBundle\Services\Admin_Authorization();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Encryption' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Encryption
*/
protected function getAdminEncryptionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Encryption.php';
return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption'] = new \App\AppBundle\AdminBundle\Services\Admin_Encryption();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Services\Admin_ErrorCodes' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_ErrorCodes
*/
protected function getAdminErrorCodesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_ErrorCodes.php';
return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes'] = new \App\AppBundle\AdminBundle\Services\Admin_ErrorCodes();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Services\Admin_LoginService' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_LoginService
*/
protected function getAdminLoginServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_LoginService.php';
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()));
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Parking_Spot_Services' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Parking_Spot_Services
*/
protected function getAdminParkingSpotServicesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Parking_Spot_Services.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services'])) {
return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services'];
}
return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services'] = new \App\AppBundle\AdminBundle\Services\Admin_Parking_Spot_Services($a);
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Session' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Session
*/
protected function getAdminSessionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Session.php';
return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Session'] = new \App\AppBundle\AdminBundle\Services\Admin_Session();
}
/**
* Gets the public 'App\AppBundle\AdminBundle\Services\Admin_Settings' shared autowired service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Settings
*/
protected function getAdminSettingsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Settings.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Settings'])) {
return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Settings'];
}
return $this->services['App\\AppBundle\\AdminBundle\\Services\\Admin_Settings'] = new \App\AppBundle\AdminBundle\Services\Admin_Settings($a);
}
/**
* Gets the public 'App\AppBundle\MainBundle\Client\StripeClient' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Client\StripeClient
*/
protected function getStripeClientService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Client/StripeClient.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'])) {
return $this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'];
}
return $this->services['App\\AppBundle\\MainBundle\\Client\\StripeClient'] = new \App\AppBundle\MainBundle\Client\StripeClient($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this);
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\AutoPayoutCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\AutoPayoutCommand
*/
protected function getAutoPayoutCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/AutoPayoutCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('payout:auto');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\CronJobStatusCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\CronJobStatusCommand
*/
protected function getCronJobStatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/CronJobStatusCommand.php';
$this->services['App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand'] = $instance = new \App\AppBundle\MainBundle\Command\CronJobStatusCommand(($this->services['App\\AppBundle\\APIBundle\\Services\\MailManager'] ?? $this->getMailManagerService()), $this);
$instance->setName('cron:status_check');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\GoogleAnalyticsCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\GoogleAnalyticsCommand
*/
protected function getGoogleAnalyticsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/GoogleAnalyticsCommand.php';
$this->services['App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand'] = $instance = new \App\AppBundle\MainBundle\Command\GoogleAnalyticsCommand($this);
$instance->setName('ga:search_spot_hourly');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\MonthlyBookingCompletionCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\MonthlyBookingCompletionCommand
*/
protected function getMonthlyBookingCompletionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/MonthlyBookingCompletionCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:monthly_booking:completion');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\MonthlyBookingCycleCompletionCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\MonthlyBookingCycleCompletionCommand
*/
protected function getMonthlyBookingCycleCompletionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/MonthlyBookingCycleCompletionCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:monthly_booking:cycle_completion');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\MonthlyBookingFailedPaymentReminderCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\MonthlyBookingFailedPaymentReminderCommand
*/
protected function getMonthlyBookingFailedPaymentReminderCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/MonthlyBookingFailedPaymentReminderCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:monthly_booking:failed_payment_reminder');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\MonthlyBookingTerminateFailedPaymentCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\MonthlyBookingTerminateFailedPaymentCommand
*/
protected function getMonthlyBookingTerminateFailedPaymentCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/MonthlyBookingTerminateFailedPaymentCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:monthly_booking:terminate_failed_payment');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\NotificationsEmailToUserCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\NotificationsEmailToUserCommand
*/
protected function getNotificationsEmailToUserCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/NotificationsEmailToUserCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('notification:email');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\NotificationsPushToUserCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\NotificationsPushToUserCommand
*/
protected function getNotificationsPushToUserCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/NotificationsPushToUserCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('notification:push');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\NotificationsSMSToUserCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\NotificationsSMSToUserCommand
*/
protected function getNotificationsSMSToUserCommandService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/NotificationsSMSToUserCommand.php';
return $this->services['App\\AppBundle\\MainBundle\\Command\\NotificationsSMSToUserCommand'] = new \App\AppBundle\MainBundle\Command\NotificationsSMSToUserCommand();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\OrderCompletionNotificationCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\OrderCompletionNotificationCommand
*/
protected function getOrderCompletionNotificationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderCompletionNotificationCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:complete');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\OrderEmailNotificationCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\OrderEmailNotificationCommand
*/
protected function getOrderEmailNotificationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderEmailNotificationCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:email_notification');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\OrderExtendBookingSuccessCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\OrderExtendBookingSuccessCommand
*/
protected function getOrderExtendBookingSuccessCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderExtendBookingSuccessCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:extend_booking_success');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\OrderPreStartCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\OrderPreStartCommand
*/
protected function getOrderPreStartCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderPreStartCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:pre_start');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\OrderPushNotificationCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\OrderPushNotificationCommand
*/
protected function getOrderPushNotificationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderPushNotificationCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:push_notification');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\OrderSmsNotificationCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\OrderSmsNotificationCommand
*/
protected function getOrderSmsNotificationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderSmsNotificationCommand.php';
$this->services['App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand'] = $instance = new \App\AppBundle\MainBundle\Command\OrderSmsNotificationCommand($this);
$instance->setName('order:sms_notification');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\OrderStartCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\OrderStartCommand
*/
protected function getOrderStartCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderStartCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:start');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\OrderToExtendBookingNotificationCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\OrderToExtendBookingNotificationCommand
*/
protected function getOrderToExtendBookingNotificationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderToExtendBookingNotificationCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:extend_booking');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\RenewMonthlyBookingCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\RenewMonthlyBookingCommand
*/
protected function getRenewMonthlyBookingCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/RenewMonthlyBookingCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:monthly_booking:renewal');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\StripeBalanceTransactionUpdateCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\StripeBalanceTransactionUpdateCommand
*/
protected function getStripeBalanceTransactionUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/StripeBalanceTransactionUpdateCommand.php';
$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()));
$instance->setName('stripe:balance_transaction');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\SupplierTransferStatusUpdateCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\SupplierTransferStatusUpdateCommand
*/
protected function getSupplierTransferStatusUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/SupplierTransferStatusUpdateCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('supplier:transfer_status_update');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\TestCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\TestCommand
*/
protected function getTestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/TestCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:test_stripe');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\TestNewCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\TestNewCommand
*/
protected function getTestNewCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/TestNewCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('order:test_new');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\TranslationAdminCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\TranslationAdminCommand
*/
protected function getTranslationAdminCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/TranslationAdminCommand.php';
$this->services['App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand'] = $instance = new \App\AppBundle\MainBundle\Command\TranslationAdminCommand($this);
$instance->setName('csv:wp_admin_translations');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\TranslationCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\TranslationCommand
*/
protected function getTranslationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/TranslationCommand.php';
$this->services['App\\AppBundle\\MainBundle\\Command\\TranslationCommand'] = $instance = new \App\AppBundle\MainBundle\Command\TranslationCommand($this);
$instance->setName('csv:wp_translations');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\UserDataDeletionCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\UserDataDeletionCommand
*/
protected function getUserDataDeletionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/UserDataDeletionCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('user:data-deletion');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\WPAddSpotsCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\WPAddSpotsCommand
*/
protected function getWPAddSpotsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/WPAddSpotsCommand.php';
$this->services['App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand'] = $instance = new \App\AppBundle\MainBundle\Command\WPAddSpotsCommand($this);
$instance->setName('csv:wp_add_spots');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\WPGeneralCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\WPGeneralCommand
*/
protected function getWPGeneralCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/WPGeneralCommand.php';
$this->services['App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand'] = $instance = new \App\AppBundle\MainBundle\Command\WPGeneralCommand($this);
$instance->setName('csv:wp_general_import');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Command\WelcomeUserCommand' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Command\WelcomeUserCommand
*/
protected function getWelcomeUserCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/WelcomeUserCommand.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
$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()));
$instance->setName('user:welcome');
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Constants\AdminRoleConstant' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Constants\AdminRoleConstant
*/
protected function getAdminRoleConstantService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Constants/AdminRoleConstant.php';
return $this->services['App\\AppBundle\\MainBundle\\Constants\\AdminRoleConstant'] = new \App\AppBundle\MainBundle\Constants\AdminRoleConstant();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Constants\GeneralConstant' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Constants\GeneralConstant
*/
protected function getGeneralConstantService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Constants/GeneralConstant.php';
return $this->services['App\\AppBundle\\MainBundle\\Constants\\GeneralConstant'] = new \App\AppBundle\MainBundle\Constants\GeneralConstant();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Constants\TokenConstant' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Constants\TokenConstant
*/
protected function getTokenConstantService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Constants/TokenConstant.php';
return $this->services['App\\AppBundle\\MainBundle\\Constants\\TokenConstant'] = new \App\AppBundle\MainBundle\Constants\TokenConstant();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Constants\UserConstant' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Constants\UserConstant
*/
protected function getUserConstantService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Constants/UserConstant.php';
return $this->services['App\\AppBundle\\MainBundle\\Constants\\UserConstant'] = new \App\AppBundle\MainBundle\Constants\UserConstant();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Controller\LiveChatController' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Controller\LiveChatController
*/
protected function getLiveChatControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Controller/LiveChatController.php';
$this->services['App\\AppBundle\\MainBundle\\Controller\\LiveChatController'] = $instance = new \App\AppBundle\MainBundle\Controller\LiveChatController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\MainBundle\\Controller\\LiveChatController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Controller\MainController' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Controller\MainController
*/
protected function getMainControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BookingBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Controller/MainController.php';
$this->services['App\\AppBundle\\MainBundle\\Controller\\MainController'] = $instance = new \App\AppBundle\MainBundle\Controller\MainController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\MainBundle\\Controller\\MainController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Controller\MakePaymentController' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Controller\MakePaymentController
*/
protected function getMakePaymentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Controller/MakePaymentController.php';
$this->services['App\\AppBundle\\MainBundle\\Controller\\MakePaymentController'] = $instance = new \App\AppBundle\MainBundle\Controller\MakePaymentController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\MainBundle\\Controller\\MakePaymentController', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Order_Flexible_Detail' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Order_Flexible_Detail
*/
protected function getOrderFlexibleDetailService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Order_Flexible_Detail.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Order_Flexible_Detail'] = new \App\AppBundle\MainBundle\Entity\Order_Flexible_Detail();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders
*/
protected function getOrdersService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders'] = new \App\AppBundle\MainBundle\Entity\Orders();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\OrdersStripePaymentIntent' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\OrdersStripePaymentIntent
*/
protected function getOrdersStripePaymentIntentService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/OrdersStripePaymentIntent.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\OrdersStripePaymentIntent'] = new \App\AppBundle\MainBundle\Entity\OrdersStripePaymentIntent();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Custom_Pricing' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Custom_Pricing
*/
protected function getOrdersCustomPricingService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Custom_Pricing.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Custom_Pricing'] = new \App\AppBundle\MainBundle\Entity\Orders_Custom_Pricing();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Extended' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Extended
*/
protected function getOrdersExtendedService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Extended.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Extended'] = new \App\AppBundle\MainBundle\Entity\Orders_Extended();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Flexible' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Flexible
*/
protected function getOrdersFlexibleService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Flexible.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Flexible'] = new \App\AppBundle\MainBundle\Entity\Orders_Flexible();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Monthly' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Monthly
*/
protected function getOrdersMonthlyService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Monthly.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Monthly'] = new \App\AppBundle\MainBundle\Entity\Orders_Monthly();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Pricing' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Pricing
*/
protected function getOrdersPricingService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Pricing.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Pricing'] = new \App\AppBundle\MainBundle\Entity\Orders_Pricing();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Refund' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Refund
*/
protected function getOrdersRefundService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Refund.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Refund'] = new \App\AppBundle\MainBundle\Entity\Orders_Refund();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Special_Pricing' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Special_Pricing
*/
protected function getOrdersSpecialPricingService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Special_Pricing.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Special_Pricing'] = new \App\AppBundle\MainBundle\Entity\Orders_Special_Pricing();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer
*/
protected function getOrdersSuppliersTransferService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfer.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfer'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer_Charge' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer_Charge
*/
protected function getOrdersSuppliersTransferChargeService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfer_Charge.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfer_Charge'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfer_Charge();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout
*/
protected function getOrdersSuppliersTransfersPayoutService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfers_Payout.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout_Status' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout_Status
*/
protected function getOrdersSuppliersTransfersPayoutStatusService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfers_Payout_Status.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout_Status'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Payout_Status();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Status' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Status
*/
protected function getOrdersSuppliersTransfersStatusService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Orders_Suppliers_Transfers_Status.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Status'] = new \App\AppBundle\MainBundle\Entity\Orders_Suppliers_Transfers_Status();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot
*/
protected function getPSAddSpotService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability
*/
protected function getPSAddSpotAvailabilityService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Availability.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Availability'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability_Custom' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability_Custom
*/
protected function getPSAddSpotAvailabilityCustomService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Availability_Custom.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Availability_Custom'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Availability_Custom();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail
*/
protected function getPSAddSpotLocDetailService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Loc_Detail.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Amenities' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Amenities
*/
protected function getPSAddSpotLocDetailAmenitiesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Loc_Detail_Amenities.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Loc_Detail_Amenities'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Amenities();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Near_By' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Loc_Detail_Near_By
*/
protected function getPSAddSpotLocDetailNearByService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Loc_Detail_Near_By.php';
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();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Photos' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Photos
*/
protected function getPSAddSpotPhotosService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Photos.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Photos'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Photos();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing
*/
protected function getPSAddSpotPricingService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Pricing.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom
*/
protected function getPSAddSpotPricingCustomService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Pricing_Custom.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Custom'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom_Price' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom_Price
*/
protected function getPSAddSpotPricingCustomPriceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Pricing_Custom_Price.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Custom_Price'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Custom_Price();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Monthly_Booking' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Monthly_Booking
*/
protected function getPSAddSpotPricingMonthlyBookingService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Pricing_Monthly_Booking.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Pricing_Monthly_Booking'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Pricing_Monthly_Booking();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Special_Days' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Special_Days
*/
protected function getPSAddSpotSpecialDaysService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Special_Days.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Special_Days'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Special_Days();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_Street_View' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Street_View
*/
protected function getPSAddSpotStreetViewService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_Street_View.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_Street_View'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_Street_View();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_Add_Spot_UnAvailability' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_Add_Spot_UnAvailability
*/
protected function getPSAddSpotUnAvailabilityService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_Add_Spot_UnAvailability.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot_UnAvailability'] = new \App\AppBundle\MainBundle\Entity\PS_Add_Spot_UnAvailability();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PS_My_Spots' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PS_My_Spots
*/
protected function getPSMySpotsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PS_My_Spots.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PS_My_Spots'] = new \App\AppBundle\MainBundle\Entity\PS_My_Spots();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PU_Fav_Spots' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PU_Fav_Spots
*/
protected function getPUFavSpotsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PU_Fav_Spots.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_Fav_Spots'] = new \App\AppBundle\MainBundle\Entity\PU_Fav_Spots();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PU_ManageNotifications' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PU_ManageNotifications
*/
protected function getPUManageNotificationsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PU_ManageNotifications.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotifications'] = new \App\AppBundle\MainBundle\Entity\PU_ManageNotifications();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PU_ManageNotificationsMaster' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PU_ManageNotificationsMaster
*/
protected function getPUManageNotificationsMasterService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PU_ManageNotificationsMaster.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotificationsMaster'] = new \App\AppBundle\MainBundle\Entity\PU_ManageNotificationsMaster();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PU_ManageNotificationsSub' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PU_ManageNotificationsSub
*/
protected function getPUManageNotificationsSubService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PU_ManageNotificationsSub.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_ManageNotificationsSub'] = new \App\AppBundle\MainBundle\Entity\PU_ManageNotificationsSub();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PU_Vehicles' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PU_Vehicles
*/
protected function getPUVehiclesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PU_Vehicles.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PU_Vehicles'] = new \App\AppBundle\MainBundle\Entity\PU_Vehicles();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\PromoCodes' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\PromoCodes
*/
protected function getPromoCodesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/PromoCodes.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\PromoCodes'] = new \App\AppBundle\MainBundle\Entity\PromoCodes();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Supplier_To_User_Ratings' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Supplier_To_User_Ratings
*/
protected function getSupplierToUserRatingsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Supplier_To_User_Ratings.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Supplier_To_User_Ratings'] = new \App\AppBundle\MainBundle\Entity\Supplier_To_User_Ratings();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Support_Attachments' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Support_Attachments
*/
protected function getSupportAttachmentsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Support_Attachments.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_Attachments'] = new \App\AppBundle\MainBundle\Entity\Support_Attachments();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Support_Bug_Reporting' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Support_Bug_Reporting
*/
protected function getSupportBugReportingService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Support_Bug_Reporting.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_Bug_Reporting'] = new \App\AppBundle\MainBundle\Entity\Support_Bug_Reporting();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Support_Email' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Support_Email
*/
protected function getSupportEmailService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Support_Email.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_Email'] = new \App\AppBundle\MainBundle\Entity\Support_Email();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Support_New_Idea' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Support_New_Idea
*/
protected function getSupportNewIdeaService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Support_New_Idea.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_New_Idea'] = new \App\AppBundle\MainBundle\Entity\Support_New_Idea();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Support_Request_Call_Back' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Support_Request_Call_Back
*/
protected function getSupportRequestCallBackService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Support_Request_Call_Back.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Support_Request_Call_Back'] = new \App\AppBundle\MainBundle\Entity\Support_Request_Call_Back();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Token' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Token
*/
protected function getTokenService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Token.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Token'] = new \App\AppBundle\MainBundle\Entity\Token();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\User' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\User
*/
protected function getUserService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/User.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\User'] = new \App\AppBundle\MainBundle\Entity\User();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\UserNotifications' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\UserNotifications
*/
protected function getUserNotificationsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/UserNotifications.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\UserNotifications'] = new \App\AppBundle\MainBundle\Entity\UserNotifications();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\User_Data_Deletion_Requests' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\User_Data_Deletion_Requests
*/
protected function getUserDataDeletionRequestsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/User_Data_Deletion_Requests.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Data_Deletion_Requests'] = new \App\AppBundle\MainBundle\Entity\User_Data_Deletion_Requests();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\User_Not_Registered' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\User_Not_Registered
*/
protected function getUserNotRegisteredService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/User_Not_Registered.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Not_Registered'] = new \App\AppBundle\MainBundle\Entity\User_Not_Registered();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\User_Records' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\User_Records
*/
protected function getUserRecordsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/User_Records.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Records'] = new \App\AppBundle\MainBundle\Entity\User_Records();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\User_Spot_Reviews' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\User_Spot_Reviews
*/
protected function getUserSpotReviewsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/User_Spot_Reviews.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Spot_Reviews'] = new \App\AppBundle\MainBundle\Entity\User_Spot_Reviews();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\User_Stripe_Details' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\User_Stripe_Details
*/
protected function getUserStripeDetailsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/User_Stripe_Details.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\User_Stripe_Details'] = new \App\AppBundle\MainBundle\Entity\User_Stripe_Details();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\Users_Referrals' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\Users_Referrals
*/
protected function getUsersReferralsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/Users_Referrals.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\Users_Referrals'] = new \App\AppBundle\MainBundle\Entity\Users_Referrals();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Access_Type' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Access_Type
*/
protected function getWPAccessTypeService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Access_Type.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Access_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Access_Type();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Accessibility_Cities' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Accessibility_Cities
*/
protected function getWPAccessibilityCitiesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Accessibility_Cities.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_Cities'] = new \App\AppBundle\MainBundle\Entity\WP_Accessibility_Cities();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Accessibility_Country' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Accessibility_Country
*/
protected function getWPAccessibilityCountryService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Accessibility_Country.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_Country'] = new \App\AppBundle\MainBundle\Entity\WP_Accessibility_Country();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Accessibility_States' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Accessibility_States
*/
protected function getWPAccessibilityStatesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Accessibility_States.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Accessibility_States'] = new \App\AppBundle\MainBundle\Entity\WP_Accessibility_States();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Amenities' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Amenities
*/
protected function getWPAmenitiesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Amenities.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Amenities'] = new \App\AppBundle\MainBundle\Entity\WP_Amenities();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_App_Version' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_App_Version
*/
protected function getWPAppVersionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_App_Version.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_App_Version'] = new \App\AppBundle\MainBundle\Entity\WP_App_Version();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Availability_Days' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Availability_Days
*/
protected function getWPAvailabilityDaysService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Availability_Days.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Availability_Days'] = new \App\AppBundle\MainBundle\Entity\WP_Availability_Days();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Currency' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Currency
*/
protected function getWPCurrencyService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Currency.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Currency'] = new \App\AppBundle\MainBundle\Entity\WP_Currency();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Date_Format' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Date_Format
*/
protected function getWPDateFormatService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Date_Format.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Date_Format'] = new \App\AppBundle\MainBundle\Entity\WP_Date_Format();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Distance' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Distance
*/
protected function getWPDistanceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Distance.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Distance'] = new \App\AppBundle\MainBundle\Entity\WP_Distance();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Electric_Charger_Type' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Electric_Charger_Type
*/
protected function getWPElectricChargerTypeService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Electric_Charger_Type.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Electric_Charger_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Electric_Charger_Type();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Language' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Language
*/
protected function getWPLanguageService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Language.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Language'] = new \App\AppBundle\MainBundle\Entity\WP_Language();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_ManageNotificationsMaster' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_ManageNotificationsMaster
*/
protected function getWPManageNotificationsMasterService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_ManageNotificationsMaster.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_ManageNotificationsMaster'] = new \App\AppBundle\MainBundle\Entity\WP_ManageNotificationsMaster();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_ManageNotificationsSub' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_ManageNotificationsSub
*/
protected function getWPManageNotificationsSubService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_ManageNotificationsSub.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_ManageNotificationsSub'] = new \App\AppBundle\MainBundle\Entity\WP_ManageNotificationsSub();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size
*/
protected function getWPMaxVehicleSizeService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Max_Vehicle_Size.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Max_Vehicle_Size'] = new \App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size_Type' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size_Type
*/
protected function getWPMaxVehicleSizeTypeService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Max_Vehicle_Size_Type.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Max_Vehicle_Size_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Max_Vehicle_Size_Type();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Parking_Max_Height' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Parking_Max_Height
*/
protected function getWPParkingMaxHeightService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Parking_Max_Height.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Parking_Max_Height'] = new \App\AppBundle\MainBundle\Entity\WP_Parking_Max_Height();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Parking_Type' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Parking_Type
*/
protected function getWPParkingTypeService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Parking_Type.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Parking_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Parking_Type();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Payment' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Payment
*/
protected function getWPPaymentService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Payment.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Payment'] = new \App\AppBundle\MainBundle\Entity\WP_Payment();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Pricing_Data' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Pricing_Data
*/
protected function getWPPricingDataService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Pricing_Data.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Pricing_Data'] = new \App\AppBundle\MainBundle\Entity\WP_Pricing_Data();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Property_Type' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Property_Type
*/
protected function getWPPropertyTypeService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Property_Type.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Property_Type'] = new \App\AppBundle\MainBundle\Entity\WP_Property_Type();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_TimeZone' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_TimeZone
*/
protected function getWPTimeZoneService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_TimeZone.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_TimeZone'] = new \App\AppBundle\MainBundle\Entity\WP_TimeZone();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Entity\WP_Time_Format' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Entity\WP_Time_Format
*/
protected function getWPTimeFormatService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity/WP_Time_Format.php';
return $this->services['App\\AppBundle\\MainBundle\\Entity\\WP_Time_Format'] = new \App\AppBundle\MainBundle\Entity\WP_Time_Format();
}
/**
* Gets the public 'App\AppBundle\MainBundle\MainBundle' shared autowired service.
*
* @return \App\AppBundle\MainBundle\MainBundle
*/
protected function getMainBundleService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/MainBundle.php';
return $this->services['App\\AppBundle\\MainBundle\\MainBundle'] = new \App\AppBundle\MainBundle\MainBundle();
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\OrdersRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\OrdersRepository
*/
protected function getOrdersRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/OrdersRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\OrdersRepository'] = new \App\AppBundle\MainBundle\Repository\OrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\OrdersStripePaymentIntentRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\OrdersStripePaymentIntentRepository
*/
protected function getOrdersStripePaymentIntentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/OrdersStripePaymentIntentRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository'] = new \App\AppBundle\MainBundle\Repository\OrdersStripePaymentIntentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\Orders_MonthlyRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\Orders_MonthlyRepository
*/
protected function getOrdersMonthlyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/Orders_MonthlyRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository'] = new \App\AppBundle\MainBundle\Repository\Orders_MonthlyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\Orders_PricingRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\Orders_PricingRepository
*/
protected function getOrdersPricingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/Orders_PricingRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository'] = new \App\AppBundle\MainBundle\Repository\Orders_PricingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\Orders_Suppliers_TransferRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\Orders_Suppliers_TransferRepository
*/
protected function getOrdersSuppliersTransferRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/Orders_Suppliers_TransferRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository'] = new \App\AppBundle\MainBundle\Repository\Orders_Suppliers_TransferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfer_ChargeRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfer_ChargeRepository
*/
protected function getOrdersSuppliersTransferChargeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/Orders_Suppliers_Transfer_ChargeRepository.php';
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()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfers_PayoutRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\Orders_Suppliers_Transfers_PayoutRepository
*/
protected function getOrdersSuppliersTransfersPayoutRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/Orders_Suppliers_Transfers_PayoutRepository.php';
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()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\PS_Add_SpotRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\PS_Add_SpotRepository
*/
protected function getPSAddSpotRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/PS_Add_SpotRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository'] = new \App\AppBundle\MainBundle\Repository\PS_Add_SpotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\PS_Add_Spot_PricingRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\PS_Add_Spot_PricingRepository
*/
protected function getPSAddSpotPricingRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/PS_Add_Spot_PricingRepository.php';
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()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\PS_Add_Spot_Pricing_CustomRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\PS_Add_Spot_Pricing_CustomRepository
*/
protected function getPSAddSpotPricingCustomRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/PS_Add_Spot_Pricing_CustomRepository.php';
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()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\PromoCodesRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\PromoCodesRepository
*/
protected function getPromoCodesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/PromoCodesRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository'] = new \App\AppBundle\MainBundle\Repository\PromoCodesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\UserNotificationsRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\UserNotificationsRepository
*/
protected function getUserNotificationsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/UserNotificationsRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository'] = new \App\AppBundle\MainBundle\Repository\UserNotificationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\UserRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/UserRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\UserRepository'] = new \App\AppBundle\MainBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\User_Data_Deletion_RequestsRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\User_Data_Deletion_RequestsRepository
*/
protected function getUserDataDeletionRequestsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/User_Data_Deletion_RequestsRepository.php';
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()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Repository\Users_ReferralsRepository' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Repository\Users_ReferralsRepository
*/
protected function getUsersReferralsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Repository/Users_ReferralsRepository.php';
return $this->services['App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository'] = new \App\AppBundle\MainBundle\Repository\Users_ReferralsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'App\AppBundle\MainBundle\Services\SendMail' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Services\SendMail
*/
protected function getSendMailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Services/SendMail.php';
$this->services['App\\AppBundle\\MainBundle\\Services\\SendMail'] = $instance = new \App\AppBundle\MainBundle\Services\SendMail();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\AppBundle\\MainBundle\\Services\\SendMail', $this));
return $instance;
}
/**
* Gets the public 'App\AppBundle\MainBundle\Services\UserNotificationsService' shared autowired service.
*
* @return \App\AppBundle\MainBundle\Services\UserNotificationsService
*/
protected function getUserNotificationsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Services/UserNotificationsService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'])) {
return $this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'];
}
return $this->services['App\\AppBundle\\MainBundle\\Services\\UserNotificationsService'] = new \App\AppBundle\MainBundle\Services\UserNotificationsService($this, ($this->services['translator'] ?? $this->getTranslatorService()), $a);
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
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()));
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber
*/
protected function getBlameableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/BlameableEventSubscriber.php';
$a = ($this->services['Knp\\DoctrineBehaviors\\Provider\\UserProvider'] ?? $this->getUserProviderService());
if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'])) {
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'];
}
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber($a, $b, NULL);
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber
*/
protected function getLoggableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/LoggableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber
*/
protected function getSluggableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SluggableEventSubscriber.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
}
$b = ($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] ?? $this->getDefaultSluggableRepositoryService());
if (isset($this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'])) {
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'];
}
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber($a, $b);
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber
*/
protected function getSoftDeletableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/SoftDeletableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber();
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber
*/
protected function getTimestampableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TimestampableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber('datetime');
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber
*/
protected function getTranslatableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TranslatableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber(($this->services['Knp\\DoctrineBehaviors\\Provider\\LocaleProvider'] ?? $this->getLocaleProviderService()), 'LAZY', 'LAZY');
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber
*/
protected function getTreeEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/TreeEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber();
}
/**
* Gets the public 'Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber
*/
protected function getUuidableEventSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/EventSubscriber/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/EventSubscriber/UuidableEventSubscriber.php';
return $this->services['Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'] = new \Knp\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber();
}
/**
* Gets the public 'Knp\DoctrineBehaviors\Provider\LocaleProvider' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\Provider\LocaleProvider
*/
protected function getLocaleProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/LocaleProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/LocaleProvider.php';
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()));
}
/**
* Gets the public 'Knp\DoctrineBehaviors\Provider\UserProvider' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\Provider\UserProvider
*/
protected function getUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Contract/Provider/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Provider/UserProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
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, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
])), NULL);
}
/**
* Gets the public 'Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository' shared autowired service.
*
* @return \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository
*/
protected function getDefaultSluggableRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src/Repository/DefaultSluggableRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'])) {
return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'];
}
return $this->services['Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository'] = new \Knp\DoctrineBehaviors\Repository\DefaultSluggableRepository($a);
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'admin.authentication' shared service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Authentication
*/
protected function getAdmin_AuthenticationService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Authentication.php';
return $this->services['admin.authentication'] = new \App\AppBundle\AdminBundle\Services\Admin_Authentication();
}
/**
* Gets the public 'admin.authorization' shared service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Authorization
*/
protected function getAdmin_AuthorizationService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Authorization.php';
return $this->services['admin.authorization'] = new \App\AppBundle\AdminBundle\Services\Admin_Authorization($this);
}
/**
* Gets the public 'admin.encryption' shared service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Encryption
*/
protected function getAdmin_EncryptionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Encryption.php';
return $this->services['admin.encryption'] = new \App\AppBundle\AdminBundle\Services\Admin_Encryption();
}
/**
* Gets the public 'admin.errorcodes' shared service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_ErrorCodes
*/
protected function getAdmin_ErrorcodesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_ErrorCodes.php';
return $this->services['admin.errorcodes'] = new \App\AppBundle\AdminBundle\Services\Admin_ErrorCodes();
}
/**
* Gets the public 'admin.login' shared service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_LoginService
*/
protected function getAdmin_LoginService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_LoginService.php';
return $this->services['admin.login'] = new \App\AppBundle\AdminBundle\Services\Admin_LoginService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'admin.parking.spot' shared service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Parking_Spot_Services
*/
protected function getAdmin_Parking_SpotService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Parking_Spot_Services.php';
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()));
}
/**
* Gets the public 'admin.service.admin.notifications' shared service.
*
* @return \App\AppBundle\AdminBundle\Services\AdminNotificationsService
*/
protected function getAdmin_Service_Admin_NotificationsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/AdminNotificationsService.php';
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()));
}
/**
* Gets the public 'admin.settings' shared service.
*
* @return \App\AppBundle\AdminBundle\Services\Admin_Settings
*/
protected function getAdmin_SettingsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/Admin_Settings.php';
return $this->services['admin.settings'] = new \App\AppBundle\AdminBundle\Services\Admin_Settings(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'app.client.stripe' shared service.
*
* @return \App\AppBundle\MainBundle\Client\StripeClient
*/
protected function getApp_Client_StripeService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Client/StripeClient.php';
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);
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('uJUuWthAfR', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
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())));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
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())));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
}, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand', 'getCronJobStatusCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand', 'getGoogleAnalyticsCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand', 'getOrderCompletionNotificationCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand', 'getOrderEmailNotificationCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand', 'getOrderExtendBookingSuccessCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand', 'getOrderPreStartCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand', 'getOrderPushNotificationCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand', 'getOrderSmsNotificationCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand', 'getOrderStartCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand', 'getOrderToExtendBookingNotificationCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\TranslationCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\TranslationCommand', 'getTranslationCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand', 'getWelcomeUserCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand', 'getWPAddSpotsCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand', 'getWPGeneralCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand', 'getRenewMonthlyBookingCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand', 'getAutoPayoutCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand', 'getMonthlyBookingCompletionCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand', 'getMonthlyBookingCycleCompletionCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand', 'getMonthlyBookingFailedPaymentReminderCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand', 'getMonthlyBookingTerminateFailedPaymentCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand', 'getNotificationsEmailToUserCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand', 'getNotificationsPushToUserCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand', 'getStripeBalanceTransactionUpdateCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand', 'getSupplierTransferStatusUpdateCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\TestCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\TestCommand', 'getTestCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\TestNewCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\TestNewCommand', 'getTestNewCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand', 'getTranslationAdminCommandService', false],
'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand' => ['services', 'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand', 'getUserDataDeletionCommandService', false],
'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
'swiftmailer.command.debug' => ['privates', 'swiftmailer.command.debug', 'getSwiftmailer_Command_DebugService', false],
'swiftmailer.command.new_email' => ['privates', 'swiftmailer.command.new_email', 'getSwiftmailer_Command_NewEmailService', false],
'swiftmailer.command.send_email' => ['privates', 'swiftmailer.command.send_email', 'getSwiftmailer_Command_SendEmailService', false],
'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
], [
'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand' => 'App\\AppBundle\\MainBundle\\Command\\CronJobStatusCommand',
'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand' => 'App\\AppBundle\\MainBundle\\Command\\GoogleAnalyticsCommand',
'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderCompletionNotificationCommand',
'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderEmailNotificationCommand',
'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderExtendBookingSuccessCommand',
'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderPreStartCommand',
'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderPushNotificationCommand',
'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderSmsNotificationCommand',
'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderStartCommand',
'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand' => 'App\\AppBundle\\MainBundle\\Command\\OrderToExtendBookingNotificationCommand',
'App\\AppBundle\\MainBundle\\Command\\TranslationCommand' => 'App\\AppBundle\\MainBundle\\Command\\TranslationCommand',
'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand' => 'App\\AppBundle\\MainBundle\\Command\\WelcomeUserCommand',
'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand' => 'App\\AppBundle\\MainBundle\\Command\\WPAddSpotsCommand',
'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand' => 'App\\AppBundle\\MainBundle\\Command\\WPGeneralCommand',
'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand' => 'App\\AppBundle\\MainBundle\\Command\\RenewMonthlyBookingCommand',
'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand' => 'App\\AppBundle\\MainBundle\\Command\\AutoPayoutCommand',
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCompletionCommand',
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingCycleCompletionCommand',
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingFailedPaymentReminderCommand',
'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand' => 'App\\AppBundle\\MainBundle\\Command\\MonthlyBookingTerminateFailedPaymentCommand',
'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand' => 'App\\AppBundle\\MainBundle\\Command\\NotificationsEmailToUserCommand',
'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand' => 'App\\AppBundle\\MainBundle\\Command\\NotificationsPushToUserCommand',
'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand' => 'App\\AppBundle\\MainBundle\\Command\\StripeBalanceTransactionUpdateCommand',
'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand' => 'App\\AppBundle\\MainBundle\\Command\\SupplierTransferStatusUpdateCommand',
'App\\AppBundle\\MainBundle\\Command\\TestCommand' => 'App\\AppBundle\\MainBundle\\Command\\TestCommand',
'App\\AppBundle\\MainBundle\\Command\\TestNewCommand' => 'App\\AppBundle\\MainBundle\\Command\\TestNewCommand',
'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand' => 'App\\AppBundle\\MainBundle\\Command\\TranslationAdminCommand',
'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand' => 'App\\AppBundle\\MainBundle\\Command\\UserDataDeletionCommand',
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.translation_debug' => '?',
'console.command.translation_extract' => '?',
'console.command.validator_debug' => '?',
'console.command.translation_pull' => '?',
'console.command.translation_push' => '?',
'console.command.xliff_lint' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_twig_component' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
'maker.auto_command.make_stimulus_controller' => '?',
]), ['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']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'not' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
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()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
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, [
'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 'getBlameableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 'getLoggableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 'getSluggableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 'getSoftDeletableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 'getTimestampableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 'getTranslatableEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 'getTreeEventSubscriberService', false],
'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services', 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 'getUuidableEventSubscriberService', false],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
], [
'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' => '?',
'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber', 4 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber', 5 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber', 6 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber', 7 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber', 8 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber', 9 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber', 10 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber', 11 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$b = new \Doctrine\ORM\Configuration();
$c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$c->addDriver($d, 'App\\AppBundle\\MainBundle\\Entity');
$c->addDriver($d, 'App\\AppBundle\\AdminBundle\\Entity');
$b->setEntityNamespaces(['MainBundle' => 'App\\AppBundle\\MainBundle\\Entity', 'AdminBundle' => 'App\\AppBundle\\AdminBundle\\Entity']);
$b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$b->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$b->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$b->setProxyNamespace('Proxies');
$b->setAutoGenerateProxyClasses(true);
$b->setSchemaIgnoreClasses([]);
$b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository' => ['services', 'App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository', 'getNotificationsEmailToUsersRepositoryService', false],
'App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository' => ['services', 'App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository', 'getNotificationsPushToUsersRepositoryService', false],
'App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository' => ['services', 'App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository', 'getNotificationsSMSToUsersRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\OrdersRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\OrdersRepository', 'getOrdersRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository', 'getOrdersStripePaymentIntentRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository', 'getOrdersMonthlyRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository', 'getOrdersPricingRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository', 'getOrdersSuppliersTransferRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfer_ChargeRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfer_ChargeRepository', 'getOrdersSuppliersTransferChargeRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfers_PayoutRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfers_PayoutRepository', 'getOrdersSuppliersTransfersPayoutRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository', 'getPSAddSpotRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_PricingRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_PricingRepository', 'getPSAddSpotPricingRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_Pricing_CustomRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_Pricing_CustomRepository', 'getPSAddSpotPricingCustomRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository', 'getPromoCodesRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository', 'getUserNotificationsRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\UserRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\UserRepository', 'getUserRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository', 'getUserDataDeletionRequestsRepositoryService', false],
'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository', 'getUsersReferralsRepositoryService', false],
], [
'App\\AppBundle\\AdminBundle\\Repository\\NotificationsEmailToUsersRepository' => '?',
'App\\AppBundle\\AdminBundle\\Repository\\NotificationsPushToUsersRepository' => '?',
'App\\AppBundle\\AdminBundle\\Repository\\NotificationsSMSToUsersRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\OrdersRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\OrdersStripePaymentIntentRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\Orders_MonthlyRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\Orders_PricingRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_TransferRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfer_ChargeRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\Orders_Suppliers_Transfers_PayoutRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\PS_Add_SpotRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_PricingRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\PS_Add_Spot_Pricing_CustomRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\PromoCodesRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\UserNotificationsRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\UserRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository' => '?',
'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository' => '?',
])));
$this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $b);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
}, 1 => 'onKernelTerminate'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService());
}, 1 => 'onCliTerminate'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
}, 1 => 'onResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
}, 1 => 'onKernelRequest'], 48);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 8)), $b));
}
/**
* Gets the public 'knp_snappy.image' shared service.
*
* @return \Knp\Snappy\Image
*/
protected function getKnpSnappy_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
$this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
$instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
return $instance;
}
/**
* Gets the public 'knp_snappy.pdf' shared service.
*
* @return \Knp\Snappy\Pdf
*/
protected function getKnpSnappy_PdfService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
$this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
$instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
return $instance;
}
/**
* Gets the public 'main.service.user.notifications' shared service.
*
* @return \App\AppBundle\MainBundle\Services\UserNotificationsService
*/
protected function getMain_Service_User_NotificationsService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Services/UserNotificationsService.php';
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()));
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\DocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
*/
protected function getNelmioApiDoc_Controller_SwaggerUiService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
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()));
}
/**
* Gets the public 'nelmio_api_doc.generator.default' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
$this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
yield 2 => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 1 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
}, 2));
$instance->setAlternativeNames([]);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = new \Symfony\Component\Config\Loader\LoaderResolver();
$b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
]), 'dev'));
$a->addLoader($c);
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['mailer.message_logger_listener'])) {
yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['session_listener'])) {
yield 'session_listener' => ($this->privates['session_listener'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['cache.validator_expression_language'])) {
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
}
if (isset($this->services['.container.private.profiler'])) {
yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->services['.container.private.security.token_storage'])) {
yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->privates['swiftmailer.email_sender.listener'])) {
yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
}, function () {
return 0 + (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']));
}), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'swiftmailer.email_sender.listener' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'swiftmailer.mailer.default' shared service.
*
* @return \Swift_Mailer
*/
protected function getSwiftmailer_Mailer_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
}
/**
* Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
*
* @return \Swift_Plugins_MessageLogger
*/
protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
}
/**
* Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
*
* @return \Swift_Transport_EsmtpTransport
*/
protected function getSwiftmailer_Mailer_Default_Transport_RealService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
$a = new \Swift_Transport_Esmtp_AuthHandler([0 => new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator(), 1 => new \Swift_Transport_Esmtp_Auth_LoginAuthenticator(), 2 => new \Swift_Transport_Esmtp_Auth_PlainAuthenticator(), 3 => new \Swift_Transport_Esmtp_Auth_NTLMAuthenticator()]);
$a->setUsername('leo.parker01012018@gmail.com');
$a->setPassword('xkhfuaubixzayxki');
$a->setAuthMode('login');
$this->services['swiftmailer.mailer.default.transport.real'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), [0 => $a], ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
$instance->setHost('smtp.gmail.com');
$instance->setPort(465);
$instance->setEncryption('ssl');
$instance->setTimeout(30);
$instance->setSourceIp(NULL);
(new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
return $instance;
}
/**
* Gets the public 'swiftmailer.transport' shared service.
*
* @return \Swift_Transport_SpoolTransport
*/
protected function getSwiftmailer_TransportService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
$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());
$instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
return $instance;
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
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()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
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));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
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 () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
}
/**
* Gets the public 'wp.appversion' shared service.
*
* @return \App\AppBundle\APIBundle\Services\AppVersion
*/
protected function getWp_AppversionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/AppVersion.php';
return $this->services['wp.appversion'] = new \App\AppBundle\APIBundle\Services\AppVersion();
}
/**
* Gets the public 'wp.authentication' shared service.
*
* @return \App\AppBundle\APIBundle\Services\Authentication
*/
protected function getWp_AuthenticationService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Authentication.php';
return $this->services['wp.authentication'] = new \App\AppBundle\APIBundle\Services\Authentication();
}
/**
* Gets the public 'wp.authorization' shared service.
*
* @return \App\AppBundle\APIBundle\Services\Authorization
*/
protected function getWp_AuthorizationService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Authorization.php';
return $this->services['wp.authorization'] = new \App\AppBundle\APIBundle\Services\Authorization();
}
/**
* Gets the public 'wp.encryption' shared service.
*
* @return \App\AppBundle\APIBundle\Services\Encryption
*/
protected function getWp_EncryptionService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/Encryption.php';
return $this->services['wp.encryption'] = new \App\AppBundle\APIBundle\Services\Encryption();
}
/**
* Gets the public 'wp.errorcodes' shared service.
*
* @return \App\AppBundle\APIBundle\Services\ErrorCodes
*/
protected function getWp_ErrorcodesService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/ErrorCodes.php';
return $this->services['wp.errorcodes'] = new \App\AppBundle\APIBundle\Services\ErrorCodes();
}
/**
* Gets the public 'wp.general' shared service.
*
* @return \App\AppBundle\APIBundle\Services\WPGeneralService
*/
protected function getWp_GeneralService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/WPGeneralService.php';
return $this->services['wp.general'] = new \App\AppBundle\APIBundle\Services\WPGeneralService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'wp.login' shared service.
*
* @return \App\AppBundle\APIBundle\Services\LoginService
*/
protected function getWp_LoginService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/LoginService.php';
return $this->services['wp.login'] = new \App\AppBundle\APIBundle\Services\LoginService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'wp.mail_manager' shared service.
*
* @return \App\AppBundle\APIBundle\Services\MailManager
*/
protected function getWp_MailManagerService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/MailManager.php';
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()));
}
/**
* Gets the public 'wp.parking_supplier' shared service.
*
* @return \App\AppBundle\APIBundle\Services\ParkingSupplierService
*/
protected function getWp_ParkingSupplierService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/ParkingSupplierService.php';
return $this->services['wp.parking_supplier'] = new \App\AppBundle\APIBundle\Services\ParkingSupplierService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'wp.parking_user' shared service.
*
* @return \App\AppBundle\APIBundle\Services\ParkingUserService
*/
protected function getWp_ParkingUserService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/ParkingUserService.php';
return $this->services['wp.parking_user'] = new \App\AppBundle\APIBundle\Services\ParkingUserService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'wp.push_notification' shared service.
*
* @return \App\AppBundle\APIBundle\Services\PushNotification
*/
protected function getWp_PushNotificationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Controller/BaseApiController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/APIBundle/Services/PushNotification.php';
return $this->services['wp.push_notification'] = new \App\AppBundle\APIBundle\Services\PushNotification();
}
/**
* Gets the private '.console.command.about.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_About_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
});
}
/**
* Gets the private '.console.command.assets_install.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_AssetsInstall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
});
}
/**
* Gets the private '.console.command.cache_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_delete.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolDelete_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
});
}
/**
* Gets the private '.console.command.cache_pool_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
});
}
/**
* Gets the private '.console.command.cache_pool_prune.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolPrune_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
});
}
/**
* Gets the private '.console.command.cache_warmup.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheWarmup_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
});
}
/**
* Gets the private '.console.command.config_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
});
}
/**
* Gets the private '.console.command.config_dump_reference.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDumpReference_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
});
}
/**
* Gets the private '.console.command.container_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
});
}
/**
* Gets the private '.console.command.container_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
});
}
/**
* Gets the private '.console.command.debug_autowiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DebugAutowiring_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
});
}
/**
* Gets the private '.console.command.dotenv_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DotenvDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
});
}
/**
* Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_EventDispatcherDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
});
}
/**
* Gets the private '.console.command.form_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_FormDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.translation_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
});
}
/**
* Gets the private '.console.command.translation_extract.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationExtract_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
});
}
/**
* Gets the private '.console.command.translation_pull.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPull_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
});
}
/**
* Gets the private '.console.command.translation_push.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPush_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.xliff_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_XliffLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
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))));
}
/**
* Gets the private '.errored..service_locator.0NXHhNE.DateTime' shared service.
*
* @return \DateTime
*/
protected function get_Errored__ServiceLocator_0NXHhNE_DateTimeService()
{
$this->throw('Cannot autowire service ".service_locator.0NXHhNE": it references class "DateTime" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4z5.sDE.DateTime' shared service.
*
* @return \DateTime
*/
protected function get_Errored__ServiceLocator_4z5_SDE_DateTimeService()
{
$this->throw('Cannot autowire service ".service_locator.4z5.sDE": it references class "DateTime" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7ulhEgd.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManagerService()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.GFHh3VU.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManager2Service()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.JIRgQx0.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManager3Service()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.Oes5daz.Doctrine\ORM\EntityManager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getEntityManagerService()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.QHt1kW9.DateTime' shared service.
*
* @return \DateTime
*/
protected function get_Errored__ServiceLocator_QHt1kW9_DateTimeService()
{
$this->throw('Cannot autowire service ".service_locator.QHt1kW9": it references class "DateTime" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.QojiIpb.DateTime' shared service.
*
* @return \DateTime
*/
protected function get_Errored__ServiceLocator_QojiIpb_DateTimeService()
{
$this->throw('Cannot autowire service ".service_locator.QojiIpb": it references class "DateTime" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.RTVhG5j.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManager4Service()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.Zf80uHq.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManager5Service()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.fh6OtOQ.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManager6Service()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.fhkrRZ1.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManager7Service()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.lBRaC8e.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManager8Service()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.rG2KAqt.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManager9Service()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.rG2KAqt.Stripe\PaymentIntent' shared service.
*
* @return \Stripe\PaymentIntent
*/
protected function getPaymentIntentService()
{
$this->throw('Cannot autowire service ".service_locator.rG2KAqt": it references class "Stripe\\PaymentIntent" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vzFKW9J.Doctrine\Persistence\ObjectManager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getObjectManager10Service()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$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".');
}
/**
* Gets the private '.maker.auto_command.make_auth.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeAuth_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
});
}
/**
* Gets the private '.maker.auto_command.make_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_crud.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCrud_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
});
}
/**
* Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
});
}
/**
* Gets the private '.maker.auto_command.make_entity.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeEntity_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
});
}
/**
* Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
});
}
/**
* Gets the private '.maker.auto_command.make_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_message.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessage_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
});
}
/**
* Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
});
}
/**
* Gets the private '.maker.auto_command.make_migration.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMigration_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
});
}
/**
* Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
});
}
/**
* Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
});
}
/**
* Gets the private '.maker.auto_command.make_test.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTest_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
});
}
/**
* Gets the private '.maker.auto_command.make_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_validator.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeValidator_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
});
}
/**
* Gets the private '.maker.auto_command.make_voter.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeVoter_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
});
}
/**
* Gets the private '.monolog.command.server_log.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Monolog_Command_ServerLog_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
});
}
/**
* Gets the private '.security.command.debug_firewall.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_DebugFirewall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
});
}
/**
* Gets the private '.security.command.user_password_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
});
}
/**
* Gets the private '.security.command.user_password_hash.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordHash_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
});
}
/**
* Gets the private '.service_locator.0D2g72H' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0D2g72HService()
{
return $this->privates['.service_locator.0D2g72H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.0NXHhNE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0NXHhNEService()
{
return $this->privates['.service_locator.0NXHhNE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'endTime' => ['privates', '.errored..service_locator.0NXHhNE.DateTime', NULL, 'Cannot autowire service ".service_locator.0NXHhNE": it references class "DateTime" but no such service exists.'],
'startTime' => ['privates', '.errored..service_locator.0NXHhNE.DateTime', NULL, 'Cannot autowire service ".service_locator.0NXHhNE": it references class "DateTime" but no such service exists.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'endTime' => 'DateTime',
'startTime' => 'DateTime',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.1T.3f7w' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1T_3f7wService()
{
return $this->privates['.service_locator.1T.3f7w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.1_Fg8AX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1Fg8AXService()
{
return $this->privates['.service_locator.1_Fg8AX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.1rdB0bx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1rdB0bxService()
{
return $this->privates['.service_locator.1rdB0bx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.20cn7Z9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_20cn7Z9Service()
{
return $this->privates['.service_locator.20cn7Z9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'usersReferralsRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository', 'getUsersReferralsRepositoryService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'translator' => '?',
'usersReferralsRepository' => 'App\\AppBundle\\MainBundle\\Repository\\Users_ReferralsRepository',
]);
}
/**
* Gets the private '.service_locator.2NfqTQ4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2NfqTQ4Service()
{
return $this->privates['.service_locator.2NfqTQ4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.2ge1bJ_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2ge1bJService()
{
return $this->privates['.service_locator.2ge1bJ_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.2oTZoRS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2oTZoRSService()
{
return $this->privates['.service_locator.2oTZoRS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'payoutService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PayoutService', 'getPayoutServiceService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'snappyPdf' => ['services', 'knp_snappy.pdf', 'getKnpSnappy_PdfService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'payoutService' => 'App\\AppBundle\\APIBundle\\Services\\PayoutService',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'snappyPdf' => '?',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.2vT07RS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2vT07RSService()
{
return $this->privates['.service_locator.2vT07RS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.3DnV7I7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3DnV7I7Service()
{
return $this->privates['.service_locator.3DnV7I7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSpotServices' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.4FUHAaQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4FUHAaQService()
{
return $this->privates['.service_locator.4FUHAaQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.4z5.sDE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4z5_SDEService()
{
return $this->privates['.service_locator.4z5.sDE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'orderObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\Orders', 'getOrdersService', false],
'psAddSpotObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot', 'getPSAddSpotService', false],
'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.'],
'userObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\User', 'getUserService', false],
], [
'endTime' => 'DateTime',
'orderObj' => 'App\\AppBundle\\MainBundle\\Entity\\Orders',
'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
'startTime' => 'DateTime',
'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.5G3fhQf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5G3fhQfService()
{
return $this->privates['.service_locator.5G3fhQf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.5NMRITt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5NMRITtService()
{
return $this->privates['.service_locator.5NMRITt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'parkingSpotServices' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'pushNotification' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PushNotification', 'getPushNotificationService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.6O0F3GQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6O0F3GQService()
{
return $this->privates['.service_locator.6O0F3GQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'knpSnappyPdf' => ['services', 'knp_snappy.pdf', 'getKnpSnappy_PdfService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'payoutService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PayoutService', 'getPayoutServiceService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
], [
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalService' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'knpSnappyPdf' => '?',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'payoutService' => 'App\\AppBundle\\APIBundle\\Services\\PayoutService',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
]);
}
/**
* Gets the private '.service_locator.74kS38P' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_74kS38PService()
{
return $this->privates['.service_locator.74kS38P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'adminSettings' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings', 'getAdminSettingsService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'adminSettings' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.78w.U1z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_78w_U1zService()
{
return $this->privates['.service_locator.78w.U1z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.7ulhEgd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7ulhEgdService()
{
return $this->privates['.service_locator.7ulhEgd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'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.'],
'orderObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\Orders', 'getOrdersService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'orderObj' => 'App\\AppBundle\\MainBundle\\Entity\\Orders',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.8HEMfKh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8HEMfKhService()
{
return $this->privates['.service_locator.8HEMfKh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.8miSwrX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8miSwrXService()
{
return $this->privates['.service_locator.8miSwrX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pushNotification' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PushNotification', 'getPushNotificationService', false],
], [
'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
]);
}
/**
* Gets the private '.service_locator.91NU1q5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_91NU1q5Service()
{
return $this->privates['.service_locator.91NU1q5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
], [
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
]);
}
/**
* Gets the private '.service_locator.9EpPlpp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9EpPlppService()
{
return $this->privates['.service_locator.9EpPlpp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.9o6FPd2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9o6FPd2Service()
{
return $this->privates['.service_locator.9o6FPd2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminEncryption' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption', 'getAdminEncryptionService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminEncryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.9vpC.lh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9vpC_LhService()
{
return $this->privates['.service_locator.9vpC.lh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
], [
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
]);
}
/**
* Gets the private '.service_locator.A0KjRbU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A0KjRbUService()
{
return $this->privates['.service_locator.A0KjRbU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotAvailabilityAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotLocationDetailsAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoDeleteAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoSequenceAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPricingAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotSpecialDaysAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotStreetViewAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotStreetViewNotAvailableAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotUnAvailabilityAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::checkIfCityAccessibleAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::checkIfSpotIsCompleted' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteMyIncompleteSpot' => ['privates', '.service_locator.cN5Z8YK', 'get_ServiceLocator_CN5Z8YKService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteSpecialDaysAddSpotAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteSpotUnAvailabilityAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::getIncompleteSpotDetailsAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::saveAddSpotAction' => ['privates', '.service_locator.a18ZBRC', 'get_ServiceLocator_A18ZBRCService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::skipSpecialDaysAddSpotAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::updateCaptionPhotoAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::verifyAddSpotAction' => ['privates', '.service_locator.rvTfCtg', 'get_ServiceLocator_RvTfCtgService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController::calculatorEarningCalculatorAction' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPaymentIntentActionForExtendBooking' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::extendBookingAction' => ['privates', '.service_locator.ACOduK9', 'get_ServiceLocator_ACOduK9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::extendBookingCheckoutAction' => ['privates', '.service_locator.LrbTg0J', 'get_ServiceLocator_LrbTg0JService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getBookingConfirmationDetailsForExtendBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPaymentIntentActionForFlexibleBooking' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingCancelCalculateAmountRequest' => ['privates', '.service_locator.1rdB0bx', 'get_ServiceLocator_1rdB0bxService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingCancelRequest' => ['privates', '.service_locator.ki1i2d4', 'get_ServiceLocator_Ki1i2d4Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingConfirmBookingAction' => ['privates', '.service_locator.kdU9rVl', 'get_ServiceLocator_KdU9rVlService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingSpotCheckoutAction' => ['privates', '.service_locator.BjqAP3L', 'get_ServiceLocator_BjqAP3LService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingSpotDetailAction' => ['privates', '.service_locator.BjqAP3L', 'get_ServiceLocator_BjqAP3LService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getBookingConfirmationDetailsForFlexibleBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::searchSpotFlexibleBooking' => ['privates', '.service_locator.MfBxngP', 'get_ServiceLocator_MfBxngPService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::cancelHourlyBookingPaymentIntent' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPaymentIntentActionForHourlyBooking' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getBookingConfirmationDetailsForHourlyBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getPuSpotDetailsAction' => ['privates', '.service_locator.INy8Mkw', 'get_ServiceLocator_INy8MkwService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::hourlyBookingCancelCalculateAmountRequest' => ['privates', '.service_locator.Z0x8yyY', 'get_ServiceLocator_Z0x8yyYService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::hourlyBookingCancelRequest' => ['privates', '.service_locator.dRgXCCQ', 'get_ServiceLocator_DRgXCCQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::searchSpotShortTerm' => ['privates', '.service_locator.BjqAP3L', 'get_ServiceLocator_BjqAP3LService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::shortTermCheckoutBooking' => ['privates', '.service_locator.LrbTg0J', 'get_ServiceLocator_LrbTg0JService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::shortTermSpotBookingSuccess' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::changePasswordAction' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::createNewPasswordAction' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::forgotPasswordAction' => ['privates', '.service_locator.cx_rCup', 'get_ServiceLocator_CxRCupService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::forgotPasswordOTPAction' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::getAppleUserDetailsIfExist' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::getUserLoginDetails' => ['privates', '.service_locator.mV1lCRx', 'get_ServiceLocator_MV1lCRxService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::loginAction' => ['privates', '.service_locator.Vr7.Tfu', 'get_ServiceLocator_Vr7_TfuService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::logoutUserAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::resendNowAction' => ['privates', '.service_locator.XfEfNnl', 'get_ServiceLocator_XfEfNnlService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::resendVerifyNumberOtpAction' => ['privates', '.service_locator.XfEfNnl', 'get_ServiceLocator_XfEfNnlService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::resetPasswordEmail' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::selectRolesAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::signUpAction' => ['privates', '.service_locator.lyqrpJT', 'get_ServiceLocator_LyqrpJTService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::upDateMobileNumberAction' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateNotificationTokenAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateUserActiveRoleAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateUserLoginProcessStepsAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::userDetailsAction' => ['privates', '.service_locator.uBRi26_', 'get_ServiceLocator_UBRi26Service', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController::verifyMobileNumberAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPaymentIntentActionForMonthlyBooking' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPaymentIntentForRepaymentOfMonthlyBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingConfirmationDetailsForMonthlyBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingDetailsForRepaymentSuccessOfMonthlyBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCancelCalculateAmountRequest' => ['privates', '.service_locator.Z0x8yyY', 'get_ServiceLocator_Z0x8yyYService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCancelRequest' => ['privates', '.service_locator.ki1i2d4', 'get_ServiceLocator_Ki1i2d4Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCheckoutAction' => ['privates', '.service_locator.S7wiGw1', 'get_ServiceLocator_S7wiGw1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingConfirmBookedAction' => ['privates', '.service_locator.Cd7__VZ', 'get_ServiceLocator_Cd7VZService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingFreeCancelDateConfirmRequest' => ['privates', '.service_locator.1rdB0bx', 'get_ServiceLocator_1rdB0bxService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingFreeCancelDatesRequest' => ['privates', '.service_locator.1rdB0bx', 'get_ServiceLocator_1rdB0bxService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingSpotDetailAction' => ['privates', '.service_locator.MfBxngP', 'get_ServiceLocator_MfBxngPService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::searchSpotMonthlyBooking' => ['privates', '.service_locator.MfBxngP', 'get_ServiceLocator_MfBxngPService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::activateMySpot' => ['privates', '.service_locator.cN5Z8YK', 'get_ServiceLocator_CN5Z8YKService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::deactivateMySpot' => ['privates', '.service_locator.4FUHAaQ', 'get_ServiceLocator_4FUHAaQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::deleteMySpot' => ['privates', '.service_locator.4FUHAaQ', 'get_ServiceLocator_4FUHAaQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMyCompleteSpots' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMyIncompleteSpots' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMySpots' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController::getAllNotifications' => ['privates', '.service_locator.dD6YMcO', 'get_ServiceLocator_DD6YMcOService', false],
'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController::markNotificationAsRead' => ['privates', '.service_locator.dD6YMcO', 'get_ServiceLocator_DD6YMcOService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getMyBookingReservationAction' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getMySpotReviewsAction' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getSupplierUserRatingAction' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::saveSupplierUserRatingAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::addNewCardAction' => ['privates', '.service_locator.2vT07RS', 'get_ServiceLocator_2vT07RSService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::addUpdateVehicleAction' => ['privates', '.service_locator.9EpPlpp', 'get_ServiceLocator_9EpPlppService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::deleteCardAction' => ['privates', '.service_locator.2NfqTQ4', 'get_ServiceLocator_2NfqTQ4Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::deleteVehicleAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::endMyBookingAction' => ['privates', '.service_locator._5dbssJ', 'get_ServiceLocator_5dbssJService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getBookingDetailAction' => ['privates', '.service_locator.h.q.aVu', 'get_ServiceLocator_H_Q_AVuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFavSpotsAction' => ['privates', '.service_locator.FzZ.5Td', 'get_ServiceLocator_FzZ_5TdService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getMyAllBookingsAction' => ['privates', '.service_locator.qK.jlK5', 'get_ServiceLocator_QK_JlK5Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserPaymentListAction' => ['privates', '.service_locator.aJIynMs', 'get_ServiceLocator_AJIynMsService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserSpotRatingForOrderAction' => ['privates', '.service_locator.FzZ.5Td', 'get_ServiceLocator_FzZ_5TdService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserSpotRatingsAction' => ['privates', '.service_locator.beqlGpC', 'get_ServiceLocator_BeqlGpCService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::saveFavSpotAction' => ['privates', '.service_locator._5dbssJ', 'get_ServiceLocator_5dbssJService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::saveUserSpotRatingsAction' => ['privates', '.service_locator.oaipI.H', 'get_ServiceLocator_OaipI_HService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::updateCardAction' => ['privates', '.service_locator.rYYiCTu', 'get_ServiceLocator_RYYiCTuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::vehicleListAction' => ['privates', '.service_locator.9EpPlpp', 'get_ServiceLocator_9EpPlppService', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutAccountDetailsAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutRequestPayoutAction' => ['privates', '.service_locator.2oTZoRS', 'get_ServiceLocator_2oTZoRSService', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeRedirectAction' => ['privates', '.service_locator.T9Qp5g_', 'get_ServiceLocator_T9Qp5gService', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeRefreshAction' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeReturnAction' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkIfPromoCodesExistForCheckoutForSpotAndUser' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getHomeBannerPromoCodes' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getPromoCodesForCheckoutForSpotAndUser' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getPromoCodesForUser' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::validatePromoCodesForCheckoutForSpotAndUser' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getDetailsOfReferAndEarnForUserAction' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::validateReferralCodeForUserAction' => ['privates', '.service_locator.ved7J.A', 'get_ServiceLocator_Ved7J_AService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::deleteUserProfileAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserCurrencyAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserDateFormatAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserDistanceAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserLanguageAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserNotificationSettingsAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserProfileAction' => ['privates', '.service_locator.UMYC0EW', 'get_ServiceLocator_UMYC0EWService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserTimeFormatAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserTimezoneAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::userManageNotificationsAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\StatementController::getCurrentStatementDetailAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\StatementController::getPastStatementListAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\StatementController::getStatementDataAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\StatementController::getStatementDetailAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks::saveRequestCallBackAction' => ['privates', '.service_locator.G2Ra73G', 'get_ServiceLocator_G2Ra73GService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveBugReportingAction' => ['privates', '.service_locator.2ge1bJ_', 'get_ServiceLocator_2ge1bJService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveBugReportingAttachmentAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveEmailAction' => ['privates', '.service_locator.2ge1bJ_', 'get_ServiceLocator_2ge1bJService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveEmailAttachmentAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveNewIdeaAction' => ['privates', '.service_locator.2ge1bJ_', 'get_ServiceLocator_2ge1bJService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveNewIdeaAttachmentAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveRequestCallBackAction' => ['privates', '.service_locator.dD6YMcO', 'get_ServiceLocator_DD6YMcOService', false],
'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController::getRequestForUserDataDeletionAction' => ['privates', '.service_locator.5G3fhQf', 'get_ServiceLocator_5G3fhQfService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::accessTypeAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::availabilityDaysMethodAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::currencyAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::dateFormatAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::getGeneralData' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::getGeneralDataUpdatedTime' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::languageAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::maxVehicleSizeAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::parkingTypeAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::paymentMethodAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::propertyTypeAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::sendAndroidPushNotification' => ['privates', '.service_locator.8miSwrX', 'get_ServiceLocator_8miSwrXService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::sendiOSPushNotification' => ['privates', '.service_locator.oJaxPjI', 'get_ServiceLocator_OJaxPjIService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::stripeCheckAction' => ['privates', '.service_locator.VN_hJqu', 'get_ServiceLocator_VNHJquService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::timeFormatAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::timezoneAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processExtendBookingOrderForUser' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processFlexibleBookingOrderForUser' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processHourlyBookingOrderForUser' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processMonthlyBookingOrderForUser' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processMonthlyPaymentRenewalSuccess' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::removeAnyConflictingPaymentIntent' => ['privates', '.service_locator.Zf80uHq', 'get_ServiceLocator_Zf80uHqService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Services\\PayoutService::createPdfCustomerInvoiceForUser' => ['privates', '.service_locator.GFHh3VU', 'get_ServiceLocator_GFHh3VUService', false],
'App\\AppBundle\\APIBundle\\Services\\PayoutService::createPdfPayoutInvoiceForSupplier' => ['privates', '.service_locator.lBRaC8e', 'get_ServiceLocator_LBRaC8eService', false],
'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService::getApplicablePromoCodesForUser' => ['privates', '.service_locator.AaDXe.i', 'get_ServiceLocator_AaDXe_IService', false],
'App\\AppBundle\\APIBundle\\Services\\PushNotification::sendPushNotificationsToUsers' => ['privates', '.service_locator.AaDXe.i', 'get_ServiceLocator_AaDXe_IService', false],
'App\\AppBundle\\APIBundle\\Services\\ReferralService::checkAndGenerateReferralPromoCodesForSpotSeekerTask' => ['privates', '.service_locator.ivWwHWa', 'get_ServiceLocator_IvWwHWaService', false],
'App\\AppBundle\\APIBundle\\Services\\ReferralService::generatePromoCodesForUserSignUp' => ['privates', '.service_locator.DOj17hd', 'get_ServiceLocator_DOj17hdService', false],
'App\\AppBundle\\APIBundle\\Services\\ReferralService::generateReferralPromoCodesForSpotOwnerTask' => ['privates', '.service_locator.ivWwHWa', 'get_ServiceLocator_IvWwHWaService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityCityDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityCountryDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityStateDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityCitiesDataAction' => ['privates', '.service_locator.aCYzhBo', 'get_ServiceLocator_ACYzhBoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityCountryDataAction' => ['privates', '.service_locator.aCYzhBo', 'get_ServiceLocator_ACYzhBoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityStatesDataAction' => ['privates', '.service_locator.aCYzhBo', 'get_ServiceLocator_ACYzhBoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityCitiesDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityCountryDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityStatesDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityCitiesDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityCountryDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityStatesDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityCityDataListAction' => ['privates', '.service_locator.HWnmTYE', 'get_ServiceLocator_HWnmTYEService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityDataListAction' => ['privates', '.service_locator.HWnmTYE', 'get_ServiceLocator_HWnmTYEService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityStateDataListAction' => ['privates', '.service_locator.HWnmTYE', 'get_ServiceLocator_HWnmTYEService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController::getAdminConfigDetails' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController::updateAdminConfigDetails' => ['privates', '.service_locator.BznMJov', 'get_ServiceLocator_BznMJovService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::activateAdminNotificationsEmailToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::deactivateAdminNotificationsEmailToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersCreateEdit' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersList' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersUpdateImage' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::activateAdminNotificationsPushToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::deactivateAdminNotificationsPushToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersCreateEdit' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersList' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersUpdateImage' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::activateAdminNotificationsSMSToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::deactivateAdminNotificationsSMSToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::getAdminNotificationsSMSToUsersCreateEdit' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::getAdminNotificationsSMSToUsersList' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController::getAllPayoutsListAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController::getPayoutDetailsAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::activatePromoCodeAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::createEditPromoCodeAction' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::deactivatePromoCodeAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::getAllPromoCodesListAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::updatePromoCodeImageAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController::getAllTransferListAction' => ['privates', '.service_locator.VGkZZKk', 'get_ServiceLocator_VGkZZKkService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController::getTransferDetailsAction' => ['privates', '.service_locator.mocLGcL', 'get_ServiceLocator_MocLGcLService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::activateAdminUserAction' => ['privates', '.service_locator.9o6FPd2', 'get_ServiceLocator_9o6FPd2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::createAdminUserAction' => ['privates', '.service_locator.9o6FPd2', 'get_ServiceLocator_9o6FPd2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::deActivateAdminUserAction' => ['privates', '.service_locator.9o6FPd2', 'get_ServiceLocator_9o6FPd2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::getAdminUserListAction' => ['privates', '.service_locator.9o6FPd2', 'get_ServiceLocator_9o6FPd2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getAllRequestedUserDataDeletionRequestsAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getDeletedUserDataRequestsAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRemoveDeleteRequestAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestDeleteAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestOnHoldAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestRemoveHoldAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::bookingCancelAdminRequest' => ['privates', '.service_locator.NjynsQo', 'get_ServiceLocator_NjynsQoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingDetailAction' => ['privates', '.service_locator.kBqHERH', 'get_ServiceLocator_KBqHERHService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingListAction' => ['privates', '.service_locator.kBqHERH', 'get_ServiceLocator_KBqHERHService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingSpotRatingAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processFlexibleBookingCancelRequest' => ['privates', '.service_locator.7ulhEgd', 'get_ServiceLocator_7ulhEgdService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processHourlyBookingCancelRequest' => ['privates', '.service_locator.7ulhEgd', 'get_ServiceLocator_7ulhEgdService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processMonthlyBookingCancelRequest' => ['privates', '.service_locator.7ulhEgd', 'get_ServiceLocator_7ulhEgdService', false],
'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController::getCurrencyDataListAction' => ['privates', '.service_locator.vVFID0P', 'get_ServiceLocator_VVFID0PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\DashboardController::getDashboardDataAction' => ['privates', '.service_locator.qax5r2Y', 'get_ServiceLocator_Qax5r2YService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::changeUserPasswordAction' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::getAdminUserUnReadCountDetails' => ['privates', '.service_locator.Oes5daz', 'get_ServiceLocator_Oes5dazService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::getUserDetailsAction' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::loginAction' => ['privates', '.service_locator.Q9AuYno', 'get_ServiceLocator_Q9AuYnoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::logoutAction' => ['privates', '.service_locator.Q9AuYno', 'get_ServiceLocator_Q9AuYnoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::resendLoginOtpAction' => ['privates', '.service_locator.e95HFg1', 'get_ServiceLocator_E95HFg1Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::sendLoginPasswordOTPEmail' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::verifyLoginOtpAction' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::activateSpotAction' => ['privates', '.service_locator.NePU5ff', 'get_ServiceLocator_NePU5ffService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::deactivateSpotAction' => ['privates', '.service_locator.NePU5ff', 'get_ServiceLocator_NePU5ffService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::deleteSpotAction' => ['privates', '.service_locator.NePU5ff', 'get_ServiceLocator_NePU5ffService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSearchSpotListAction' => ['privates', '.service_locator.mQniZlO', 'get_ServiceLocator_MQniZlOService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSpotDetailAction' => ['privates', '.service_locator.mQniZlO', 'get_ServiceLocator_MQniZlOService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSpotListAction' => ['privates', '.service_locator.mQniZlO', 'get_ServiceLocator_MQniZlOService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::validateSpotAction' => ['privates', '.service_locator.Kwqgx7S', 'get_ServiceLocator_Kwqgx7SService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::verifySpotAction' => ['privates', '.service_locator.OeFc8.w', 'get_ServiceLocator_OeFc8_WService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController::getSpotReviewsListAction' => ['privates', '.service_locator.Vlcl7hw', 'get_ServiceLocator_Vlcl7hwService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController::notifySpotRatingReminderAction' => ['privates', '.service_locator.5NMRITt', 'get_ServiceLocator_5NMRITtService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportBugReportingListAction' => ['privates', '.service_locator.rpE2bWv', 'get_ServiceLocator_RpE2bWvService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportEmailListAction' => ['privates', '.service_locator._y0kmKs', 'get_ServiceLocator_Y0kmKsService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportNewIdeaListAction' => ['privates', '.service_locator.rpE2bWv', 'get_ServiceLocator_RpE2bWvService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportRequestedListAction' => ['privates', '.service_locator.rpE2bWv', 'get_ServiceLocator_RpE2bWvService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingFavoriteRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingReadStatusRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailFavoriteRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailReadStatusRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailRequestAction' => ['privates', '.service_locator.1_Fg8AX', 'get_ServiceLocator_1Fg8AXService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaFavoriteRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaReadStatusRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackFavoriteRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackReadStatusRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController::activateUserAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController::deactivateUserAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserActiveDevicesAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserDetailAction' => ['privates', '.service_locator.zbwN0O2', 'get_ServiceLocator_ZbwN0O2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserListAction' => ['privates', '.service_locator.zbwN0O2', 'get_ServiceLocator_ZbwN0O2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserReferralsAction' => ['privates', '.service_locator.20cn7Z9', 'get_ServiceLocator_20cn7Z9Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserSearchListAction' => ['privates', '.service_locator.zbwN0O2', 'get_ServiceLocator_ZbwN0O2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::getCommissionRatesForUserAction' => ['privates', '.service_locator.tzxQTLn', 'get_ServiceLocator_TzxQTLnService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::getSpotReviewsListAction' => ['privates', '.service_locator.tzxQTLn', 'get_ServiceLocator_TzxQTLnService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::updateCommissionRatesForUserAction' => ['privates', '.service_locator.tzxQTLn', 'get_ServiceLocator_TzxQTLnService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getFavoriteSpotListAction' => ['privates', '.service_locator.3DnV7I7', 'get_ServiceLocator_3DnV7I7Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getPaymentListAction' => ['privates', '.service_locator.yb3JJCm', 'get_ServiceLocator_Yb3JJCmService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getSpotRatingsAction' => ['privates', '.service_locator.8HEMfKh', 'get_ServiceLocator_8HEMfKhService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getVehicleListAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController::getAllVehiclesListAction' => ['privates', '.service_locator.mocLGcL', 'get_ServiceLocator_MocLGcLService', false],
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::addNewPricingDataAction' => ['privates', '.service_locator.OHM_hc5', 'get_ServiceLocator_OHMHc5Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::deleteNewPricingDataAction' => ['privates', '.service_locator.OHM_hc5', 'get_ServiceLocator_OHMHc5Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::editNewPricingDataAction' => ['privates', '.service_locator.biY9n1t', 'get_ServiceLocator_BiY9n1tService', false],
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::getWpPricingDataListAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::ChatbotWebHook' => ['privates', '.service_locator.9vpC.lh', 'get_ServiceLocator_9vpC_LhService', false],
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::homeAction' => ['privates', '.service_locator.fy0lUR2', 'get_ServiceLocator_Fy0lUR2Service', false],
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::liveChatWebHook' => ['privates', '.service_locator.A9w0Irc', 'get_ServiceLocator_A9w0IrcService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::checkTestAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::databaseAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::homeAction' => ['privates', '.service_locator.CsoNZKG', 'get_ServiceLocator_CsoNZKGService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::test4Action' => ['privates', '.service_locator.6O0F3GQ', 'get_ServiceLocator_6O0F3GQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::test5' => ['privates', '.service_locator.6O0F3GQ', 'get_ServiceLocator_6O0F3GQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::testAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::testAlphaAction' => ['privates', '.service_locator.fy0lUR2', 'get_ServiceLocator_Fy0lUR2Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::testCustomerAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::testPayoutAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::testStripeAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::testStripeOrderAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController::updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::PaymentErrorAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::PaymentSuccessAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::makeFailedPaymentAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::exceptionEmailToAdmin' => ['privates', '.service_locator.91NU1q5', 'get_ServiceLocator_91NU1q5Service', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::sendEmailBasicTemplate' => ['privates', '.service_locator.91NU1q5', 'get_ServiceLocator_91NU1q5Service', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::sendEmailToAdmin' => ['privates', '.service_locator.91NU1q5', 'get_ServiceLocator_91NU1q5Service', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::sendPayoutEmailToSupplier' => ['privates', '.service_locator.g3KFyXK', 'get_ServiceLocator_G3KFyXKService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::sendRatingReminderEmailToUser' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::sentEmailOnReferralCodeUserSignUp' => ['privates', '.service_locator.91NU1q5', 'get_ServiceLocator_91NU1q5Service', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotValidationError' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotValidationSuccess' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotVerificationError' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotVerificationSuccess' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotAvailabilityAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotLocationDetailsAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoDeleteAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoSequenceAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPricingAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotSpecialDaysAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotStreetViewAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotStreetViewNotAvailableAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotUnAvailabilityAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:checkIfCityAccessibleAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:checkIfSpotIsCompleted' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteMyIncompleteSpot' => ['privates', '.service_locator.cN5Z8YK', 'get_ServiceLocator_CN5Z8YKService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteSpecialDaysAddSpotAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteSpotUnAvailabilityAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:getIncompleteSpotDetailsAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:saveAddSpotAction' => ['privates', '.service_locator.a18ZBRC', 'get_ServiceLocator_A18ZBRCService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:skipSpecialDaysAddSpotAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:updateCaptionPhotoAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:verifyAddSpotAction' => ['privates', '.service_locator.rvTfCtg', 'get_ServiceLocator_RvTfCtgService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController:calculatorEarningCalculatorAction' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPaymentIntentActionForExtendBooking' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:extendBookingAction' => ['privates', '.service_locator.ACOduK9', 'get_ServiceLocator_ACOduK9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:extendBookingCheckoutAction' => ['privates', '.service_locator.LrbTg0J', 'get_ServiceLocator_LrbTg0JService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getBookingConfirmationDetailsForExtendBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPaymentIntentActionForFlexibleBooking' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingCancelCalculateAmountRequest' => ['privates', '.service_locator.1rdB0bx', 'get_ServiceLocator_1rdB0bxService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingCancelRequest' => ['privates', '.service_locator.ki1i2d4', 'get_ServiceLocator_Ki1i2d4Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingConfirmBookingAction' => ['privates', '.service_locator.kdU9rVl', 'get_ServiceLocator_KdU9rVlService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingSpotCheckoutAction' => ['privates', '.service_locator.BjqAP3L', 'get_ServiceLocator_BjqAP3LService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingSpotDetailAction' => ['privates', '.service_locator.BjqAP3L', 'get_ServiceLocator_BjqAP3LService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getBookingConfirmationDetailsForFlexibleBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:searchSpotFlexibleBooking' => ['privates', '.service_locator.MfBxngP', 'get_ServiceLocator_MfBxngPService', false],
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:cancelHourlyBookingPaymentIntent' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPaymentIntentActionForHourlyBooking' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getBookingConfirmationDetailsForHourlyBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getPuSpotDetailsAction' => ['privates', '.service_locator.INy8Mkw', 'get_ServiceLocator_INy8MkwService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:hourlyBookingCancelCalculateAmountRequest' => ['privates', '.service_locator.Z0x8yyY', 'get_ServiceLocator_Z0x8yyYService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:hourlyBookingCancelRequest' => ['privates', '.service_locator.dRgXCCQ', 'get_ServiceLocator_DRgXCCQService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:searchSpotShortTerm' => ['privates', '.service_locator.BjqAP3L', 'get_ServiceLocator_BjqAP3LService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:shortTermCheckoutBooking' => ['privates', '.service_locator.LrbTg0J', 'get_ServiceLocator_LrbTg0JService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:shortTermSpotBookingSuccess' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:changePasswordAction' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:createNewPasswordAction' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:forgotPasswordAction' => ['privates', '.service_locator.cx_rCup', 'get_ServiceLocator_CxRCupService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:forgotPasswordOTPAction' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:getAppleUserDetailsIfExist' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:getUserLoginDetails' => ['privates', '.service_locator.mV1lCRx', 'get_ServiceLocator_MV1lCRxService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:loginAction' => ['privates', '.service_locator.Vr7.Tfu', 'get_ServiceLocator_Vr7_TfuService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:logoutUserAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:resendNowAction' => ['privates', '.service_locator.XfEfNnl', 'get_ServiceLocator_XfEfNnlService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:resendVerifyNumberOtpAction' => ['privates', '.service_locator.XfEfNnl', 'get_ServiceLocator_XfEfNnlService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:resetPasswordEmail' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:selectRolesAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:signUpAction' => ['privates', '.service_locator.lyqrpJT', 'get_ServiceLocator_LyqrpJTService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:upDateMobileNumberAction' => ['privates', '.service_locator.78w.U1z', 'get_ServiceLocator_78w_U1zService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateNotificationTokenAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateUserActiveRoleAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateUserLoginProcessStepsAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:userDetailsAction' => ['privates', '.service_locator.uBRi26_', 'get_ServiceLocator_UBRi26Service', false],
'App\\AppBundle\\APIBundle\\Controller\\LoginController:verifyMobileNumberAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPaymentIntentActionForMonthlyBooking' => ['privates', '.service_locator.Cbs4yEF', 'get_ServiceLocator_Cbs4yEFService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPaymentIntentForRepaymentOfMonthlyBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingConfirmationDetailsForMonthlyBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingDetailsForRepaymentSuccessOfMonthlyBooking' => ['privates', '.service_locator.C11bA8i', 'get_ServiceLocator_C11bA8iService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCancelCalculateAmountRequest' => ['privates', '.service_locator.Z0x8yyY', 'get_ServiceLocator_Z0x8yyYService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCancelRequest' => ['privates', '.service_locator.ki1i2d4', 'get_ServiceLocator_Ki1i2d4Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCheckoutAction' => ['privates', '.service_locator.S7wiGw1', 'get_ServiceLocator_S7wiGw1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingConfirmBookedAction' => ['privates', '.service_locator.Cd7__VZ', 'get_ServiceLocator_Cd7VZService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingFreeCancelDateConfirmRequest' => ['privates', '.service_locator.1rdB0bx', 'get_ServiceLocator_1rdB0bxService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingFreeCancelDatesRequest' => ['privates', '.service_locator.1rdB0bx', 'get_ServiceLocator_1rdB0bxService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingSpotDetailAction' => ['privates', '.service_locator.MfBxngP', 'get_ServiceLocator_MfBxngPService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:searchSpotMonthlyBooking' => ['privates', '.service_locator.MfBxngP', 'get_ServiceLocator_MfBxngPService', false],
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:activateMySpot' => ['privates', '.service_locator.cN5Z8YK', 'get_ServiceLocator_CN5Z8YKService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:deactivateMySpot' => ['privates', '.service_locator.4FUHAaQ', 'get_ServiceLocator_4FUHAaQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:deleteMySpot' => ['privates', '.service_locator.4FUHAaQ', 'get_ServiceLocator_4FUHAaQService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMyCompleteSpots' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMyIncompleteSpots' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMySpots' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController:getAllNotifications' => ['privates', '.service_locator.dD6YMcO', 'get_ServiceLocator_DD6YMcOService', false],
'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController:markNotificationAsRead' => ['privates', '.service_locator.dD6YMcO', 'get_ServiceLocator_DD6YMcOService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getMyBookingReservationAction' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getMySpotReviewsAction' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getSupplierUserRatingAction' => ['privates', '.service_locator.ND421BA', 'get_ServiceLocator_ND421BAService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:saveSupplierUserRatingAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:addNewCardAction' => ['privates', '.service_locator.2vT07RS', 'get_ServiceLocator_2vT07RSService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:addUpdateVehicleAction' => ['privates', '.service_locator.9EpPlpp', 'get_ServiceLocator_9EpPlppService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:deleteCardAction' => ['privates', '.service_locator.2NfqTQ4', 'get_ServiceLocator_2NfqTQ4Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:deleteVehicleAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:endMyBookingAction' => ['privates', '.service_locator._5dbssJ', 'get_ServiceLocator_5dbssJService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getBookingDetailAction' => ['privates', '.service_locator.h.q.aVu', 'get_ServiceLocator_H_Q_AVuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFavSpotsAction' => ['privates', '.service_locator.FzZ.5Td', 'get_ServiceLocator_FzZ_5TdService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getMyAllBookingsAction' => ['privates', '.service_locator.qK.jlK5', 'get_ServiceLocator_QK_JlK5Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserPaymentListAction' => ['privates', '.service_locator.aJIynMs', 'get_ServiceLocator_AJIynMsService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserSpotRatingForOrderAction' => ['privates', '.service_locator.FzZ.5Td', 'get_ServiceLocator_FzZ_5TdService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserSpotRatingsAction' => ['privates', '.service_locator.beqlGpC', 'get_ServiceLocator_BeqlGpCService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:saveFavSpotAction' => ['privates', '.service_locator._5dbssJ', 'get_ServiceLocator_5dbssJService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:saveUserSpotRatingsAction' => ['privates', '.service_locator.oaipI.H', 'get_ServiceLocator_OaipI_HService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:updateCardAction' => ['privates', '.service_locator.rYYiCTu', 'get_ServiceLocator_RYYiCTuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:vehicleListAction' => ['privates', '.service_locator.9EpPlpp', 'get_ServiceLocator_9EpPlppService', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutAccountDetailsAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutRequestPayoutAction' => ['privates', '.service_locator.2oTZoRS', 'get_ServiceLocator_2oTZoRSService', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeRedirectAction' => ['privates', '.service_locator.T9Qp5g_', 'get_ServiceLocator_T9Qp5gService', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeRefreshAction' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeReturnAction' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkIfPromoCodesExistForCheckoutForSpotAndUser' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getHomeBannerPromoCodes' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getPromoCodesForCheckoutForSpotAndUser' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getPromoCodesForUser' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:validatePromoCodesForCheckoutForSpotAndUser' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getDetailsOfReferAndEarnForUserAction' => ['privates', '.service_locator.Zmv4dA6', 'get_ServiceLocator_Zmv4dA6Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:validateReferralCodeForUserAction' => ['privates', '.service_locator.ved7J.A', 'get_ServiceLocator_Ved7J_AService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:deleteUserProfileAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserCurrencyAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserDateFormatAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserDistanceAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserLanguageAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserNotificationSettingsAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserProfileAction' => ['privates', '.service_locator.UMYC0EW', 'get_ServiceLocator_UMYC0EWService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserTimeFormatAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserTimezoneAction' => ['privates', '.service_locator.hVyK42i', 'get_ServiceLocator_HVyK42iService', false],
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:userManageNotificationsAction' => ['privates', '.service_locator.FhUwI0V', 'get_ServiceLocator_FhUwI0VService', false],
'App\\AppBundle\\APIBundle\\Controller\\StatementController:getCurrentStatementDetailAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\StatementController:getPastStatementListAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\StatementController:getStatementDataAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\StatementController:getStatementDetailAction' => ['privates', '.service_locator.D.SBsag', 'get_ServiceLocator_D_SBsagService', false],
'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks:saveRequestCallBackAction' => ['privates', '.service_locator.G2Ra73G', 'get_ServiceLocator_G2Ra73GService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveBugReportingAction' => ['privates', '.service_locator.2ge1bJ_', 'get_ServiceLocator_2ge1bJService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveBugReportingAttachmentAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveEmailAction' => ['privates', '.service_locator.2ge1bJ_', 'get_ServiceLocator_2ge1bJService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveEmailAttachmentAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveNewIdeaAction' => ['privates', '.service_locator.2ge1bJ_', 'get_ServiceLocator_2ge1bJService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveNewIdeaAttachmentAction' => ['privates', '.service_locator.ivioIbf', 'get_ServiceLocator_IvioIbfService', false],
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveRequestCallBackAction' => ['privates', '.service_locator.dD6YMcO', 'get_ServiceLocator_DD6YMcOService', false],
'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController:getRequestForUserDataDeletionAction' => ['privates', '.service_locator.5G3fhQf', 'get_ServiceLocator_5G3fhQfService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:accessTypeAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:availabilityDaysMethodAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:currencyAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:dateFormatAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:getGeneralData' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:getGeneralDataUpdatedTime' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:languageAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:maxVehicleSizeAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:parkingTypeAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:paymentMethodAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:propertyTypeAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:sendAndroidPushNotification' => ['privates', '.service_locator.8miSwrX', 'get_ServiceLocator_8miSwrXService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:sendiOSPushNotification' => ['privates', '.service_locator.oJaxPjI', 'get_ServiceLocator_OJaxPjIService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:stripeCheckAction' => ['privates', '.service_locator.VN_hJqu', 'get_ServiceLocator_VNHJquService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:timeFormatAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:timezoneAction' => ['privates', '.service_locator.l41_4qV', 'get_ServiceLocator_L414qVService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processExtendBookingOrderForUser' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processFlexibleBookingOrderForUser' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processHourlyBookingOrderForUser' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processMonthlyBookingOrderForUser' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processMonthlyPaymentRenewalSuccess' => ['privates', '.service_locator.rG2KAqt', 'get_ServiceLocator_RG2KAqtService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:removeAnyConflictingPaymentIntent' => ['privates', '.service_locator.Zf80uHq', 'get_ServiceLocator_Zf80uHqService', false],
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\APIBundle\\Services\\PayoutService:createPdfCustomerInvoiceForUser' => ['privates', '.service_locator.GFHh3VU', 'get_ServiceLocator_GFHh3VUService', false],
'App\\AppBundle\\APIBundle\\Services\\PayoutService:createPdfPayoutInvoiceForSupplier' => ['privates', '.service_locator.lBRaC8e', 'get_ServiceLocator_LBRaC8eService', false],
'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService:getApplicablePromoCodesForUser' => ['privates', '.service_locator.AaDXe.i', 'get_ServiceLocator_AaDXe_IService', false],
'App\\AppBundle\\APIBundle\\Services\\PushNotification:sendPushNotificationsToUsers' => ['privates', '.service_locator.AaDXe.i', 'get_ServiceLocator_AaDXe_IService', false],
'App\\AppBundle\\APIBundle\\Services\\ReferralService:checkAndGenerateReferralPromoCodesForSpotSeekerTask' => ['privates', '.service_locator.ivWwHWa', 'get_ServiceLocator_IvWwHWaService', false],
'App\\AppBundle\\APIBundle\\Services\\ReferralService:generatePromoCodesForUserSignUp' => ['privates', '.service_locator.DOj17hd', 'get_ServiceLocator_DOj17hdService', false],
'App\\AppBundle\\APIBundle\\Services\\ReferralService:generateReferralPromoCodesForSpotOwnerTask' => ['privates', '.service_locator.ivWwHWa', 'get_ServiceLocator_IvWwHWaService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityCityDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityCountryDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityStateDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityCitiesDataAction' => ['privates', '.service_locator.aCYzhBo', 'get_ServiceLocator_ACYzhBoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityCountryDataAction' => ['privates', '.service_locator.aCYzhBo', 'get_ServiceLocator_ACYzhBoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityStatesDataAction' => ['privates', '.service_locator.aCYzhBo', 'get_ServiceLocator_ACYzhBoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityCitiesDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityCountryDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityStatesDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityCitiesDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityCountryDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityStatesDataAction' => ['privates', '.service_locator.74kS38P', 'get_ServiceLocator_74kS38PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityCityDataListAction' => ['privates', '.service_locator.HWnmTYE', 'get_ServiceLocator_HWnmTYEService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityDataListAction' => ['privates', '.service_locator.HWnmTYE', 'get_ServiceLocator_HWnmTYEService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityStateDataListAction' => ['privates', '.service_locator.HWnmTYE', 'get_ServiceLocator_HWnmTYEService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController:getAdminConfigDetails' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController:updateAdminConfigDetails' => ['privates', '.service_locator.BznMJov', 'get_ServiceLocator_BznMJovService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:activateAdminNotificationsEmailToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:deactivateAdminNotificationsEmailToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersCreateEdit' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersList' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersUpdateImage' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:activateAdminNotificationsPushToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:deactivateAdminNotificationsPushToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersCreateEdit' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersList' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersUpdateImage' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:activateAdminNotificationsSMSToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:deactivateAdminNotificationsSMSToUsers' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:getAdminNotificationsSMSToUsersCreateEdit' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:getAdminNotificationsSMSToUsersList' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController:getAllPayoutsListAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController:getPayoutDetailsAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:activatePromoCodeAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:createEditPromoCodeAction' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:deactivatePromoCodeAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:getAllPromoCodesListAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:updatePromoCodeImageAction' => ['privates', '.service_locator.hCYIIVM', 'get_ServiceLocator_HCYIIVMService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController:getAllTransferListAction' => ['privates', '.service_locator.VGkZZKk', 'get_ServiceLocator_VGkZZKkService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController:getTransferDetailsAction' => ['privates', '.service_locator.mocLGcL', 'get_ServiceLocator_MocLGcLService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:activateAdminUserAction' => ['privates', '.service_locator.9o6FPd2', 'get_ServiceLocator_9o6FPd2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:createAdminUserAction' => ['privates', '.service_locator.9o6FPd2', 'get_ServiceLocator_9o6FPd2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:deActivateAdminUserAction' => ['privates', '.service_locator.9o6FPd2', 'get_ServiceLocator_9o6FPd2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:getAdminUserListAction' => ['privates', '.service_locator.9o6FPd2', 'get_ServiceLocator_9o6FPd2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getAllRequestedUserDataDeletionRequestsAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getDeletedUserDataRequestsAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRemoveDeleteRequestAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestDeleteAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestOnHoldAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestRemoveHoldAction' => ['privates', '.service_locator._efam6b', 'get_ServiceLocator_Efam6bService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:bookingCancelAdminRequest' => ['privates', '.service_locator.NjynsQo', 'get_ServiceLocator_NjynsQoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingDetailAction' => ['privates', '.service_locator.kBqHERH', 'get_ServiceLocator_KBqHERHService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingListAction' => ['privates', '.service_locator.kBqHERH', 'get_ServiceLocator_KBqHERHService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingSpotRatingAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processFlexibleBookingCancelRequest' => ['privates', '.service_locator.7ulhEgd', 'get_ServiceLocator_7ulhEgdService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processHourlyBookingCancelRequest' => ['privates', '.service_locator.7ulhEgd', 'get_ServiceLocator_7ulhEgdService', false],
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processMonthlyBookingCancelRequest' => ['privates', '.service_locator.7ulhEgd', 'get_ServiceLocator_7ulhEgdService', false],
'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController:getCurrencyDataListAction' => ['privates', '.service_locator.vVFID0P', 'get_ServiceLocator_VVFID0PService', false],
'App\\AppBundle\\AdminBundle\\Controller\\DashboardController:getDashboardDataAction' => ['privates', '.service_locator.qax5r2Y', 'get_ServiceLocator_Qax5r2YService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:changeUserPasswordAction' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:getAdminUserUnReadCountDetails' => ['privates', '.service_locator.Oes5daz', 'get_ServiceLocator_Oes5dazService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:getUserDetailsAction' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:loginAction' => ['privates', '.service_locator.Q9AuYno', 'get_ServiceLocator_Q9AuYnoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:logoutAction' => ['privates', '.service_locator.Q9AuYno', 'get_ServiceLocator_Q9AuYnoService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:resendLoginOtpAction' => ['privates', '.service_locator.e95HFg1', 'get_ServiceLocator_E95HFg1Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:sendLoginPasswordOTPEmail' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:verifyLoginOtpAction' => ['privates', '.service_locator.v.CLIbz', 'get_ServiceLocator_V_CLIbzService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:activateSpotAction' => ['privates', '.service_locator.NePU5ff', 'get_ServiceLocator_NePU5ffService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:deactivateSpotAction' => ['privates', '.service_locator.NePU5ff', 'get_ServiceLocator_NePU5ffService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:deleteSpotAction' => ['privates', '.service_locator.NePU5ff', 'get_ServiceLocator_NePU5ffService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSearchSpotListAction' => ['privates', '.service_locator.mQniZlO', 'get_ServiceLocator_MQniZlOService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSpotDetailAction' => ['privates', '.service_locator.mQniZlO', 'get_ServiceLocator_MQniZlOService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSpotListAction' => ['privates', '.service_locator.mQniZlO', 'get_ServiceLocator_MQniZlOService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:validateSpotAction' => ['privates', '.service_locator.Kwqgx7S', 'get_ServiceLocator_Kwqgx7SService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:verifySpotAction' => ['privates', '.service_locator.OeFc8.w', 'get_ServiceLocator_OeFc8_WService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController:getSpotReviewsListAction' => ['privates', '.service_locator.Vlcl7hw', 'get_ServiceLocator_Vlcl7hwService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController:notifySpotRatingReminderAction' => ['privates', '.service_locator.5NMRITt', 'get_ServiceLocator_5NMRITtService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportBugReportingListAction' => ['privates', '.service_locator.rpE2bWv', 'get_ServiceLocator_RpE2bWvService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportEmailListAction' => ['privates', '.service_locator._y0kmKs', 'get_ServiceLocator_Y0kmKsService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportNewIdeaListAction' => ['privates', '.service_locator.rpE2bWv', 'get_ServiceLocator_RpE2bWvService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportRequestedListAction' => ['privates', '.service_locator.rpE2bWv', 'get_ServiceLocator_RpE2bWvService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingFavoriteRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingReadStatusRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailFavoriteRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailReadStatusRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailRequestAction' => ['privates', '.service_locator.1_Fg8AX', 'get_ServiceLocator_1Fg8AXService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaFavoriteRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaReadStatusRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackFavoriteRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackReadStatusRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackRequestAction' => ['privates', '.service_locator.qc8gZks', 'get_ServiceLocator_Qc8gZksService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController:activateUserAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController:deactivateUserAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserActiveDevicesAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserDetailAction' => ['privates', '.service_locator.zbwN0O2', 'get_ServiceLocator_ZbwN0O2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserListAction' => ['privates', '.service_locator.zbwN0O2', 'get_ServiceLocator_ZbwN0O2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserReferralsAction' => ['privates', '.service_locator.20cn7Z9', 'get_ServiceLocator_20cn7Z9Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserSearchListAction' => ['privates', '.service_locator.zbwN0O2', 'get_ServiceLocator_ZbwN0O2Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:getCommissionRatesForUserAction' => ['privates', '.service_locator.tzxQTLn', 'get_ServiceLocator_TzxQTLnService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:getSpotReviewsListAction' => ['privates', '.service_locator.tzxQTLn', 'get_ServiceLocator_TzxQTLnService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:updateCommissionRatesForUserAction' => ['privates', '.service_locator.tzxQTLn', 'get_ServiceLocator_TzxQTLnService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getFavoriteSpotListAction' => ['privates', '.service_locator.3DnV7I7', 'get_ServiceLocator_3DnV7I7Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getPaymentListAction' => ['privates', '.service_locator.yb3JJCm', 'get_ServiceLocator_Yb3JJCmService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getSpotRatingsAction' => ['privates', '.service_locator.8HEMfKh', 'get_ServiceLocator_8HEMfKhService', false],
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getVehicleListAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController:getAllVehiclesListAction' => ['privates', '.service_locator.mocLGcL', 'get_ServiceLocator_MocLGcLService', false],
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:addNewPricingDataAction' => ['privates', '.service_locator.OHM_hc5', 'get_ServiceLocator_OHMHc5Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:deleteNewPricingDataAction' => ['privates', '.service_locator.OHM_hc5', 'get_ServiceLocator_OHMHc5Service', false],
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:editNewPricingDataAction' => ['privates', '.service_locator.biY9n1t', 'get_ServiceLocator_BiY9n1tService', false],
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:getWpPricingDataListAction' => ['privates', '.service_locator.0D2g72H', 'get_ServiceLocator_0D2g72HService', false],
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:ChatbotWebHook' => ['privates', '.service_locator.9vpC.lh', 'get_ServiceLocator_9vpC_LhService', false],
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:homeAction' => ['privates', '.service_locator.fy0lUR2', 'get_ServiceLocator_Fy0lUR2Service', false],
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:liveChatWebHook' => ['privates', '.service_locator.A9w0Irc', 'get_ServiceLocator_A9w0IrcService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForFlexibleBookingCaseOne' => ['privates', '.service_locator.1T.3f7w', 'get_ServiceLocator_1T_3f7wService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForFlexibleBookingOtherCases' => ['privates', '.service_locator.DNGJb9Z', 'get_ServiceLocator_DNGJb9ZService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForSpot' => ['privates', '.service_locator.HCrVwOF', 'get_ServiceLocator_HCrVwOFService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForSpotForPromoCodeApplied' => ['privates', '.service_locator.cEX2sC.', 'get_ServiceLocator_CEX2sC_Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:checkIfSpotIsAvailable' => ['privates', '.service_locator.fhkrRZ1', 'get_ServiceLocator_FhkrRZ1Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:checkSpotAvailabilityBasedOnAvailability' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:checkTestAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForAdvancedPricingCustomSlots' => ['privates', '.service_locator.QHt1kW9', 'get_ServiceLocator_QHt1kW9Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => ['privates', '.service_locator.QojiIpb', 'get_ServiceLocator_QojiIpbService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForSpecialPricing' => ['privates', '.service_locator.0NXHhNE', 'get_ServiceLocator_0NXHhNEService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotResponseDataForSpotDetail' => ['privates', '.service_locator.ee54exu', 'get_ServiceLocator_Ee54exuService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotResponseForBriefSpotList' => ['privates', '.service_locator.NYBtvGp', 'get_ServiceLocator_NYBtvGpService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArray' => ['privates', '.service_locator.RTVhG5j', 'get_ServiceLocator_RTVhG5jService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:databaseAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotLocationsFromLatitudeLongitude' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:flexibleBookingForSpotDetailAndCheckout' => ['privates', '.service_locator.vzFKW9J', 'get_ServiceLocator_VzFKW9JService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:getBookingDetailsForOrderId' => ['privates', '.service_locator.JIRgQx0', 'get_ServiceLocator_JIRgQx0Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForAvailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForOrderUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForUnavailabilityOfSpot' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:getFlexibleSpotBookingForOtherCases' => ['privates', '.service_locator.fh6OtOQ', 'get_ServiceLocator_Fh6OtOQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:getSpotOverAllRatingsForSpot' => ['privates', '.service_locator.n8JU8bs', 'get_ServiceLocator_N8JU8bsService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:getSpotResponseObjForFlexibleBooking' => ['privates', '.service_locator.ukBc663', 'get_ServiceLocator_UkBc663Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:homeAction' => ['privates', '.service_locator.CsoNZKG', 'get_ServiceLocator_CsoNZKGService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:test4Action' => ['privates', '.service_locator.6O0F3GQ', 'get_ServiceLocator_6O0F3GQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:test5' => ['privates', '.service_locator.6O0F3GQ', 'get_ServiceLocator_6O0F3GQService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:testAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:testAlphaAction' => ['privates', '.service_locator.fy0lUR2', 'get_ServiceLocator_Fy0lUR2Service', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:testCustomerAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:testPayoutAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:testStripeAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:testStripeOrderAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MainController:updateDefaultOrderObjectForBookedOrder' => ['privates', '.service_locator.4z5.sDE', 'get_ServiceLocator_4z5_SDEService', false],
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:PaymentErrorAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:PaymentSuccessAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:makeFailedPaymentAction' => ['privates', '.service_locator.oKMvwBW', 'get_ServiceLocator_OKMvwBWService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:exceptionEmailToAdmin' => ['privates', '.service_locator.91NU1q5', 'get_ServiceLocator_91NU1q5Service', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:sendEmailBasicTemplate' => ['privates', '.service_locator.91NU1q5', 'get_ServiceLocator_91NU1q5Service', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:sendEmailToAdmin' => ['privates', '.service_locator.91NU1q5', 'get_ServiceLocator_91NU1q5Service', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:sendPayoutEmailToSupplier' => ['privates', '.service_locator.g3KFyXK', 'get_ServiceLocator_G3KFyXKService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:sendRatingReminderEmailToUser' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:sentEmailOnReferralCodeUserSignUp' => ['privates', '.service_locator.91NU1q5', 'get_ServiceLocator_91NU1q5Service', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotValidationError' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotValidationSuccess' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotVerificationError' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotVerificationSuccess' => ['privates', '.service_locator.Jqzm1nu', 'get_ServiceLocator_Jqzm1nuService', false],
'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
], [
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotAvailabilityAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotLocationDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoDeleteAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPhotoSequenceAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotPricingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotSpecialDaysAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotStreetViewAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotStreetViewNotAvailableAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::addSpotUnAvailabilityAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::checkIfCityAccessibleAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::checkIfSpotIsCompleted' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteMyIncompleteSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteSpecialDaysAddSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::deleteSpotUnAvailabilityAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::getIncompleteSpotDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::saveAddSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::skipSpecialDaysAddSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::updateCaptionPhotoAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController::verifyAddSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController::calculatorEarningCalculatorAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPaymentIntentActionForExtendBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::extendBookingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::extendBookingCheckoutAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getBookingConfirmationDetailsForExtendBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPaymentIntentActionForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingCancelCalculateAmountRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingCancelRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingConfirmBookingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingSpotCheckoutAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::flexibleBookingSpotDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getBookingConfirmationDetailsForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::searchSpotFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::cancelHourlyBookingPaymentIntent' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPaymentIntentActionForHourlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getBookingConfirmationDetailsForHourlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getPuSpotDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::hourlyBookingCancelCalculateAmountRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::hourlyBookingCancelRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::searchSpotShortTerm' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::shortTermCheckoutBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::shortTermSpotBookingSuccess' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::changePasswordAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::createNewPasswordAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::forgotPasswordAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::forgotPasswordOTPAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::getAppleUserDetailsIfExist' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::getUserLoginDetails' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::loginAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::logoutUserAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::resendNowAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::resendVerifyNumberOtpAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::resetPasswordEmail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::selectRolesAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::signUpAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::upDateMobileNumberAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateNotificationTokenAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateUserActiveRoleAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::updateUserLoginProcessStepsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::userDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController::verifyMobileNumberAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPaymentIntentActionForMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPaymentIntentForRepaymentOfMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingConfirmationDetailsForMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getBookingDetailsForRepaymentSuccessOfMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCancelCalculateAmountRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCancelRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingCheckoutAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingConfirmBookedAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingFreeCancelDateConfirmRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingFreeCancelDatesRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::monthlyBookingSpotDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::searchSpotMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::activateMySpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::deactivateMySpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::deleteMySpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMyCompleteSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMyIncompleteSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController::getMySpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController::getAllNotifications' => '?',
'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController::markNotificationAsRead' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getMyBookingReservationAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getMySpotReviewsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::getSupplierUserRatingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController::saveSupplierUserRatingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::addNewCardAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::addUpdateVehicleAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::deleteCardAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::deleteVehicleAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::endMyBookingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getBookingDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFavSpotsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getMyAllBookingsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserPaymentListAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserSpotRatingForOrderAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::getUserSpotRatingsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::saveFavSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::saveUserSpotRatingsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::updateCardAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController::vehicleListAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutAccountDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutRequestPayoutAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeRedirectAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeRefreshAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController::payoutStripeReturnAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkIfPromoCodesExistForCheckoutForSpotAndUser' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getHomeBannerPromoCodes' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getPromoCodesForCheckoutForSpotAndUser' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getPromoCodesForUser' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController::validatePromoCodesForCheckoutForSpotAndUser' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getDetailsOfReferAndEarnForUserAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController::validateReferralCodeForUserAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::deleteUserProfileAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserCurrencyAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserDateFormatAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserDistanceAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserLanguageAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserNotificationSettingsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserProfileAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserTimeFormatAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::updateUserTimezoneAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController::userManageNotificationsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StatementController::getCurrentStatementDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StatementController::getPastStatementListAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StatementController::getStatementDataAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StatementController::getStatementDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks::saveRequestCallBackAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveBugReportingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveBugReportingAttachmentAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveEmailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveEmailAttachmentAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveNewIdeaAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveNewIdeaAttachmentAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController::saveRequestCallBackAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController::getRequestForUserDataDeletionAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::accessTypeAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::availabilityDaysMethodAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::currencyAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::dateFormatAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::getGeneralData' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::getGeneralDataUpdatedTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::languageAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::maxVehicleSizeAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::parkingTypeAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::paymentMethodAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::propertyTypeAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::sendAndroidPushNotification' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::sendiOSPushNotification' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::stripeCheckAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::timeFormatAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController::timezoneAction' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processExtendBookingOrderForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processFlexibleBookingOrderForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processHourlyBookingOrderForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processMonthlyBookingOrderForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::processMonthlyPaymentRenewalSuccess' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::removeAnyConflictingPaymentIntent' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Services\\PayoutService::createPdfCustomerInvoiceForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\PayoutService::createPdfPayoutInvoiceForSupplier' => '?',
'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService::getApplicablePromoCodesForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\PushNotification::sendPushNotificationsToUsers' => '?',
'App\\AppBundle\\APIBundle\\Services\\ReferralService::checkAndGenerateReferralPromoCodesForSpotSeekerTask' => '?',
'App\\AppBundle\\APIBundle\\Services\\ReferralService::generatePromoCodesForUserSignUp' => '?',
'App\\AppBundle\\APIBundle\\Services\\ReferralService::generateReferralPromoCodesForSpotOwnerTask' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityCityDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityCountryDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::activateDeactivateAccessibilityStateDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityCitiesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityCountryDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::addAccessibilityStatesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityCitiesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityCountryDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::deleteAccessibilityStatesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityCitiesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityCountryDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::editAccessibilityStatesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityCityDataListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityDataListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController::getAccessibilityStateDataListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController::getAdminConfigDetails' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController::updateAdminConfigDetails' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::activateAdminNotificationsEmailToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::deactivateAdminNotificationsEmailToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersCreateEdit' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersList' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController::getAdminNotificationsEmailToUsersUpdateImage' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::activateAdminNotificationsPushToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::deactivateAdminNotificationsPushToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersCreateEdit' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersList' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController::getAdminNotificationsPushToUsersUpdateImage' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::activateAdminNotificationsSMSToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::deactivateAdminNotificationsSMSToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::getAdminNotificationsSMSToUsersCreateEdit' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController::getAdminNotificationsSMSToUsersList' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController::getAllPayoutsListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController::getPayoutDetailsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::activatePromoCodeAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::createEditPromoCodeAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::deactivatePromoCodeAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::getAllPromoCodesListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController::updatePromoCodeImageAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController::getAllTransferListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController::getTransferDetailsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::activateAdminUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::createAdminUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::deActivateAdminUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController::getAdminUserListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getAllRequestedUserDataDeletionRequestsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getDeletedUserDataRequestsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRemoveDeleteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestDeleteAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestOnHoldAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController::getRequestedUserDataDeletionRequestRemoveHoldAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::bookingCancelAdminRequest' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingDetailAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::getBookingSpotRatingAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processFlexibleBookingCancelRequest' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processHourlyBookingCancelRequest' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController::processMonthlyBookingCancelRequest' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController::getCurrencyDataListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\DashboardController::getDashboardDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::changeUserPasswordAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::getAdminUserUnReadCountDetails' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::getUserDetailsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::loginAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::logoutAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::resendLoginOtpAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::sendLoginPasswordOTPEmail' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController::verifyLoginOtpAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::activateSpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::deactivateSpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::deleteSpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSearchSpotListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSpotDetailAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::getSpotListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::validateSpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController::verifySpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController::getSpotReviewsListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController::notifySpotRatingReminderAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportBugReportingListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportEmailListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportNewIdeaListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::getSupportRequestedListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingFavoriteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingReadStatusRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportBugReportingRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailFavoriteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailReadStatusRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportEmailRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaFavoriteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaReadStatusRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportNewIdeaRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackFavoriteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackReadStatusRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController::updateSupportRequestedCallBackRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController::activateUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController::deactivateUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserActiveDevicesAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserDetailAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserReferralsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController::getUserSearchListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::getCommissionRatesForUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::getSpotReviewsListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController::updateCommissionRatesForUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getFavoriteSpotListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getPaymentListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getSpotRatingsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController::getVehicleListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController::getAllVehiclesListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::addNewPricingDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::deleteNewPricingDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::editNewPricingDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController::getWpPricingDataListAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::ChatbotWebHook' => '?',
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::homeAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController::liveChatWebHook' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::checkTestAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArray' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::databaseAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::homeAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::test4Action' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::test5' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::testAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::testAlphaAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::testCustomerAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::testPayoutAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::testStripeAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::testStripeOrderAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController::updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::PaymentErrorAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::PaymentSuccessAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController::makeFailedPaymentAction' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::exceptionEmailToAdmin' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::sendEmailBasicTemplate' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::sendEmailToAdmin' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::sendPayoutEmailToSupplier' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::sendRatingReminderEmailToUser' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::sentEmailOnReferralCodeUserSignUp' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotValidationError' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotValidationSuccess' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotVerificationError' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail::setEmailOnSpotVerificationSuccess' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotAvailabilityAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotLocationDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoDeleteAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPhotoSequenceAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotPricingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotSpecialDaysAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotStreetViewAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotStreetViewNotAvailableAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:addSpotUnAvailabilityAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:checkIfCityAccessibleAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:checkIfSpotIsCompleted' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteMyIncompleteSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteSpecialDaysAddSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:deleteSpotUnAvailabilityAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:getIncompleteSpotDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:saveAddSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:skipSpecialDaysAddSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:updateCaptionPhotoAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\AddSpotController:verifyAddSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\BookingBaseController:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\EarningCalculatorController:calculatorEarningCalculatorAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPaymentIntentActionForExtendBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:extendBookingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:extendBookingCheckoutAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getBookingConfirmationDetailsForExtendBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ExtendingBookingController:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPaymentIntentActionForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingCancelCalculateAmountRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingCancelRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingConfirmBookingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingSpotCheckoutAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:flexibleBookingSpotDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getBookingConfirmationDetailsForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:searchSpotFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\FlexibleBookingController:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:cancelHourlyBookingPaymentIntent' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPaymentIntentActionForHourlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getBookingConfirmationDetailsForHourlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getPuSpotDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:hourlyBookingCancelCalculateAmountRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:hourlyBookingCancelRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:searchSpotShortTerm' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:shortTermCheckoutBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:shortTermSpotBookingSuccess' => '?',
'App\\AppBundle\\APIBundle\\Controller\\HourlyBookingController:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:changePasswordAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:createNewPasswordAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:forgotPasswordAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:forgotPasswordOTPAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:getAppleUserDetailsIfExist' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:getUserLoginDetails' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:loginAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:logoutUserAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:resendNowAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:resendVerifyNumberOtpAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:resetPasswordEmail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:selectRolesAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:signUpAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:upDateMobileNumberAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateNotificationTokenAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateUserActiveRoleAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:updateUserLoginProcessStepsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:userDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\LoginController:verifyMobileNumberAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPaymentIntentActionForMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPaymentIntentForRepaymentOfMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingConfirmationDetailsForMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getBookingDetailsForRepaymentSuccessOfMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCancelCalculateAmountRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCancelRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingCheckoutAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingConfirmBookedAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingFreeCancelDateConfirmRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingFreeCancelDatesRequest' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:monthlyBookingSpotDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:searchSpotMonthlyBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MonthlyBookingController:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:activateMySpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:deactivateMySpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:deleteMySpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMyCompleteSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMyIncompleteSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\MySpotController:getMySpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController:getAllNotifications' => '?',
'App\\AppBundle\\APIBundle\\Controller\\NotificationsApiController:markNotificationAsRead' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getMyBookingReservationAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getMySpotReviewsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:getSupplierUserRatingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingSupplierController:saveSupplierUserRatingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:addNewCardAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:addUpdateVehicleAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:deleteCardAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:deleteVehicleAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:endMyBookingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getBookingDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFavSpotsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getMyAllBookingsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserPaymentListAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserSpotRatingForOrderAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:getUserSpotRatingsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:saveFavSpotAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:saveUserSpotRatingsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:updateCardAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ParkingUserController:vehicleListAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutAccountDetailsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutRequestPayoutAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeRedirectAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeRefreshAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PayoutController:payoutStripeReturnAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkIfPromoCodesExistForCheckoutForSpotAndUser' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getHomeBannerPromoCodes' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getPromoCodesForCheckoutForSpotAndUser' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getPromoCodesForUser' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\PromoCodesApiController:validatePromoCodesForCheckoutForSpotAndUser' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getDetailsOfReferAndEarnForUserAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Controller\\ReferralEarnApiController:validateReferralCodeForUserAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:deleteUserProfileAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserCurrencyAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserDateFormatAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserDistanceAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserLanguageAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserNotificationSettingsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserProfileAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserTimeFormatAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:updateUserTimezoneAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SettingsController:userManageNotificationsAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StatementController:getCurrentStatementDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StatementController:getPastStatementListAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StatementController:getStatementDataAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StatementController:getStatementDetailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\StripeWebhooks:saveRequestCallBackAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveBugReportingAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveBugReportingAttachmentAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveEmailAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveEmailAttachmentAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveNewIdeaAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveNewIdeaAttachmentAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\SupportController:saveRequestCallBackAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\UserDataDeletionRequestController:getRequestForUserDataDeletionAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:accessTypeAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:availabilityDaysMethodAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:currencyAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:dateFormatAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:getGeneralData' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:getGeneralDataUpdatedTime' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:languageAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:maxVehicleSizeAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:parkingTypeAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:paymentMethodAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:propertyTypeAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:sendAndroidPushNotification' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:sendiOSPushNotification' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:stripeCheckAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:timeFormatAction' => '?',
'App\\AppBundle\\APIBundle\\Controller\\WPGeneralController:timezoneAction' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArray' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processExtendBookingOrderForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processFlexibleBookingOrderForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processHourlyBookingOrderForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processMonthlyBookingOrderForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:processMonthlyPaymentRenewalSuccess' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:removeAnyConflictingPaymentIntent' => '?',
'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\APIBundle\\Services\\PayoutService:createPdfCustomerInvoiceForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\PayoutService:createPdfPayoutInvoiceForSupplier' => '?',
'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService:getApplicablePromoCodesForUser' => '?',
'App\\AppBundle\\APIBundle\\Services\\PushNotification:sendPushNotificationsToUsers' => '?',
'App\\AppBundle\\APIBundle\\Services\\ReferralService:checkAndGenerateReferralPromoCodesForSpotSeekerTask' => '?',
'App\\AppBundle\\APIBundle\\Services\\ReferralService:generatePromoCodesForUserSignUp' => '?',
'App\\AppBundle\\APIBundle\\Services\\ReferralService:generateReferralPromoCodesForSpotOwnerTask' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityCityDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityCountryDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:activateDeactivateAccessibilityStateDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityCitiesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityCountryDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:addAccessibilityStatesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityCitiesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityCountryDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:deleteAccessibilityStatesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityCitiesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityCountryDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:editAccessibilityStatesDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityCityDataListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityDataListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AccessibilityController:getAccessibilityStateDataListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController:getAdminConfigDetails' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminConfigController:updateAdminConfigDetails' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:activateAdminNotificationsEmailToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:deactivateAdminNotificationsEmailToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersCreateEdit' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersList' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsEmailToUserController:getAdminNotificationsEmailToUsersUpdateImage' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:activateAdminNotificationsPushToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:deactivateAdminNotificationsPushToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersCreateEdit' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersList' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsPushToUsersController:getAdminNotificationsPushToUsersUpdateImage' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:activateAdminNotificationsSMSToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:deactivateAdminNotificationsSMSToUsers' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:getAdminNotificationsSMSToUsersCreateEdit' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminNotificationsSMSToUsersController:getAdminNotificationsSMSToUsersList' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController:getAllPayoutsListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPayoutController:getPayoutDetailsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:activatePromoCodeAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:createEditPromoCodeAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:deactivatePromoCodeAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:getAllPromoCodesListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminPromoCodeController:updatePromoCodeImageAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController:getAllTransferListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminTransferController:getTransferDetailsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:activateAdminUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:createAdminUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:deActivateAdminUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserController:getAdminUserListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getAllRequestedUserDataDeletionRequestsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getDeletedUserDataRequestsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRemoveDeleteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestDeleteAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestOnHoldAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\AdminUserDataDeletionRequestsController:getRequestedUserDataDeletionRequestRemoveHoldAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:bookingCancelAdminRequest' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingDetailAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:getBookingSpotRatingAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processFlexibleBookingCancelRequest' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processHourlyBookingCancelRequest' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\BookingController:processMonthlyBookingCancelRequest' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\CurrencyController:getCurrencyDataListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\DashboardController:getDashboardDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:changeUserPasswordAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:getAdminUserUnReadCountDetails' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:getUserDetailsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:loginAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:logoutAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:resendLoginOtpAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:sendLoginPasswordOTPEmail' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\LoginController:verifyLoginOtpAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:activateSpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:deactivateSpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:deleteSpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSearchSpotListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSpotDetailAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:getSpotListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:validateSpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotController:verifySpotAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController:getSpotReviewsListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SpotRatingsController:notifySpotRatingReminderAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportBugReportingListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportEmailListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportNewIdeaListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:getSupportRequestedListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingFavoriteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingReadStatusRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportBugReportingRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailFavoriteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailReadStatusRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportEmailRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaFavoriteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaReadStatusRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportNewIdeaRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackFavoriteRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackReadStatusRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\SupportController:updateSupportRequestedCallBackRequestAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController:activateUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController:deactivateUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserActiveDevicesAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserDetailAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserReferralsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserController:getUserSearchListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:getCommissionRatesForUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:getSpotReviewsListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotProviderController:updateCommissionRatesForUserAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getFavoriteSpotListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getPaymentListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getSpotRatingsAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\UserDetailSpotSeekerController:getVehicleListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\VehiclesController:getAllVehiclesListAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:addNewPricingDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:deleteNewPricingDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:editNewPricingDataAction' => '?',
'App\\AppBundle\\AdminBundle\\Controller\\WPPricingDataController:getWpPricingDataListAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:ChatbotWebHook' => '?',
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:homeAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\LiveChatController:liveChatWebHook' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForFlexibleBookingCaseOne' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForFlexibleBookingOtherCases' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:calculatePricingForSpotForPromoCodeApplied' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:checkIfSpotIsAvailable' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:checkSpotAvailabilityBasedOnAvailability' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:checkTestAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForAdvancedPricingCustomSlots' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForBasicAndAdvancedPricingBasedOnAvailability' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:createPricingMainArrayForSpecialPricing' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotResponseDataForSpotDetail' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotResponseForBriefSpotList' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArray' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArrayForFlexibleBookingForAvailableSpots' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:createSpotsResponseArrayForFlexibleBookingForUnAvailableSpots' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:databaseAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotLocationsFromLatitudeLongitude' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotThoseAreUnavailableBasedOnAlreadyBooked' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:findSpotsThoseAreUnavailableBasedOnUnavailabilityOfSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:flexibleBookingForSpotDetailAndCheckout' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:getBookingDetailsForOrderId' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForAvailabilityOfSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForOrderUnavailabilityOfSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:getErrorStringForUnavailabilityOfSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:getFlexibleOrMonthlySpotBookingForAllDaysAllTime' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:getFlexibleSpotBookingForOtherCases' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:getSpotOverAllRatingsForSpot' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:getSpotResponseObjForFlexibleBooking' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:homeAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:test4Action' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:test5' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:testAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:testAlphaAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:testCustomerAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:testPayoutAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:testStripeAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:testStripeOrderAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MainController:updateDefaultOrderObjectForBookedOrder' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:PaymentErrorAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:PaymentSuccessAction' => '?',
'App\\AppBundle\\MainBundle\\Controller\\MakePaymentController:makeFailedPaymentAction' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:exceptionEmailToAdmin' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:sendEmailBasicTemplate' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:sendEmailToAdmin' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:sendPayoutEmailToSupplier' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:sendRatingReminderEmailToUser' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:sentEmailOnReferralCodeUserSignUp' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotValidationError' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotValidationSuccess' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotVerificationError' => '?',
'App\\AppBundle\\MainBundle\\Services\\SendMail:setEmailOnSpotVerificationSuccess' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.A9w0Irc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A9w0IrcService()
{
return $this->privates['.service_locator.A9w0Irc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'pushNotification' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PushNotification', 'getPushNotificationService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.ACOduK9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ACOduK9Service()
{
return $this->privates['.service_locator.ACOduK9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.AaDXe.i' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AaDXe_IService()
{
return $this->privates['.service_locator.AaDXe.i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'user' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\User', 'getUserService', false],
], [
'user' => 'App\\AppBundle\\MainBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.BjqAP3L' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BjqAP3LService()
{
return $this->privates['.service_locator.BjqAP3L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.BznMJov' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BznMJovService()
{
return $this->privates['.service_locator.BznMJov'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSpotServices' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.C11bA8i' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_C11bA8iService()
{
return $this->privates['.service_locator.C11bA8i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'ordersProcessingService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService', 'getOrdersProcessingServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'ordersProcessingService' => 'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.Cbs4yEF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cbs4yEFService()
{
return $this->privates['.service_locator.Cbs4yEF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.Cd7__VZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cd7VZService()
{
return $this->privates['.service_locator.Cd7__VZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.CsoNZKG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CsoNZKGService()
{
return $this->privates['.service_locator.CsoNZKG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'admin_Encryption' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption', 'getAdminEncryptionService', false],
], [
'admin_Encryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
]);
}
/**
* Gets the private '.service_locator.D.SBsag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_D_SBsagService()
{
return $this->privates['.service_locator.D.SBsag'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.DNGJb9Z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DNGJb9ZService()
{
return $this->privates['.service_locator.DNGJb9Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.DOj17hd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DOj17hdService()
{
return $this->privates['.service_locator.DOj17hd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'pushNotification' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PushNotification', 'getPushNotificationService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'sourceUser' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\User', 'getUserService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'user' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\User', 'getUserService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'sourceUser' => 'App\\AppBundle\\MainBundle\\Entity\\User',
'translator' => '?',
'user' => 'App\\AppBundle\\MainBundle\\Entity\\User',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.FhUwI0V' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FhUwI0VService()
{
return $this->privates['.service_locator.FhUwI0V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.FzZ.5Td' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FzZ_5TdService()
{
return $this->privates['.service_locator.FzZ.5Td'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.G2Ra73G' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G2Ra73GService()
{
return $this->privates['.service_locator.G2Ra73G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'ordersProcessingService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService', 'getOrdersProcessingServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'ordersProcessingService' => 'App\\AppBundle\\APIBundle\\Services\\OrdersProcessingService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.GFHh3VU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GFHh3VUService()
{
return $this->privates['.service_locator.GFHh3VU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'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.'],
'knpSnappyPdf' => ['services', 'knp_snappy.pdf', 'getKnpSnappy_PdfService', false],
'objOrder' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\Orders', 'getOrdersService', false],
], [
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'knpSnappyPdf' => '?',
'objOrder' => 'App\\AppBundle\\MainBundle\\Entity\\Orders',
]);
}
/**
* Gets the private '.service_locator.HCrVwOF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HCrVwOFService()
{
return $this->privates['.service_locator.HCrVwOF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'psAddSpotObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot', 'getPSAddSpotService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.HWnmTYE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HWnmTYEService()
{
return $this->privates['.service_locator.HWnmTYE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.INy8Mkw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_INy8MkwService()
{
return $this->privates['.service_locator.INy8Mkw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.JIRgQx0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JIRgQx0Service()
{
return $this->privates['.service_locator.JIRgQx0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'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.'],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
], [
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
]);
}
/**
* Gets the private '.service_locator.Jqzm1nu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Jqzm1nuService()
{
return $this->privates['.service_locator.Jqzm1nu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.Kwqgx7S' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Kwqgx7SService()
{
return $this->privates['.service_locator.Kwqgx7S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'admin_Parking_Spot_Services' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'pushNotification' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PushNotification', 'getPushNotificationService', false],
'referralService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ReferralService', 'getReferralServiceService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'admin_Parking_Spot_Services' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalService' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
'referralService' => 'App\\AppBundle\\APIBundle\\Services\\ReferralService',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.LrbTg0J' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LrbTg0JService()
{
return $this->privates['.service_locator.LrbTg0J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.MfBxngP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MfBxngPService()
{
return $this->privates['.service_locator.MfBxngP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.ND421BA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ND421BAService()
{
return $this->privates['.service_locator.ND421BA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.NYBtvGp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NYBtvGpService()
{
return $this->privates['.service_locator.NYBtvGp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'psAddSpotObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot', 'getPSAddSpotService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'userObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\User', 'getUserService', false],
], [
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.NePU5ff' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NePU5ffService()
{
return $this->privates['.service_locator.NePU5ff'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'admin_Parking_Spot_Services' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'admin_Parking_Spot_Services' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.NjynsQo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NjynsQoService()
{
return $this->privates['.service_locator.NjynsQo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.OHM_hc5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OHMHc5Service()
{
return $this->privates['.service_locator.OHM_hc5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'adminSettings' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings', 'getAdminSettingsService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'adminSettings' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.OeFc8.w' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OeFc8_WService()
{
return $this->privates['.service_locator.OeFc8.w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'admin_Parking_Spot_Services' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'admin_Parking_Spot_Services' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalService' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.Oes5daz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Oes5dazService()
{
return $this->privates['.service_locator.Oes5daz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'entityManager' => 'Doctrine\\ORM\\EntityManager',
]);
}
/**
* Gets the private '.service_locator.Q9AuYno' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q9AuYnoService()
{
return $this->privates['.service_locator.Q9AuYno'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminEncryption' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption', 'getAdminEncryptionService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminEncryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.QHt1kW9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QHt1kW9Service()
{
return $this->privates['.service_locator.QHt1kW9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'endTime' => ['privates', '.errored..service_locator.QHt1kW9.DateTime', NULL, 'Cannot autowire service ".service_locator.QHt1kW9": it references class "DateTime" but no such service exists.'],
'startTime' => ['privates', '.errored..service_locator.QHt1kW9.DateTime', NULL, 'Cannot autowire service ".service_locator.QHt1kW9": it references class "DateTime" but no such service exists.'],
], [
'endTime' => 'DateTime',
'startTime' => 'DateTime',
]);
}
/**
* Gets the private '.service_locator.QojiIpb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QojiIpbService()
{
return $this->privates['.service_locator.QojiIpb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'endTime' => ['privates', '.errored..service_locator.QojiIpb.DateTime', NULL, 'Cannot autowire service ".service_locator.QojiIpb": it references class "DateTime" but no such service exists.'],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'startTime' => ['privates', '.errored..service_locator.QojiIpb.DateTime', NULL, 'Cannot autowire service ".service_locator.QojiIpb": it references class "DateTime" but no such service exists.'],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
], [
'endTime' => 'DateTime',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'startTime' => 'DateTime',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
]);
}
/**
* Gets the private '.service_locator.RTVhG5j' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RTVhG5jService()
{
return $this->privates['.service_locator.RTVhG5j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
], [
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
]);
}
/**
* Gets the private '.service_locator.S7wiGw1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S7wiGw1Service()
{
return $this->privates['.service_locator.S7wiGw1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.T9Qp5g_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T9Qp5gService()
{
return $this->privates['.service_locator.T9Qp5g_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.UMYC0EW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UMYC0EWService()
{
return $this->privates['.service_locator.UMYC0EW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.VGkZZKk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VGkZZKkService()
{
return $this->privates['.service_locator.VGkZZKk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'adminParkingSpotServices' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'adminParkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.VN_hJqu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VNHJquService()
{
return $this->privates['.service_locator.VN_hJqu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
], [
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
]);
}
/**
* Gets the private '.service_locator.Vlcl7hw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Vlcl7hwService()
{
return $this->privates['.service_locator.Vlcl7hw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSpotServices' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
]);
}
/**
* Gets the private '.service_locator.Vr7.Tfu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Vr7_TfuService()
{
return $this->privates['.service_locator.Vr7.Tfu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.XfEfNnl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XfEfNnlService()
{
return $this->privates['.service_locator.XfEfNnl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.XsyfP82' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XsyfP82Service()
{
return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.Z0x8yyY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Z0x8yyYService()
{
return $this->privates['.service_locator.Z0x8yyY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.Zf80uHq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Zf80uHqService()
{
return $this->privates['.service_locator.Zf80uHq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
], [
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
]);
}
/**
* Gets the private '.service_locator.Zmv4dA6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Zmv4dA6Service()
{
return $this->privates['.service_locator.Zmv4dA6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'promoCodeAPIService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService', 'getPromoCodeAPIServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'promoCodeAPIService' => 'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator._5dbssJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5dbssJService()
{
return $this->privates['.service_locator._5dbssJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator._efam6b' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Efam6bService()
{
return $this->privates['.service_locator._efam6b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'adminParkingSpotServices' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'user_Data_Deletion_RequestsRepository' => ['services', 'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository', 'getUserDataDeletionRequestsRepositoryService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'adminParkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
'user_Data_Deletion_RequestsRepository' => 'App\\AppBundle\\MainBundle\\Repository\\User_Data_Deletion_RequestsRepository',
]);
}
/**
* Gets the private '.service_locator._y0kmKs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y0kmKsService()
{
return $this->privates['.service_locator._y0kmKs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'translators' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
'translators' => '?',
]);
}
/**
* Gets the private '.service_locator.a18ZBRC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A18ZBRCService()
{
return $this->privates['.service_locator.a18ZBRC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.aCYzhBo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ACYzhBoService()
{
return $this->privates['.service_locator.aCYzhBo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'adminSettings' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings', 'getAdminSettingsService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'adminSettings' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.aJIynMs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AJIynMsService()
{
return $this->privates['.service_locator.aJIynMs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.beqlGpC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BeqlGpCService()
{
return $this->privates['.service_locator.beqlGpC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.biY9n1t' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BiY9n1tService()
{
return $this->privates['.service_locator.biY9n1t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'adminSettings' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings', 'getAdminSettingsService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'adminSettings' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Settings',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.cEX2sC.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CEX2sC_Service()
{
return $this->privates['.service_locator.cEX2sC.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'objPromoCode' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\PromoCodes', 'getPromoCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'objPromoCode' => 'App\\AppBundle\\MainBundle\\Entity\\PromoCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.cN5Z8YK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CN5Z8YKService()
{
return $this->privates['.service_locator.cN5Z8YK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.cx_rCup' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CxRCupService()
{
return $this->privates['.service_locator.cx_rCup'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.dD6YMcO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DD6YMcOService()
{
return $this->privates['.service_locator.dD6YMcO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.dRgXCCQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DRgXCCQService()
{
return $this->privates['.service_locator.dRgXCCQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.e95HFg1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_E95HFg1Service()
{
return $this->privates['.service_locator.e95HFg1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminEncryption' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption', 'getAdminEncryptionService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminEncryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.ee54exu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ee54exuService()
{
return $this->privates['.service_locator.ee54exu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'psAddSpotObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot', 'getPSAddSpotService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\User', 'getUserService', false],
], [
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.fh6OtOQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Fh6OtOQService()
{
return $this->privates['.service_locator.fh6OtOQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.fhkrRZ1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FhkrRZ1Service()
{
return $this->privates['.service_locator.fhkrRZ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'psAddSpotObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot', 'getPSAddSpotService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.fy0lUR2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Fy0lUR2Service()
{
return $this->privates['.service_locator.fy0lUR2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
], [
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
]);
}
/**
* Gets the private '.service_locator.g3KFyXK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G3KFyXKService()
{
return $this->privates['.service_locator.g3KFyXK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'objPayout' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout', 'getOrdersSuppliersTransfersPayoutService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'objPayout' => 'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.h.q.aVu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H_Q_AVuService()
{
return $this->privates['.service_locator.h.q.aVu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.hCYIIVM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HCYIIVMService()
{
return $this->privates['.service_locator.hCYIIVM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.hVyK42i' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HVyK42iService()
{
return $this->privates['.service_locator.hVyK42i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.ivWwHWa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IvWwHWaService()
{
return $this->privates['.service_locator.ivWwHWa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'pushNotification' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PushNotification', 'getPushNotificationService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'user' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\User', 'getUserService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'translator' => '?',
'user' => 'App\\AppBundle\\MainBundle\\Entity\\User',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.ivioIbf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IvioIbfService()
{
return $this->privates['.service_locator.ivioIbf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.kBqHERH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KBqHERHService()
{
return $this->privates['.service_locator.kBqHERH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.kdU9rVl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KdU9rVlService()
{
return $this->privates['.service_locator.kdU9rVl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.ki1i2d4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ki1i2d4Service()
{
return $this->privates['.service_locator.ki1i2d4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.l41_4qV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L414qVService()
{
return $this->privates['.service_locator.l41_4qV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.lBRaC8e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LBRaC8eService()
{
return $this->privates['.service_locator.lBRaC8e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'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.'],
'knpSnappyPdf' => ['services', 'knp_snappy.pdf', 'getKnpSnappy_PdfService', false],
'objPayout' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout', 'getOrdersSuppliersTransfersPayoutService', false],
], [
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'knpSnappyPdf' => '?',
'objPayout' => 'App\\AppBundle\\MainBundle\\Entity\\Orders_Suppliers_Transfers_Payout',
]);
}
/**
* Gets the private '.service_locator.lyqrpJT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LyqrpJTService()
{
return $this->privates['.service_locator.lyqrpJT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'pushNotification' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PushNotification', 'getPushNotificationService', false],
'referralService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ReferralService', 'getReferralServiceService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
'referralService' => 'App\\AppBundle\\APIBundle\\Services\\ReferralService',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.mQniZlO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MQniZlOService()
{
return $this->privates['.service_locator.mQniZlO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSpotServices' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.mV1lCRx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MV1lCRxService()
{
return $this->privates['.service_locator.mV1lCRx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\User', 'getUserService', false],
], [
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.mocLGcL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MocLGcLService()
{
return $this->privates['.service_locator.mocLGcL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.mx0UMmY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mx0UMmYService()
{
return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.n8JU8bs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_N8JU8bsService()
{
return $this->privates['.service_locator.n8JU8bs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'psAddSpotObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot', 'getPSAddSpotService', false],
], [
'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
]);
}
/**
* Gets the private '.service_locator.oJaxPjI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OJaxPjIService()
{
return $this->privates['.service_locator.oJaxPjI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'pushNotification' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PushNotification', 'getPushNotificationService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.oKMvwBW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OKMvwBWService()
{
return $this->privates['.service_locator.oKMvwBW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'knpSnappyPdf' => ['services', 'knp_snappy.pdf', 'getKnpSnappy_PdfService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
], [
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalService' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'knpSnappyPdf' => '?',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
]);
}
/**
* Gets the private '.service_locator.oaipI.H' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OaipI_HService()
{
return $this->privates['.service_locator.oaipI.H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.q2ji3lu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q2ji3luService()
{
return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.qK.jlK5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QK_JlK5Service()
{
return $this->privates['.service_locator.qK.jlK5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.qax5r2Y' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Qax5r2YService()
{
return $this->privates['.service_locator.qax5r2Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSpotServices' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.qc8gZks' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Qc8gZksService()
{
return $this->privates['.service_locator.qc8gZks'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.rG2KAqt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RG2KAqtService()
{
return $this->privates['.service_locator.rG2KAqt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'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.'],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'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.'],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'paymentIntent' => 'Stripe\\PaymentIntent',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.rYYiCTu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RYYiCTuService()
{
return $this->privates['.service_locator.rYYiCTu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.rpE2bWv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RpE2bWvService()
{
return $this->privates['.service_locator.rpE2bWv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.rvTfCtg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RvTfCtgService()
{
return $this->privates['.service_locator.rvTfCtg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminNotificationsService' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService', 'getAdminNotificationsServiceService', false],
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminNotificationsService' => 'App\\AppBundle\\AdminBundle\\Services\\AdminNotificationsService',
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.tzxQTLn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TzxQTLnService()
{
return $this->privates['.service_locator.tzxQTLn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSpotServices' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services', 'getAdminParkingSpotServicesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSpotServices' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Parking_Spot_Services',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.uBRi26_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UBRi26Service()
{
return $this->privates['.service_locator.uBRi26_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.ukBc663' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UkBc663Service()
{
return $this->privates['.service_locator.ukBc663'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
], [
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
]);
}
/**
* Gets the private '.service_locator.v.CLIbz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_V_CLIbzService()
{
return $this->privates['.service_locator.v.CLIbz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminEncryption' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption', 'getAdminEncryptionService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminEncryption' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Encryption',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.vVFID0P' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VVFID0PService()
{
return $this->privates['.service_locator.vVFID0P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.ved7J.A' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ved7J_AService()
{
return $this->privates['.service_locator.ved7J.A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Authentication', 'getAuthenticationService', false],
'encryption' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'errorCodesManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes', 'getErrorCodesService', false],
'mailManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\MailManager', 'getMailManagerService', false],
'promoCodeAPIService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService', 'getPromoCodeAPIServiceService', false],
'pushNotification' => ['services', 'App\\AppBundle\\APIBundle\\Services\\PushNotification', 'getPushNotificationService', false],
'referralService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ReferralService', 'getReferralServiceService', false],
'sendMail' => ['services', 'App\\AppBundle\\MainBundle\\Services\\SendMail', 'getSendMailService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userNotificationsService' => ['services', 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService', 'getUserNotificationsServiceService', false],
], [
'authenticationManager' => 'App\\AppBundle\\APIBundle\\Services\\Authentication',
'encryption' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'errorCodesManager' => 'App\\AppBundle\\APIBundle\\Services\\ErrorCodes',
'mailManager' => 'App\\AppBundle\\APIBundle\\Services\\MailManager',
'promoCodeAPIService' => 'App\\AppBundle\\APIBundle\\Services\\PromoCodeAPIService',
'pushNotification' => 'App\\AppBundle\\APIBundle\\Services\\PushNotification',
'referralService' => 'App\\AppBundle\\APIBundle\\Services\\ReferralService',
'sendMail' => 'App\\AppBundle\\MainBundle\\Services\\SendMail',
'translator' => '?',
'userNotificationsService' => 'App\\AppBundle\\MainBundle\\Services\\UserNotificationsService',
]);
}
/**
* Gets the private '.service_locator.vzFKW9J' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VzFKW9JService()
{
return $this->privates['.service_locator.vzFKW9J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'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.'],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'psAddSpotObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot', 'getPSAddSpotService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
'userObj' => ['services', 'App\\AppBundle\\MainBundle\\Entity\\User', 'getUserService', false],
], [
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'entityManager' => 'Doctrine\\Persistence\\ObjectManager',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'psAddSpotObj' => 'App\\AppBundle\\MainBundle\\Entity\\PS_Add_Spot',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
'userObj' => 'App\\AppBundle\\MainBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.xUrKPVU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XUrKPVUService()
{
return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.yb3JJCm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Yb3JJCmService()
{
return $this->privates['.service_locator.yb3JJCm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'stripeClient' => ['services', 'App\\AppBundle\\MainBundle\\Client\\StripeClient', 'getStripeClientService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'stripeClient' => 'App\\AppBundle\\MainBundle\\Client\\StripeClient',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.zJyh7qS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZJyh7qSService()
{
return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private '.service_locator.zbwN0O2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZbwN0O2Service()
{
return $this->privates['.service_locator.zbwN0O2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminAuthentication' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication', 'getAdminAuthenticationService', false],
'adminErrorCodes' => ['services', 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes', 'getAdminErrorCodesService', false],
'encryptionManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\Encryption', 'getEncryptionService', false],
'generalServiceManager' => ['services', 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService', 'getWPGeneralServiceService', false],
'parkingSupplierService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService', 'getParkingSupplierServiceService', false],
'parkingUserService' => ['services', 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService', 'getParkingUserServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'adminAuthentication' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_Authentication',
'adminErrorCodes' => 'App\\AppBundle\\AdminBundle\\Services\\Admin_ErrorCodes',
'encryptionManager' => 'App\\AppBundle\\APIBundle\\Services\\Encryption',
'generalServiceManager' => 'App\\AppBundle\\APIBundle\\Services\\WPGeneralService',
'parkingSupplierService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingSupplierService',
'parkingUserService' => 'App\\AppBundle\\APIBundle\\Services\\ParkingUserService',
'translator' => '?',
]);
}
/**
* Gets the private '.session.deprecated' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
*/
protected function get_Session_DeprecatedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
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();
}
/**
* Gets the private '.twig.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Debug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
});
}
/**
* Gets the private '.twig.command.lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Lint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
});
}
/**
* Gets the private '.var_dumper.command.server_dump.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_VarDumper_Command_ServerDump_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
});
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
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'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
$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()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
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);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
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())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
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())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
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())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
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())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
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())));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
}
/**
* Gets the private 'config_builder.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
*/
protected function getConfigBuilder_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
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()));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
$instance->setDescription('Display information about the current project');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$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));
$instance->setName('assets:install');
$instance->setDescription('Install bundle\'s web assets under a public directory');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$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())));
$instance->setName('cache:clear');
$instance->setDescription('Clear the cache');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:clear');
$instance->setDescription('Clear cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:delete');
$instance->setDescription('Delete an item from a cache pool');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:list');
$instance->setDescription('List available cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
}, 10));
$instance->setName('cache:pool:prune');
$instance->setDescription('Prune cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
$instance->setDescription('Warm up an empty cache');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
$instance->setDescription('Dump the current configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
$instance->setDescription('Dump the default configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
$instance->setDescription('Display current services for an application');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
$instance->setDescription('Ensure that arguments injected into services match type declarations');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
$instance->setDescription('List classes/interfaces you can use for autowiring');
return $instance;
}
/**
* Gets the private 'console.command.dotenv_debug' shared service.
*
* @return \Symfony\Component\Dotenv\Command\DebugCommand
*/
protected function getConsole_Command_DotenvDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
$this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
$instance->setName('debug:dotenv');
$instance->setDescription('Lists all dotenv files with variables and values');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
$instance->setName('debug:event-dispatcher');
$instance->setDescription('Display configured listeners for an application');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 1 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 2 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 3 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 4 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension', 8 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
$instance->setDescription('Display form type information');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$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()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$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'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/AdminNotificationsService.php'), 3 => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Services/UserNotificationsService.php'), 4 => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderCompletionNotificationCommand.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php'), 6 => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderExtendBookingSuccessCommand.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php'), 8 => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderPreStartCommand.php'), 9 => (\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')], []);
$instance->setName('debug:translation');
$instance->setDescription('Display translation messages information');
return $instance;
}
/**
* Gets the private 'console.command.translation_extract' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationExtractService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
$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'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Services/AdminNotificationsService.php'), 3 => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Services/UserNotificationsService.php'), 4 => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderCompletionNotificationCommand.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php'), 6 => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderExtendBookingSuccessCommand.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/console/Command/LockableTrait.php'), 8 => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Command/OrderPreStartCommand.php'), 9 => (\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')], []);
$instance->setName('translation:extract');
$instance->setAliases([0 => 'translation:update']);
$instance->setDescription('Extract missing translations keys from code to translation files.');
return $instance;
}
/**
* Gets the private 'console.command.translation_pull' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPullCommand
*/
protected function getConsole_Command_TranslationPullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
$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', [], []);
$instance->setName('translation:pull');
$instance->setDescription('Pull translations from a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.translation_push' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPushCommand
*/
protected function getConsole_Command_TranslationPushService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
$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()), [], []);
$instance->setName('translation:push');
$instance->setDescription('Push translations to a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
$instance->setDescription('Display validation constraints for classes');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Component\Translation\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
$instance->setName('lint:xliff');
$instance->setDescription('Lint an XLIFF file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
$instance->setDescription('Lint a YAML file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
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())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
$a = ($this->privates['.service_locator.A0KjRbU'] ?? $this->get_ServiceLocator_A0KjRbUService());
if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
return $this->privates['debug.argument_resolver.not_tagged_controller'];
}
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))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
$a = ($this->privates['.service_locator.A0KjRbU'] ?? $this->get_ServiceLocator_A0KjRbUService());
if (isset($this->privates['debug.argument_resolver.service'])) {
return $this->privates['debug.argument_resolver.service'];
}
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))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
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))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
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()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
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');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
}, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
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))));
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
return $this->privates['debug.security.voter.security.access.authenticated_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.simple_role_voter'])) {
return $this->privates['debug.security.voter.security.access.simple_role_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['debug.security.voter.vote_listener'])) {
return $this->privates['debug.security.voter.vote_listener'];
}
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
$this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
$instance->setName('doctrine:database:import');
return $instance;
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
$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()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
$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()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
$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()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Entity'), 1 => (\dirname(__DIR__, 4).'/src/AppBundle/AdminBundle/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
}
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
$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()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
$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()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
$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()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
$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()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
$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()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), '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()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
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())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
], [
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
}, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
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())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
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()));
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
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())));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['form.type_extension.form.validator'])) {
return $this->privates['form.type_extension.form.validator'];
}
$b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
if (isset($this->privates['form.type_extension.form.validator'])) {
return $this->privates['form.type_extension.form.validator'];
}
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['form.type_guesser.validator'])) {
return $this->privates['form.type_guesser.validator'];
}
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
}
/**
* Gets the private 'fragment.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
*/
protected function getFragment_ListenerService()
{
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');
}
/**
* Gets the private 'fragment.renderer.hinclude' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
*/
protected function getFragment_Renderer_HincludeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['fragment.renderer.hinclude'])) {
return $this->privates['fragment.renderer.hinclude'];
}
$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);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($b, $a);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
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);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
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, []);
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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);
$instance->setName('make:auth');
$instance->setDescription('Creates a Guard authenticator of different flavors');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
$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()));
$instance->setName('make:command');
$instance->setDescription('Creates a new console command class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
$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()));
$instance->setName('make:controller');
$instance->setDescription('Creates a new controller class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
$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()));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:docker:database');
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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);
$instance->setName('make:entity');
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
$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()));
$instance->setName('make:fixtures');
$instance->setDescription('Creates a new class to load Doctrine fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
$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()));
$instance->setName('make:form');
$instance->setDescription('Creates a new form class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:message');
$instance->setDescription('Creates a new message and handler');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
$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()));
$instance->setName('make:messenger-middleware');
$instance->setDescription('Creates a new messenger middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
$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()));
$instance->setName('make:migration');
$instance->setDescription('Creates a new migration based on database changes');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:registration-form');
$instance->setDescription('Creates a new registration form system');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:reset-password');
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
$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()));
$instance->setName('make:serializer:encoder');
$instance->setDescription('Creates a new serializer encoder class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
$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()));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStimulusControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
$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()));
$instance->setName('make:stimulus-controller');
$instance->setDescription('Creates a new Stimulus controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
$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()));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$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()));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_component' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigComponentService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
$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()));
$instance->setName('make:twig-component');
$instance->setDescription('Creates a twig (or live) component');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$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()));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension with its runtime class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$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()));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$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()));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
$a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [0 => [0 => 'App\\AppBundle\\MainBundle\\Entity', 1 => $a], 1 => [0 => 'App\\AppBundle\\AdminBundle\\Entity', 1 => $a]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
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()));
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
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'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
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());
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.command.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
*/
protected function getMonolog_Command_ServerLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
$this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
$instance->setName('server:log');
$instance->setDescription('Start a log server that displays logs in real time');
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\FingersCrossedHandler
*/
protected function getMonolog_Handler_MainService()
{
$a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false);
$a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([0 => $a, 1 => new \Monolog\Handler\DeduplicationHandler(($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService()), ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 400, 60, true)], true), new \Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), [0 => ['code' => 404, 'urls' => []], 1 => ['code' => 405, 'urls' => []]], new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(400)), 50, true, true, NULL);
}
/**
* Gets the private 'monolog.handler.swift' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
*/
protected function getMonolog_Handler_SwiftService()
{
$this->privates['monolog.handler.swift'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), [0 => $this->getMonolog_Handler_Swift_MailMessageFactoryService(), 1 => 'createMessage'], 100, true);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
$instance->setTransport(($this->services['swiftmailer.mailer.default.transport.real'] ?? $this->getSwiftmailer_Mailer_Default_Transport_RealService()));
return $instance;
}
/**
* Gets the private 'monolog.handler.swift.mail_message_factory' shared service.
*
* @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
*/
protected function getMonolog_Handler_Swift_MailMessageFactoryService($lazyLoad = true)
{
return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), 'leo.parker01012018@gmail.com', [0 => 'bes.logs.reporting@gmail.com'], 'WP - DEV - ERROR REPORTING', 'text/html');
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.snappy' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SnappyService()
{
$this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_api_doc.describers.config' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
*/
protected function getNelmioApiDoc_Describers_ConfigService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
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' => [0 => ['Bearer' => []]]]);
}
/**
* Gets the private 'nelmio_api_doc.describers.route.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
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 () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
}, 2));
}
/**
* Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
*/
protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
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()));
}
/**
* Gets the private 'nelmio_api_doc.generator_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getNelmioApiDoc_GeneratorLocatorService()
{
return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
], [
'default' => '?',
]);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.form' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
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()));
}
/**
* Gets the private 'nelmio_api_doc.model_describers.object' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_ObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
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 () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($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()));
yield 2 => ($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()));
yield 3 => ($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()));
yield 4 => ($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()));
yield 5 => ($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()));
yield 6 => ($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()));
}, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($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()));
yield 2 => ($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()));
yield 3 => ($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()));
yield 4 => ($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()));
yield 5 => ($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()));
yield 6 => ($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()));
}, 7));
}
/**
* Gets the private 'nelmio_api_doc.routes.default' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
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' => [0 => '^/parkings/pk/', 1 => '^/api/admin/'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* Gets the private 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
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())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'property_info.serializer_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
*/
protected function getPropertyInfo_SerializerExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
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);
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
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'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
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);
}
/**
* Gets the private 'security.authentication.listener.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
return $this->privates['security.authentication.listener.anonymous.main'];
}
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);
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_ManagerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
}, 1), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
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());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
$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);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), []);
$instance->setName('security:encode-password');
$instance->setDescription('Encode a password');
return $instance;
}
/**
* Gets the private 'security.command.user_password_hash' shared service.
*
* @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
*/
protected function getSecurity_Command_UserPasswordHashService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
$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([]))), []);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
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 () {
yield 0 => ($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([])));
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
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())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]);
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
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)/')));
yield 'security.firewall.map.context.main' => NULL;
}, 2));
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.users_in_memory', 'main', NULL, NULL, NULL, [0 => 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
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()));
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
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()));
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
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([]))));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
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()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$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))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
}
/**
* Gets the private 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
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()));
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
$a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
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(), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.storage.factory.service' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
*
* @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.
*/
protected function getSession_Storage_Factory_ServiceService()
{
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.');
return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
*/
protected function getSession_Storage_MetadataBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
*/
protected function getSession_Storage_NativeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
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());
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'swiftmailer.command.debug' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
*/
protected function getSwiftmailer_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
$this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
$instance->setName('debug:swiftmailer');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.new_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
*/
protected function getSwiftmailer_Command_NewEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
$this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
$instance->setName('swiftmailer:email:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.send_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
*/
protected function getSwiftmailer_Command_SendEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
$this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
$instance->setName('swiftmailer:spool:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.email_sender.listener' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
*/
protected function getSwiftmailer_EmailSender_ListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.provider_collection' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
*/
protected function getTranslation_ProviderCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
}, 1), []))->fromConfig([]);
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translation.writer' shared service.
*
* @return \Symfony\Component\Translation\Writer\TranslationWriter
*/
protected function getTranslation_WriterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
$instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
$instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
$instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
$instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
$instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
$instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
$instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
$instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
$instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
$instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
$instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/messages.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/admin.en.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.en.xliff'), 5 => (\dirname(__DIR__, 4).'/translations/payoutInvoice.en.xliff')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/messages.es.xliff')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/admin.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages.fr.xliff'), 5 => (\dirname(__DIR__, 4).'/translations/payoutInvoice.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/messages.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/messages.pt.xliff')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/messages.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 9 => (\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' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'translations', 4 => 'vendor/symfony/framework-bundle/translations', 5 => 'vendor/symfony/twig-bundle/translations', 6 => 'vendor/twig/extra-bundle/translations', 7 => 'vendor/sensio/framework-extra-bundle/src/translations', 8 => 'vendor/doctrine/doctrine-bundle/translations', 9 => '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']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en', 1 => 'en']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$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()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.form.engine'])) {
return $this->privates['twig.form.engine'];
}
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
$a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
if (isset($this->privates['twig.form.renderer'])) {
return $this->privates['twig.form.renderer'];
}
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()));
}
/**
* Gets the private 'twig.mailer.message_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageListener
*/
protected function getTwig_Mailer_MessageListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.mailer.message_listener'])) {
return $this->privates['twig.mailer.message_listener'];
}
return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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, [
'hinclude' => ['privates', 'fragment.renderer.hinclude', 'getFragment_Renderer_HincludeService', false],
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'hinclude' => '?',
'inline' => '?',
]), $a, true), 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));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
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()));
}
/**
* Gets the private 'twig.runtime.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
*/
protected function getTwig_Runtime_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->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')));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
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())));
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
}
/**
* Gets the private 'var_dumper.command.server_dump' shared service.
*
* @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
*/
protected function getVarDumper_Command_ServerDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
$a = new \Symfony\Bridge\Monolog\Logger('debug');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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()))]);
$instance->setName('server:dump');
$instance->setDescription('Start a dump server that collects and displays dumps in a single place');
return $instance;
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_ContextualizedCliDumper_InnerService()
{
$this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
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()]);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($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()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSession2Service()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'swiftmailer.spool.default.memory.path' => false,
'knp_snappy.pdf.binary' => false,
'knp_snappy.image.binary' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
case 'knp_snappy.pdf.binary': $value = $this->getEnv('WKHTMLTOPDF_PATH'); break;
case 'knp_snappy.image.binary': $value = $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'APIBundle' => 'App\\AppBundle\\APIBundle\\APIBundle',
'MainBundle' => 'App\\AppBundle\\MainBundle\\MainBundle',
'AdminBundle' => 'App\\AppBundle\\AdminBundle\\AdminBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'DoctrineBehaviorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/doctrine-behaviors/src'),
'namespace' => 'Knp\\DoctrineBehaviors',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'APIBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/AppBundle/APIBundle'),
'namespace' => 'App\\AppBundle\\APIBundle',
],
'MainBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle'),
'namespace' => 'App\\AppBundle\\MainBundle',
],
'AdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/AppBundle/AdminBundle'),
'namespace' => 'App\\AppBundle\\AdminBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'KnpSnappyBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-snappy-bundle/src'),
'namespace' => 'Knp\\Bundle\\SnappyBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'app.locale' => 'en',
'app.admin_email' => 'darshit.blueera@gmail.com',
'app.error_reporting_email' => 'bes.logs.reporting@gmail.com',
'app.base_url' => 'https://parkings.ddns.net',
'app.super_admin_email' => 'wp.reporting.bes@gmail.com',
'app.database_host' => '127.0.0.1',
'app.database_port' => 3306,
'app.database_name' => 'dev_parkings',
'app.database_user' => 'root',
'app.database_password' => 'wpsystem@1122334455',
'app.mailer_transport' => 'smtp',
'app.mailer_host' => '127.0.0.1',
'app.mailer_user' => 'leo.parker01012018@gmail.com',
'app.mailer_password' => 'xkhfuaubixzayxki',
'app.user_token' => '76bd73df0bb56506c39ce3231d45126d056b1578136836a5bfd74d986e240a810212d2f21d6128f79e88c388e831',
'app.android_app_google_key' => 'AIzaSyAFWP9BU3UAtMnV-3aT6gNGD2pMBwgHqqg',
'app.ios_app_google_key' => 'AIzaSyAFWP9BU3UAtMnV-3aT6gNGD2pMBwgHqqg',
'app.payment' => [
'currency' => 'GBP',
'decimal' => true,
'premium_amount' => 1,
],
'app.wp_timezone' => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Data/wp_timezone.json'),
'app.user_details' => (\dirname(__DIR__, 4).'/public/user_data/user_details/'),
'app.spot_photos_details' => '/spot-details/spot-photos/',
'app.spot_streetview_details' => '/spot-details/street-view/',
'app.user_profile_photo' => '/user_profile_photo/',
'app.ios_bundle_identifier' => 'com.blueera.parkingsystem.main',
'app.ios_pem_file' => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Certificates/apns-dev.pem'),
'app.ios_p8_file' => (\dirname(__DIR__, 4).'/src/AppBundle/MainBundle/Certificates/apns-dev.p8'),
'app.root_web' => (\dirname(__DIR__, 4).'/public/'),
'app.root_directory' => (\dirname(__DIR__, 4).'/'),
'app.routing_directory' => (\dirname(__DIR__, 4).'/config/routes.yaml'),
'app.support_email' => '/user_data/support/email',
'app.support_bug_reporting' => '/user_data/support/bug_reporting',
'app.support_new_idea' => '/user_data/support/new_idea',
'app.support_email_root_dir' => (\dirname(__DIR__, 4).'/public/user_data/support/email'),
'app.support_bug_reporting_root_dir' => (\dirname(__DIR__, 4).'/public/user_data/support/bug_reporting'),
'app.support_new_idea_root_dir' => (\dirname(__DIR__, 4).'/public/user_data/support/new_idea'),
'app.stripe_publishable_key' => 'pk_test_51IExe2GvuHsXzhCxFYvalZTIMNiLbccXKU9ggANCJmQbOaTkPdyWtt85ylrPbhmo7qR7JLNaOKgT9q9IHsm4zgw200RoRnb09x',
'app.stripe_secret_key' => 'sk_test_51IExe2GvuHsXzhCxA2TUX2VPo3qO3dehvB7OL2CESbGRLLtRxW2c7seXtioUGW1ttUAHkDbY7BAqpgOzPJuc411p00sQXOOAnI',
'app.stripe_account_refresh_url' => '/parkings/pk/payout/stripe-refresh',
'app.stripe_account_return_url' => '/parkings/pk/payout/stripe-complete',
'app.stripe_account_app_redirect_url' => '/parkings/pk/payout/stripe-app-redirect',
'app.stripe_account_app_error_redirect_url' => '/parkings/pk/payout/stripe-app-error-redirect',
'app.stripe_statement_descriptor' => 'WhooPark_Descriptor',
'app.invoice_directory' => 'invoice/',
'app.customer_invoice_directory' => 'customer-invoice/',
'app.stripe_event_endpoint_key' => 'whsec_iU2ekyndpKrLYltkP8PesFTJRFqSYzju',
'app.promo_codes' => 'promo-codes/',
'app.notifications_images' => 'notifications/',
'app.mailer_name' => 'WhooPark SÃ rl',
'app.subject_order_success_supplier' => 'Congratulations!! Your Spot is Booked',
'app.subject_order_success_user' => 'Booking Confirmed !!',
'app.subject_reset_activation_code' => 'Activation Code !!',
'app.subject_admin_login_code' => 'Login Activation Code !!',
'app.subject_welcome_user' => 'Welcome to Parkings!',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_httponly' => false,
'gc_probability' => 1,
],
'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine_migrations.dir_name' => (\dirname(__DIR__, 4).'/src/Migrations'),
'doctrine_migrations.namespace' => 'DoctrineMigrations',
'doctrine_migrations.name' => 'Application Migrations',
'doctrine_migrations.migrations_paths' => [
],
'doctrine_migrations.table_name' => 'migration_versions',
'doctrine_migrations.column_name' => 'version',
'doctrine_migrations.column_length' => 14,
'doctrine_migrations.executed_at_column_name' => 'executed_at',
'doctrine_migrations.all_or_nothing' => false,
'doctrine_migrations.custom_template' => NULL,
'doctrine_migrations.organize_migrations' => false,
'security.role_hierarchy.roles' => [
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'main',
],
'security.main._indexed_authenticators' => [
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
0 => 'monolog.handler.swift',
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
],
],
'monolog.handler.main' => NULL,
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
'doctrine_behaviors_blameable_user_entity' => NULL,
'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
'nelmio_api_doc.areas' => [
0 => 'default',
],
'swiftmailer.mailer.default.transport.name' => 'smtp',
'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
'swiftmailer.mailer.default.transport.smtp.port' => 465,
'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.gmail.com',
'swiftmailer.mailer.default.transport.smtp.username' => 'leo.parker01012018@gmail.com',
'swiftmailer.mailer.default.transport.smtp.password' => 'xkhfuaubixzayxki',
'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
'swiftmailer.mailer.default.transport.smtp.stream_options' => [
],
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'nelmio_cors.map' => [
'^/api/admin/' => [
'allow_origin' => true,
'allow_headers' => [
0 => 'content-type',
1 => 'authorization',
],
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'DELETE',
4 => 'OPTIONS',
5 => 'PATCH',
],
'max_age' => 3600,
],
'^/' => [
'origin_regex' => true,
'allow_origin' => true,
'allow_headers' => [
0 => 'x-custom-auth',
],
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'DELETE',
],
'max_age' => 3600,
'hosts' => [
0 => '^api\\admin\\.',
],
],
'^/parkings/pk/' => [
'allow_origin' => true,
'allow_headers' => true,
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'DELETE',
],
'max_age' => 3600,
],
],
'nelmio_cors.defaults' => [
'allow_origin' => [
],
'allow_credentials' => false,
'allow_headers' => [
],
'expose_headers' => [
],
'allow_methods' => [
],
'max_age' => 0,
'hosts' => [
],
'origin_regex' => false,
'forced_allow_origin_value' => NULL,
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'knp_snappy.pdf.options' => [
],
'knp_snappy.pdf.env' => [
],
'knp_snappy.image.options' => [
],
'knp_snappy.image.env' => [
],
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}