var/cache/dev/ContainerKqyxkk7/srcApp_KernelDevDebugContainer.php line 10058

Open in your IDE?
  1. <?php
  2. namespace ContainerKqyxkk7;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  37.             'Aws\\S3\\S3Client' => 'getS3ClientService',
  38.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController' => 'getAccountControllerService',
  39.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController' => 'getAppControllerService',
  40.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\BaseAdminApiController' => 'getBaseAdminApiControllerService',
  41.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Beneficiary\\BeneficiaryController' => 'getBeneficiaryControllerService',
  42.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ChangeRequestController' => 'getChangeRequestControllerService',
  43.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Chat\\ChatController' => 'getChatControllerService',
  44.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CountryController' => 'getCountryControllerService',
  45.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CurrencyController' => 'getCurrencyControllerService',
  46.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\DashboardController' => 'getDashboardControllerService',
  47.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\DictionaryController' => 'getDictionaryControllerService',
  48.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsActionCodeController' => 'getGpsActionCodeControllerService',
  49.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsController' => 'getGpsControllerService',
  50.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsFeeGroupController' => 'getGpsFeeGroupControllerService',
  51.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsServiceCallController' => 'getGpsServiceCallControllerService',
  52.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\KYCController' => 'getKYCControllerService',
  53.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LanguageController' => 'getLanguageControllerService',
  54.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LegalController' => 'getLegalControllerService',
  55.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Mastercard\\McApiController' => 'getMcApiControllerService',
  56.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController' => 'getAccountController2Service',
  57.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\MerchantCategoryCodeController' => 'getMerchantCategoryCodeControllerService',
  58.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationController' => 'getNotificationControllerService',
  59.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationUserGroupController' => 'getNotificationUserGroupControllerService',
  60.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentCategoryController' => 'getPaymentCategoryControllerService',
  61.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceCategoryController' => 'getPaymentDeviceCategoryControllerService',
  62.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController' => 'getPaymentDeviceControllerService',
  63.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceProductController' => 'getPaymentDeviceProductControllerService',
  64.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceTypeController' => 'getPaymentDeviceTypeControllerService',
  65.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentMerchantController' => 'getPaymentMerchantControllerService',
  66.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentTransactionController' => 'getPaymentTransactionControllerService',
  67.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PermissionController' => 'getPermissionControllerService',
  68.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PersonalManagerController' => 'getPersonalManagerControllerService',
  69.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PrivacyPolicyController' => 'getPrivacyPolicyControllerService',
  70.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RateController' => 'getRateControllerService',
  71.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RoleController' => 'getRoleControllerService',
  72.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCategoryController' => 'getProductCategoryControllerService',
  73.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCollectionController' => 'getProductCollectionControllerService',
  74.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductController' => 'getProductControllerService',
  75.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductPurchaseController' => 'getProductPurchaseControllerService',
  76.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController' => 'getStatsControllerService',
  77.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Apple\\AppleAdminController' => 'getAppleAdminControllerService',
  78.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Google\\GoogleAdminController' => 'getGoogleAdminControllerService',
  79.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\ReportController' => 'getReportControllerService',
  80.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\SupportController' => 'getSupportControllerService',
  81.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TermsAndConditionsController' => 'getTermsAndConditionsControllerService',
  82.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController' => 'getToolsControllerService',
  83.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController' => 'getBulkLoadControllerService',
  84.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionCategoryController' => 'getTransactionCategoryControllerService',
  85.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController' => 'getTransactionControllerService',
  86.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionMerchantController' => 'getTransactionMerchantControllerService',
  87.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserPermissionController' => 'getUserPermissionControllerService',
  88.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserActionController' => 'getUserActionControllerService',
  89.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController' => 'getUserControllerService',
  90.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserDeviceController' => 'getUserDeviceControllerService',
  91.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserSessionController' => 'getUserSessionControllerService',
  92.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Service\\UserAdminService' => 'getUserAdminServiceService',
  93.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\AppController' => 'getAppController2Service',
  94.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController' => 'getAuthControllerService',
  95.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\BalanceController' => 'getBalanceControllerService',
  96.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\BaseApiController' => 'getBaseApiControllerService',
  97.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Beneficiary\\BeneficiaryController' => 'getBeneficiaryController2Service',
  98.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CardController' => 'getCardControllerService',
  99.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CountryController' => 'getCountryController2Service',
  100.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CurrencyController' => 'getCurrencyController2Service',
  101.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\FX\\FxController' => 'getFxControllerService',
  102.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\NotificationController' => 'getNotificationController2Service',
  103.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController' => 'getPaymentCardControllerService',
  104.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentDeviceController' => 'getPaymentDeviceController2Service',
  105.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\RateController' => 'getRateController2Service',
  106.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController' => 'getSpendingControllerService',
  107.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SupportController' => 'getSupportController2Service',
  108.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestKycController' => 'getTestKycControllerService',
  109.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestS3Controller' => 'getTestS3ControllerService',
  110.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController' => 'getToolsController2Service',
  111.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController' => 'getTopUpControllerService',
  112.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransactionController' => 'getTransactionController2Service',
  113.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransferController' => 'getTransferControllerService',
  114.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserContactController' => 'getUserContactControllerService',
  115.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserDeviceController' => 'getUserDeviceController2Service',
  116.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserSessionController' => 'getUserSessionController2Service',
  117.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Controller\\BaseController' => 'getBaseControllerService',
  118.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener' => 'getTransferRequestEntityListenerService',
  119.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener' => 'getUserEntityListenerService',
  120.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\Security\\AccessControl' => 'getAccessControlService',
  121.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutApiService' => 'getCheckoutApiServiceService',
  122.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutPaymentService' => 'getCheckoutPaymentServiceService',
  123.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService' => 'getCheckoutServiceService',
  124.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener' => 'getCheckoutCardListenerService',
  125.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycRunner' => 'getKycRunnerService',
  126.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\OTPService' => 'getOTPServiceService',
  127.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Google\\GoogleReportService' => 'getGoogleReportServiceService',
  128.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\ReportService' => 'getReportServiceService',
  129.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler' => 'getCheckoutTopUpHandlerService',
  130.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer' => 'getTopUpHandlerContainerService',
  131.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\Storage\\Handlers\\S3FileHandler' => 'getS3FileHandlerService',
  132.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  133.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController' => 'getGpsController2Service',
  134.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller' => 'getW2ControllerService',
  135.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  136.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  137.             'api.base_api' => 'getApi_BaseApiService',
  138.             'cache.app' => 'getCache_AppService',
  139.             'cache.app_clearer' => 'getCache_AppClearerService',
  140.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  141.             'cache.system' => 'getCache_SystemService',
  142.             'cache.system_clearer' => 'getCache_SystemClearerService',
  143.             'cache_clearer' => 'getCacheClearerService',
  144.             'cache_warmer' => 'getCacheWarmerService',
  145.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\GPS\\ReparseEHICommand' => 'getReparseEHICommandService',
  146.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\KYC\\ApproveAllCommand' => 'getApproveAllCommandService',
  147.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\PaymentDevice\\UnloadPaymentDeviceCommand' => 'getUnloadPaymentDeviceCommandService',
  148.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Permission\\CreatePermissionCommand' => 'getCreatePermissionCommandService',
  149.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Roles\\ApiRolesCommand' => 'getApiRolesCommandService',
  150.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\DownloadNewAppleReportsCommand' => 'getDownloadNewAppleReportsCommandService',
  151.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\GetAppleReportsCommand' => 'getGetAppleReportsCommandService',
  152.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Google\\GetGoogleReportsCommand' => 'getGetGoogleReportsCommandService',
  153.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadChunkCommand' => 'getBulkLoadChunkCommandService',
  154.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadProcessCommand' => 'getBulkLoadProcessCommandService',
  155.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\UserDevice\\CheckExpiredDevicesCommand' => 'getCheckExpiredDevicesCommandService',
  156.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\ChangePasswordCommand' => 'getChangePasswordCommandService',
  157.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\CreateUserCommand' => 'getCreateUserCommandService',
  158.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\PromoteUserCommand' => 'getPromoteUserCommandService',
  159.             'console.command_loader' => 'getConsole_CommandLoaderService',
  160.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  161.             'currency' => 'getCurrencyService',
  162.             'data_collector.dump' => 'getDataCollector_DumpService',
  163.             'data_fixtures' => 'getDataFixturesService',
  164.             'doctrine' => 'getDoctrineService',
  165.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  166.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  167.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  168.             'error_controller' => 'getErrorControllerService',
  169.             'event_dispatcher' => 'getEventDispatcherService',
  170.             'filesystem' => 'getFilesystemService',
  171.             'form.factory' => 'getForm_FactoryService',
  172.             'form.type.file' => 'getForm_Type_FileService',
  173.             'gedmo.listener.softdeleteable' => 'getGedmo_Listener_SoftdeleteableService',
  174.             'http_kernel' => 'getHttpKernelService',
  175.             'kernel.listener.response' => 'getKernel_Listener_ResponseService',
  176.             'kernel.listener.yourlistener' => 'getKernel_Listener_YourlistenerService',
  177.             'lp.account' => 'getLp_AccountService',
  178.             'lp.action_code.gps' => 'getLp_ActionCode_GpsService',
  179.             'lp.app_normalizer' => 'getLp_AppNormalizerService',
  180.             'lp.app_normalizer_service' => 'getLp_AppNormalizerServiceService',
  181.             'lp.auth' => 'getLp_AuthService',
  182.             'lp.authenticator.api' => 'getLp_Authenticator_ApiService',
  183.             'lp.card.category' => 'getLp_Card_CategoryService',
  184.             'lp.card.product' => 'getLp_Card_ProductService',
  185.             'lp.card.type' => 'getLp_Card_TypeService',
  186.             'lp.card_processor.gps' => 'getLp_CardProcessor_GpsService',
  187.             'lp.card_processor.gps.card' => 'getLp_CardProcessor_Gps_CardService',
  188.             'lp.card_processor.gps.ehi' => 'getLp_CardProcessor_Gps_EhiService',
  189.             'lp.card_processor.gps.import_handler' => 'getLp_CardProcessor_Gps_ImportHandlerService',
  190.             'lp.card_processor.gps.wallet' => 'getLp_CardProcessor_Gps_WalletService',
  191.             'lp.config' => 'getLp_ConfigService',
  192.             'lp.conversation_service' => 'getLp_ConversationServiceService',
  193.             'lp.country' => 'getLp_CountryService',
  194.             'lp.fee_group.gps' => 'getLp_FeeGroup_GpsService',
  195.             'lp.file' => 'getLp_FileService',
  196.             'lp.kyc' => 'getLp_KycService',
  197.             'lp.kyc.gbg' => 'getLp_Kyc_GbgService',
  198.             'lp.kyc.w2' => 'getLp_Kyc_W2Service',
  199.             'lp.language' => 'getLp_LanguageService',
  200.             'lp.listeners.request_listener' => 'getLp_Listeners_RequestListenerService',
  201.             'lp.local' => 'getLp_LocalService',
  202.             'lp.merchant.category.code' => 'getLp_Merchant_Category_CodeService',
  203.             'lp.normalizer.default' => 'getLp_Normalizer_DefaultService',
  204.             'lp.notifications' => 'getLp_NotificationsService',
  205.             'lp.paginator' => 'getLp_PaginatorService',
  206.             'lp.payment_device' => 'getLp_PaymentDeviceService',
  207.             'lp.privacy.policy' => 'getLp_Privacy_PolicyService',
  208.             'lp.psp' => 'getLp_PspService',
  209.             'lp.psp.cashflows' => 'getLp_Psp_CashflowsService',
  210.             'lp.repositories' => 'getLp_RepositoriesService',
  211.             'lp.roles' => 'getLp_RolesService',
  212.             'lp.service_call.gps' => 'getLp_ServiceCall_GpsService',
  213.             'lp.speending_service' => 'getLp_SpeendingServiceService',
  214.             'lp.terms.conditions' => 'getLp_Terms_ConditionsService',
  215.             'lp.tools.bulk_load' => 'getLp_Tools_BulkLoadService',
  216.             'lp.topup' => 'getLp_TopupService',
  217.             'lp.transaction' => 'getLp_TransactionService',
  218.             'lp.transaction.category' => 'getLp_Transaction_CategoryService',
  219.             'lp.transaction.merchant' => 'getLp_Transaction_MerchantService',
  220.             'lp.transfer' => 'getLp_TransferService',
  221.             'lp.translation' => 'getLp_TranslationService',
  222.             'lp.translation.db.loader' => 'getLp_Translation_Db_LoaderService',
  223.             'lp.upload' => 'getLp_UploadService',
  224.             'lp.upload.image' => 'getLp_Upload_ImageService',
  225.             'lp.user' => 'getLp_UserService',
  226.             'lp.user.action' => 'getLp_User_ActionService',
  227.             'lp.user.contact' => 'getLp_User_ContactService',
  228.             'lp.user.device' => 'getLp_User_DeviceService',
  229.             'lp.user.session' => 'getLp_User_SessionService',
  230.             'lp.verification_service' => 'getLp_VerificationServiceService',
  231.             'mail' => 'getMailService',
  232.             'op.proxy' => 'getOp_ProxyService',
  233.             'profiler' => 'getProfilerService',
  234.             'request_stack' => 'getRequestStackService',
  235.             'router' => 'getRouterService',
  236.             'routing.loader' => 'getRouting_LoaderService',
  237.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  238.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  239.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  240.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  241.             'security.token_storage' => 'getSecurity_TokenStorageService',
  242.             'serializer' => 'getSerializerService',
  243.             'services_resetter' => 'getServicesResetterService',
  244.             'session' => 'getSessionService',
  245.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  246.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  247.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  248.             'translator' => 'getTranslatorService',
  249.             'twig' => 'getTwigService',
  250.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  251.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  252.             'validator' => 'getValidatorService',
  253.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  254.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  255.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  256.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  257.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  258.         ];
  259.         $this->aliases = [
  260.             'database_connection' => 'doctrine.dbal.default_connection',
  261.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  262.             'mailer' => 'swiftmailer.mailer.default',
  263.         ];
  264.         $this->privates['service_container'] = function () {
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/CorsListener.php';
  267.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaginatorService.php';
  268.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/HasEntityManager.php';
  269.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/BaseService.php';
  270.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/RoleService.php';
  271.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserActionService.php';
  272.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserPermissionService.php';
  273.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserSessionService.php';
  274.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UserDeviceService.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  276.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  277.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/AppResponseListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/AppRequestListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  286.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  299.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  374.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  464.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  472.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/ExpressionLanguage.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationCheckerInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationChecker.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorage.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationManagerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolver.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchyInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchy.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/FirewallMapInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Logout/LogoutUrlGenerator.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/RememberMe/ResponseListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManagerInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/TraceableAccessDecisionManager.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManager.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  555.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  556.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  557.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  591.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  593.         };
  594.     }
  595.     public function compile(): void
  596.     {
  597.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  598.     }
  599.     public function isCompiled(): bool
  600.     {
  601.         return true;
  602.     }
  603.     public function getRemovedIds(): array
  604.     {
  605.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  606.     }
  607.     /**
  608.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  609.      *
  610.      * @return \App\Controller\DefaultController
  611.      */
  612.     protected function getDefaultControllerService()
  613.     {
  614.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  616.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  617.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  618.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\DefaultController'$this));
  619.         return $instance;
  620.     }
  621.     /**
  622.      * Gets the public 'Aws\S3\S3Client' shared autowired service.
  623.      *
  624.      * @return \Aws\S3\S3Client
  625.      */
  626.     protected function getS3ClientService()
  627.     {
  628.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  629.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  630.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  631.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  632.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  633.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  634.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  635.         return $this->services['Aws\\S3\\S3Client'] = new \Aws\S3\S3Client(['credentials' => ['key' => 'AKIA4FETMGFVOBIAOLA2''secret' => 'vN3zgDgy7lfaLQwGpy2oqIZR3L67DUMv3+ukwMmt'], 'region' => 'eu-west-1''version' => 'latest']);
  636.     }
  637.     /**
  638.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController' shared autowired service.
  639.      *
  640.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController
  641.      */
  642.     protected function getAccountControllerService()
  643.     {
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  646.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  647.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  648.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  649.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/AccountController.php';
  650.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  651.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  652.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  653.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  654.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController'$this));
  655.         return $instance;
  656.     }
  657.     /**
  658.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController' shared autowired service.
  659.      *
  660.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController
  661.      */
  662.     protected function getAppControllerService()
  663.     {
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  666.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  667.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  668.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  669.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/AppController.php';
  670.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppConfigurationService'] ?? $this->getAppConfigurationServiceService()));
  671.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  672.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  673.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  674.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController'$this));
  675.         return $instance;
  676.     }
  677.     /**
  678.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController' shared autowired service.
  679.      *
  680.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController
  681.      */
  682.     protected function getBaseAdminApiControllerService()
  683.     {
  684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  686.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  687.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  688.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  689.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\BaseAdminApiController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  690.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  691.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  692.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  693.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\BaseAdminApiController'$this));
  694.         return $instance;
  695.     }
  696.     /**
  697.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController' shared autowired service.
  698.      *
  699.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController
  700.      */
  701.     protected function getBeneficiaryControllerService()
  702.     {
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  705.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  706.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  707.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  708.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Beneficiary/BeneficiaryController.php';
  709.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Beneficiary\\BeneficiaryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Beneficiary\\BeneficiaryService'] ?? $this->getBeneficiaryServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  710.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  711.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  712.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  713.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Beneficiary\\BeneficiaryController'$this));
  714.         return $instance;
  715.     }
  716.     /**
  717.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController' shared autowired service.
  718.      *
  719.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController
  720.      */
  721.     protected function getChangeRequestControllerService()
  722.     {
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  725.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  726.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  727.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  728.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/ChangeRequestController.php';
  729.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ChangeRequestController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  730.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  731.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  732.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  733.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ChangeRequestController'$this));
  734.         return $instance;
  735.     }
  736.     /**
  737.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController' shared autowired service.
  738.      *
  739.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController
  740.      */
  741.     protected function getChatControllerService()
  742.     {
  743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  745.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  746.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  747.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  748.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Chat/ChatController.php';
  749.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Chat\\ChatController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  750.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  751.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  752.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  753.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Chat\\ChatController'$this));
  754.         return $instance;
  755.     }
  756.     /**
  757.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController' shared autowired service.
  758.      *
  759.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController
  760.      */
  761.     protected function getCountryControllerService()
  762.     {
  763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  765.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  766.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  767.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  768.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/CountryController.php';
  769.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CountryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CountryService'] ?? $this->getCountryServiceService()));
  770.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  771.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  772.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  773.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CountryController'$this));
  774.         return $instance;
  775.     }
  776.     /**
  777.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController' shared autowired service.
  778.      *
  779.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController
  780.      */
  781.     protected function getCurrencyControllerService()
  782.     {
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  785.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  786.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  787.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  788.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/CurrencyController.php';
  789.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CurrencyController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CurrencyService'] ?? $this->getCurrencyServiceService()));
  790.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  791.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  792.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  793.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CurrencyController'$this));
  794.         return $instance;
  795.     }
  796.     /**
  797.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController' shared autowired service.
  798.      *
  799.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController
  800.      */
  801.     protected function getDashboardControllerService()
  802.     {
  803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  805.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  806.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  807.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  808.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/DashboardController.php';
  809.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\DashboardController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserService'] ?? $this->getUserService2Service()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] ?? $this->getTransactionServiceService()));
  810.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  811.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  812.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  813.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\DashboardController'$this));
  814.         return $instance;
  815.     }
  816.     /**
  817.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DictionaryController' shared autowired service.
  818.      *
  819.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DictionaryController
  820.      */
  821.     protected function getDictionaryControllerService()
  822.     {
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  825.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  826.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  827.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  828.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/DictionaryController.php';
  829.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\DictionaryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DictionaryController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  830.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  831.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  832.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  833.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\DictionaryController'$this));
  834.         return $instance;
  835.     }
  836.     /**
  837.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController' shared autowired service.
  838.      *
  839.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController
  840.      */
  841.     protected function getGpsActionCodeControllerService()
  842.     {
  843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  845.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  846.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  847.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  848.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/GpsActionCodeController.php';
  849.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsActionCodeController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  850.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  851.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  852.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  853.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsActionCodeController'$this));
  854.         return $instance;
  855.     }
  856.     /**
  857.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController' shared autowired service.
  858.      *
  859.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController
  860.      */
  861.     protected function getGpsControllerService()
  862.     {
  863.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  865.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  866.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  867.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  868.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/GpsController.php';
  869.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  870.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  871.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  872.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  873.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsController'$this));
  874.         return $instance;
  875.     }
  876.     /**
  877.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController' shared autowired service.
  878.      *
  879.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController
  880.      */
  881.     protected function getGpsFeeGroupControllerService()
  882.     {
  883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  885.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  886.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  887.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  888.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/GpsFeeGroupController.php';
  889.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsFeeGroupController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  890.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  891.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  892.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  893.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsFeeGroupController'$this));
  894.         return $instance;
  895.     }
  896.     /**
  897.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController' shared autowired service.
  898.      *
  899.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController
  900.      */
  901.     protected function getGpsServiceCallControllerService()
  902.     {
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  905.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  906.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  907.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  908.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/GpsServiceCallController.php';
  909.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsServiceCallController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  910.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  911.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  912.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  913.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsServiceCallController'$this));
  914.         return $instance;
  915.     }
  916.     /**
  917.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController' shared autowired service.
  918.      *
  919.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController
  920.      */
  921.     protected function getKYCControllerService()
  922.     {
  923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  925.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  926.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  927.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  928.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/KYCController.php';
  929.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\KYCController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService'] ?? $this->getKycServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService'] ?? $this->getUserServiceService()));
  930.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  931.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  932.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  933.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\KYCController'$this));
  934.         return $instance;
  935.     }
  936.     /**
  937.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController' shared autowired service.
  938.      *
  939.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController
  940.      */
  941.     protected function getLanguageControllerService()
  942.     {
  943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  945.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  946.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  947.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  948.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/LanguageController.php';
  949.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LanguageController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  950.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  951.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  952.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  953.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LanguageController'$this));
  954.         return $instance;
  955.     }
  956.     /**
  957.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController' shared autowired service.
  958.      *
  959.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController
  960.      */
  961.     protected function getLegalControllerService()
  962.     {
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  965.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  966.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  967.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  968.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/LegalController.php';
  969.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LegalController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PrivacyPolicyService'] ?? $this->getPrivacyPolicyServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TermsAndConditionsService'] ?? $this->getTermsAndConditionsServiceService()));
  970.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  971.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  972.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  973.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LegalController'$this));
  974.         return $instance;
  975.     }
  976.     /**
  977.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController' shared autowired service.
  978.      *
  979.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController
  980.      */
  981.     protected function getMcApiControllerService()
  982.     {
  983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  984.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  985.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  986.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  987.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  988.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Mastercard/McApiController.php';
  989.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Mastercard\\McApiController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\McApiService'] ?? $this->getMcApiServiceService()));
  990.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  991.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  992.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  993.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Mastercard\\McApiController'$this));
  994.         return $instance;
  995.     }
  996.     /**
  997.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController' shared autowired service.
  998.      *
  999.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController
  1000.      */
  1001.     protected function getAccountController2Service()
  1002.     {
  1003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1005.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1006.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1007.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1008.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Member/AccountController.php';
  1009.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService'] ?? $this->getAuthServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()));
  1010.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1011.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1012.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1013.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController'$this));
  1014.         return $instance;
  1015.     }
  1016.     /**
  1017.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController' shared autowired service.
  1018.      *
  1019.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController
  1020.      */
  1021.     protected function getMerchantCategoryCodeControllerService()
  1022.     {
  1023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1025.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1026.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1027.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1028.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/MerchantCategoryCodeController.php';
  1029.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/MerchantCategoryCodeService.php';
  1030.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\MerchantCategoryCodeController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MerchantCategoryCodeService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService())));
  1031.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1032.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1033.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1034.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\MerchantCategoryCodeController'$this));
  1035.         return $instance;
  1036.     }
  1037.     /**
  1038.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController' shared autowired service.
  1039.      *
  1040.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController
  1041.      */
  1042.     protected function getNotificationControllerService()
  1043.     {
  1044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/NotificationController.php';
  1050.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Notifications\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  1051.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1052.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1053.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1054.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationController'$this));
  1055.         return $instance;
  1056.     }
  1057.     /**
  1058.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController' shared autowired service.
  1059.      *
  1060.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController
  1061.      */
  1062.     protected function getNotificationUserGroupControllerService()
  1063.     {
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1066.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1067.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1068.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1069.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/NotificationUserGroupController.php';
  1070.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Notifications/NotificationUserGroupService.php';
  1071.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationUserGroupController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationUserGroupService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService())), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  1072.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1073.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1074.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1075.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationUserGroupController'$this));
  1076.         return $instance;
  1077.     }
  1078.     /**
  1079.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController' shared autowired service.
  1080.      *
  1081.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController
  1082.      */
  1083.     protected function getPaymentCategoryControllerService()
  1084.     {
  1085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1087.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1088.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1089.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1090.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentCategoryController.php';
  1091.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentCategoryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1092.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1093.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1094.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1095.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentCategoryController'$this));
  1096.         return $instance;
  1097.     }
  1098.     /**
  1099.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController' shared autowired service.
  1100.      *
  1101.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController
  1102.      */
  1103.     protected function getPaymentDeviceCategoryControllerService()
  1104.     {
  1105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1110.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentDeviceCategoryController.php';
  1111.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceCategoryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1112.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1113.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1114.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1115.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceCategoryController'$this));
  1116.         return $instance;
  1117.     }
  1118.     /**
  1119.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController' shared autowired service.
  1120.      *
  1121.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController
  1122.      */
  1123.     protected function getPaymentDeviceControllerService()
  1124.     {
  1125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1126.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1127.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentDeviceController.php';
  1131.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()));
  1132.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1133.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1134.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1135.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController'$this));
  1136.         return $instance;
  1137.     }
  1138.     /**
  1139.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController' shared autowired service.
  1140.      *
  1141.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController
  1142.      */
  1143.     protected function getPaymentDeviceProductControllerService()
  1144.     {
  1145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentDeviceProductController.php';
  1151.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceProductController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1152.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1153.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1154.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1155.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceProductController'$this));
  1156.         return $instance;
  1157.     }
  1158.     /**
  1159.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController' shared autowired service.
  1160.      *
  1161.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController
  1162.      */
  1163.     protected function getPaymentDeviceTypeControllerService()
  1164.     {
  1165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1167.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1168.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1169.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1170.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentDeviceTypeController.php';
  1171.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceTypeController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1172.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1173.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1174.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1175.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceTypeController'$this));
  1176.         return $instance;
  1177.     }
  1178.     /**
  1179.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController' shared autowired service.
  1180.      *
  1181.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController
  1182.      */
  1183.     protected function getPaymentMerchantControllerService()
  1184.     {
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1187.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1188.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1190.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentMerchantController.php';
  1191.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentMerchantController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1192.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1193.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1194.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1195.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentMerchantController'$this));
  1196.         return $instance;
  1197.     }
  1198.     /**
  1199.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController' shared autowired service.
  1200.      *
  1201.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController
  1202.      */
  1203.     protected function getPaymentTransactionControllerService()
  1204.     {
  1205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentTransactionController.php';
  1211.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentTransactionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1212.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1213.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1214.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1215.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentTransactionController'$this));
  1216.         return $instance;
  1217.     }
  1218.     /**
  1219.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController' shared autowired service.
  1220.      *
  1221.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController
  1222.      */
  1223.     protected function getPermissionControllerService()
  1224.     {
  1225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PermissionController.php';
  1231.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PermissionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PermissionService'] ?? $this->getPermissionServiceService()));
  1232.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1233.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1234.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1235.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PermissionController'$this));
  1236.         return $instance;
  1237.     }
  1238.     /**
  1239.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController' shared autowired service.
  1240.      *
  1241.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController
  1242.      */
  1243.     protected function getPersonalManagerControllerService()
  1244.     {
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1247.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1249.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1250.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PersonalManagerController.php';
  1251.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PersonalManagerController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1252.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1253.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1254.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1255.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PersonalManagerController'$this));
  1256.         return $instance;
  1257.     }
  1258.     /**
  1259.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController' shared autowired service.
  1260.      *
  1261.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController
  1262.      */
  1263.     protected function getPrivacyPolicyControllerService()
  1264.     {
  1265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1267.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PrivacyPolicyController.php';
  1271.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PrivacyPolicyController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PrivacyPolicyService'] ?? $this->getPrivacyPolicyServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  1272.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1273.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1274.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1275.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PrivacyPolicyController'$this));
  1276.         return $instance;
  1277.     }
  1278.     /**
  1279.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController' shared autowired service.
  1280.      *
  1281.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController
  1282.      */
  1283.     protected function getRateControllerService()
  1284.     {
  1285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1287.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1288.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1289.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1290.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/RateController.php';
  1291.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RateController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RateService'] ?? $this->getRateServiceService()));
  1292.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1293.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1294.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1295.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RateController'$this));
  1296.         return $instance;
  1297.     }
  1298.     /**
  1299.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController' shared autowired service.
  1300.      *
  1301.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController
  1302.      */
  1303.     protected function getRoleControllerService()
  1304.     {
  1305.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1307.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1308.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1309.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1310.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/RoleController.php';
  1311.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RoleController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RoleService'] ?? $this->getRoleServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserPermissionService'] ?? $this->getUserPermissionServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1312.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1313.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1314.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1315.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RoleController'$this));
  1316.         return $instance;
  1317.     }
  1318.     /**
  1319.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController' shared autowired service.
  1320.      *
  1321.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController
  1322.      */
  1323.     protected function getProductCategoryControllerService()
  1324.     {
  1325.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1326.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1327.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1328.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1329.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1330.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Shop/ProductCategoryController.php';
  1331.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCategoryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1332.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1333.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1334.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1335.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCategoryController'$this));
  1336.         return $instance;
  1337.     }
  1338.     /**
  1339.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController' shared autowired service.
  1340.      *
  1341.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController
  1342.      */
  1343.     protected function getProductCollectionControllerService()
  1344.     {
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1348.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1350.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Shop/ProductCollectionController.php';
  1351.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCollectionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1352.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1353.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1354.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1355.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCollectionController'$this));
  1356.         return $instance;
  1357.     }
  1358.     /**
  1359.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController' shared autowired service.
  1360.      *
  1361.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController
  1362.      */
  1363.     protected function getProductControllerService()
  1364.     {
  1365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1367.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1369.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1370.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Shop/ProductController.php';
  1371.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1372.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1373.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1374.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1375.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductController'$this));
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController' shared autowired service.
  1380.      *
  1381.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController
  1382.      */
  1383.     protected function getProductPurchaseControllerService()
  1384.     {
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1389.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1390.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Shop/ProductPurchaseController.php';
  1391.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductPurchaseController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1392.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1393.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1394.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1395.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductPurchaseController'$this));
  1396.         return $instance;
  1397.     }
  1398.     /**
  1399.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController' shared autowired service.
  1400.      *
  1401.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController
  1402.      */
  1403.     protected function getStatsControllerService()
  1404.     {
  1405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1407.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1408.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1409.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1410.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/StatsController.php';
  1411.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1412.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1413.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1414.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1415.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController'$this));
  1416.         return $instance;
  1417.     }
  1418.     /**
  1419.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController' shared autowired service.
  1420.      *
  1421.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController
  1422.      */
  1423.     protected function getAppleAdminControllerService()
  1424.     {
  1425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1427.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1429.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1430.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Stats/Apple/AppleAdminController.php';
  1431.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Apple\\AppleAdminController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Apple\\AppleReportService'] ?? $this->getAppleReportServiceService()));
  1432.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1433.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1434.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1435.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Apple\\AppleAdminController'$this));
  1436.         return $instance;
  1437.     }
  1438.     /**
  1439.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController' shared autowired service.
  1440.      *
  1441.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController
  1442.      */
  1443.     protected function getGoogleAdminControllerService()
  1444.     {
  1445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Stats/Google/GoogleAdminController.php';
  1451.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Google\\GoogleAdminController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Google\\GooglePlayService'] ?? $this->getGooglePlayServiceService()));
  1452.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1453.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1454.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1455.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Google\\GoogleAdminController'$this));
  1456.         return $instance;
  1457.     }
  1458.     /**
  1459.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController' shared autowired service.
  1460.      *
  1461.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController
  1462.      */
  1463.     protected function getReportControllerService()
  1464.     {
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Stats/ReportController.php';
  1471.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\ReportController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Apple\\AppleReportService'] ?? $this->getAppleReportServiceService()), ($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\ReportService'] ?? $this->getReportServiceService()), ($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Google\\GoogleReportService'] ?? $this->getGoogleReportServiceService()));
  1472.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1473.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1474.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1475.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\ReportController'$this));
  1476.         return $instance;
  1477.     }
  1478.     /**
  1479.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController' shared autowired service.
  1480.      *
  1481.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController
  1482.      */
  1483.     protected function getSupportControllerService()
  1484.     {
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/SupportController.php';
  1491.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\SupportController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SupportService'] ?? $this->getSupportServiceService()));
  1492.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1493.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1494.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1495.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\SupportController'$this));
  1496.         return $instance;
  1497.     }
  1498.     /**
  1499.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController' shared autowired service.
  1500.      *
  1501.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController
  1502.      */
  1503.     protected function getTermsAndConditionsControllerService()
  1504.     {
  1505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/TermsAndConditionsController.php';
  1511.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TermsAndConditionsController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TermsAndConditionsService'] ?? $this->getTermsAndConditionsServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PrivacyPolicyService'] ?? $this->getPrivacyPolicyServiceService()));
  1512.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1513.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1514.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1515.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TermsAndConditionsController'$this));
  1516.         return $instance;
  1517.     }
  1518.     /**
  1519.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController' shared autowired service.
  1520.      *
  1521.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController
  1522.      */
  1523.     protected function getToolsControllerService()
  1524.     {
  1525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1529.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/ToolsController.php';
  1531.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1532.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1533.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1534.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1535.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController'$this));
  1536.         return $instance;
  1537.     }
  1538.     /**
  1539.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController' shared autowired service.
  1540.      *
  1541.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController
  1542.      */
  1543.     protected function getBulkLoadControllerService()
  1544.     {
  1545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1549.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Tools/BulkLoadController.php';
  1551.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1552.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1553.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1554.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1555.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController'$this));
  1556.         return $instance;
  1557.     }
  1558.     /**
  1559.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController' shared autowired service.
  1560.      *
  1561.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController
  1562.      */
  1563.     protected function getTransactionCategoryControllerService()
  1564.     {
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1567.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1568.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1569.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1570.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/TransactionCategoryController.php';
  1571.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionCategoryService.php';
  1572.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionCategoryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionCategoryService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService())));
  1573.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1574.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1575.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1576.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionCategoryController'$this));
  1577.         return $instance;
  1578.     }
  1579.     /**
  1580.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController' shared autowired service.
  1581.      *
  1582.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController
  1583.      */
  1584.     protected function getTransactionControllerService()
  1585.     {
  1586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1588.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1589.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1590.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1591.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/TransactionController.php';
  1592.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] ?? $this->getTransactionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\McApiService'] ?? $this->getMcApiServiceService()));
  1593.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1594.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1595.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1596.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController'$this));
  1597.         return $instance;
  1598.     }
  1599.     /**
  1600.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController' shared autowired service.
  1601.      *
  1602.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController
  1603.      */
  1604.     protected function getTransactionMerchantControllerService()
  1605.     {
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/TransactionMerchantController.php';
  1612.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionMerchantController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1613.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1614.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1615.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1616.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionMerchantController'$this));
  1617.         return $instance;
  1618.     }
  1619.     /**
  1620.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController' shared autowired service.
  1621.      *
  1622.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController
  1623.      */
  1624.     protected function getUserPermissionControllerService()
  1625.     {
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/UserPermissionController.php';
  1632.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserPermissionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RoleService'] ?? $this->getRoleServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  1633.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1634.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1635.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1636.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserPermissionController'$this));
  1637.         return $instance;
  1638.     }
  1639.     /**
  1640.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController' shared autowired service.
  1641.      *
  1642.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController
  1643.      */
  1644.     protected function getUserActionControllerService()
  1645.     {
  1646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1649.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1650.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1651.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/User/UserActionController.php';
  1652.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserActionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserActionService'] ?? $this->getUserActionServiceService()));
  1653.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1654.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1655.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1656.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserActionController'$this));
  1657.         return $instance;
  1658.     }
  1659.     /**
  1660.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController' shared autowired service.
  1661.      *
  1662.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController
  1663.      */
  1664.     protected function getUserControllerService()
  1665.     {
  1666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1671.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/User/UserController.php';
  1672.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Service\\UserAdminService'] ?? $this->getUserAdminServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserPermissionService'] ?? $this->getUserPermissionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService'] ?? $this->getAuthServiceService()));
  1673.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1674.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1675.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1676.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController'$this));
  1677.         return $instance;
  1678.     }
  1679.     /**
  1680.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController' shared autowired service.
  1681.      *
  1682.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController
  1683.      */
  1684.     protected function getUserDeviceControllerService()
  1685.     {
  1686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1688.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1689.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1691.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/User/UserDeviceController.php';
  1692.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserDeviceController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()));
  1693.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1694.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1695.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1696.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserDeviceController'$this));
  1697.         return $instance;
  1698.     }
  1699.     /**
  1700.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController' shared autowired service.
  1701.      *
  1702.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController
  1703.      */
  1704.     protected function getUserSessionControllerService()
  1705.     {
  1706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/User/UserSessionController.php';
  1712.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserSessionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  1713.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1714.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1715.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1716.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserSessionController'$this));
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Service\UserAdminService' shared autowired service.
  1721.      *
  1722.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Service\UserAdminService
  1723.      */
  1724.     protected function getUserAdminServiceService()
  1725.     {
  1726.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Service/UserAdminService.php';
  1727.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Service\\UserAdminService'] = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Service\UserAdminService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()));
  1728.     }
  1729.     /**
  1730.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController' shared autowired service.
  1731.      *
  1732.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController
  1733.      */
  1734.     protected function getAppController2Service()
  1735.     {
  1736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/AppController.php';
  1741.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\AppController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService'] ?? $this->getAuthServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppConfigurationService'] ?? $this->getAppConfigurationServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PrivacyPolicyService'] ?? $this->getPrivacyPolicyServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TermsAndConditionsService'] ?? $this->getTermsAndConditionsServiceService()));
  1742.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1743.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1744.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\AppController'$this));
  1745.         return $instance;
  1746.     }
  1747.     /**
  1748.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController' shared autowired service.
  1749.      *
  1750.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController
  1751.      */
  1752.     protected function getAuthControllerService()
  1753.     {
  1754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1758.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Auth/AuthController.php';
  1759.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Verification/VerificationService.php';
  1760.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Auth/EmailVerificationService.php';
  1761.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1763.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1764.         $b = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  1765.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1766.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1767.         $e = ($this->services['kernel'] ?? $this->get('kernel'1));
  1768.         $f = ($this->services['validator'] ?? $this->getValidatorService());
  1769.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService'] ?? $this->getAuthServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService'] ?? $this->getPaymentCardServiceService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService'] ?? $this->getKycServiceService()), new \LaunchPad\Bundle\LaunchPadBundle\Base\Verification\VerificationService($this$a$b$c$d$e$f), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\ImageUploadService'] ?? $this->getImageUploadServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserPermissionService'] ?? $this->getUserPermissionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserSessionService'] ?? $this->getUserSessionServiceService()), new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\EmailVerificationService($this$a$b$c$d$e$f, ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\MailService'] ?? $this->getMailServiceService())));
  1770.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1771.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1772.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController'$this));
  1773.         return $instance;
  1774.     }
  1775.     /**
  1776.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController' shared autowired service.
  1777.      *
  1778.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController
  1779.      */
  1780.     protected function getBalanceControllerService()
  1781.     {
  1782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1784.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1785.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1786.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BalanceController.php';
  1787.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  1788.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  1789.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Service/GpsWalletService.php';
  1790.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/BalanceService.php';
  1791.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1792.         $b = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  1793.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1794.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1795.         $e = ($this->services['kernel'] ?? $this->get('kernel'1));
  1796.         $f = ($this->services['validator'] ?? $this->getValidatorService());
  1797.         $g = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsWalletService($this$a$b$c$d$e$f, ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Service\\GpsCardService'] ?? $this->getGpsCardServiceService()));
  1798.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\BalanceController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController($g, new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\BalanceService($this$a$b$c$d$e$f$g, ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService'] ?? $this->getGpsServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RateService'] ?? $this->getRateServiceService())));
  1799.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1800.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1801.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\BalanceController'$this));
  1802.         return $instance;
  1803.     }
  1804.     /**
  1805.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController' shared autowired service.
  1806.      *
  1807.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController
  1808.      */
  1809.     protected function getBaseApiControllerService()
  1810.     {
  1811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1813.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1814.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1815.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\BaseApiController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1816.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1817.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1818.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\BaseApiController'$this));
  1819.         return $instance;
  1820.     }
  1821.     /**
  1822.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController' shared autowired service.
  1823.      *
  1824.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController
  1825.      */
  1826.     protected function getBeneficiaryController2Service()
  1827.     {
  1828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Beneficiary/BeneficiaryController.php';
  1833.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Beneficiary\\BeneficiaryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Beneficiary\\BeneficiaryService'] ?? $this->getBeneficiaryServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  1834.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1835.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1836.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Beneficiary\\BeneficiaryController'$this));
  1837.         return $instance;
  1838.     }
  1839.     /**
  1840.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController' shared autowired service.
  1841.      *
  1842.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController
  1843.      */
  1844.     protected function getCardControllerService()
  1845.     {
  1846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1848.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1849.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1850.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/CardController.php';
  1851.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CardController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService'] ?? $this->getGpsServiceService()));
  1852.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1853.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1854.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CardController'$this));
  1855.         return $instance;
  1856.     }
  1857.     /**
  1858.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController' shared autowired service.
  1859.      *
  1860.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController
  1861.      */
  1862.     protected function getCountryController2Service()
  1863.     {
  1864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1865.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1866.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1867.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1868.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/CountryController.php';
  1869.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CountryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CountryService'] ?? $this->getCountryServiceService()));
  1870.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1871.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1872.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CountryController'$this));
  1873.         return $instance;
  1874.     }
  1875.     /**
  1876.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController' shared autowired service.
  1877.      *
  1878.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController
  1879.      */
  1880.     protected function getCurrencyController2Service()
  1881.     {
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/CurrencyController.php';
  1887.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CurrencyController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CurrencyService'] ?? $this->getCurrencyServiceService()));
  1888.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1889.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1890.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CurrencyController'$this));
  1891.         return $instance;
  1892.     }
  1893.     /**
  1894.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController' shared autowired service.
  1895.      *
  1896.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController
  1897.      */
  1898.     protected function getFxControllerService()
  1899.     {
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/FX/FxController.php';
  1905.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\FX\\FxController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\FX\\FxService'] ?? $this->getFxServiceService()));
  1906.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1907.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1908.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\FX\\FxController'$this));
  1909.         return $instance;
  1910.     }
  1911.     /**
  1912.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController' shared autowired service.
  1913.      *
  1914.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController
  1915.      */
  1916.     protected function getNotificationController2Service()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/NotificationController.php';
  1923.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\NotificationController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Notifications\\NotificationService'] ?? $this->getNotificationServiceService()));
  1924.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1925.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1926.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\NotificationController'$this));
  1927.         return $instance;
  1928.     }
  1929.     /**
  1930.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController' shared autowired service.
  1931.      *
  1932.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController
  1933.      */
  1934.     protected function getPaymentCardControllerService()
  1935.     {
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1938.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1940.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/PaymentCardController.php';
  1941.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  1942.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1943.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1944.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController'$this));
  1945.         return $instance;
  1946.     }
  1947.     /**
  1948.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController' shared autowired service.
  1949.      *
  1950.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController
  1951.      */
  1952.     protected function getPaymentDeviceController2Service()
  1953.     {
  1954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1956.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1957.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1958.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/PaymentDeviceController.php';
  1959.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentDeviceController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService'] ?? $this->getGpsServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\ImageUploadService'] ?? $this->getImageUploadServiceService()));
  1960.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1961.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1962.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentDeviceController'$this));
  1963.         return $instance;
  1964.     }
  1965.     /**
  1966.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController' shared autowired service.
  1967.      *
  1968.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController
  1969.      */
  1970.     protected function getRateController2Service()
  1971.     {
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1974.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1975.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1976.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/RateController.php';
  1977.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\RateController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RateService'] ?? $this->getRateServiceService()));
  1978.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1979.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1980.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\RateController'$this));
  1981.         return $instance;
  1982.     }
  1983.     /**
  1984.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController' shared autowired service.
  1985.      *
  1986.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController
  1987.      */
  1988.     protected function getSpendingControllerService()
  1989.     {
  1990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/SpendingController.php';
  1995.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] ?? $this->getTransactionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SpendingService'] ?? $this->getSpendingServiceService()));
  1996.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1997.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1998.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController'$this));
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController' shared autowired service.
  2003.      *
  2004.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController
  2005.      */
  2006.     protected function getSupportController2Service()
  2007.     {
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2012.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/SupportController.php';
  2013.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SupportController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SupportService'] ?? $this->getSupportServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  2014.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2015.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2016.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SupportController'$this));
  2017.         return $instance;
  2018.     }
  2019.     /**
  2020.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController' shared autowired service.
  2021.      *
  2022.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController
  2023.      */
  2024.     protected function getTestKycControllerService()
  2025.     {
  2026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Test/TestKycController.php';
  2031.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestKycController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService'] ?? $this->getKycServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2032.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2033.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2034.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestKycController'$this));
  2035.         return $instance;
  2036.     }
  2037.     /**
  2038.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller' shared autowired service.
  2039.      *
  2040.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller
  2041.      */
  2042.     protected function getTestS3ControllerService()
  2043.     {
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Test/TestS3Controller.php';
  2049.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestS3Controller'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2050.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2051.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2052.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestS3Controller'$this));
  2053.         return $instance;
  2054.     }
  2055.     /**
  2056.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController' shared autowired service.
  2057.      *
  2058.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController
  2059.      */
  2060.     protected function getToolsController2Service()
  2061.     {
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2064.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2065.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2066.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/ToolsController.php';
  2067.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2068.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2069.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2070.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController'$this));
  2071.         return $instance;
  2072.     }
  2073.     /**
  2074.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController' shared autowired service.
  2075.      *
  2076.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController
  2077.      */
  2078.     protected function getTopUpControllerService()
  2079.     {
  2080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2082.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2083.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/TopUpController.php';
  2085.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2086.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2087.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2088.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController'$this));
  2089.         return $instance;
  2090.     }
  2091.     /**
  2092.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController' shared autowired service.
  2093.      *
  2094.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController
  2095.      */
  2096.     protected function getTransactionController2Service()
  2097.     {
  2098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/TransactionController.php';
  2103.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransactionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] ?? $this->getTransactionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()));
  2104.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2105.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2106.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransactionController'$this));
  2107.         return $instance;
  2108.     }
  2109.     /**
  2110.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController' shared autowired service.
  2111.      *
  2112.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController
  2113.      */
  2114.     protected function getTransferControllerService()
  2115.     {
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2119.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2120.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/TransferController.php';
  2121.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransferController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2122.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2123.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2124.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransferController'$this));
  2125.         return $instance;
  2126.     }
  2127.     /**
  2128.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController' shared autowired service.
  2129.      *
  2130.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController
  2131.      */
  2132.     protected function getUserContactControllerService()
  2133.     {
  2134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/User/UserContactController.php';
  2139.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserContactController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserContactService'] ?? $this->getUserContactServiceService()));
  2140.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2141.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2142.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserContactController'$this));
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController' shared autowired service.
  2147.      *
  2148.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController
  2149.      */
  2150.     protected function getUserDeviceController2Service()
  2151.     {
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2155.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/User/UserDeviceController.php';
  2157.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserDeviceController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()));
  2158.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2159.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2160.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserDeviceController'$this));
  2161.         return $instance;
  2162.     }
  2163.     /**
  2164.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController' shared autowired service.
  2165.      *
  2166.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController
  2167.      */
  2168.     protected function getUserSessionController2Service()
  2169.     {
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2173.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/User/UserSessionController.php';
  2175.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserSessionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserActionService'] ?? $this->getUserActionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserSessionService'] ?? $this->getUserSessionServiceService()));
  2176.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2177.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2178.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserSessionController'$this));
  2179.         return $instance;
  2180.     }
  2181.     /**
  2182.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController' shared autowired service.
  2183.      *
  2184.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController
  2185.      */
  2186.     protected function getBaseControllerService()
  2187.     {
  2188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2191.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Controller\\BaseController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2192.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Controller\\BaseController'$this));
  2193.         return $instance;
  2194.     }
  2195.     /**
  2196.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\TransferRequestEntityListener' shared autowired service.
  2197.      *
  2198.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\TransferRequestEntityListener
  2199.      */
  2200.     protected function getTransferRequestEntityListenerService()
  2201.     {
  2202.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/Entity/TransferRequestEntityListener.php';
  2203.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\TransferRequestEntityListener();
  2204.     }
  2205.     /**
  2206.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\UserEntityListener' shared autowired service.
  2207.      *
  2208.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\UserEntityListener
  2209.      */
  2210.     protected function getUserEntityListenerService()
  2211.     {
  2212.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/Entity/UserEntityListener.php';
  2213.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\UserEntityListener($this);
  2214.     }
  2215.     /**
  2216.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\Security\AccessControl' shared autowired service.
  2217.      *
  2218.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\Security\AccessControl
  2219.      */
  2220.     protected function getAccessControlService()
  2221.     {
  2222.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Auth/Security/AccessControl.php';
  2223.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\Security\\AccessControl'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\Security\AccessControl((\dirname(__DIR__4).'/lplite/src/Resources/config/access_control.yaml'));
  2224.     }
  2225.     /**
  2226.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutApiService' shared autowired service.
  2227.      *
  2228.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutApiService
  2229.      */
  2230.     protected function getCheckoutApiServiceService()
  2231.     {
  2232.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutTrait.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutApiService.php';
  2234.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutApiService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutApiService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  2235.     }
  2236.     /**
  2237.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutPaymentService' shared autowired service.
  2238.      *
  2239.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutPaymentService
  2240.      */
  2241.     protected function getCheckoutPaymentServiceService()
  2242.     {
  2243.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutPaymentService.php';
  2244.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutPaymentService'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutPaymentService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  2245.         $instance->setApiService(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutApiService'] ?? $this->getCheckoutApiServiceService()));
  2246.         $instance->setCheckoutService(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService'] ?? $this->getCheckoutServiceService()));
  2247.         $instance->setTopUpService(($this->services['lp.topup'] ?? $this->getLp_TopupService()));
  2248.         return $instance;
  2249.     }
  2250.     /**
  2251.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutService' shared autowired service.
  2252.      *
  2253.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutService
  2254.      */
  2255.     protected function getCheckoutServiceService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutTrait.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutService.php';
  2259.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  2260.         $instance->setApiService(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutApiService'] ?? $this->getCheckoutApiServiceService()));
  2261.         $instance->setPaymentService(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutPaymentService'] ?? $this->getCheckoutPaymentServiceService()));
  2262.         return $instance;
  2263.     }
  2264.     /**
  2265.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\EventListener\Entity\CheckoutCardListener' shared autowired service.
  2266.      *
  2267.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\EventListener\Entity\CheckoutCardListener
  2268.      */
  2269.     protected function getCheckoutCardListenerService()
  2270.     {
  2271.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/EventListener/Entity/CheckoutCardListener.php';
  2272.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\EventListener\Entity\CheckoutCardListener(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService'] ?? $this->getCheckoutServiceService()));
  2273.     }
  2274.     /**
  2275.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycRunner' shared autowired service.
  2276.      *
  2277.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycRunner
  2278.      */
  2279.     protected function getKycRunnerService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycRunner.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycLoggerService.php';
  2283.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2284.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycRunner'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycRunner($this, new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycLoggerService($this$a), $a, ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2KycProvider'] ?? $this->getW2KycProviderService()));
  2285.     }
  2286.     /**
  2287.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\OTPService' shared autowired service.
  2288.      *
  2289.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\OTPService
  2290.      */
  2291.     protected function getOTPServiceService()
  2292.     {
  2293.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/OTPService.php';
  2294.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Provider/OtpProvider.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Provider/EmailOtpProvider.php';
  2296.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\OTPService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\OTPService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), [=> new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\Provider\EmailOtpProvider(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\MailService'] ?? $this->getMailServiceService()))]);
  2297.     }
  2298.     /**
  2299.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleReportService' shared autowired service.
  2300.      *
  2301.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleReportService
  2302.      */
  2303.     protected function getGoogleReportServiceService()
  2304.     {
  2305.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/Google/GoogleReportService.php';
  2306.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Google\\GoogleReportService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleReportService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  2307.     }
  2308.     /**
  2309.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\ReportService' shared autowired service.
  2310.      *
  2311.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\ReportService
  2312.      */
  2313.     protected function getReportServiceService()
  2314.     {
  2315.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/ReportService.php';
  2316.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\ReportService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\ReportService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  2317.     }
  2318.     /**
  2319.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\CheckoutTopUpHandler' shared autowired service.
  2320.      *
  2321.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\CheckoutTopUpHandler
  2322.      */
  2323.     protected function getCheckoutTopUpHandlerService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUp/Handlers/TopUpHandlerInterface.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUp/Handlers/CheckoutTopUpHandler.php';
  2327.         $a = ($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService'] ?? $this->getCheckoutServiceService());
  2328.         if (isset($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler'])) {
  2329.             return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler'];
  2330.         }
  2331.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\CheckoutTopUpHandler($a);
  2332.     }
  2333.     /**
  2334.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\Container\TopUpHandlerContainer' shared autowired service.
  2335.      *
  2336.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\Container\TopUpHandlerContainer
  2337.      */
  2338.     protected function getTopUpHandlerContainerService()
  2339.     {
  2340.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUp/Handlers/Container/TopUpHandlerContainer.php';
  2341.         $a = ($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler'] ?? $this->getCheckoutTopUpHandlerService());
  2342.         if (isset($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer'])) {
  2343.             return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer'];
  2344.         }
  2345.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\Container\TopUpHandlerContainer([=> $a]);
  2346.     }
  2347.     /**
  2348.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\S3FileHandler' shared autowired service.
  2349.      *
  2350.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\S3FileHandler
  2351.      */
  2352.     protected function getS3FileHandlerService()
  2353.     {
  2354.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/FileHandler.php';
  2355.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/Handlers/S3FileHandler.php';
  2356.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\Storage\\Handlers\\S3FileHandler'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\S3FileHandler($this, ($this->services['Aws\\S3\\S3Client'] ?? $this->getS3ClientService()), 'test-onepay');
  2357.     }
  2358.     /**
  2359.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController' shared autowired service.
  2360.      *
  2361.      * @return \LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController
  2362.      */
  2363.     protected function getCheckoutControllerService()
  2364.     {
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2368.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Controller/CheckoutController.php';
  2369.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2370.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController'$this));
  2371.         return $instance;
  2372.     }
  2373.     /**
  2374.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController' shared autowired service.
  2375.      *
  2376.      * @return \LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController
  2377.      */
  2378.     protected function getGpsController2Service()
  2379.     {
  2380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Controller/GpsController.php';
  2384.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2385.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController'$this));
  2386.         return $instance;
  2387.     }
  2388.     /**
  2389.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller' shared autowired service.
  2390.      *
  2391.      * @return \LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller
  2392.      */
  2393.     protected function getW2ControllerService()
  2394.     {
  2395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2397.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2398.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Controller/W2Controller.php';
  2399.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2400.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller'$this));
  2401.         return $instance;
  2402.     }
  2403.     /**
  2404.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  2405.      *
  2406.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  2407.      */
  2408.     protected function getRedirectControllerService()
  2409.     {
  2410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  2411.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  2412.     }
  2413.     /**
  2414.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  2415.      *
  2416.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  2417.      */
  2418.     protected function getTemplateControllerService()
  2419.     {
  2420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  2421.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  2422.     }
  2423.     /**
  2424.      * Gets the public 'api.base_api' shared autowired service.
  2425.      *
  2426.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\BaseService
  2427.      */
  2428.     protected function getApi_BaseApiService()
  2429.     {
  2430.         return $this->services['api.base_api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\BaseService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  2431.     }
  2432.     /**
  2433.      * Gets the public 'cache.app' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2436.      */
  2437.     protected function getCache_AppService()
  2438.     {
  2439.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('KAzi4yvgv2'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  2440.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2441.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2442.     }
  2443.     /**
  2444.      * Gets the public 'cache.app_clearer' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2447.      */
  2448.     protected function getCache_AppClearerService()
  2449.     {
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2452.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  2453.     }
  2454.     /**
  2455.      * Gets the public 'cache.global_clearer' shared service.
  2456.      *
  2457.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2458.      */
  2459.     protected function getCache_GlobalClearerService()
  2460.     {
  2461.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2463.         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.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  2464.     }
  2465.     /**
  2466.      * Gets the public 'cache.system' shared service.
  2467.      *
  2468.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2469.      */
  2470.     protected function getCache_SystemService()
  2471.     {
  2472.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xEglfCJoax'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2473.     }
  2474.     /**
  2475.      * Gets the public 'cache.system_clearer' shared service.
  2476.      *
  2477.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2478.      */
  2479.     protected function getCache_SystemClearerService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2483.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  2484.     }
  2485.     /**
  2486.      * Gets the public 'cache_clearer' shared service.
  2487.      *
  2488.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2489.      */
  2490.     protected function getCacheClearerService()
  2491.     {
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2494.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2495.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2496.         }, 1));
  2497.     }
  2498.     /**
  2499.      * Gets the public 'cache_warmer' shared service.
  2500.      *
  2501.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2502.      */
  2503.     protected function getCacheWarmerService()
  2504.     {
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2507.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2508.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2509.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2510.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2511.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2512.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2513.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2514.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2515.         }, 7), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  2516.     }
  2517.     /**
  2518.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand' shared autowired service.
  2519.      *
  2520.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand
  2521.      */
  2522.     protected function getReparseEHICommandService()
  2523.     {
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/GPS/ReparseEHICommand.php';
  2526.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\GPS\\ReparseEHICommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService'] ?? $this->getGpsEhiServiceService()));
  2527.     }
  2528.     /**
  2529.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand' shared autowired service.
  2530.      *
  2531.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand
  2532.      */
  2533.     protected function getApproveAllCommandService()
  2534.     {
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/KYC/ApproveAllCommand.php';
  2537.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\KYC\\ApproveAllCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService'] ?? $this->getKycServiceService()));
  2538.     }
  2539.     /**
  2540.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand' shared autowired service.
  2541.      *
  2542.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand
  2543.      */
  2544.     protected function getUnloadPaymentDeviceCommandService()
  2545.     {
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/PaymentDevice/UnloadPaymentDeviceCommand.php';
  2548.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\PaymentDevice\\UnloadPaymentDeviceCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()));
  2549.     }
  2550.     /**
  2551.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand' shared autowired service.
  2552.      *
  2553.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand
  2554.      */
  2555.     protected function getCreatePermissionCommandService()
  2556.     {
  2557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2558.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Permission/CreatePermissionCommand.php';
  2559.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Permission\\CreatePermissionCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PermissionService'] ?? $this->getPermissionServiceService()));
  2560.     }
  2561.     /**
  2562.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand' shared autowired service.
  2563.      *
  2564.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand
  2565.      */
  2566.     protected function getApiRolesCommandService()
  2567.     {
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2569.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Roles/ApiRolesCommand.php';
  2570.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Roles\\ApiRolesCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RoleService'] ?? $this->getRoleServiceService()));
  2571.     }
  2572.     /**
  2573.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand' shared autowired service.
  2574.      *
  2575.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand
  2576.      */
  2577.     protected function getDownloadNewAppleReportsCommandService()
  2578.     {
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Stats/Apple/DownloadNewAppleReportsCommand.php';
  2581.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\DownloadNewAppleReportsCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Apple\\AppleReportService'] ?? $this->getAppleReportServiceService()));
  2582.     }
  2583.     /**
  2584.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand' shared autowired service.
  2585.      *
  2586.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand
  2587.      */
  2588.     protected function getGetAppleReportsCommandService()
  2589.     {
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2591.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Stats/Apple/GetAppleReportsCommand.php';
  2592.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\GetAppleReportsCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Apple\\AppleReportService'] ?? $this->getAppleReportServiceService()));
  2593.     }
  2594.     /**
  2595.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand' shared autowired service.
  2596.      *
  2597.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand
  2598.      */
  2599.     protected function getGetGoogleReportsCommandService()
  2600.     {
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Stats/Google/GetGoogleReportsCommand.php';
  2603.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Google\\GetGoogleReportsCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Google\\GooglePlayService'] ?? $this->getGooglePlayServiceService()));
  2604.     }
  2605.     /**
  2606.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand' shared autowired service.
  2607.      *
  2608.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand
  2609.      */
  2610.     protected function getBulkLoadChunkCommandService()
  2611.     {
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Tools/BulkLoadChunkCommand.php';
  2614.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadChunkCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand($this);
  2615.     }
  2616.     /**
  2617.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand' shared autowired service.
  2618.      *
  2619.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand
  2620.      */
  2621.     protected function getBulkLoadProcessCommandService()
  2622.     {
  2623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2624.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Tools/BulkLoadProcessCommand.php';
  2625.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadProcessCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand($this);
  2626.     }
  2627.     /**
  2628.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand' shared autowired service.
  2629.      *
  2630.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand
  2631.      */
  2632.     protected function getCheckExpiredDevicesCommandService()
  2633.     {
  2634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/UserDevice/CheckExpiredDevicesCommand.php';
  2636.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\UserDevice\\CheckExpiredDevicesCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()));
  2637.     }
  2638.     /**
  2639.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand' shared autowired service.
  2640.      *
  2641.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand
  2642.      */
  2643.     protected function getChangePasswordCommandService()
  2644.     {
  2645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/User/ChangePasswordCommand.php';
  2647.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\ChangePasswordCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserService'] ?? $this->getUserService2Service()));
  2648.     }
  2649.     /**
  2650.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand' shared autowired service.
  2651.      *
  2652.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand
  2653.      */
  2654.     protected function getCreateUserCommandService()
  2655.     {
  2656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2657.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/User/CreateUserCommand.php';
  2658.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\CreateUserCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserService'] ?? $this->getUserService2Service()));
  2659.     }
  2660.     /**
  2661.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand' shared autowired service.
  2662.      *
  2663.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand
  2664.      */
  2665.     protected function getPromoteUserCommandService()
  2666.     {
  2667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2668.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/User/PromoteUserCommand.php';
  2669.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\PromoteUserCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserService'] ?? $this->getUserService2Service()));
  2670.     }
  2671.     /**
  2672.      * Gets the public 'console.command_loader' shared service.
  2673.      *
  2674.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2675.      */
  2676.     protected function getConsole_CommandLoaderService()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2680.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2681.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand''getEhiParseCommandService'false],
  2682.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  2683.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  2684.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  2685.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  2686.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  2687.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  2688.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  2689.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  2690.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  2691.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  2692.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  2693.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  2694.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  2695.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  2696.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  2697.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  2698.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  2699.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  2700.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  2701.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  2702.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  2703.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  2704.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2705.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2706.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2707.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2708.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2709.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2710.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2711.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2712.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2713.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2714.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2715.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2716.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2717.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2718.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2719.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  2720.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2721.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2722.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2723.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2724.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2725.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2726.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2727.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2728.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2729.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2730.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2731.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2732.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2733.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2734.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2735.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2736.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2737.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2738.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2739.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  2740.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  2741.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  2742.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  2743.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  2744.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  2745.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  2746.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  2747.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  2748.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  2749.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  2750.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  2751.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  2752.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  2753.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  2754.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  2755.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  2756.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  2757.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  2758.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  2759.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  2760.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  2761.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  2762.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  2763.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  2764.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  2765.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  2766.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  2767.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  2768.         ], [
  2769.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand',
  2770.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  2771.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  2772.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  2773.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  2774.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  2775.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  2776.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  2777.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  2778.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  2779.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  2780.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  2781.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  2782.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  2783.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  2784.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  2785.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  2786.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  2787.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  2788.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  2789.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  2790.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  2791.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  2792.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  2793.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  2794.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  2795.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  2796.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  2797.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2798.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2799.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2800.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2801.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2802.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2803.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2804.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2805.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2806.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2807.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  2808.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2809.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2810.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2811.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2812.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2813.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2814.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2815.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2816.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2817.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  2818.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  2819.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  2820.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  2821.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  2822.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  2823.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  2824.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  2825.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  2826.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  2827.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2828.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2829.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2830.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2831.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2832.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2833.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2834.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2835.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2836.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2837.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2838.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2839.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2840.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2841.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2842.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2843.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2844.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2845.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2846.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2847.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2848.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  2849.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  2850.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2851.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2852.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2853.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  2854.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  2855.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  2856.         ]), ['gps:ehi:parse' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''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''security:encode-password' => 'security.command.user_password_encoder''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''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''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:unit-test' => 'maker.auto_command.make_unit_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']);
  2857.     }
  2858.     /**
  2859.      * Gets the public 'container.env_var_processors_locator' shared service.
  2860.      *
  2861.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2862.      */
  2863.     protected function getContainer_EnvVarProcessorsLocatorService()
  2864.     {
  2865.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2866.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2867.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2868.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2869.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2870.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2871.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2872.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2873.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2874.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2875.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2876.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2877.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2878.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2879.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2880.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2881.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2882.         ], [
  2883.             'base64' => '?',
  2884.             'bool' => '?',
  2885.             'const' => '?',
  2886.             'csv' => '?',
  2887.             'default' => '?',
  2888.             'file' => '?',
  2889.             'float' => '?',
  2890.             'int' => '?',
  2891.             'json' => '?',
  2892.             'key' => '?',
  2893.             'query_string' => '?',
  2894.             'require' => '?',
  2895.             'resolve' => '?',
  2896.             'string' => '?',
  2897.             'trim' => '?',
  2898.             'url' => '?',
  2899.         ]);
  2900.     }
  2901.     /**
  2902.      * Gets the public 'currency' shared autowired service.
  2903.      *
  2904.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService
  2905.      */
  2906.     protected function getCurrencyService()
  2907.     {
  2908.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CurrencyService.php';
  2909.         return $this->services['currency'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  2910.     }
  2911.     /**
  2912.      * Gets the public 'data_collector.dump' shared service.
  2913.      *
  2914.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2915.      */
  2916.     protected function getDataCollector_DumpService()
  2917.     {
  2918.         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()));
  2919.     }
  2920.     /**
  2921.      * Gets the public 'data_fixtures' shared autowired service.
  2922.      *
  2923.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures
  2924.      */
  2925.     protected function getDataFixturesService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  2930.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  2933.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/UserFixtures.php';
  2934.         return $this->services['data_fixtures'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  2935.     }
  2936.     /**
  2937.      * Gets the public 'doctrine' shared service.
  2938.      *
  2939.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2940.      */
  2941.     protected function getDoctrineService()
  2942.     {
  2943.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2944.     }
  2945.     /**
  2946.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2947.      *
  2948.      * @return \Doctrine\DBAL\Connection
  2949.      */
  2950.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2951.     {
  2952.         $a = new \Doctrine\DBAL\Configuration();
  2953.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  2954.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2955.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2956.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2957.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2958.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2959.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2960.         $a->setSQLLogger($b);
  2961.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2962.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2963.         ], [
  2964.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2965.         ]));
  2966.         $d->addEventSubscriber(($this->services['gedmo.listener.softdeleteable'] ?? $this->getGedmo_Listener_SoftdeleteableService()));
  2967.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  2968.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => []], $a$d, []);
  2969.     }
  2970.     /**
  2971.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  2972.      *
  2973.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  2974.      */
  2975.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  2976.     {
  2977.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2978.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener''getTransferRequestEntityListenerService'false],
  2979.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener''getUserEntityListenerService'false],
  2980.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener''getCheckoutCardListenerService'false],
  2981.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener''getGpsCardListenerService'false],
  2982.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener''getGpsTransactionListenerService'false],
  2983.         ], [
  2984.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener' => '?',
  2985.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener' => '?',
  2986.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener' => '?',
  2987.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener' => '?',
  2988.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener' => '?',
  2989.         ]));
  2990.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener');
  2991.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener');
  2992.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener');
  2993.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener');
  2994.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener');
  2995.         return $instance;
  2996.     }
  2997.     /**
  2998.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2999.      *
  3000.      * @return \Doctrine\ORM\EntityManager
  3001.      */
  3002.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3003.     {
  3004.         $a = new \Doctrine\ORM\Configuration();
  3005.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3006.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Entity'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/Entity'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Entity'), => (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity')]);
  3007.         $b->addDriver($c'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Entity');
  3008.         $b->addDriver($c'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\Entity');
  3009.         $b->addDriver($c'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\Entity');
  3010.         $b->addDriver($c'App\\Entity');
  3011.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  3012.         $a->setEntityNamespaces(['LaunchPad' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Entity''Checkout' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\Entity''OTP' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\Entity''App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity']);
  3013.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  3014.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  3015.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  3016.         $a->setMetadataDriverImpl($b);
  3017.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3018.         $a->setProxyNamespace('Proxies');
  3019.         $a->setAutoGenerateProxyClasses(true);
  3020.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  3021.         $a->setDefaultRepositoryClassName('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Repository\\BaseRepository');
  3022.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3023.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3024.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  3025.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  3026.         $a->addCustomStringFunction('md5''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3027.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  3028.         $a->addCustomStringFunction('concat_ws''Oro\\ORM\\Query\\AST\\Functions\\String\\ConcatWs');
  3029.         $a->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  3030.         $a->addCustomStringFunction('replace''Oro\\ORM\\Query\\AST\\Functions\\String\\Replace');
  3031.         $a->addCustomStringFunction('date_format''Oro\\ORM\\Query\\AST\\Functions\\String\\DateFormat');
  3032.         $a->addCustomNumericFunction('acos''LaunchPad\\Api\\DQL\\Acos');
  3033.         $a->addCustomNumericFunction('sin''LaunchPad\\Api\\DQL\\Sin');
  3034.         $a->addCustomNumericFunction('cos''LaunchPad\\Api\\DQL\\Cos');
  3035.         $a->addCustomNumericFunction('pi''LaunchPad\\Api\\DQL\\Pi');
  3036.         $a->addCustomNumericFunction('timestampdiff''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\TimestampDiff');
  3037.         $a->addCustomNumericFunction('dayofyear''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3038.         $a->addCustomNumericFunction('dayofmonth''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3039.         $a->addCustomNumericFunction('dayofweek''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3040.         $a->addCustomNumericFunction('week''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3041.         $a->addCustomNumericFunction('day''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3042.         $a->addCustomNumericFunction('hour''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3043.         $a->addCustomNumericFunction('minute''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3044.         $a->addCustomNumericFunction('month''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3045.         $a->addCustomNumericFunction('quarter''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3046.         $a->addCustomNumericFunction('second''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3047.         $a->addCustomNumericFunction('year''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3048.         $a->addCustomNumericFunction('sign''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Sign');
  3049.         $a->addCustomNumericFunction('pow''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Pow');
  3050.         $a->addCustomNumericFunction('round''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Round');
  3051.         $a->addCustomDatetimeFunction('date''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3052.         $a->addCustomDatetimeFunction('time''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3053.         $a->addCustomDatetimeFunction('timestamp''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3054.         $a->addCustomDatetimeFunction('convert_tz''Oro\\ORM\\Query\\AST\\Functions\\DateTime\\ConvertTz');
  3055.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  3056.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  3057.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the public 'error_controller' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3064.      */
  3065.     protected function getErrorControllerService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3072.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3073.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  3074.     }
  3075.     /**
  3076.      * Gets the public 'event_dispatcher' shared service.
  3077.      *
  3078.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3079.      */
  3080.     protected function getEventDispatcherService()
  3081.     {
  3082.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3083.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3084.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3085.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3086.         $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())));
  3087.         $instance->addListener('kernel.exception', [=> function () {
  3088.             return ($this->services['kernel.listener.yourlistener'] ?? ($this->services['kernel.listener.yourlistener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppExceptionListener($this)));
  3089.         }, => 'onKernelException'], 0);
  3090.         $instance->addListener('kernel.response', [=> function () {
  3091.             return ($this->services['kernel.listener.response'] ?? $this->getKernel_Listener_ResponseService());
  3092.         }, => 'onKernelResponse'], 0);
  3093.         $instance->addListener('kernel.controller', [=> function () {
  3094.             return ($this->services['lp.listeners.request_listener'] ?? $this->getLp_Listeners_RequestListenerService());
  3095.         }, => 'onKernelController'], 0);
  3096.         $instance->addListener('kernel.controller', [=> function () {
  3097.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3098.         }, => 'onKernelController'], 0);
  3099.         $instance->addListener('kernel.response', [=> function () {
  3100.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\CorsListener'] ?? $this->getCorsListenerService());
  3101.         }, => 'onKernelResponse'], 9999);
  3102.         $instance->addListener('gps.account.update', [=> function () {
  3103.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Account\\AccountEventSubscriber'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Account\\AccountEventSubscriber'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Account\AccountEventSubscriber($this)));
  3104.         }, => 'accountUpdate'], 0);
  3105.         $instance->addListener('lp.user.created', [=> function () {
  3106.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Kyc\\KycEventSubscriber'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Kyc\\KycEventSubscriber'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber($this)));
  3107.         }, => 'userCreated'], 0);
  3108.         $instance->addListener('kyc.document.requested', [=> function () {
  3109.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Kyc\\KycEventSubscriber'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Kyc\\KycEventSubscriber'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber($this)));
  3110.         }, => 'documentRequested'], 0);
  3111.         $instance->addListener('kyc.accepted', [=> function () {
  3112.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Kyc\\KycEventSubscriber'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Kyc\\KycEventSubscriber'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber($this)));
  3113.         }, => 'kycAccepted'], 0);
  3114.         $instance->addListener('kyc.rejected', [=> function () {
  3115.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Kyc\\KycEventSubscriber'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Kyc\\KycEventSubscriber'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Kyc\KycEventSubscriber($this)));
  3116.         }, => 'kycRejected'], 0);
  3117.         $instance->addListener('lp.event.transactions.parsed', [=> function () {
  3118.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Transaction\\TransactionEventSubscriber'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Transaction\\TransactionEventSubscriber'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Transaction\TransactionEventSubscriber($this)));
  3119.         }, => 'transactionsParsed'], 0);
  3120.         $instance->addListener('lp.event.transaction.processed', [=> function () {
  3121.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Transaction\\TransactionEventSubscriber'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\Transaction\\TransactionEventSubscriber'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\Transaction\TransactionEventSubscriber($this)));
  3122.         }, => 'transactionsProcessed'], 0);
  3123.         $instance->addListener('lp.account.updated', [=> function () {
  3124.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\User\\UserEventSubscriber'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\User\\UserEventSubscriber'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\User\UserEventSubscriber($this)));
  3125.         }, => 'accountUpdate'], 0);
  3126.         $instance->addListener('lp.user.created', [=> function () {
  3127.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\User\\UserEventSubscriber'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventSubscriber\\User\\UserEventSubscriber'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventSubscriber\User\UserEventSubscriber($this)));
  3128.         }, => 'userCreated'], 0);
  3129.         $instance->addListener('kernel.response', [=> function () {
  3130.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  3131.         }, => 'onKernelResponse'], 0);
  3132.         $instance->addListener('kernel.response', [=> function () {
  3133.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3134.         }, => 'onKernelResponse'], -1024);
  3135.         $instance->addListener('kernel.request', [=> function () {
  3136.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3137.         }, => 'setDefaultLocale'], 100);
  3138.         $instance->addListener('kernel.request', [=> function () {
  3139.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3140.         }, => 'onKernelRequest'], 16);
  3141.         $instance->addListener('kernel.finish_request', [=> function () {
  3142.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3143.         }, => 'onKernelFinishRequest'], 0);
  3144.         $instance->addListener('kernel.request', [=> function () {
  3145.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3146.         }, => 'onKernelRequest'], 256);
  3147.         $instance->addListener('kernel.request', [=> function () {
  3148.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  3149.         }, => 'resolveControllerName'], 24);
  3150.         $instance->addListener('kernel.response', [=> function () {
  3151.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3152.         }, => 'onResponse'], -255);
  3153.         $instance->addListener('kernel.request', [=> function () {
  3154.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3155.         }, => 'onKernelRequest'], 15);
  3156.         $instance->addListener('kernel.finish_request', [=> function () {
  3157.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3158.         }, => 'onKernelFinishRequest'], -15);
  3159.         $instance->addListener('console.error', [=> function () {
  3160.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3161.         }, => 'onConsoleError'], -128);
  3162.         $instance->addListener('console.terminate', [=> function () {
  3163.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3164.         }, => 'onConsoleTerminate'], -128);
  3165.         $instance->addListener('console.error', [=> function () {
  3166.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3167.         }, => 'onConsoleError'], 0);
  3168.         $instance->addListener('kernel.request', [=> function () {
  3169.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3170.         }, => 'onKernelRequest'], 128);
  3171.         $instance->addListener('kernel.response', [=> function () {
  3172.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3173.         }, => 'onKernelResponse'], -1000);
  3174.         $instance->addListener('kernel.finish_request', [=> function () {
  3175.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3176.         }, => 'onFinishRequest'], 0);
  3177.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3178.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  3179.         }, => 'onMessage'], -255);
  3180.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3181.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  3182.         }, => 'onMessage'], -255);
  3183.         $instance->addListener('kernel.response', [=> function () {
  3184.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3185.         }, => 'onKernelResponse'], -100);
  3186.         $instance->addListener('kernel.exception', [=> function () {
  3187.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3188.         }, => 'onKernelException'], 0);
  3189.         $instance->addListener('kernel.terminate', [=> function () {
  3190.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  3191.         }, => 'onKernelTerminate'], -1024);
  3192.         $instance->addListener('kernel.controller', [=> function () {
  3193.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3194.         }, => 'onKernelController'], 0);
  3195.         $instance->addListener('kernel.response', [=> function () {
  3196.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  3197.         }, => 'onKernelResponse'], 0);
  3198.         $instance->addListener('kernel.request', [=> function () {
  3199.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3200.         }, => 'configure'], 2048);
  3201.         $instance->addListener('console.command', [=> function () {
  3202.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  3203.         }, => 'configure'], 2048);
  3204.         $instance->addListener('kernel.request', [=> function () {
  3205.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3206.         }, => 'onKernelRequest'], 32);
  3207.         $instance->addListener('kernel.finish_request', [=> function () {
  3208.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3209.         }, => 'onKernelFinishRequest'], 0);
  3210.         $instance->addListener('kernel.exception', [=> function () {
  3211.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  3212.         }, => 'onKernelException'], -64);
  3213.         $instance->addListener('kernel.response', [=> function () {
  3214.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  3215.         }, => 'onKernelResponse'], 0);
  3216.         $instance->addListener('kernel.exception', [=> function () {
  3217.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  3218.         }, => 'logKernelException'], 0);
  3219.         $instance->addListener('kernel.exception', [=> function () {
  3220.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  3221.         }, => 'onKernelException'], -128);
  3222.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  3223.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  3224.         }, => 'onMessage'], 0);
  3225.         $instance->addListener('kernel.controller', [=> function () {
  3226.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  3227.         }, => 'onKernelController'], 0);
  3228.         $instance->addListener('kernel.controller', [=> function () {
  3229.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  3230.         }, => 'onKernelController'], 0);
  3231.         $instance->addListener('kernel.controller', [=> function () {
  3232.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3233.         }, => 'onKernelController'], -128);
  3234.         $instance->addListener('kernel.view', [=> function () {
  3235.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3236.         }, => 'onKernelView'], 0);
  3237.         $instance->addListener('kernel.controller', [=> function () {
  3238.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3239.         }, => 'onKernelController'], 0);
  3240.         $instance->addListener('kernel.response', [=> function () {
  3241.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3242.         }, => 'onKernelResponse'], 0);
  3243.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3244.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3245.         }, => 'onKernelControllerArguments'], 0);
  3246.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3247.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3248.         }, => 'onKernelControllerArguments'], 0);
  3249.         $instance->addListener('kernel.response', [=> function () {
  3250.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  3251.         }, => 'onKernelResponse'], 0);
  3252.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  3253.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  3254.         }, => 'onVoterVote'], 0);
  3255.         $instance->addListener('kernel.request', [=> function () {
  3256.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3257.         }, => 'configureLogoutUrlGenerator'], 8);
  3258.         $instance->addListener('kernel.request', [=> function () {
  3259.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3260.         }, => 'onKernelRequest'], 8);
  3261.         $instance->addListener('kernel.finish_request', [=> function () {
  3262.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  3263.         }, => 'onKernelFinishRequest'], 0);
  3264.         $instance->addListener('kernel.response', [=> function () {
  3265.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  3266.         }, => 'onKernelResponse'], -128);
  3267.         $instance->addListener('console.command', [=> function () {
  3268.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3269.         }, => 'onCommand'], 255);
  3270.         $instance->addListener('console.terminate', [=> function () {
  3271.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  3272.         }, => 'onTerminate'], -255);
  3273.         $instance->addListener('console.command', [=> function () {
  3274.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  3275.         }, => 'configure'], 1024);
  3276.         $instance->addListener('console.error', [=> function () {
  3277.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3278.         }, => 'onConsoleError'], 0);
  3279.         $instance->addListener('console.terminate', [=> function () {
  3280.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  3281.         }, => 'onConsoleTerminate'], 0);
  3282.         $instance->addListener('kernel.exception', [=> function () {
  3283.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3284.         }, => 'onException'], 0);
  3285.         $instance->addListener('kernel.terminate', [=> function () {
  3286.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3287.         }, => 'onTerminate'], 0);
  3288.         $instance->addListener('console.error', [=> function () {
  3289.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3290.         }, => 'onException'], 0);
  3291.         $instance->addListener('console.terminate', [=> function () {
  3292.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  3293.         }, => 'onTerminate'], 0);
  3294.         return $instance;
  3295.     }
  3296.     /**
  3297.      * Gets the public 'filesystem' shared service.
  3298.      *
  3299.      * @return \Symfony\Component\Filesystem\Filesystem
  3300.      */
  3301.     protected function getFilesystemService()
  3302.     {
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3304.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  3305.     }
  3306.     /**
  3307.      * Gets the public 'form.factory' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\Form\FormFactory
  3310.      */
  3311.     protected function getForm_FactoryService()
  3312.     {
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  3315.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  3316.     }
  3317.     /**
  3318.      * Gets the public 'form.type.file' shared service.
  3319.      *
  3320.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  3321.      */
  3322.     protected function getForm_Type_FileService()
  3323.     {
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  3327.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  3328.     }
  3329.     /**
  3330.      * Gets the public 'gedmo.listener.softdeleteable' shared autowired service.
  3331.      *
  3332.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  3333.      */
  3334.     protected function getGedmo_Listener_SoftdeleteableService()
  3335.     {
  3336.         $this->services['gedmo.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  3337.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3338.         return $instance;
  3339.     }
  3340.     /**
  3341.      * Gets the public 'http_kernel' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3344.      */
  3345.     protected function getHttpKernelService()
  3346.     {
  3347.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3348.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  3349.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3350.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3351.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3352.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3353.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3354.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3355.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3356.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3357.         }, 8)), $a));
  3358.     }
  3359.     /**
  3360.      * Gets the public 'kernel.listener.response' shared autowired service.
  3361.      *
  3362.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppResponseListener
  3363.      */
  3364.     protected function getKernel_Listener_ResponseService()
  3365.     {
  3366.         return $this->services['kernel.listener.response'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppResponseListener($this, ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserActionService'] ?? $this->getUserActionServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3367.     }
  3368.     /**
  3369.      * Gets the public 'kernel.listener.yourlistener' shared autowired service.
  3370.      *
  3371.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppExceptionListener
  3372.      */
  3373.     protected function getKernel_Listener_YourlistenerService()
  3374.     {
  3375.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/AppExceptionListener.php';
  3376.         return $this->services['kernel.listener.yourlistener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppExceptionListener($this);
  3377.     }
  3378.     /**
  3379.      * Gets the public 'lp.account' shared autowired service.
  3380.      *
  3381.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService
  3382.      */
  3383.     protected function getLp_AccountService()
  3384.     {
  3385.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AccountService.php';
  3386.         return $this->services['lp.account'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CurrencyService'] ?? $this->getCurrencyServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] ?? $this->getTransactionServiceService()));
  3387.     }
  3388.     /**
  3389.      * Gets the public 'lp.action_code.gps' shared autowired service.
  3390.      *
  3391.      * @return \LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsActionCodeService
  3392.      */
  3393.     protected function getLp_ActionCode_GpsService()
  3394.     {
  3395.         return $this->services['lp.action_code.gps'] = new \LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsActionCodeService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3396.     }
  3397.     /**
  3398.      * Gets the public 'lp.app_normalizer' shared autowired service.
  3399.      *
  3400.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer
  3401.      */
  3402.     protected function getLp_AppNormalizerService()
  3403.     {
  3404.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  3410.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Serializer/Normalizer/AppNormalizer.php';
  3414.         return $this->services['lp.app_normalizer'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), NULL, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppNormalizerService'] ?? $this->getAppNormalizerServiceService()));
  3415.     }
  3416.     /**
  3417.      * Gets the public 'lp.app_normalizer_service' shared autowired service.
  3418.      *
  3419.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService
  3420.      */
  3421.     protected function getLp_AppNormalizerServiceService()
  3422.     {
  3423.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AppNormalizerService.php';
  3424.         $this->services['lp.app_normalizer_service'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3425.         $instance->setAppNormalizer(($this->services['lp.app_normalizer'] ?? $this->getLp_AppNormalizerService()));
  3426.         return $instance;
  3427.     }
  3428.     /**
  3429.      * Gets the public 'lp.auth' shared autowired service.
  3430.      *
  3431.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService
  3432.      */
  3433.     protected function getLp_AuthService()
  3434.     {
  3435.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Auth/AuthService.php';
  3436.         return $this->services['lp.auth'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService'] ?? $this->getPaymentCardServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Notifications\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RoleService'] ?? $this->getRoleServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  3437.     }
  3438.     /**
  3439.      * Gets the public 'lp.authenticator.api' shared autowired service.
  3440.      *
  3441.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator
  3442.      */
  3443.     protected function getLp_Authenticator_ApiService()
  3444.     {
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AuthenticatorInterface.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AbstractGuardAuthenticator.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Security/ApiAuthenticator.php';
  3449.         return $this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this);
  3450.     }
  3451.     /**
  3452.      * Gets the public 'lp.card.category' shared autowired service.
  3453.      *
  3454.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceCategoryService
  3455.      */
  3456.     protected function getLp_Card_CategoryService()
  3457.     {
  3458.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDeviceCategoryService.php';
  3459.         return $this->services['lp.card.category'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceCategoryService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3460.     }
  3461.     /**
  3462.      * Gets the public 'lp.card.product' shared autowired service.
  3463.      *
  3464.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceProductService
  3465.      */
  3466.     protected function getLp_Card_ProductService()
  3467.     {
  3468.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDeviceProductService.php';
  3469.         return $this->services['lp.card.product'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceProductService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3470.     }
  3471.     /**
  3472.      * Gets the public 'lp.card.type' shared autowired service.
  3473.      *
  3474.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceTypeService
  3475.      */
  3476.     protected function getLp_Card_TypeService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDeviceTypeService.php';
  3479.         return $this->services['lp.card.type'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceTypeService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3480.     }
  3481.     /**
  3482.      * Gets the public 'lp.card_processor.gps' shared autowired service.
  3483.      *
  3484.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService
  3485.      */
  3486.     protected function getLp_CardProcessor_GpsService()
  3487.     {
  3488.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  3490.         return $this->services['lp.card_processor.gps'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3491.     }
  3492.     /**
  3493.      * Gets the public 'lp.card_processor.gps.card' shared autowired service.
  3494.      *
  3495.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService
  3496.      */
  3497.     protected function getLp_CardProcessor_Gps_CardService()
  3498.     {
  3499.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Service/GpsCardService.php';
  3502.         return $this->services['lp.card_processor.gps.card'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3503.     }
  3504.     /**
  3505.      * Gets the public 'lp.card_processor.gps.ehi' shared autowired service.
  3506.      *
  3507.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsEhiService
  3508.      */
  3509.     protected function getLp_CardProcessor_Gps_EhiService()
  3510.     {
  3511.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CoreService.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsEhiService.php';
  3514.         return $this->services['lp.card_processor.gps.ehi'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsEhiService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\EventService'] ?? $this->getEventServiceService()));
  3515.     }
  3516.     /**
  3517.      * Gets the public 'lp.card_processor.gps.import_handler' shared autowired service.
  3518.      *
  3519.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsImportHandler
  3520.      */
  3521.     protected function getLp_CardProcessor_Gps_ImportHandlerService()
  3522.     {
  3523.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsImportHandler.php';
  3524.         return $this->services['lp.card_processor.gps.import_handler'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsImportHandler($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3525.     }
  3526.     /**
  3527.      * Gets the public 'lp.card_processor.gps.wallet' shared autowired service.
  3528.      *
  3529.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsWalletService
  3530.      */
  3531.     protected function getLp_CardProcessor_Gps_WalletService()
  3532.     {
  3533.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  3535.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Service/GpsWalletService.php';
  3536.         return $this->services['lp.card_processor.gps.wallet'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsWalletService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Service\\GpsCardService'] ?? $this->getGpsCardServiceService()));
  3537.     }
  3538.     /**
  3539.      * Gets the public 'lp.config' shared autowired service.
  3540.      *
  3541.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService
  3542.      */
  3543.     protected function getLp_ConfigService()
  3544.     {
  3545.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AppConfigurationService.php';
  3546.         return $this->services['lp.config'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PrivacyPolicyService'] ?? $this->getPrivacyPolicyServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TermsAndConditionsService'] ?? $this->getTermsAndConditionsServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\LanguageService'] ?? $this->getLanguageServiceService()));
  3547.     }
  3548.     /**
  3549.      * Gets the public 'lp.conversation_service' shared autowired service.
  3550.      *
  3551.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Chat\ConversationService
  3552.      */
  3553.     protected function getLp_ConversationServiceService()
  3554.     {
  3555.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Chat/ConversationService.php';
  3556.         return $this->services['lp.conversation_service'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Chat\ConversationService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  3557.     }
  3558.     /**
  3559.      * Gets the public 'lp.country' shared autowired service.
  3560.      *
  3561.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService
  3562.      */
  3563.     protected function getLp_CountryService()
  3564.     {
  3565.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CountryService.php';
  3566.         return $this->services['lp.country'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3567.     }
  3568.     /**
  3569.      * Gets the public 'lp.fee_group.gps' shared autowired service.
  3570.      *
  3571.      * @return \LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsFeeGroupService
  3572.      */
  3573.     protected function getLp_FeeGroup_GpsService()
  3574.     {
  3575.         return $this->services['lp.fee_group.gps'] = new \LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsFeeGroupService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3576.     }
  3577.     /**
  3578.      * Gets the public 'lp.file' shared autowired service.
  3579.      *
  3580.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService
  3581.      */
  3582.     protected function getLp_FileService()
  3583.     {
  3584.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FileService.php';
  3585.         return $this->services['lp.file'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3586.     }
  3587.     /**
  3588.      * Gets the public 'lp.kyc' shared autowired service.
  3589.      *
  3590.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService
  3591.      */
  3592.     protected function getLp_KycService()
  3593.     {
  3594.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycService.php';
  3595.         return $this->services['lp.kyc'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2KycProvider'] ?? $this->getW2KycProviderService()));
  3596.     }
  3597.     /**
  3598.      * Gets the public 'lp.kyc.gbg' shared autowired service.
  3599.      *
  3600.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\GBG\GBGKycProvider
  3601.      */
  3602.     protected function getLp_Kyc_GbgService()
  3603.     {
  3604.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycProvider.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/GBG/GBGKycProvider.php';
  3606.         return $this->services['lp.kyc.gbg'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\GBG\GBGKycProvider($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3607.     }
  3608.     /**
  3609.      * Gets the public 'lp.kyc.w2' shared autowired service.
  3610.      *
  3611.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2Service
  3612.      */
  3613.     protected function getLp_Kyc_W2Service()
  3614.     {
  3615.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/W2/W2Service.php';
  3616.         return $this->services['lp.kyc.w2'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2Service($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()));
  3617.     }
  3618.     /**
  3619.      * Gets the public 'lp.language' shared autowired service.
  3620.      *
  3621.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService
  3622.      */
  3623.     protected function getLp_LanguageService()
  3624.     {
  3625.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/LanguageService.php';
  3626.         return $this->services['lp.language'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3627.     }
  3628.     /**
  3629.      * Gets the public 'lp.listeners.request_listener' shared autowired service.
  3630.      *
  3631.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppRequestListener
  3632.      */
  3633.     protected function getLp_Listeners_RequestListenerService()
  3634.     {
  3635.         return $this->services['lp.listeners.request_listener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppRequestListener($this, ($this->services['api.base_api'] ?? $this->getApi_BaseApiService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserActionService'] ?? $this->getUserActionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  3636.     }
  3637.     /**
  3638.      * Gets the public 'lp.local' shared autowired service.
  3639.      *
  3640.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\LocalFileHandler
  3641.      */
  3642.     protected function getLp_LocalService()
  3643.     {
  3644.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/FileHandler.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/Handlers/LocalFileHandler.php';
  3646.         return $this->services['lp.local'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\LocalFileHandler($this);
  3647.     }
  3648.     /**
  3649.      * Gets the public 'lp.merchant.category.code' shared autowired service.
  3650.      *
  3651.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MerchantCategoryCodeService
  3652.      */
  3653.     protected function getLp_Merchant_Category_CodeService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/MerchantCategoryCodeService.php';
  3656.         return $this->services['lp.merchant.category.code'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MerchantCategoryCodeService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3657.     }
  3658.     /**
  3659.      * Gets the public 'lp.normalizer.default' shared autowired service.
  3660.      *
  3661.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Normalizer\LaunchPadNormalizerService
  3662.      */
  3663.     protected function getLp_Normalizer_DefaultService()
  3664.     {
  3665.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Normalizer/LaunchPadNormalizerService.php';
  3666.         return $this->services['lp.normalizer.default'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Normalizer\LaunchPadNormalizerService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3667.     }
  3668.     /**
  3669.      * Gets the public 'lp.notifications' shared autowired service.
  3670.      *
  3671.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService
  3672.      */
  3673.     protected function getLp_NotificationsService()
  3674.     {
  3675.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Notifications/NotificationService.php';
  3676.         return $this->services['lp.notifications'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  3677.     }
  3678.     /**
  3679.      * Gets the public 'lp.paginator' shared autowired service.
  3680.      *
  3681.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaginatorService
  3682.      */
  3683.     protected function getLp_PaginatorService()
  3684.     {
  3685.         return $this->services['lp.paginator'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaginatorService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3686.     }
  3687.     /**
  3688.      * Gets the public 'lp.payment_device' shared autowired service.
  3689.      *
  3690.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService
  3691.      */
  3692.     protected function getLp_PaymentDeviceService()
  3693.     {
  3694.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDevice/PaymentDeviceService.php';
  3695.         return $this->services['lp.payment_device'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService'] ?? $this->getGpsServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()));
  3696.     }
  3697.     /**
  3698.      * Gets the public 'lp.privacy.policy' shared autowired service.
  3699.      *
  3700.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService
  3701.      */
  3702.     protected function getLp_Privacy_PolicyService()
  3703.     {
  3704.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PrivacyPolicyService.php';
  3705.         return $this->services['lp.privacy.policy'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()));
  3706.     }
  3707.     /**
  3708.      * Gets the public 'lp.psp' shared autowired service.
  3709.      *
  3710.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService
  3711.      */
  3712.     protected function getLp_PspService()
  3713.     {
  3714.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentCardService.php';
  3715.         return $this->services['lp.psp'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  3716.     }
  3717.     /**
  3718.      * Gets the public 'lp.psp.cashflows' shared autowired service.
  3719.      *
  3720.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\CashFlows\CashFlowsService
  3721.      */
  3722.     protected function getLp_Psp_CashflowsService()
  3723.     {
  3724.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/CashFlows/CashFlowsService.php';
  3725.         return $this->services['lp.psp.cashflows'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\CashFlows\CashFlowsService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUpService'] ?? $this->getTopUpServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CurrencyService'] ?? $this->getCurrencyServiceService()));
  3726.     }
  3727.     /**
  3728.      * Gets the public 'lp.repositories' shared autowired service.
  3729.      *
  3730.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RepositoryService
  3731.      */
  3732.     protected function getLp_RepositoriesService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/RepositoryService.php';
  3736.         return $this->services['lp.repositories'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RepositoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3737.     }
  3738.     /**
  3739.      * Gets the public 'lp.roles' shared autowired service.
  3740.      *
  3741.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService
  3742.      */
  3743.     protected function getLp_RolesService()
  3744.     {
  3745.         return $this->services['lp.roles'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  3746.     }
  3747.     /**
  3748.      * Gets the public 'lp.service_call.gps' shared autowired service.
  3749.      *
  3750.      * @return \LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsServiceCallService
  3751.      */
  3752.     protected function getLp_ServiceCall_GpsService()
  3753.     {
  3754.         return $this->services['lp.service_call.gps'] = new \LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsServiceCallService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3755.     }
  3756.     /**
  3757.      * Gets the public 'lp.speending_service' shared autowired service.
  3758.      *
  3759.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService
  3760.      */
  3761.     protected function getLp_SpeendingServiceService()
  3762.     {
  3763.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SpendingService.php';
  3764.         return $this->services['lp.speending_service'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3765.     }
  3766.     /**
  3767.      * Gets the public 'lp.terms.conditions' shared autowired service.
  3768.      *
  3769.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService
  3770.      */
  3771.     protected function getLp_Terms_ConditionsService()
  3772.     {
  3773.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TermsAndConditionsService.php';
  3774.         return $this->services['lp.terms.conditions'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()));
  3775.     }
  3776.     /**
  3777.      * Gets the public 'lp.tools.bulk_load' shared autowired service.
  3778.      *
  3779.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService
  3780.      */
  3781.     protected function getLp_Tools_BulkLoadService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Tools/BulkLoadService.php';
  3784.         return $this->services['lp.tools.bulk_load'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3785.     }
  3786.     /**
  3787.      * Gets the public 'lp.topup' shared autowired service.
  3788.      *
  3789.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUpService
  3790.      */
  3791.     protected function getLp_TopupService()
  3792.     {
  3793.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUpService.php';
  3795.         $a = ($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer'] ?? $this->getTopUpHandlerContainerService());
  3796.         if (isset($this->services['lp.topup'])) {
  3797.             return $this->services['lp.topup'];
  3798.         }
  3799.         return $this->services['lp.topup'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUpService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()), $a);
  3800.     }
  3801.     /**
  3802.      * Gets the public 'lp.transaction' shared autowired service.
  3803.      *
  3804.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService
  3805.      */
  3806.     protected function getLp_TransactionService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionService.php';
  3809.         return $this->services['lp.transaction'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\FX\\FxService'] ?? $this->getFxServiceService()));
  3810.     }
  3811.     /**
  3812.      * Gets the public 'lp.transaction.category' shared autowired service.
  3813.      *
  3814.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionCategoryService
  3815.      */
  3816.     protected function getLp_Transaction_CategoryService()
  3817.     {
  3818.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionCategoryService.php';
  3819.         return $this->services['lp.transaction.category'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionCategoryService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3820.     }
  3821.     /**
  3822.      * Gets the public 'lp.transaction.merchant' shared autowired service.
  3823.      *
  3824.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionMerchantService
  3825.      */
  3826.     protected function getLp_Transaction_MerchantService()
  3827.     {
  3828.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionMerchantService.php';
  3829.         return $this->services['lp.transaction.merchant'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionMerchantService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3830.     }
  3831.     /**
  3832.      * Gets the public 'lp.transfer' shared autowired service.
  3833.      *
  3834.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransferService
  3835.      */
  3836.     protected function getLp_TransferService()
  3837.     {
  3838.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransferService.php';
  3839.         return $this->services['lp.transfer'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransferService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserContactService'] ?? $this->getUserContactServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService'] ?? $this->getGpsServiceService()));
  3840.     }
  3841.     /**
  3842.      * Gets the public 'lp.translation' shared autowired service.
  3843.      *
  3844.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService
  3845.      */
  3846.     protected function getLp_TranslationService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Translation/TranslationService.php';
  3849.         return $this->services['lp.translation'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3850.     }
  3851.     /**
  3852.      * Gets the public 'lp.translation.db.loader' shared autowired service.
  3853.      *
  3854.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\Loaders\DbTranslationLoader
  3855.      */
  3856.     protected function getLp_Translation_Db_LoaderService()
  3857.     {
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Translation/Loaders/DbTranslationLoader.php';
  3860.         return $this->services['lp.translation.db.loader'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\Loaders\DbTranslationLoader($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3861.     }
  3862.     /**
  3863.      * Gets the public 'lp.upload' shared autowired service.
  3864.      *
  3865.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService
  3866.      */
  3867.     protected function getLp_UploadService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UploadService.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/FileHandler.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/Handlers/LocalFileHandler.php';
  3872.         return $this->services['lp.upload'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\Storage\\Handlers\\LocalFileHandler'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\Storage\\Handlers\\LocalFileHandler'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\LocalFileHandler($this))));
  3873.     }
  3874.     /**
  3875.      * Gets the public 'lp.upload.image' shared autowired service.
  3876.      *
  3877.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService
  3878.      */
  3879.     protected function getLp_Upload_ImageService()
  3880.     {
  3881.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/ImageUploadService.php';
  3882.         return $this->services['lp.upload.image'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3883.     }
  3884.     /**
  3885.      * Gets the public 'lp.user' shared autowired service.
  3886.      *
  3887.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService
  3888.      */
  3889.     protected function getLp_UserService()
  3890.     {
  3891.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UserService.php';
  3892.         return $this->services['lp.user'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService'] ?? $this->getPaymentCardServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService'] ?? $this->getKycServiceService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()));
  3893.     }
  3894.     /**
  3895.      * Gets the public 'lp.user.action' shared autowired service.
  3896.      *
  3897.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService
  3898.      */
  3899.     protected function getLp_User_ActionService()
  3900.     {
  3901.         return $this->services['lp.user.action'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3902.     }
  3903.     /**
  3904.      * Gets the public 'lp.user.contact' shared autowired service.
  3905.      *
  3906.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService
  3907.      */
  3908.     protected function getLp_User_ContactService()
  3909.     {
  3910.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserContactService.php';
  3911.         return $this->services['lp.user.contact'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  3912.     }
  3913.     /**
  3914.      * Gets the public 'lp.user.device' shared autowired service.
  3915.      *
  3916.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService
  3917.      */
  3918.     protected function getLp_User_DeviceService()
  3919.     {
  3920.         return $this->services['lp.user.device'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3921.     }
  3922.     /**
  3923.      * Gets the public 'lp.user.session' shared autowired service.
  3924.      *
  3925.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService
  3926.      */
  3927.     protected function getLp_User_SessionService()
  3928.     {
  3929.         return $this->services['lp.user.session'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  3930.     }
  3931.     /**
  3932.      * Gets the public 'lp.verification_service' shared autowired service.
  3933.      *
  3934.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Verification\VerificationService
  3935.      */
  3936.     protected function getLp_VerificationServiceService()
  3937.     {
  3938.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Verification/VerificationService.php';
  3939.         return $this->services['lp.verification_service'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Verification\VerificationService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3940.     }
  3941.     /**
  3942.      * Gets the public 'mail' shared autowired service.
  3943.      *
  3944.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService
  3945.      */
  3946.     protected function getMailService()
  3947.     {
  3948.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/MailService.php';
  3949.         return $this->services['mail'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  3950.     }
  3951.     /**
  3952.      * Gets the public 'op.proxy' shared autowired service.
  3953.      *
  3954.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Proxy\ProxyEventParserService
  3955.      */
  3956.     protected function getOp_ProxyService()
  3957.     {
  3958.         return $this->services['op.proxy'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Proxy\ProxyEventParserService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3959.     }
  3960.     /**
  3961.      * Gets the public 'profiler' shared service.
  3962.      *
  3963.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  3964.      */
  3965.     protected function getProfilerService()
  3966.     {
  3967.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  3968.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3969.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3970.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3971.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3972.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  3973.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  3974.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3975.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  3976.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  3977.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  3978.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  3979.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  3980.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3981.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  3982.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  3983.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3984.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3985.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3986.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  3987.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  3988.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  3989.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  3990.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  3991.         if ($this->has('kernel')) {
  3992.             $g->setKernel($b);
  3993.         }
  3994.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  3995.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3996.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  3997.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  3998.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  3999.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  4000.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  4001.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  4002.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  4003.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  4004.         $instance->add($d);
  4005.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  4006.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  4007.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  4008.         $instance->add($e);
  4009.         $instance->add($f);
  4010.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  4011.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  4012.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  4013.         $instance->add($g);
  4014.         return $instance;
  4015.     }
  4016.     /**
  4017.      * Gets the public 'request_stack' shared service.
  4018.      *
  4019.      * @return \Symfony\Component\HttpFoundation\RequestStack
  4020.      */
  4021.     protected function getRequestStackService()
  4022.     {
  4023.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  4024.     }
  4025.     /**
  4026.      * Gets the public 'router' shared service.
  4027.      *
  4028.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  4029.      */
  4030.     protected function getRouterService()
  4031.     {
  4032.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  4033.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4034.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4035.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4036.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4037.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4038.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  4039.         ], [
  4040.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4041.         ]))->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');
  4042.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4043.         return $instance;
  4044.     }
  4045.     /**
  4046.      * Gets the public 'routing.loader' shared service.
  4047.      *
  4048.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  4049.      */
  4050.     protected function getRouting_LoaderService()
  4051.     {
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  4059.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  4060.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  4062.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  4064.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  4074.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  4075.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  4076.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4077.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  4078.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  4079.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  4080.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  4081.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  4082.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4083.             'kernel' => ['services''kernel''getKernelService'false],
  4084.         ], [
  4085.             'kernel' => 'App\\Kernel',
  4086.         ]))));
  4087.         $a->addLoader($c);
  4088.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  4089.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  4090.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  4091.     }
  4092.     /**
  4093.      * Gets the public 'security.authentication_utils' shared service.
  4094.      *
  4095.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  4096.      */
  4097.     protected function getSecurity_AuthenticationUtilsService()
  4098.     {
  4099.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Authentication/AuthenticationUtils.php';
  4100.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4101.     }
  4102.     /**
  4103.      * Gets the public 'security.authorization_checker' shared service.
  4104.      *
  4105.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  4106.      */
  4107.     protected function getSecurity_AuthorizationCheckerService()
  4108.     {
  4109.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  4110.     }
  4111.     /**
  4112.      * Gets the public 'security.csrf.token_manager' shared service.
  4113.      *
  4114.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  4115.      */
  4116.     protected function getSecurity_Csrf_TokenManagerService()
  4117.     {
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManagerInterface.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManager.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/TokenStorageInterface.php';
  4121.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/SessionTokenStorage.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  4125.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4126.     }
  4127.     /**
  4128.      * Gets the public 'security.password_encoder' shared service.
  4129.      *
  4130.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  4131.      */
  4132.     protected function getSecurity_PasswordEncoderService()
  4133.     {
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/UserPasswordEncoderInterface.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/UserPasswordEncoder.php';
  4136.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  4137.     }
  4138.     /**
  4139.      * Gets the public 'security.token_storage' shared service.
  4140.      *
  4141.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  4142.      */
  4143.     protected function getSecurity_TokenStorageService()
  4144.     {
  4145.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4146.             'session' => ['services''session''getSessionService'false],
  4147.         ], [
  4148.             'session' => '?',
  4149.         ]));
  4150.     }
  4151.     /**
  4152.      * Gets the public 'serializer' shared service.
  4153.      *
  4154.      * @return \Symfony\Component\Serializer\Serializer
  4155.      */
  4156.     protected function getSerializerService()
  4157.     {
  4158.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Serializer/Normalizer/AppNormalizer.php';
  4176.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  4194.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  4195.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  4196.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4197.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  4198.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer($aNULL$b$c, ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppNormalizerService'] ?? $this->getAppNormalizerServiceService())), => ($this->services['lp.app_normalizer'] ?? $this->getLp_AppNormalizerService()), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$d$b$c, new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  4199.     }
  4200.     /**
  4201.      * Gets the public 'services_resetter' shared service.
  4202.      *
  4203.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  4204.      */
  4205.     protected function getServicesResetterService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  4208.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  4209.             if (isset($this->services['cache.app'])) {
  4210.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  4211.             }
  4212.             if (isset($this->services['cache.system'])) {
  4213.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  4214.             }
  4215.             if (isset($this->privates['cache.validator'])) {
  4216.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  4217.             }
  4218.             if (isset($this->privates['cache.serializer'])) {
  4219.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  4220.             }
  4221.             if (isset($this->privates['cache.annotations'])) {
  4222.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  4223.             }
  4224.             if (isset($this->privates['cache.property_info'])) {
  4225.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  4226.             }
  4227.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  4228.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  4229.             }
  4230.             if (isset($this->services['profiler'])) {
  4231.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  4232.             }
  4233.             if (isset($this->services['validator'])) {
  4234.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  4235.             }
  4236.             if (isset($this->privates['debug.stopwatch'])) {
  4237.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  4238.             }
  4239.             if (isset($this->services['event_dispatcher'])) {
  4240.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  4241.             }
  4242.             if (isset($this->services['doctrine'])) {
  4243.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  4244.             }
  4245.             if (isset($this->privates['form.type.entity'])) {
  4246.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  4247.             }
  4248.             if (isset($this->services['security.token_storage'])) {
  4249.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  4250.             }
  4251.             if (isset($this->privates['cache.security_expression_language'])) {
  4252.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  4253.             }
  4254.             if (isset($this->privates['monolog.handler.main'])) {
  4255.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  4256.             }
  4257.             if (isset($this->privates['monolog.handler.console'])) {
  4258.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  4259.             }
  4260.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  4261.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  4262.             }
  4263.         }, function () {
  4264.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['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']));
  4265.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  4266.     }
  4267.     /**
  4268.      * Gets the public 'session' shared service.
  4269.      *
  4270.      * @return \Symfony\Component\HttpFoundation\Session\Session
  4271.      */
  4272.     protected function getSessionService()
  4273.     {
  4274.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  4275.     }
  4276.     /**
  4277.      * Gets the public 'swiftmailer.mailer.default' shared service.
  4278.      *
  4279.      * @return \Swift_Mailer
  4280.      */
  4281.     protected function getSwiftmailer_Mailer_DefaultService()
  4282.     {
  4283.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  4284.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  4285.     }
  4286.     /**
  4287.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  4288.      *
  4289.      * @return \Swift_Plugins_MessageLogger
  4290.      */
  4291.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  4292.     {
  4293.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4296.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4297.     }
  4298.     /**
  4299.      * Gets the public 'swiftmailer.transport' shared service.
  4300.      *
  4301.      * @return \Swift_Transport
  4302.      */
  4303.     protected function getSwiftmailer_TransportService()
  4304.     {
  4305.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4312.         $this->services['swiftmailer.transport'] = $instance = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -bs'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Swift_Events_SimpleEventDispatcher());
  4313.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  4314.         return $instance;
  4315.     }
  4316.     /**
  4317.      * Gets the public 'translator' shared service.
  4318.      *
  4319.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4320.      */
  4321.     protected function getTranslatorService()
  4322.     {
  4323.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4324.     }
  4325.     /**
  4326.      * Gets the public 'twig' shared service.
  4327.      *
  4328.      * @return \Twig\Environment
  4329.      */
  4330.     protected function getTwigService()
  4331.     {
  4332.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  4333.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/views'), 'WebsiteTemplates');
  4334.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Resources/views'), 'ExternalTemplates');
  4335.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Resources/views'), 'OTPTemplates');
  4336.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  4337.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  4338.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  4339.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  4340.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4341.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4342.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4343.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4344.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4345.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4346.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4347.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4348.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/views'), 'LaunchPad');
  4349.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/views'), '!LaunchPad');
  4350.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  4351.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  4352.         $a->addPath((\dirname(__DIR__4).'/templates'));
  4353.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4354.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4355.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4356.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  4357.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4358.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4359.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  4360.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  4361.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  4362.         $f = new \Symfony\Bridge\Twig\AppVariable();
  4363.         $f->setEnvironment('dev');
  4364.         $f->setDebug(true);
  4365.         if ($this->has('security.token_storage')) {
  4366.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4367.         }
  4368.         if ($this->has('request_stack')) {
  4369.             $f->setRequestStack($c);
  4370.         }
  4371.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  4372.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  4373.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  4374.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  4375.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  4376.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  4377.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  4378.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  4379.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  4380.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  4381.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  4382.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  4383.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  4384.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  4385.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  4386.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  4387.         $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())));
  4388.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  4389.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  4390.         $instance->addGlobal('app'$f);
  4391.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4392.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  4393.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  4394.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  4395.         ], [
  4396.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  4397.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  4398.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  4399.         ])));
  4400.         $instance->addGlobal('front_url'$this->getEnv('FRONT_URL'));
  4401.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  4402.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  4403.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  4404.         return $instance;
  4405.     }
  4406.     /**
  4407.      * Gets the public 'twig.controller.exception' shared service.
  4408.      *
  4409.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  4410.      *
  4411.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  4412.      */
  4413.     protected function getTwig_Controller_ExceptionService()
  4414.     {
  4415.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4416.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  4417.     }
  4418.     /**
  4419.      * Gets the public 'twig.controller.preview_error' shared service.
  4420.      *
  4421.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  4422.      *
  4423.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  4424.      */
  4425.     protected function getTwig_Controller_PreviewErrorService()
  4426.     {
  4427.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4428.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  4429.     }
  4430.     /**
  4431.      * Gets the public 'validator' shared service.
  4432.      *
  4433.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  4434.      */
  4435.     protected function getValidatorService()
  4436.     {
  4437.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  4438.     }
  4439.     /**
  4440.      * Gets the public 'var_dumper.cloner' shared service.
  4441.      *
  4442.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4443.      */
  4444.     protected function getVarDumper_ClonerService()
  4445.     {
  4446.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4447.         $instance->setMaxItems(2500);
  4448.         $instance->setMinDepth(1);
  4449.         $instance->setMaxString(-1);
  4450.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4451.         return $instance;
  4452.     }
  4453.     /**
  4454.      * Gets the public 'web_profiler.controller.exception' shared service.
  4455.      *
  4456.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  4457.      *
  4458.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  4459.      */
  4460.     protected function getWebProfiler_Controller_ExceptionService()
  4461.     {
  4462.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  4463.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  4464.     }
  4465.     /**
  4466.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4467.      *
  4468.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4469.      */
  4470.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4471.     {
  4472.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4473.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  4474.     }
  4475.     /**
  4476.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4477.      *
  4478.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4479.      */
  4480.     protected function getWebProfiler_Controller_ProfilerService()
  4481.     {
  4482.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4483.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  4484.     }
  4485.     /**
  4486.      * Gets the public 'web_profiler.controller.router' shared service.
  4487.      *
  4488.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4489.      */
  4490.     protected function getWebProfiler_Controller_RouterService()
  4491.     {
  4492.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4493.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  4494.     }
  4495.     /**
  4496.      * Gets the private '.debug.http_client' shared service.
  4497.      *
  4498.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4499.      */
  4500.     protected function get_Debug_HttpClientService()
  4501.     {
  4502.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4503.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4504.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4505.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4506.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4507.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4508.         $a->setLogger($b);
  4509.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  4510.     }
  4511.     /**
  4512.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  4513.      *
  4514.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  4515.      */
  4516.     protected function get_LegacyResolveControllerNameSubscriberService()
  4517.     {
  4518.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  4519.     }
  4520.     /**
  4521.      * Gets the private '.service_locator..7onC1x' shared service.
  4522.      *
  4523.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4524.      */
  4525.     protected function get_ServiceLocator__7onC1xService()
  4526.     {
  4527.         return $this->privates['.service_locator..7onC1x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4528.             'otpService' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\OTPService''getOTPServiceService'false],
  4529.         ], [
  4530.             'otpService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\OTPService',
  4531.         ]);
  4532.     }
  4533.     /**
  4534.      * Gets the private '.service_locator..8T4dTh' shared service.
  4535.      *
  4536.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4537.      */
  4538.     protected function get_ServiceLocator__8T4dThService()
  4539.     {
  4540.         return $this->privates['.service_locator..8T4dTh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4541.             'authService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService''getAuthServiceService'false],
  4542.         ], [
  4543.             'authService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService',
  4544.         ]);
  4545.     }
  4546.     /**
  4547.      * Gets the private '.service_locator..UGdbQE' shared service.
  4548.      *
  4549.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4550.      */
  4551.     protected function get_ServiceLocator__UGdbQEService()
  4552.     {
  4553.         return $this->privates['.service_locator..UGdbQE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4554.             'checkoutService' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService''getCheckoutServiceService'false],
  4555.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4556.         ], [
  4557.             'checkoutService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService',
  4558.             'em' => '?',
  4559.         ]);
  4560.     }
  4561.     /**
  4562.      * Gets the private '.service_locator.50DZOGS' shared service.
  4563.      *
  4564.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4565.      */
  4566.     protected function get_ServiceLocator_50DZOGSService()
  4567.     {
  4568.         return $this->privates['.service_locator.50DZOGS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4569.             'checkoutPaymentService' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutPaymentService''getCheckoutPaymentServiceService'false],
  4570.         ], [
  4571.             'checkoutPaymentService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutPaymentService',
  4572.         ]);
  4573.     }
  4574.     /**
  4575.      * Gets the private '.service_locator.7kB4Lp.' shared service.
  4576.      *
  4577.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4578.      */
  4579.     protected function get_ServiceLocator_7kB4Lp_Service()
  4580.     {
  4581.         return $this->privates['.service_locator.7kB4Lp.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4582.             'gpsService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService''getGpsServiceService'false],
  4583.             'paymentDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService''getPaymentDeviceServiceService'false],
  4584.         ], [
  4585.             'gpsService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService',
  4586.             'paymentDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService',
  4587.         ]);
  4588.     }
  4589.     /**
  4590.      * Gets the private '.service_locator.8lG7T9y' shared service.
  4591.      *
  4592.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4593.      */
  4594.     protected function get_ServiceLocator_8lG7T9yService()
  4595.     {
  4596.         return $this->privates['.service_locator.8lG7T9y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4597.             'bulkLoadService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Tools\\BulkLoadService''getBulkLoadServiceService'false],
  4598.         ], [
  4599.             'bulkLoadService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Tools\\BulkLoadService',
  4600.         ]);
  4601.     }
  4602.     /**
  4603.      * Gets the private '.service_locator.8w8rfQX' shared service.
  4604.      *
  4605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4606.      */
  4607.     protected function get_ServiceLocator_8w8rfQXService()
  4608.     {
  4609.         return $this->privates['.service_locator.8w8rfQX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4610.             'transactionService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService''getTransactionServiceService'false],
  4611.         ], [
  4612.             'transactionService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService',
  4613.         ]);
  4614.     }
  4615.     /**
  4616.      * Gets the private '.service_locator.DIbABDM' shared service.
  4617.      *
  4618.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4619.      */
  4620.     protected function get_ServiceLocator_DIbABDMService()
  4621.     {
  4622.         return $this->privates['.service_locator.DIbABDM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4623.             'w2Service' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2Service''getW2ServiceService'false],
  4624.         ], [
  4625.             'w2Service' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2Service',
  4626.         ]);
  4627.     }
  4628.     /**
  4629.      * Gets the private '.service_locator.EaCVAJV' shared service.
  4630.      *
  4631.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4632.      */
  4633.     protected function get_ServiceLocator_EaCVAJVService()
  4634.     {
  4635.         return $this->privates['.service_locator.EaCVAJV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4636.             'kycService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService''getKycServiceService'false],
  4637.             'userService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService''getUserServiceService'false],
  4638.         ], [
  4639.             'kycService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService',
  4640.             'userService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService',
  4641.         ]);
  4642.     }
  4643.     /**
  4644.      * Gets the private '.service_locator.EwU14Il' shared service.
  4645.      *
  4646.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4647.      */
  4648.     protected function get_ServiceLocator_EwU14IlService()
  4649.     {
  4650.         return $this->privates['.service_locator.EwU14Il'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4651.             'checkoutService' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService''getCheckoutServiceService'false],
  4652.         ], [
  4653.             'checkoutService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService',
  4654.         ]);
  4655.     }
  4656.     /**
  4657.      * Gets the private '.service_locator.GA1FCl4' shared service.
  4658.      *
  4659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4660.      */
  4661.     protected function get_ServiceLocator_GA1FCl4Service()
  4662.     {
  4663.         return $this->privates['.service_locator.GA1FCl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4664.             'authService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService''getAuthServiceService'false],
  4665.             'tokenGenerator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  4666.         ], [
  4667.             'authService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService',
  4668.             'tokenGenerator' => '?',
  4669.         ]);
  4670.     }
  4671.     /**
  4672.      * Gets the private '.service_locator.Gzx_HQl' shared service.
  4673.      *
  4674.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4675.      */
  4676.     protected function get_ServiceLocator_GzxHQlService()
  4677.     {
  4678.         return $this->privates['.service_locator.Gzx_HQl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4679.             'paymentCardService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService''getPaymentCardServiceService'false],
  4680.             'topUpService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUpService''getTopUpServiceService'false],
  4681.         ], [
  4682.             'paymentCardService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService',
  4683.             'topUpService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUpService',
  4684.         ]);
  4685.     }
  4686.     /**
  4687.      * Gets the private '.service_locator.JfvQuyl' shared service.
  4688.      *
  4689.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4690.      */
  4691.     protected function get_ServiceLocator_JfvQuylService()
  4692.     {
  4693.         return $this->privates['.service_locator.JfvQuyl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4694.             'spendingService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SpendingService''getSpendingServiceService'false],
  4695.         ], [
  4696.             'spendingService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SpendingService',
  4697.         ]);
  4698.     }
  4699.     /**
  4700.      * Gets the private '.service_locator.K9Gb3.n' shared service.
  4701.      *
  4702.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4703.      */
  4704.     protected function get_ServiceLocator_K9Gb3_NService()
  4705.     {
  4706.         return $this->privates['.service_locator.K9Gb3.n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4707.             'uploadService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService''getUploadServiceService'false],
  4708.         ], [
  4709.             'uploadService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService',
  4710.         ]);
  4711.     }
  4712.     /**
  4713.      * Gets the private '.service_locator.PZd1QIh' shared service.
  4714.      *
  4715.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4716.      */
  4717.     protected function get_ServiceLocator_PZd1QIhService()
  4718.     {
  4719.         return $this->privates['.service_locator.PZd1QIh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4720.             'statsService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\StatsService''getStatsServiceService'false],
  4721.         ], [
  4722.             'statsService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\StatsService',
  4723.         ]);
  4724.     }
  4725.     /**
  4726.      * Gets the private '.service_locator.RdFw8vY' shared service.
  4727.      *
  4728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4729.      */
  4730.     protected function get_ServiceLocator_RdFw8vYService()
  4731.     {
  4732.         return $this->privates['.service_locator.RdFw8vY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4733.             'accountService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService''getAccountServiceService'false],
  4734.             'authService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService''getAuthServiceService'false],
  4735.             'paymentCardService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService''getPaymentCardServiceService'false],
  4736.             'paymentDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService''getPaymentDeviceServiceService'false],
  4737.             'userDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService''getUserDeviceServiceService'false],
  4738.         ], [
  4739.             'accountService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService',
  4740.             'authService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService',
  4741.             'paymentCardService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService',
  4742.             'paymentDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService',
  4743.             'userDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService',
  4744.         ]);
  4745.     }
  4746.     /**
  4747.      * Gets the private '.service_locator.V738EHg' shared service.
  4748.      *
  4749.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4750.      */
  4751.     protected function get_ServiceLocator_V738EHgService()
  4752.     {
  4753.         return $this->privates['.service_locator.V738EHg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4754.             'ehiService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService''getGpsEhiServiceService'false],
  4755.             'kernel' => ['services''kernel''getKernelService'false],
  4756.         ], [
  4757.             'ehiService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService',
  4758.             'kernel' => '?',
  4759.         ]);
  4760.     }
  4761.     /**
  4762.      * Gets the private '.service_locator.VsCJi12' shared service.
  4763.      *
  4764.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4765.      */
  4766.     protected function get_ServiceLocator_VsCJi12Service()
  4767.     {
  4768.         return $this->privates['.service_locator.VsCJi12'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4769.             'appConfigurationService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppConfigurationService''getAppConfigurationServiceService'false],
  4770.         ], [
  4771.             'appConfigurationService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppConfigurationService',
  4772.         ]);
  4773.     }
  4774.     /**
  4775.      * Gets the private '.service_locator.bTgymvt' shared service.
  4776.      *
  4777.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4778.      */
  4779.     protected function get_ServiceLocator_BTgymvtService()
  4780.     {
  4781.         return $this->privates['.service_locator.bTgymvt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4782.             'paymentDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService''getPaymentDeviceServiceService'false],
  4783.         ], [
  4784.             'paymentDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService',
  4785.         ]);
  4786.     }
  4787.     /**
  4788.      * Gets the private '.service_locator.dgva66j' shared service.
  4789.      *
  4790.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4791.      */
  4792.     protected function get_ServiceLocator_Dgva66jService()
  4793.     {
  4794.         return $this->privates['.service_locator.dgva66j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4795.             'ehiService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService''getGpsEhiServiceService'false],
  4796.         ], [
  4797.             'ehiService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService',
  4798.         ]);
  4799.     }
  4800.     /**
  4801.      * Gets the private '.service_locator.fBZVjDR' shared service.
  4802.      *
  4803.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4804.      */
  4805.     protected function get_ServiceLocator_FBZVjDRService()
  4806.     {
  4807.         return $this->privates['.service_locator.fBZVjDR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4808.             'paymentDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService''getPaymentDeviceServiceService'false],
  4809.             'userService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService''getUserServiceService'false],
  4810.         ], [
  4811.             'paymentDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService',
  4812.             'userService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService',
  4813.         ]);
  4814.     }
  4815.     /**
  4816.      * Gets the private '.service_locator.pd9x7OH' shared service.
  4817.      *
  4818.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4819.      */
  4820.     protected function get_ServiceLocator_Pd9x7OHService()
  4821.     {
  4822.         return $this->privates['.service_locator.pd9x7OH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4823.             'paymentCardService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService''getPaymentCardServiceService'false],
  4824.         ], [
  4825.             'paymentCardService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService',
  4826.         ]);
  4827.     }
  4828.     /**
  4829.      * Gets the private '.service_locator.prxzyxH' shared service.
  4830.      *
  4831.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4832.      */
  4833.     protected function get_ServiceLocator_PrxzyxHService()
  4834.     {
  4835.         return $this->privates['.service_locator.prxzyxH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4836.             'accountService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService''getAccountServiceService'false],
  4837.             'userService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService''getUserServiceService'false],
  4838.         ], [
  4839.             'accountService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService',
  4840.             'userService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService',
  4841.         ]);
  4842.     }
  4843.     /**
  4844.      * Gets the private '.service_locator.tJZnlO7' shared service.
  4845.      *
  4846.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4847.      */
  4848.     protected function get_ServiceLocator_TJZnlO7Service()
  4849.     {
  4850.         return $this->privates['.service_locator.tJZnlO7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4851.             'userService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService''getUserServiceService'false],
  4852.         ], [
  4853.             'userService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService',
  4854.         ]);
  4855.     }
  4856.     /**
  4857.      * Gets the private '.service_locator.u5m1hzN' shared service.
  4858.      *
  4859.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4860.      */
  4861.     protected function get_ServiceLocator_U5m1hzNService()
  4862.     {
  4863.         return $this->privates['.service_locator.u5m1hzN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4864.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController::initializeAction' => ['privates''.service_locator.prxzyxH''get_ServiceLocator_PrxzyxHService'false],
  4865.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController::deleteAppConfigAction' => ['privates''.service_locator.VsCJi12''get_ServiceLocator_VsCJi12Service'false],
  4866.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController::getAppConfigDetailsAction' => ['privates''.service_locator.VsCJi12''get_ServiceLocator_VsCJi12Service'false],
  4867.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::loginAction' => ['privates''.service_locator..7onC1x''get_ServiceLocator__7onC1xService'false],
  4868.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::loginOTPAction' => ['privates''.service_locator..7onC1x''get_ServiceLocator__7onC1xService'false],
  4869.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::registerUserAction' => ['privates''.service_locator.RdFw8vY''get_ServiceLocator_RdFw8vYService'false],
  4870.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::cardExpirationAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4871.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::cardStatementAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4872.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::changeCardStatusAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4873.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::deleteCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4874.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::loadPaymentDeviceAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4875.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::lockCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4876.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::paymentDeviceUpdate3ds' => ['privates''.service_locator.7kB4Lp.''get_ServiceLocator_7kB4Lp_Service'false],
  4877.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::query3DSecureDetailsAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4878.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::regenerateCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4879.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::renewCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4880.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::reportStolenCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4881.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::unloadPaymentDeviceAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4882.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::downloadTotalsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4883.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::getTotalsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4884.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::getUsersStats' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4885.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::newUsers' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4886.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::transactionsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4887.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::downloadTmpFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4888.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4889.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::triggerDownloadAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4890.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::uploadFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4891.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::detailsAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  4892.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4893.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::recordDetailsAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  4894.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::recordServiceCallAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  4895.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::saveBulkLoad' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  4896.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::addOrEditTransaction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  4897.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::deleteTransactionAction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  4898.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::getTransactionsDetailsAction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  4899.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::getUserCardsAction' => ['privates''.service_locator.fBZVjDR''get_ServiceLocator_FBZVjDRService'false],
  4900.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::getUserDetailsAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  4901.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStats' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  4902.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStatusApproveAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  4903.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStatusRejectAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  4904.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::triggerEKYCAction' => ['privates''.service_locator.EaCVAJV''get_ServiceLocator_EaCVAJVService'false],
  4905.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::triggerPEPSISAction' => ['privates''.service_locator.EaCVAJV''get_ServiceLocator_EaCVAJVService'false],
  4906.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController::changeRequestAction' => ['privates''.service_locator..8T4dTh''get_ServiceLocator__8T4dThService'false],
  4907.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController::passwordResetAction' => ['privates''.service_locator.GA1FCl4''get_ServiceLocator_GA1FCl4Service'false],
  4908.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController::createCardAction' => ['privates''.service_locator.pd9x7OH''get_ServiceLocator_Pd9x7OHService'false],
  4909.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController::getPaymentCardsAction' => ['privates''.service_locator.pd9x7OH''get_ServiceLocator_Pd9x7OHService'false],
  4910.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController::getChartData' => ['privates''.service_locator.JfvQuyl''get_ServiceLocator_JfvQuylService'false],
  4911.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::getUploadFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4912.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4913.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::triggerDownloadAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4914.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController::topUpCardAction' => ['privates''.service_locator.Gzx_HQl''get_ServiceLocator_GzxHQlService'false],
  4915.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController::topUpCardActionOld' => ['privates''.service_locator.Gzx_HQl''get_ServiceLocator_GzxHQlService'false],
  4916.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::demo3DAction' => ['privates''.service_locator..UGdbQE''get_ServiceLocator__UGdbQEService'false],
  4917.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::notifyAction' => ['privates''.service_locator.EwU14Il''get_ServiceLocator_EwU14IlService'false],
  4918.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::paymentFailedAction' => ['privates''.service_locator.50DZOGS''get_ServiceLocator_50DZOGSService'false],
  4919.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::paymentSuccessAction' => ['privates''.service_locator.50DZOGS''get_ServiceLocator_50DZOGSService'false],
  4920.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::cutOffAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  4921.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::ehiAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  4922.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::ehiBulkAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  4923.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::importAction' => ['privates''.service_locator.V738EHg''get_ServiceLocator_V738EHgService'false],
  4924.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller::postbackAction' => ['privates''.service_locator.DIbABDM''get_ServiceLocator_DIbABDMService'false],
  4925.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController:initializeAction' => ['privates''.service_locator.prxzyxH''get_ServiceLocator_PrxzyxHService'false],
  4926.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController:deleteAppConfigAction' => ['privates''.service_locator.VsCJi12''get_ServiceLocator_VsCJi12Service'false],
  4927.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController:getAppConfigDetailsAction' => ['privates''.service_locator.VsCJi12''get_ServiceLocator_VsCJi12Service'false],
  4928.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:loginAction' => ['privates''.service_locator..7onC1x''get_ServiceLocator__7onC1xService'false],
  4929.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:loginOTPAction' => ['privates''.service_locator..7onC1x''get_ServiceLocator__7onC1xService'false],
  4930.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:registerUserAction' => ['privates''.service_locator.RdFw8vY''get_ServiceLocator_RdFw8vYService'false],
  4931.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:cardExpirationAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4932.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:cardStatementAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4933.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:changeCardStatusAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4934.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:deleteCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4935.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:loadPaymentDeviceAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4936.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:lockCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4937.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:paymentDeviceUpdate3ds' => ['privates''.service_locator.7kB4Lp.''get_ServiceLocator_7kB4Lp_Service'false],
  4938.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:query3DSecureDetailsAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4939.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:regenerateCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4940.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:renewCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4941.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:reportStolenCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4942.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:unloadPaymentDeviceAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  4943.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:downloadTotalsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4944.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:getTotalsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4945.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:getUsersStats' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4946.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:newUsers' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4947.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:transactionsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  4948.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:downloadTmpFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4949.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4950.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:triggerDownloadAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4951.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:uploadFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4952.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:detailsAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  4953.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4954.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:recordDetailsAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  4955.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:recordServiceCallAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  4956.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:saveBulkLoad' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  4957.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:addOrEditTransaction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  4958.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:deleteTransactionAction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  4959.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:getTransactionsDetailsAction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  4960.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:getUserCardsAction' => ['privates''.service_locator.fBZVjDR''get_ServiceLocator_FBZVjDRService'false],
  4961.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:getUserDetailsAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  4962.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStats' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  4963.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStatusApproveAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  4964.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStatusRejectAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  4965.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:triggerEKYCAction' => ['privates''.service_locator.EaCVAJV''get_ServiceLocator_EaCVAJVService'false],
  4966.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:triggerPEPSISAction' => ['privates''.service_locator.EaCVAJV''get_ServiceLocator_EaCVAJVService'false],
  4967.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController:changeRequestAction' => ['privates''.service_locator..8T4dTh''get_ServiceLocator__8T4dThService'false],
  4968.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController:passwordResetAction' => ['privates''.service_locator.GA1FCl4''get_ServiceLocator_GA1FCl4Service'false],
  4969.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController:createCardAction' => ['privates''.service_locator.pd9x7OH''get_ServiceLocator_Pd9x7OHService'false],
  4970.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController:getPaymentCardsAction' => ['privates''.service_locator.pd9x7OH''get_ServiceLocator_Pd9x7OHService'false],
  4971.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController:getChartData' => ['privates''.service_locator.JfvQuyl''get_ServiceLocator_JfvQuylService'false],
  4972.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:getUploadFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4973.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4974.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:triggerDownloadAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  4975.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController:topUpCardAction' => ['privates''.service_locator.Gzx_HQl''get_ServiceLocator_GzxHQlService'false],
  4976.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController:topUpCardActionOld' => ['privates''.service_locator.Gzx_HQl''get_ServiceLocator_GzxHQlService'false],
  4977.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:demo3DAction' => ['privates''.service_locator..UGdbQE''get_ServiceLocator__UGdbQEService'false],
  4978.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:notifyAction' => ['privates''.service_locator.EwU14Il''get_ServiceLocator_EwU14IlService'false],
  4979.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:paymentFailedAction' => ['privates''.service_locator.50DZOGS''get_ServiceLocator_50DZOGSService'false],
  4980.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:paymentSuccessAction' => ['privates''.service_locator.50DZOGS''get_ServiceLocator_50DZOGSService'false],
  4981.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:cutOffAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  4982.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:ehiAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  4983.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:ehiBulkAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  4984.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:importAction' => ['privates''.service_locator.V738EHg''get_ServiceLocator_V738EHgService'false],
  4985.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller:postbackAction' => ['privates''.service_locator.DIbABDM''get_ServiceLocator_DIbABDMService'false],
  4986.         ], [
  4987.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController::initializeAction' => '?',
  4988.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController::deleteAppConfigAction' => '?',
  4989.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController::getAppConfigDetailsAction' => '?',
  4990.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::loginAction' => '?',
  4991.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::loginOTPAction' => '?',
  4992.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::registerUserAction' => '?',
  4993.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::cardExpirationAction' => '?',
  4994.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::cardStatementAction' => '?',
  4995.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::changeCardStatusAction' => '?',
  4996.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::deleteCardAction' => '?',
  4997.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::loadPaymentDeviceAction' => '?',
  4998.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::lockCardAction' => '?',
  4999.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::paymentDeviceUpdate3ds' => '?',
  5000.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::query3DSecureDetailsAction' => '?',
  5001.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::regenerateCardAction' => '?',
  5002.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::renewCardAction' => '?',
  5003.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::reportStolenCardAction' => '?',
  5004.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::unloadPaymentDeviceAction' => '?',
  5005.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::downloadTotalsAction' => '?',
  5006.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::getTotalsAction' => '?',
  5007.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::getUsersStats' => '?',
  5008.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::newUsers' => '?',
  5009.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::transactionsAction' => '?',
  5010.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::downloadTmpFileAction' => '?',
  5011.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::previewAction' => '?',
  5012.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::triggerDownloadAction' => '?',
  5013.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::uploadFileAction' => '?',
  5014.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::detailsAction' => '?',
  5015.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::previewAction' => '?',
  5016.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::recordDetailsAction' => '?',
  5017.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::recordServiceCallAction' => '?',
  5018.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::saveBulkLoad' => '?',
  5019.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::addOrEditTransaction' => '?',
  5020.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::deleteTransactionAction' => '?',
  5021.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::getTransactionsDetailsAction' => '?',
  5022.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::getUserCardsAction' => '?',
  5023.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::getUserDetailsAction' => '?',
  5024.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStats' => '?',
  5025.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStatusApproveAction' => '?',
  5026.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStatusRejectAction' => '?',
  5027.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::triggerEKYCAction' => '?',
  5028.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::triggerPEPSISAction' => '?',
  5029.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController::changeRequestAction' => '?',
  5030.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController::passwordResetAction' => '?',
  5031.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController::createCardAction' => '?',
  5032.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController::getPaymentCardsAction' => '?',
  5033.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController::getChartData' => '?',
  5034.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::getUploadFileAction' => '?',
  5035.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::previewAction' => '?',
  5036.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::triggerDownloadAction' => '?',
  5037.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController::topUpCardAction' => '?',
  5038.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController::topUpCardActionOld' => '?',
  5039.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::demo3DAction' => '?',
  5040.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::notifyAction' => '?',
  5041.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::paymentFailedAction' => '?',
  5042.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::paymentSuccessAction' => '?',
  5043.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::cutOffAction' => '?',
  5044.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::ehiAction' => '?',
  5045.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::ehiBulkAction' => '?',
  5046.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::importAction' => '?',
  5047.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller::postbackAction' => '?',
  5048.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController:initializeAction' => '?',
  5049.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController:deleteAppConfigAction' => '?',
  5050.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController:getAppConfigDetailsAction' => '?',
  5051.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:loginAction' => '?',
  5052.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:loginOTPAction' => '?',
  5053.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:registerUserAction' => '?',
  5054.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:cardExpirationAction' => '?',
  5055.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:cardStatementAction' => '?',
  5056.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:changeCardStatusAction' => '?',
  5057.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:deleteCardAction' => '?',
  5058.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:loadPaymentDeviceAction' => '?',
  5059.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:lockCardAction' => '?',
  5060.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:paymentDeviceUpdate3ds' => '?',
  5061.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:query3DSecureDetailsAction' => '?',
  5062.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:regenerateCardAction' => '?',
  5063.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:renewCardAction' => '?',
  5064.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:reportStolenCardAction' => '?',
  5065.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:unloadPaymentDeviceAction' => '?',
  5066.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:downloadTotalsAction' => '?',
  5067.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:getTotalsAction' => '?',
  5068.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:getUsersStats' => '?',
  5069.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:newUsers' => '?',
  5070.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:transactionsAction' => '?',
  5071.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:downloadTmpFileAction' => '?',
  5072.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:previewAction' => '?',
  5073.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:triggerDownloadAction' => '?',
  5074.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:uploadFileAction' => '?',
  5075.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:detailsAction' => '?',
  5076.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:previewAction' => '?',
  5077.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:recordDetailsAction' => '?',
  5078.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:recordServiceCallAction' => '?',
  5079.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:saveBulkLoad' => '?',
  5080.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:addOrEditTransaction' => '?',
  5081.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:deleteTransactionAction' => '?',
  5082.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:getTransactionsDetailsAction' => '?',
  5083.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:getUserCardsAction' => '?',
  5084.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:getUserDetailsAction' => '?',
  5085.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStats' => '?',
  5086.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStatusApproveAction' => '?',
  5087.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStatusRejectAction' => '?',
  5088.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:triggerEKYCAction' => '?',
  5089.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:triggerPEPSISAction' => '?',
  5090.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController:changeRequestAction' => '?',
  5091.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController:passwordResetAction' => '?',
  5092.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController:createCardAction' => '?',
  5093.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController:getPaymentCardsAction' => '?',
  5094.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController:getChartData' => '?',
  5095.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:getUploadFileAction' => '?',
  5096.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:previewAction' => '?',
  5097.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:triggerDownloadAction' => '?',
  5098.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController:topUpCardAction' => '?',
  5099.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController:topUpCardActionOld' => '?',
  5100.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:demo3DAction' => '?',
  5101.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:notifyAction' => '?',
  5102.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:paymentFailedAction' => '?',
  5103.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:paymentSuccessAction' => '?',
  5104.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:cutOffAction' => '?',
  5105.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:ehiAction' => '?',
  5106.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:ehiBulkAction' => '?',
  5107.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:importAction' => '?',
  5108.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller:postbackAction' => '?',
  5109.         ]);
  5110.     }
  5111.     /**
  5112.      * Gets the private '.service_locator.vdmMuyE' shared service.
  5113.      *
  5114.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5115.      */
  5116.     protected function get_ServiceLocator_VdmMuyEService()
  5117.     {
  5118.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5119.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5120.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  5121.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5122.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5123.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5124.             'router' => ['services''router''getRouterService'false],
  5125.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  5126.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  5127.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  5128.             'serializer' => ['services''serializer''getSerializerService'false],
  5129.             'session' => ['services''session''getSessionService'false],
  5130.             'twig' => ['services''twig''getTwigService'false],
  5131.         ], [
  5132.             'doctrine' => '?',
  5133.             'form.factory' => '?',
  5134.             'http_kernel' => '?',
  5135.             'parameter_bag' => '?',
  5136.             'request_stack' => '?',
  5137.             'router' => '?',
  5138.             'security.authorization_checker' => '?',
  5139.             'security.csrf.token_manager' => '?',
  5140.             'security.token_storage' => '?',
  5141.             'serializer' => '?',
  5142.             'session' => '?',
  5143.             'twig' => '?',
  5144.         ]);
  5145.     }
  5146.     /**
  5147.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener' shared autowired service.
  5148.      *
  5149.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener
  5150.      */
  5151.     protected function getCorsListenerService()
  5152.     {
  5153.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\CorsListener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener($this->parameters['launch_pad']);
  5154.     }
  5155.     /**
  5156.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService' shared autowired service.
  5157.      *
  5158.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService
  5159.      */
  5160.     protected function getAccountServiceService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AccountService.php';
  5163.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CurrencyService'] ?? $this->getCurrencyServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] ?? $this->getTransactionServiceService()));
  5164.     }
  5165.     /**
  5166.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService' shared autowired service.
  5167.      *
  5168.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService
  5169.      */
  5170.     protected function getAppConfigurationServiceService()
  5171.     {
  5172.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AppConfigurationService.php';
  5173.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppConfigurationService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PrivacyPolicyService'] ?? $this->getPrivacyPolicyServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TermsAndConditionsService'] ?? $this->getTermsAndConditionsServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\LanguageService'] ?? $this->getLanguageServiceService()));
  5174.     }
  5175.     /**
  5176.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService' shared autowired service.
  5177.      *
  5178.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService
  5179.      */
  5180.     protected function getAppNormalizerServiceService()
  5181.     {
  5182.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AppNormalizerService.php';
  5183.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppNormalizerService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5184.     }
  5185.     /**
  5186.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService' shared autowired service.
  5187.      *
  5188.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService
  5189.      */
  5190.     protected function getAuthServiceService()
  5191.     {
  5192.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Auth/AuthService.php';
  5193.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService'] ?? $this->getPaymentCardServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Notifications\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RoleService'] ?? $this->getRoleServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserPermissionService'] ?? $this->getUserPermissionServiceService()));
  5194.     }
  5195.     /**
  5196.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Beneficiary\BeneficiaryService' shared autowired service.
  5197.      *
  5198.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Beneficiary\BeneficiaryService
  5199.      */
  5200.     protected function getBeneficiaryServiceService()
  5201.     {
  5202.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Beneficiary/BeneficiaryService.php';
  5203.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Beneficiary\\BeneficiaryService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Beneficiary\BeneficiaryService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  5204.     }
  5205.     /**
  5206.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService' shared autowired service.
  5207.      *
  5208.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService
  5209.      */
  5210.     protected function getCountryServiceService()
  5211.     {
  5212.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CountryService.php';
  5213.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CountryService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5214.     }
  5215.     /**
  5216.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService' shared autowired service.
  5217.      *
  5218.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService
  5219.      */
  5220.     protected function getCurrencyServiceService()
  5221.     {
  5222.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CurrencyService.php';
  5223.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CurrencyService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5224.     }
  5225.     /**
  5226.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\EventService' shared autowired service.
  5227.      *
  5228.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\EventService
  5229.      */
  5230.     protected function getEventServiceService()
  5231.     {
  5232.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/EventService.php';
  5233.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\EventService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\EventService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5234.     }
  5235.     /**
  5236.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\FxService' shared autowired service.
  5237.      *
  5238.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\FxService
  5239.      */
  5240.     protected function getFxServiceService()
  5241.     {
  5242.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FX/FxService.php';
  5243.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FX/Domain/FxProvider.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FX/Providers/MasterCardFxProvider.php';
  5245.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\FX\\FxService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\FxService(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\Providers\MasterCardFxProvider(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\McApiService'] ?? $this->getMcApiServiceService())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5246.     }
  5247.     /**
  5248.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService' shared autowired service.
  5249.      *
  5250.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService
  5251.      */
  5252.     protected function getFileServiceService()
  5253.     {
  5254.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FileService.php';
  5255.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\FileService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5256.     }
  5257.     /**
  5258.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService' shared autowired service.
  5259.      *
  5260.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService
  5261.      */
  5262.     protected function getImageUploadServiceService()
  5263.     {
  5264.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/ImageUploadService.php';
  5265.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\ImageUploadService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5266.     }
  5267.     /**
  5268.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService' shared autowired service.
  5269.      *
  5270.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService
  5271.      */
  5272.     protected function getKycServiceService()
  5273.     {
  5274.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycService.php';
  5275.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2KycProvider'] ?? $this->getW2KycProviderService()));
  5276.     }
  5277.     /**
  5278.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2KycProvider' shared autowired service.
  5279.      *
  5280.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2KycProvider
  5281.      */
  5282.     protected function getW2KycProviderService()
  5283.     {
  5284.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycProvider.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/W2/W2KycProvider.php';
  5286.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2KycProvider'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2KycProvider(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2Service'] ?? $this->getW2ServiceService()));
  5287.     }
  5288.     /**
  5289.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2Service' shared autowired service.
  5290.      *
  5291.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2Service
  5292.      */
  5293.     protected function getW2ServiceService()
  5294.     {
  5295.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/W2/W2Service.php';
  5296.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2Service'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2Service($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()));
  5297.     }
  5298.     /**
  5299.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService' shared autowired service.
  5300.      *
  5301.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService
  5302.      */
  5303.     protected function getLanguageServiceService()
  5304.     {
  5305.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/LanguageService.php';
  5306.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\LanguageService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5307.     }
  5308.     /**
  5309.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService' shared autowired service.
  5310.      *
  5311.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService
  5312.      */
  5313.     protected function getMailServiceService()
  5314.     {
  5315.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/MailService.php';
  5316.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\MailService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5317.     }
  5318.     /**
  5319.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\McApiService' shared autowired service.
  5320.      *
  5321.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\McApiService
  5322.      */
  5323.     protected function getMcApiServiceService()
  5324.     {
  5325.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/McApiService.php';
  5326.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\McApiService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\McApiService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5327.     }
  5328.     /**
  5329.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService' shared autowired service.
  5330.      *
  5331.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService
  5332.      */
  5333.     protected function getNotificationServiceService()
  5334.     {
  5335.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Notifications/NotificationService.php';
  5336.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Notifications\\NotificationService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  5337.     }
  5338.     /**
  5339.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaginatorService' shared autowired service.
  5340.      *
  5341.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaginatorService
  5342.      */
  5343.     protected function getPaginatorServiceService()
  5344.     {
  5345.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaginatorService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5346.     }
  5347.     /**
  5348.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService' shared autowired service.
  5349.      *
  5350.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService
  5351.      */
  5352.     protected function getPaymentCardServiceService()
  5353.     {
  5354.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentCardService.php';
  5355.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  5356.     }
  5357.     /**
  5358.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService' shared autowired service.
  5359.      *
  5360.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService
  5361.      */
  5362.     protected function getPaymentDeviceServiceService()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDevice/PaymentDeviceService.php';
  5365.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService'] ?? $this->getGpsServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()));
  5366.     }
  5367.     /**
  5368.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PermissionService' shared autowired service.
  5369.      *
  5370.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PermissionService
  5371.      */
  5372.     protected function getPermissionServiceService()
  5373.     {
  5374.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PermissionService.php';
  5375.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PermissionService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PermissionService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['router'] ?? $this->getRouterService()));
  5376.     }
  5377.     /**
  5378.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService' shared autowired service.
  5379.      *
  5380.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService
  5381.      */
  5382.     protected function getPrivacyPolicyServiceService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PrivacyPolicyService.php';
  5385.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PrivacyPolicyService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()));
  5386.     }
  5387.     /**
  5388.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand' shared autowired service.
  5389.      *
  5390.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand
  5391.      */
  5392.     protected function getEhiParseCommandService()
  5393.     {
  5394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Command/EhiParseCommand.php';
  5396.         $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService'] ?? $this->getGpsEhiServiceService()));
  5397.         $instance->setName('gps:ehi:parse');
  5398.         return $instance;
  5399.     }
  5400.     /**
  5401.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsCardListener' shared autowired service.
  5402.      *
  5403.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsCardListener
  5404.      */
  5405.     protected function getGpsCardListenerService()
  5406.     {
  5407.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/EventListener/Entity/GpsCardListener.php';
  5408.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsCardListener(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Service\\GpsCardService'] ?? $this->getGpsCardServiceService()));
  5409.     }
  5410.     /**
  5411.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsTransactionListener' shared autowired service.
  5412.      *
  5413.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsTransactionListener
  5414.      */
  5415.     protected function getGpsTransactionListenerService()
  5416.     {
  5417.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/EventListener/Entity/GpsTransactionListener.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsTransactionService.php';
  5419.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsTransactionListener(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsTransactionService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService())));
  5420.     }
  5421.     /**
  5422.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsEhiService' shared autowired service.
  5423.      *
  5424.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsEhiService
  5425.      */
  5426.     protected function getGpsEhiServiceService()
  5427.     {
  5428.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CoreService.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsEhiService.php';
  5431.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsEhiService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\EventService'] ?? $this->getEventServiceService()));
  5432.     }
  5433.     /**
  5434.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService' shared autowired service.
  5435.      *
  5436.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService
  5437.      */
  5438.     protected function getGpsServiceService()
  5439.     {
  5440.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  5442.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5443.     }
  5444.     /**
  5445.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService' shared autowired service.
  5446.      *
  5447.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService
  5448.      */
  5449.     protected function getGpsCardServiceService()
  5450.     {
  5451.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Service/GpsCardService.php';
  5454.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Service\\GpsCardService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5455.     }
  5456.     /**
  5457.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\RateService' shared autowired service.
  5458.      *
  5459.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RateService
  5460.      */
  5461.     protected function getRateServiceService()
  5462.     {
  5463.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/RateService.php';
  5464.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RateService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RateService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppConfigurationService'] ?? $this->getAppConfigurationServiceService()));
  5465.     }
  5466.     /**
  5467.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService' shared autowired service.
  5468.      *
  5469.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService
  5470.      */
  5471.     protected function getRoleServiceService()
  5472.     {
  5473.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RoleService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  5474.     }
  5475.     /**
  5476.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService' shared autowired service.
  5477.      *
  5478.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService
  5479.      */
  5480.     protected function getSpendingServiceService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SpendingService.php';
  5483.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SpendingService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5484.     }
  5485.     /**
  5486.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\StatsService' shared autowired service.
  5487.      *
  5488.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\StatsService
  5489.      */
  5490.     protected function getStatsServiceService()
  5491.     {
  5492.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/StatsService.php';
  5493.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\StatsService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\StatsService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5494.     }
  5495.     /**
  5496.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Apple\AppleReportService' shared autowired service.
  5497.      *
  5498.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Apple\AppleReportService
  5499.      */
  5500.     protected function getAppleReportServiceService()
  5501.     {
  5502.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/Apple/AppleReportService.php';
  5503.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Apple\\AppleReportService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Apple\AppleReportService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\CSVImportService'] ?? $this->getCSVImportServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\StatsFileService'] ?? $this->getStatsFileServiceService()));
  5504.     }
  5505.     /**
  5506.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GooglePlayService' shared autowired service.
  5507.      *
  5508.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GooglePlayService
  5509.      */
  5510.     protected function getGooglePlayServiceService()
  5511.     {
  5512.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/Google/GooglePlayService.php';
  5513.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Google\\GooglePlayService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GooglePlayService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\StatsFileService'] ?? $this->getStatsFileServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\CSVImportService'] ?? $this->getCSVImportServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Apple\\AppleReportService'] ?? $this->getAppleReportServiceService()));
  5514.     }
  5515.     /**
  5516.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsFileService' shared autowired service.
  5517.      *
  5518.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsFileService
  5519.      */
  5520.     protected function getStatsFileServiceService()
  5521.     {
  5522.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/StatsFileService.php';
  5523.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\StatsFileService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsFileService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5524.     }
  5525.     /**
  5526.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\SupportService' shared autowired service.
  5527.      *
  5528.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SupportService
  5529.      */
  5530.     protected function getSupportServiceService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SupportService.php';
  5533.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SupportService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SupportService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5534.     }
  5535.     /**
  5536.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService' shared autowired service.
  5537.      *
  5538.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService
  5539.      */
  5540.     protected function getTermsAndConditionsServiceService()
  5541.     {
  5542.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TermsAndConditionsService.php';
  5543.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TermsAndConditionsService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()));
  5544.     }
  5545.     /**
  5546.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService' shared autowired service.
  5547.      *
  5548.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService
  5549.      */
  5550.     protected function getBulkLoadServiceService()
  5551.     {
  5552.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Tools/BulkLoadService.php';
  5553.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Tools\\BulkLoadService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5554.     }
  5555.     /**
  5556.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUpService' shared autowired service.
  5557.      *
  5558.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUpService
  5559.      */
  5560.     protected function getTopUpServiceService()
  5561.     {
  5562.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUpService.php';
  5564.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUpService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUpService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()), $this);
  5565.     }
  5566.     /**
  5567.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService' shared autowired service.
  5568.      *
  5569.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService
  5570.      */
  5571.     protected function getTransactionServiceService()
  5572.     {
  5573.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionService.php';
  5574.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\FX\\FxService'] ?? $this->getFxServiceService()));
  5575.     }
  5576.     /**
  5577.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService' shared autowired service.
  5578.      *
  5579.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService
  5580.      */
  5581.     protected function getTranslationServiceService()
  5582.     {
  5583.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Translation/TranslationService.php';
  5584.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5585.     }
  5586.     /**
  5587.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService' shared autowired service.
  5588.      *
  5589.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService
  5590.      */
  5591.     protected function getUploadServiceService()
  5592.     {
  5593.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UploadService.php';
  5594.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/FileHandler.php';
  5595.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/Handlers/LocalFileHandler.php';
  5596.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\Storage\\Handlers\\LocalFileHandler'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\Storage\\Handlers\\LocalFileHandler'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\LocalFileHandler($this))));
  5597.     }
  5598.     /**
  5599.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService' shared autowired service.
  5600.      *
  5601.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService
  5602.      */
  5603.     protected function getUserDeviceServiceService()
  5604.     {
  5605.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5606.     }
  5607.     /**
  5608.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService' shared autowired service.
  5609.      *
  5610.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService
  5611.      */
  5612.     protected function getUserServiceService()
  5613.     {
  5614.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UserService.php';
  5615.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService'] ?? $this->getPaymentCardServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService'] ?? $this->getKycServiceService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()));
  5616.     }
  5617.     /**
  5618.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService' shared autowired service.
  5619.      *
  5620.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService
  5621.      */
  5622.     protected function getUserActionServiceService()
  5623.     {
  5624.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserActionService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserSessionService'] ?? $this->getUserSessionServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  5625.     }
  5626.     /**
  5627.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService' shared autowired service.
  5628.      *
  5629.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService
  5630.      */
  5631.     protected function getUserContactServiceService()
  5632.     {
  5633.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserContactService.php';
  5634.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserContactService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  5635.     }
  5636.     /**
  5637.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserPermissionService' shared autowired service.
  5638.      *
  5639.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserPermissionService
  5640.      */
  5641.     protected function getUserPermissionServiceService()
  5642.     {
  5643.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserPermissionService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserPermissionService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\RoleService'] ?? $this->getRoleServiceService()), $this);
  5644.     }
  5645.     /**
  5646.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserService' shared autowired service.
  5647.      *
  5648.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserService
  5649.      */
  5650.     protected function getUserService2Service()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CoreService.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserService.php';
  5655.         $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserService'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserService(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5656.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5657.         return $instance;
  5658.     }
  5659.     /**
  5660.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService' shared autowired service.
  5661.      *
  5662.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService
  5663.      */
  5664.     protected function getUserSessionServiceService()
  5665.     {
  5666.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserSessionService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  5667.     }
  5668.     /**
  5669.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\CSVImportService' shared autowired service.
  5670.      *
  5671.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\CSVImportService
  5672.      */
  5673.     protected function getCSVImportServiceService()
  5674.     {
  5675.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/CSVImportService.php';
  5676.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\CSVImportService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\CSVImportService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['validator'] ?? $this->getValidatorService()));
  5677.     }
  5678.     /**
  5679.      * Gets the private 'annotations.cache' shared service.
  5680.      *
  5681.      * @return \Symfony\Component\Cache\DoctrineProvider
  5682.      */
  5683.     protected function getAnnotations_CacheService()
  5684.     {
  5685.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  5686.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  5688.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  5689.     }
  5690.     /**
  5691.      * Gets the private 'annotations.cache_warmer' shared service.
  5692.      *
  5693.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5694.      */
  5695.     protected function getAnnotations_CacheWarmerService()
  5696.     {
  5697.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5700.         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);
  5701.     }
  5702.     /**
  5703.      * Gets the private 'annotations.cached_reader' shared service.
  5704.      *
  5705.      * @return \Doctrine\Common\Annotations\CachedReader
  5706.      */
  5707.     protected function getAnnotations_CachedReaderService()
  5708.     {
  5709.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  5710.     }
  5711.     /**
  5712.      * Gets the private 'annotations.reader' shared service.
  5713.      *
  5714.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5715.      */
  5716.     protected function getAnnotations_ReaderService()
  5717.     {
  5718.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5719.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5720.         $a->registerUniqueLoader('class_exists');
  5721.         $instance->addGlobalIgnoredName('required'$a);
  5722.         return $instance;
  5723.     }
  5724.     /**
  5725.      * Gets the private 'cache.annotations' shared service.
  5726.      *
  5727.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5728.      */
  5729.     protected function getCache_AnnotationsService()
  5730.     {
  5731.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7TSdxF-Oow'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5732.     }
  5733.     /**
  5734.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  5735.      *
  5736.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5737.      */
  5738.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  5739.     {
  5740.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5741.     }
  5742.     /**
  5743.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5744.      *
  5745.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5746.      */
  5747.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5748.     {
  5749.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5750.     }
  5751.     /**
  5752.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5753.      *
  5754.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5755.      */
  5756.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5757.     {
  5758.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5759.     }
  5760.     /**
  5761.      * Gets the private 'cache.property_info' shared service.
  5762.      *
  5763.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5764.      */
  5765.     protected function getCache_PropertyInfoService()
  5766.     {
  5767.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0Cx2k6WbH4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5768.     }
  5769.     /**
  5770.      * Gets the private 'cache.security_expression_language' shared service.
  5771.      *
  5772.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5773.      */
  5774.     protected function getCache_SecurityExpressionLanguageService()
  5775.     {
  5776.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dByrW8mMIt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5777.     }
  5778.     /**
  5779.      * Gets the private 'cache.serializer' shared service.
  5780.      *
  5781.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5782.      */
  5783.     protected function getCache_SerializerService()
  5784.     {
  5785.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('r0ap+jZWvn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5786.     }
  5787.     /**
  5788.      * Gets the private 'cache.validator' shared service.
  5789.      *
  5790.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5791.      */
  5792.     protected function getCache_ValidatorService()
  5793.     {
  5794.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FTPUw4OEiZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5795.     }
  5796.     /**
  5797.      * Gets the private 'config_cache_factory' shared service.
  5798.      *
  5799.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5800.      */
  5801.     protected function getConfigCacheFactoryService()
  5802.     {
  5803.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5804.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  5805.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5806.         }, 2));
  5807.     }
  5808.     /**
  5809.      * Gets the private 'console.command.about' shared service.
  5810.      *
  5811.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5812.      */
  5813.     protected function getConsole_Command_AboutService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5817.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5818.         $instance->setName('about');
  5819.         return $instance;
  5820.     }
  5821.     /**
  5822.      * Gets the private 'console.command.assets_install' shared service.
  5823.      *
  5824.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5825.      */
  5826.     protected function getConsole_Command_AssetsInstallService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5831.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5832.         $instance->setName('assets:install');
  5833.         return $instance;
  5834.     }
  5835.     /**
  5836.      * Gets the private 'console.command.cache_clear' shared service.
  5837.      *
  5838.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5839.      */
  5840.     protected function getConsole_Command_CacheClearService()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5845.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5846.         $instance->setName('cache:clear');
  5847.         return $instance;
  5848.     }
  5849.     /**
  5850.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5851.      *
  5852.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5853.      */
  5854.     protected function getConsole_Command_CachePoolClearService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5858.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5859.         $instance->setName('cache:pool:clear');
  5860.         return $instance;
  5861.     }
  5862.     /**
  5863.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5864.      *
  5865.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5866.      */
  5867.     protected function getConsole_Command_CachePoolDeleteService()
  5868.     {
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5871.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5872.         $instance->setName('cache:pool:delete');
  5873.         return $instance;
  5874.     }
  5875.     /**
  5876.      * Gets the private 'console.command.cache_pool_list' shared service.
  5877.      *
  5878.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5879.      */
  5880.     protected function getConsole_Command_CachePoolListService()
  5881.     {
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5884.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  5885.         $instance->setName('cache:pool:list');
  5886.         return $instance;
  5887.     }
  5888.     /**
  5889.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5890.      *
  5891.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5892.      */
  5893.     protected function getConsole_Command_CachePoolPruneService()
  5894.     {
  5895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5897.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5898.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5899.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5900.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5901.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5902.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5903.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5904.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  5905.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5906.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5907.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5908.         }, 10));
  5909.         $instance->setName('cache:pool:prune');
  5910.         return $instance;
  5911.     }
  5912.     /**
  5913.      * Gets the private 'console.command.cache_warmup' shared service.
  5914.      *
  5915.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5916.      */
  5917.     protected function getConsole_Command_CacheWarmupService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5921.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5922.         $instance->setName('cache:warmup');
  5923.         return $instance;
  5924.     }
  5925.     /**
  5926.      * Gets the private 'console.command.config_debug' shared service.
  5927.      *
  5928.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5929.      */
  5930.     protected function getConsole_Command_ConfigDebugService()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5936.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5937.         $instance->setName('debug:config');
  5938.         return $instance;
  5939.     }
  5940.     /**
  5941.      * Gets the private 'console.command.config_dump_reference' shared service.
  5942.      *
  5943.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5944.      */
  5945.     protected function getConsole_Command_ConfigDumpReferenceService()
  5946.     {
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5951.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5952.         $instance->setName('config:dump-reference');
  5953.         return $instance;
  5954.     }
  5955.     /**
  5956.      * Gets the private 'console.command.container_debug' shared service.
  5957.      *
  5958.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5959.      */
  5960.     protected function getConsole_Command_ContainerDebugService()
  5961.     {
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5964.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5965.         $instance->setName('debug:container');
  5966.         return $instance;
  5967.     }
  5968.     /**
  5969.      * Gets the private 'console.command.container_lint' shared service.
  5970.      *
  5971.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5972.      */
  5973.     protected function getConsole_Command_ContainerLintService()
  5974.     {
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5977.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5978.         $instance->setName('lint:container');
  5979.         return $instance;
  5980.     }
  5981.     /**
  5982.      * Gets the private 'console.command.debug_autowiring' shared service.
  5983.      *
  5984.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5985.      */
  5986.     protected function getConsole_Command_DebugAutowiringService()
  5987.     {
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5991.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5992.         $instance->setName('debug:autowiring');
  5993.         return $instance;
  5994.     }
  5995.     /**
  5996.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5997.      *
  5998.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5999.      */
  6000.     protected function getConsole_Command_EventDispatcherDebugService()
  6001.     {
  6002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6004.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6005.         $instance->setName('debug:event-dispatcher');
  6006.         return $instance;
  6007.     }
  6008.     /**
  6009.      * Gets the private 'console.command.form_debug' shared service.
  6010.      *
  6011.      * @return \Symfony\Component\Form\Command\DebugCommand
  6012.      */
  6013.     protected function getConsole_Command_FormDebugService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6017.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6018.         $instance->setName('debug:form');
  6019.         return $instance;
  6020.     }
  6021.     /**
  6022.      * Gets the private 'console.command.router_debug' shared service.
  6023.      *
  6024.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6025.      */
  6026.     protected function getConsole_Command_RouterDebugService()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6030.         $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()));
  6031.         $instance->setName('debug:router');
  6032.         return $instance;
  6033.     }
  6034.     /**
  6035.      * Gets the private 'console.command.router_match' shared service.
  6036.      *
  6037.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6038.      */
  6039.     protected function getConsole_Command_RouterMatchService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6043.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  6044.         $instance->setName('router:match');
  6045.         return $instance;
  6046.     }
  6047.     /**
  6048.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6049.      *
  6050.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6051.      */
  6052.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6053.     {
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6060.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6061.         $instance->setName('secrets:decrypt-to-local');
  6062.         return $instance;
  6063.     }
  6064.     /**
  6065.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6066.      *
  6067.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6068.      */
  6069.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6070.     {
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6077.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6078.         $instance->setName('secrets:encrypt-from-local');
  6079.         return $instance;
  6080.     }
  6081.     /**
  6082.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6083.      *
  6084.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6085.      */
  6086.     protected function getConsole_Command_SecretsGenerateKeyService()
  6087.     {
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6094.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6095.         $instance->setName('secrets:generate-keys');
  6096.         return $instance;
  6097.     }
  6098.     /**
  6099.      * Gets the private 'console.command.secrets_list' shared service.
  6100.      *
  6101.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6102.      */
  6103.     protected function getConsole_Command_SecretsListService()
  6104.     {
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6111.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6112.         $instance->setName('secrets:list');
  6113.         return $instance;
  6114.     }
  6115.     /**
  6116.      * Gets the private 'console.command.secrets_remove' shared service.
  6117.      *
  6118.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6119.      */
  6120.     protected function getConsole_Command_SecretsRemoveService()
  6121.     {
  6122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6128.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6129.         $instance->setName('secrets:remove');
  6130.         return $instance;
  6131.     }
  6132.     /**
  6133.      * Gets the private 'console.command.secrets_set' shared service.
  6134.      *
  6135.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6136.      */
  6137.     protected function getConsole_Command_SecretsSetService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  6143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  6144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6145.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6146.         $instance->setName('secrets:set');
  6147.         return $instance;
  6148.     }
  6149.     /**
  6150.      * Gets the private 'console.command.translation_debug' shared service.
  6151.      *
  6152.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6153.      */
  6154.     protected function getConsole_Command_TranslationDebugService()
  6155.     {
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6158.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations'), => (\dirname(__DIR__4).'/translations')], [=> (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/views'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Resources/views'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserActionService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  6159.         $instance->setName('debug:translation');
  6160.         return $instance;
  6161.     }
  6162.     /**
  6163.      * Gets the private 'console.command.translation_update' shared service.
  6164.      *
  6165.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6166.      */
  6167.     protected function getConsole_Command_TranslationUpdateService()
  6168.     {
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  6185.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  6186.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  6187.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  6188.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  6189.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  6190.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  6191.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  6192.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  6193.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  6194.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  6195.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  6196.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  6197.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations'), => (\dirname(__DIR__4).'/translations')], [=> (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/views'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Resources/views'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserActionService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  6198.         $instance->setName('translation:update');
  6199.         return $instance;
  6200.     }
  6201.     /**
  6202.      * Gets the private 'console.command.xliff_lint' shared service.
  6203.      *
  6204.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  6205.      */
  6206.     protected function getConsole_Command_XliffLintService()
  6207.     {
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  6211.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  6212.         $instance->setName('lint:xliff');
  6213.         return $instance;
  6214.     }
  6215.     /**
  6216.      * Gets the private 'console.command.yaml_lint' shared service.
  6217.      *
  6218.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6219.      */
  6220.     protected function getConsole_Command_YamlLintService()
  6221.     {
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6225.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6226.         $instance->setName('lint:yaml');
  6227.         return $instance;
  6228.     }
  6229.     /**
  6230.      * Gets the private 'console.error_listener' shared service.
  6231.      *
  6232.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6233.      */
  6234.     protected function getConsole_ErrorListenerService()
  6235.     {
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6237.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6238.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6239.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6240.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6241.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6242.     }
  6243.     /**
  6244.      * Gets the private 'container.env_var_processor' shared service.
  6245.      *
  6246.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6247.      */
  6248.     protected function getContainer_EnvVarProcessorService()
  6249.     {
  6250.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6252.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6253.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  6254.         }, 1));
  6255.     }
  6256.     /**
  6257.      * Gets the private 'data_collector.form' shared service.
  6258.      *
  6259.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6260.      */
  6261.     protected function getDataCollector_FormService()
  6262.     {
  6263.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6264.     }
  6265.     /**
  6266.      * Gets the private 'debug.argument_resolver.default' shared service.
  6267.      *
  6268.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6269.      */
  6270.     protected function getDebug_ArgumentResolver_DefaultService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6275.         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))));
  6276.     }
  6277.     /**
  6278.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6279.      *
  6280.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6281.      */
  6282.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6283.     {
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6287.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.u5m1hzN'] ?? $this->get_ServiceLocator_U5m1hzNService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6288.     }
  6289.     /**
  6290.      * Gets the private 'debug.argument_resolver.request' shared service.
  6291.      *
  6292.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6293.      */
  6294.     protected function getDebug_ArgumentResolver_RequestService()
  6295.     {
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6299.         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))));
  6300.     }
  6301.     /**
  6302.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6303.      *
  6304.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6305.      */
  6306.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6307.     {
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6311.         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))));
  6312.     }
  6313.     /**
  6314.      * Gets the private 'debug.argument_resolver.service' shared service.
  6315.      *
  6316.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6317.      */
  6318.     protected function getDebug_ArgumentResolver_ServiceService()
  6319.     {
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6323.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.u5m1hzN'] ?? $this->get_ServiceLocator_U5m1hzNService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6324.     }
  6325.     /**
  6326.      * Gets the private 'debug.argument_resolver.session' shared service.
  6327.      *
  6328.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6329.      */
  6330.     protected function getDebug_ArgumentResolver_SessionService()
  6331.     {
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6335.         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))));
  6336.     }
  6337.     /**
  6338.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6339.      *
  6340.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6341.      */
  6342.     protected function getDebug_ArgumentResolver_VariadicService()
  6343.     {
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6347.         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))));
  6348.     }
  6349.     /**
  6350.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6351.      *
  6352.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6353.      */
  6354.     protected function getDebug_DebugHandlersListenerService()
  6355.     {
  6356.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6357.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6358.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6359.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6360.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6361.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  6362.     }
  6363.     /**
  6364.      * Gets the private 'debug.dump_listener' shared service.
  6365.      *
  6366.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6367.      */
  6368.     protected function getDebug_DumpListenerService()
  6369.     {
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6372.         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()));
  6373.     }
  6374.     /**
  6375.      * Gets the private 'debug.file_link_formatter' shared service.
  6376.      *
  6377.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6378.      */
  6379.     protected function getDebug_FileLinkFormatterService()
  6380.     {
  6381.         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 () {
  6382.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6383.         });
  6384.     }
  6385.     /**
  6386.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6387.      *
  6388.      * @return \string
  6389.      */
  6390.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6391.     {
  6392.         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');
  6393.     }
  6394.     /**
  6395.      * Gets the private 'debug.log_processor' shared service.
  6396.      *
  6397.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6398.      */
  6399.     protected function getDebug_LogProcessorService()
  6400.     {
  6401.         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())));
  6402.     }
  6403.     /**
  6404.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6405.      *
  6406.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6407.      */
  6408.     protected function getDebug_Security_Access_DecisionManagerService()
  6409.     {
  6410.         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 () {
  6411.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6412.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6413.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6414.         }, 3), 'affirmative'falsetrue));
  6415.     }
  6416.     /**
  6417.      * Gets the private 'debug.security.firewall' shared service.
  6418.      *
  6419.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6420.      */
  6421.     protected function getDebug_Security_FirewallService()
  6422.     {
  6423.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6424.     }
  6425.     /**
  6426.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6427.      *
  6428.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6429.      */
  6430.     protected function getDebug_Security_UserValueResolverService()
  6431.     {
  6432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Controller/UserValueResolver.php';
  6435.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6436.     }
  6437.     /**
  6438.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6439.      *
  6440.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6441.      */
  6442.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6443.     {
  6444.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/VoterInterface.php';
  6445.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/TraceableVoter.php';
  6446.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/AuthenticatedVoter.php';
  6447.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6448.     }
  6449.     /**
  6450.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6451.      *
  6452.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6453.      */
  6454.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6455.     {
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/VoterInterface.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/TraceableVoter.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/ExpressionVoter.php';
  6459.         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(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6460.     }
  6461.     /**
  6462.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6463.      *
  6464.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6465.      */
  6466.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/VoterInterface.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/TraceableVoter.php';
  6470.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/RoleVoter.php';
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/RoleHierarchyVoter.php';
  6472.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6473.     }
  6474.     /**
  6475.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6476.      *
  6477.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6478.      */
  6479.     protected function getDebug_Security_Voter_VoteListenerService()
  6480.     {
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6482.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  6483.     }
  6484.     /**
  6485.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6486.      *
  6487.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6488.      */
  6489.     protected function getDoctrine_CacheClearMetadataCommandService()
  6490.     {
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6493.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6494.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6495.         $instance->setName('doctrine:cache:clear-metadata');
  6496.         return $instance;
  6497.     }
  6498.     /**
  6499.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6500.      *
  6501.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6502.      */
  6503.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6504.     {
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6508.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6509.         $instance->setName('doctrine:cache:clear-query');
  6510.         return $instance;
  6511.     }
  6512.     /**
  6513.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6514.      *
  6515.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6516.      */
  6517.     protected function getDoctrine_CacheClearResultCommandService()
  6518.     {
  6519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6520.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6521.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6522.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6523.         $instance->setName('doctrine:cache:clear-result');
  6524.         return $instance;
  6525.     }
  6526.     /**
  6527.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6528.      *
  6529.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6530.      */
  6531.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6532.     {
  6533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6534.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6536.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6537.         $instance->setName('doctrine:cache:clear-collection-region');
  6538.         return $instance;
  6539.     }
  6540.     /**
  6541.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6542.      *
  6543.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6544.      */
  6545.     protected function getDoctrine_ClearEntityRegionCommandService()
  6546.     {
  6547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6548.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6550.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6551.         $instance->setName('doctrine:cache:clear-entity-region');
  6552.         return $instance;
  6553.     }
  6554.     /**
  6555.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6556.      *
  6557.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6558.      */
  6559.     protected function getDoctrine_ClearQueryRegionCommandService()
  6560.     {
  6561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6563.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6564.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6565.         $instance->setName('doctrine:cache:clear-query-region');
  6566.         return $instance;
  6567.     }
  6568.     /**
  6569.      * Gets the private 'doctrine.database_create_command' shared service.
  6570.      *
  6571.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6572.      */
  6573.     protected function getDoctrine_DatabaseCreateCommandService()
  6574.     {
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6577.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6578.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6579.         $instance->setName('doctrine:database:create');
  6580.         return $instance;
  6581.     }
  6582.     /**
  6583.      * Gets the private 'doctrine.database_drop_command' shared service.
  6584.      *
  6585.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6586.      */
  6587.     protected function getDoctrine_DatabaseDropCommandService()
  6588.     {
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6590.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6591.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6592.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6593.         $instance->setName('doctrine:database:drop');
  6594.         return $instance;
  6595.     }
  6596.     /**
  6597.      * Gets the private 'doctrine.database_import_command' shared service.
  6598.      *
  6599.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6600.      */
  6601.     protected function getDoctrine_DatabaseImportCommandService()
  6602.     {
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6606.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6607.         $instance->setName('doctrine:database:import');
  6608.         return $instance;
  6609.     }
  6610.     /**
  6611.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6612.      *
  6613.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6614.      */
  6615.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6616.     {
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6620.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6621.         $instance->setName('doctrine:ensure-production-settings');
  6622.         return $instance;
  6623.     }
  6624.     /**
  6625.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6626.      *
  6627.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6628.      */
  6629.     protected function getDoctrine_FixturesLoadCommandService()
  6630.     {
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  6638.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  6639.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  6640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/AccountFixtures.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/ContentFixtures.php';
  6645.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/NotificationFixtures.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/PaymentDeviceFixtures.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/RoleFixtures.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/TransactionFixtures.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/UserFixtures.php';
  6650.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  6651.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6652.         $b = ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] ?? $this->getTransactionServiceService());
  6653.         $c = ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService());
  6654.         $a->addFixtures([=> ['fixture' => new \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\AccountFixtures(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService())), 'groups' => []], => ['fixture' => new \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\ContentFixtures($this), 'groups' => []], => ['fixture' => new \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\NotificationFixtures($b), 'groups' => []], => ['fixture' => new \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\PaymentDeviceFixtures(), 'groups' => []], => ['fixture' => new \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\RoleFixtures($c), 'groups' => []], => ['fixture' => new \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\TransactionFixtures($b), 'groups' => []], => ['fixture' => new \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures($c), 'groups' => []], => ['fixture' => ($this->services['data_fixtures'] ?? $this->getDataFixturesService()), 'groups' => []], => ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []]]);
  6655.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  6656.         $instance->setName('doctrine:fixtures:load');
  6657.         return $instance;
  6658.     }
  6659.     /**
  6660.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6661.      *
  6662.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6663.      */
  6664.     protected function getDoctrine_MappingConvertCommandService()
  6665.     {
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6669.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6670.         $instance->setName('doctrine:mapping:convert');
  6671.         return $instance;
  6672.     }
  6673.     /**
  6674.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6675.      *
  6676.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6677.      */
  6678.     protected function getDoctrine_MappingImportCommandService()
  6679.     {
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6683.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6684.         $instance->setName('doctrine:mapping:import');
  6685.         return $instance;
  6686.     }
  6687.     /**
  6688.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6689.      *
  6690.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6691.      */
  6692.     protected function getDoctrine_MappingInfoCommandService()
  6693.     {
  6694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6696.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6697.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6698.         $instance->setName('doctrine:mapping:info');
  6699.         return $instance;
  6700.     }
  6701.     /**
  6702.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6703.      *
  6704.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6705.      */
  6706.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6707.     {
  6708.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6709.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6710.     }
  6711.     /**
  6712.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6713.      *
  6714.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6715.      */
  6716.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6717.     {
  6718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6719.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6720.     }
  6721.     /**
  6722.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6723.      *
  6724.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6725.      */
  6726.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6727.     {
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6730.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6731.     }
  6732.     /**
  6733.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6734.      *
  6735.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6736.      */
  6737.     protected function getDoctrine_Orm_Validator_UniqueService()
  6738.     {
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6742.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6743.     }
  6744.     /**
  6745.      * Gets the private 'doctrine.query_dql_command' shared service.
  6746.      *
  6747.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6748.      */
  6749.     protected function getDoctrine_QueryDqlCommandService()
  6750.     {
  6751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6754.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6755.         $instance->setName('doctrine:query:dql');
  6756.         return $instance;
  6757.     }
  6758.     /**
  6759.      * Gets the private 'doctrine.query_sql_command' shared service.
  6760.      *
  6761.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6762.      */
  6763.     protected function getDoctrine_QuerySqlCommandService()
  6764.     {
  6765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6768.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  6769.         $instance->setName('doctrine:query:sql');
  6770.         return $instance;
  6771.     }
  6772.     /**
  6773.      * Gets the private 'doctrine.schema_create_command' shared service.
  6774.      *
  6775.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6776.      */
  6777.     protected function getDoctrine_SchemaCreateCommandService()
  6778.     {
  6779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  6783.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  6784.         $instance->setName('doctrine:schema:create');
  6785.         return $instance;
  6786.     }
  6787.     /**
  6788.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6789.      *
  6790.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6791.      */
  6792.     protected function getDoctrine_SchemaDropCommandService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6796.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6797.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  6798.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  6799.         $instance->setName('doctrine:schema:drop');
  6800.         return $instance;
  6801.     }
  6802.     /**
  6803.      * Gets the private 'doctrine.schema_update_command' shared service.
  6804.      *
  6805.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  6806.      */
  6807.     protected function getDoctrine_SchemaUpdateCommandService()
  6808.     {
  6809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  6813.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  6814.         $instance->setName('doctrine:schema:update');
  6815.         return $instance;
  6816.     }
  6817.     /**
  6818.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6819.      *
  6820.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  6821.      */
  6822.     protected function getDoctrine_SchemaValidateCommandService()
  6823.     {
  6824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  6827.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  6828.         $instance->setName('doctrine:schema:validate');
  6829.         return $instance;
  6830.     }
  6831.     /**
  6832.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6833.      *
  6834.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  6835.      */
  6836.     protected function getDoctrineMigrations_DiffCommandService()
  6837.     {
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6841.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  6842.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  6843.         $instance->setName('doctrine:migrations:diff');
  6844.         return $instance;
  6845.     }
  6846.     /**
  6847.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6848.      *
  6849.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  6850.      */
  6851.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6852.     {
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6855.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6856.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  6857.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  6858.         $instance->setName('doctrine:migrations:dump-schema');
  6859.         return $instance;
  6860.     }
  6861.     /**
  6862.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6863.      *
  6864.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  6865.      */
  6866.     protected function getDoctrineMigrations_ExecuteCommandService()
  6867.     {
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6870.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6871.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  6872.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  6873.         $instance->setName('doctrine:migrations:execute');
  6874.         return $instance;
  6875.     }
  6876.     /**
  6877.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6878.      *
  6879.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  6880.      */
  6881.     protected function getDoctrineMigrations_GenerateCommandService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6886.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  6887.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  6888.         $instance->setName('doctrine:migrations:generate');
  6889.         return $instance;
  6890.     }
  6891.     /**
  6892.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6893.      *
  6894.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  6895.      */
  6896.     protected function getDoctrineMigrations_LatestCommandService()
  6897.     {
  6898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6900.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6901.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  6902.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  6903.         $instance->setName('doctrine:migrations:latest');
  6904.         return $instance;
  6905.     }
  6906.     /**
  6907.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6908.      *
  6909.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  6910.      */
  6911.     protected function getDoctrineMigrations_MigrateCommandService()
  6912.     {
  6913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6914.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6916.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  6917.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  6918.         $instance->setName('doctrine:migrations:migrate');
  6919.         return $instance;
  6920.     }
  6921.     /**
  6922.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6923.      *
  6924.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  6925.      */
  6926.     protected function getDoctrineMigrations_RollupCommandService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  6932.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  6933.         $instance->setName('doctrine:migrations:rollup');
  6934.         return $instance;
  6935.     }
  6936.     /**
  6937.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6938.      *
  6939.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  6940.      */
  6941.     protected function getDoctrineMigrations_StatusCommandService()
  6942.     {
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  6947.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  6948.         $instance->setName('doctrine:migrations:status');
  6949.         return $instance;
  6950.     }
  6951.     /**
  6952.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6953.      *
  6954.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  6955.      */
  6956.     protected function getDoctrineMigrations_UpToDateCommandService()
  6957.     {
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  6962.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  6963.         $instance->setName('doctrine:migrations:up-to-date');
  6964.         return $instance;
  6965.     }
  6966.     /**
  6967.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6968.      *
  6969.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  6970.      */
  6971.     protected function getDoctrineMigrations_VersionCommandService()
  6972.     {
  6973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6974.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  6977.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  6978.         $instance->setName('doctrine:migrations:version');
  6979.         return $instance;
  6980.     }
  6981.     /**
  6982.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6983.      *
  6984.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6985.      */
  6986.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6987.     {
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6990.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6991.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6992.     }
  6993.     /**
  6994.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6995.      *
  6996.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6997.      */
  6998.     protected function getForm_ChoiceListFactory_CachedService()
  6999.     {
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7004.         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())));
  7005.     }
  7006.     /**
  7007.      * Gets the private 'form.registry' shared service.
  7008.      *
  7009.      * @return \Symfony\Component\Form\FormRegistry
  7010.      */
  7011.     protected function getForm_RegistryService()
  7012.     {
  7013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7020.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7021.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7022.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7023.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  7024.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7025.         ], [
  7026.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7027.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7028.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7029.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7030.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7031.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7032.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7033.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7034.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7035.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7036.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7037.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7038.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7039.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7040.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7041.         }, 1)], new RewindableGenerator(function () {
  7042.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7043.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7044.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7045.     }
  7046.     /**
  7047.      * Gets the private 'form.server_params' shared service.
  7048.      *
  7049.      * @return \Symfony\Component\Form\Util\ServerParams
  7050.      */
  7051.     protected function getForm_ServerParamsService()
  7052.     {
  7053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7054.         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())));
  7055.     }
  7056.     /**
  7057.      * Gets the private 'form.type.choice' shared service.
  7058.      *
  7059.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7060.      */
  7061.     protected function getForm_Type_ChoiceService()
  7062.     {
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7066.         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()));
  7067.     }
  7068.     /**
  7069.      * Gets the private 'form.type.entity' shared service.
  7070.      *
  7071.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7072.      */
  7073.     protected function getForm_Type_EntityService()
  7074.     {
  7075.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7078.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7079.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7080.     }
  7081.     /**
  7082.      * Gets the private 'form.type.form' shared service.
  7083.      *
  7084.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7085.      */
  7086.     protected function getForm_Type_FormService()
  7087.     {
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7092.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7093.     }
  7094.     /**
  7095.      * Gets the private 'form.type_extension.csrf' shared service.
  7096.      *
  7097.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7098.      */
  7099.     protected function getForm_TypeExtension_CsrfService()
  7100.     {
  7101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7104.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  7105.     }
  7106.     /**
  7107.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7108.      *
  7109.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7110.      */
  7111.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7112.     {
  7113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7116.         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()));
  7117.     }
  7118.     /**
  7119.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7120.      *
  7121.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7122.      */
  7123.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7124.     {
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7130.         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())));
  7131.     }
  7132.     /**
  7133.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7134.      *
  7135.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7136.      */
  7137.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7138.     {
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7142.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7143.     }
  7144.     /**
  7145.      * Gets the private 'form.type_extension.form.validator' shared service.
  7146.      *
  7147.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7148.      */
  7149.     protected function getForm_TypeExtension_Form_ValidatorService()
  7150.     {
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7155.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  7156.     }
  7157.     /**
  7158.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7159.      *
  7160.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7161.      */
  7162.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7163.     {
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7167.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7168.     }
  7169.     /**
  7170.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7171.      *
  7172.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7173.      */
  7174.     protected function getForm_TypeGuesser_DoctrineService()
  7175.     {
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7178.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7179.     }
  7180.     /**
  7181.      * Gets the private 'form.type_guesser.validator' shared service.
  7182.      *
  7183.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7184.      */
  7185.     protected function getForm_TypeGuesser_ValidatorService()
  7186.     {
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7189.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  7190.     }
  7191.     /**
  7192.      * Gets the private 'fragment.renderer.inline' shared service.
  7193.      *
  7194.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7195.      */
  7196.     protected function getFragment_Renderer_InlineService()
  7197.     {
  7198.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7199.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7200.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7201.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7202.         $instance->setFragmentPath('/_fragment');
  7203.         return $instance;
  7204.     }
  7205.     /**
  7206.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7207.      *
  7208.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7209.      */
  7210.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7211.     {
  7212.         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())));
  7213.     }
  7214.     /**
  7215.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7216.      *
  7217.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7218.      */
  7219.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7220.     {
  7221.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  7222.     }
  7223.     /**
  7224.      * Gets the private 'locale_aware_listener' shared service.
  7225.      *
  7226.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7227.      */
  7228.     protected function getLocaleAwareListenerService()
  7229.     {
  7230.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7231.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7232.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7233.     }
  7234.     /**
  7235.      * Gets the private 'locale_listener' shared service.
  7236.      *
  7237.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7238.      */
  7239.     protected function getLocaleListenerService()
  7240.     {
  7241.         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()));
  7242.     }
  7243.     /**
  7244.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7245.      *
  7246.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7247.      */
  7248.     protected function getMaker_AutoCommand_MakeAuthService()
  7249.     {
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7256.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7257.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7258.         $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())), $a$b);
  7259.         $instance->setName('make:auth');
  7260.         return $instance;
  7261.     }
  7262.     /**
  7263.      * Gets the private 'maker.auto_command.make_command' shared service.
  7264.      *
  7265.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7266.      */
  7267.     protected function getMaker_AutoCommand_MakeCommandService()
  7268.     {
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7274.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7275.         $instance->setName('make:command');
  7276.         return $instance;
  7277.     }
  7278.     /**
  7279.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7280.      *
  7281.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7282.      */
  7283.     protected function getMaker_AutoCommand_MakeControllerService()
  7284.     {
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7290.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7291.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7292.         $instance->setName('make:controller');
  7293.         return $instance;
  7294.     }
  7295.     /**
  7296.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7297.      *
  7298.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7299.      */
  7300.     protected function getMaker_AutoCommand_MakeCrudService()
  7301.     {
  7302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7307.         $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()));
  7308.         $instance->setName('make:crud');
  7309.         return $instance;
  7310.     }
  7311.     /**
  7312.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7313.      *
  7314.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7315.      */
  7316.     protected function getMaker_AutoCommand_MakeEntityService()
  7317.     {
  7318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7324.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7325.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7326.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  7327.         $instance->setName('make:entity');
  7328.         return $instance;
  7329.     }
  7330.     /**
  7331.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7332.      *
  7333.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7334.      */
  7335.     protected function getMaker_AutoCommand_MakeFixturesService()
  7336.     {
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7342.         $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()));
  7343.         $instance->setName('make:fixtures');
  7344.         return $instance;
  7345.     }
  7346.     /**
  7347.      * Gets the private 'maker.auto_command.make_form' shared service.
  7348.      *
  7349.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7350.      */
  7351.     protected function getMaker_AutoCommand_MakeFormService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7358.         $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()));
  7359.         $instance->setName('make:form');
  7360.         return $instance;
  7361.     }
  7362.     /**
  7363.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  7364.      *
  7365.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7366.      */
  7367.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  7368.     {
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  7374.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7375.         $instance->setName('make:functional-test');
  7376.         return $instance;
  7377.     }
  7378.     /**
  7379.      * Gets the private 'maker.auto_command.make_message' shared service.
  7380.      *
  7381.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7382.      */
  7383.     protected function getMaker_AutoCommand_MakeMessageService()
  7384.     {
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7390.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7391.         $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()));
  7392.         $instance->setName('make:message');
  7393.         return $instance;
  7394.     }
  7395.     /**
  7396.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7397.      *
  7398.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7399.      */
  7400.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7401.     {
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7407.         $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()));
  7408.         $instance->setName('make:messenger-middleware');
  7409.         return $instance;
  7410.     }
  7411.     /**
  7412.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7413.      *
  7414.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7415.      */
  7416.     protected function getMaker_AutoCommand_MakeMigrationService()
  7417.     {
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7424.         $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()));
  7425.         $instance->setName('make:migration');
  7426.         return $instance;
  7427.     }
  7428.     /**
  7429.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7430.      *
  7431.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7432.      */
  7433.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7434.     {
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7440.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7441.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7442.         $instance->setName('make:registration-form');
  7443.         return $instance;
  7444.     }
  7445.     /**
  7446.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7447.      *
  7448.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7449.      */
  7450.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7451.     {
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7457.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7458.         $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())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7459.         $instance->setName('make:reset-password');
  7460.         return $instance;
  7461.     }
  7462.     /**
  7463.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7464.      *
  7465.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7466.      */
  7467.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7468.     {
  7469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7474.         $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()));
  7475.         $instance->setName('make:serializer:encoder');
  7476.         return $instance;
  7477.     }
  7478.     /**
  7479.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7480.      *
  7481.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7482.      */
  7483.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7484.     {
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7490.         $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()));
  7491.         $instance->setName('make:serializer:normalizer');
  7492.         return $instance;
  7493.     }
  7494.     /**
  7495.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7496.      *
  7497.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7498.      */
  7499.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7500.     {
  7501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7507.         $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()));
  7508.         $instance->setName('make:subscriber');
  7509.         return $instance;
  7510.     }
  7511.     /**
  7512.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7513.      *
  7514.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7515.      */
  7516.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7517.     {
  7518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7519.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7520.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7523.         $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()));
  7524.         $instance->setName('make:twig-extension');
  7525.         return $instance;
  7526.     }
  7527.     /**
  7528.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  7529.      *
  7530.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7531.      */
  7532.     protected function getMaker_AutoCommand_MakeUnitTestService()
  7533.     {
  7534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  7539.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7540.         $instance->setName('make:unit-test');
  7541.         return $instance;
  7542.     }
  7543.     /**
  7544.      * Gets the private 'maker.auto_command.make_user' shared service.
  7545.      *
  7546.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7547.      */
  7548.     protected function getMaker_AutoCommand_MakeUserService()
  7549.     {
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7555.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7557.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7558.         $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.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7559.         $instance->setName('make:user');
  7560.         return $instance;
  7561.     }
  7562.     /**
  7563.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7564.      *
  7565.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7566.      */
  7567.     protected function getMaker_AutoCommand_MakeValidatorService()
  7568.     {
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7574.         $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()));
  7575.         $instance->setName('make:validator');
  7576.         return $instance;
  7577.     }
  7578.     /**
  7579.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7580.      *
  7581.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7582.      */
  7583.     protected function getMaker_AutoCommand_MakeVoterService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7590.         $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()));
  7591.         $instance->setName('make:voter');
  7592.         return $instance;
  7593.     }
  7594.     /**
  7595.      * Gets the private 'maker.doctrine_helper' shared service.
  7596.      *
  7597.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7598.      */
  7599.     protected function getMaker_DoctrineHelperService()
  7600.     {
  7601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7602.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7603.     }
  7604.     /**
  7605.      * Gets the private 'maker.entity_class_generator' shared service.
  7606.      *
  7607.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7608.      */
  7609.     protected function getMaker_EntityClassGeneratorService()
  7610.     {
  7611.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7612.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  7613.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  7614.         return $instance;
  7615.     }
  7616.     /**
  7617.      * Gets the private 'maker.file_manager' shared service.
  7618.      *
  7619.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7620.      */
  7621.     protected function getMaker_FileManagerService()
  7622.     {
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7626.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7627.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7628.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  7629.     }
  7630.     /**
  7631.      * Gets the private 'maker.generator' shared service.
  7632.      *
  7633.      * @return \Symfony\Bundle\MakerBundle\Generator
  7634.      */
  7635.     protected function getMaker_GeneratorService()
  7636.     {
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7638.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  7639.     }
  7640.     /**
  7641.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7642.      *
  7643.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7644.      */
  7645.     protected function getMaker_Renderer_FormTypeRendererService()
  7646.     {
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7648.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7649.     }
  7650.     /**
  7651.      * Gets the private 'mime_types' shared service.
  7652.      *
  7653.      * @return \Symfony\Component\Mime\MimeTypes
  7654.      */
  7655.     protected function getMimeTypesService()
  7656.     {
  7657.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7658.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7660.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7661.         $instance->setDefault($instance);
  7662.         return $instance;
  7663.     }
  7664.     /**
  7665.      * Gets the private 'monolog.command.server_log' shared service.
  7666.      *
  7667.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7668.      */
  7669.     protected function getMonolog_Command_ServerLogService()
  7670.     {
  7671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7673.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7674.         $instance->setName('server:log');
  7675.         return $instance;
  7676.     }
  7677.     /**
  7678.      * Gets the private 'monolog.handler.console' shared service.
  7679.      *
  7680.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7681.      */
  7682.     protected function getMonolog_Handler_ConsoleService()
  7683.     {
  7684.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7685.     }
  7686.     /**
  7687.      * Gets the private 'monolog.handler.main' shared service.
  7688.      *
  7689.      * @return \Monolog\Handler\StreamHandler
  7690.      */
  7691.     protected function getMonolog_Handler_MainService()
  7692.     {
  7693.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  7694.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7695.         return $instance;
  7696.     }
  7697.     /**
  7698.      * Gets the private 'monolog.logger' shared service.
  7699.      *
  7700.      * @return \Symfony\Bridge\Monolog\Logger
  7701.      */
  7702.     protected function getMonolog_LoggerService()
  7703.     {
  7704.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7705.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7706.         $instance->useMicrosecondTimestamps(true);
  7707.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7708.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7709.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7710.         return $instance;
  7711.     }
  7712.     /**
  7713.      * Gets the private 'monolog.logger.cache' shared service.
  7714.      *
  7715.      * @return \Symfony\Bridge\Monolog\Logger
  7716.      */
  7717.     protected function getMonolog_Logger_CacheService()
  7718.     {
  7719.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7720.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7721.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7722.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7723.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7724.         return $instance;
  7725.     }
  7726.     /**
  7727.      * Gets the private 'monolog.logger.request' shared service.
  7728.      *
  7729.      * @return \Symfony\Bridge\Monolog\Logger
  7730.      */
  7731.     protected function getMonolog_Logger_RequestService()
  7732.     {
  7733.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7734.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7735.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7736.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7737.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7738.         return $instance;
  7739.     }
  7740.     /**
  7741.      * Gets the private 'monolog.logger.security' shared service.
  7742.      *
  7743.      * @return \Symfony\Bridge\Monolog\Logger
  7744.      */
  7745.     protected function getMonolog_Logger_SecurityService()
  7746.     {
  7747.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7748.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7749.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7750.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7751.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7752.         return $instance;
  7753.     }
  7754.     /**
  7755.      * Gets the private 'parameter_bag' shared service.
  7756.      *
  7757.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7758.      */
  7759.     protected function getParameterBagService()
  7760.     {
  7761.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7762.     }
  7763.     /**
  7764.      * Gets the private 'profiler_listener' shared service.
  7765.      *
  7766.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7767.      */
  7768.     protected function getProfilerListenerService()
  7769.     {
  7770.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  7771.     }
  7772.     /**
  7773.      * Gets the private 'property_accessor' shared service.
  7774.      *
  7775.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7776.      */
  7777.     protected function getPropertyAccessorService()
  7778.     {
  7779.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  7781.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  7782.     }
  7783.     /**
  7784.      * Gets the private 'property_info' shared service.
  7785.      *
  7786.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7787.      */
  7788.     protected function getPropertyInfoService()
  7789.     {
  7790.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7791.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7792.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7793.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7794.         }, 3), new RewindableGenerator(function () {
  7795.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7796.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7797.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7798.         }, 3), new RewindableGenerator(function () {
  7799.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7800.         }, 1), new RewindableGenerator(function () {
  7801.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7802.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7803.         }, 2), new RewindableGenerator(function () {
  7804.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7805.         }, 1));
  7806.     }
  7807.     /**
  7808.      * Gets the private 'property_info.serializer_extractor' shared service.
  7809.      *
  7810.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7811.      */
  7812.     protected function getPropertyInfo_SerializerExtractorService()
  7813.     {
  7814.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7815.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7816.     }
  7817.     /**
  7818.      * Gets the private 'router.cache_warmer' shared service.
  7819.      *
  7820.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7821.      */
  7822.     protected function getRouter_CacheWarmerService()
  7823.     {
  7824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7826.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7827.             'router' => ['services''router''getRouterService'false],
  7828.         ], [
  7829.             'router' => '?',
  7830.         ]))->withContext('router.cache_warmer'$this));
  7831.     }
  7832.     /**
  7833.      * Gets the private 'router.request_context' shared service.
  7834.      *
  7835.      * @return \Symfony\Component\Routing\RequestContext
  7836.      */
  7837.     protected function getRouter_RequestContextService()
  7838.     {
  7839.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  7840.     }
  7841.     /**
  7842.      * Gets the private 'router_listener' shared service.
  7843.      *
  7844.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7845.      */
  7846.     protected function getRouterListenerService()
  7847.     {
  7848.         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);
  7849.     }
  7850.     /**
  7851.      * Gets the private 'security.access_listener' shared service.
  7852.      *
  7853.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7854.      */
  7855.     protected function getSecurity_AccessListenerService()
  7856.     {
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AccessListener.php';
  7861.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7862.     }
  7863.     /**
  7864.      * Gets the private 'security.access_map' shared service.
  7865.      *
  7866.      * @return \Symfony\Component\Security\Http\AccessMap
  7867.      */
  7868.     protected function getSecurity_AccessMapService()
  7869.     {
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/AccessMapInterface.php';
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/AccessMap.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7874.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7875.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/test/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7876.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/pdl/test/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7877.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/tools/preview'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7878.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/tools/download/tmp/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7879.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/countries/list'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7880.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/currencies/list'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7881.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/app/config'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7882.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/app/legal*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7883.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7884.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/email-verification/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7885.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7886.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/password-reset'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7887.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/*'), [=> 'ROLE_USER'], NULL);
  7888.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/api/member/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7889.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/api'), [=> 'ROLE_ADMIN'], NULL);
  7890.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  7891.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7892.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/photo-update'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7893.         return $instance;
  7894.     }
  7895.     /**
  7896.      * Gets the private 'security.authentication.guard_handler' shared service.
  7897.      *
  7898.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  7899.      */
  7900.     protected function getSecurity_Authentication_GuardHandlerService()
  7901.     {
  7902.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/GuardAuthenticatorHandler.php';
  7903.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Session/SessionAuthenticationStrategyInterface.php';
  7904.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Session/SessionAuthenticationStrategy.php';
  7905.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'api'=> 'admin_api']);
  7906.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  7907.         return $instance;
  7908.     }
  7909.     /**
  7910.      * Gets the private 'security.authentication.listener.anonymous.admin_api' shared service.
  7911.      *
  7912.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7913.      */
  7914.     protected function getSecurity_Authentication_Listener_Anonymous_AdminApiService()
  7915.     {
  7916.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AnonymousAuthenticationListener.php';
  7920.         return $this->privates['security.authentication.listener.anonymous.admin_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7921.     }
  7922.     /**
  7923.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  7924.      *
  7925.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7926.      */
  7927.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  7928.     {
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  7931.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AnonymousAuthenticationListener.php';
  7933.         return $this->privates['security.authentication.listener.anonymous.api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7934.     }
  7935.     /**
  7936.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7937.      *
  7938.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7939.      */
  7940.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7941.     {
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AnonymousAuthenticationListener.php';
  7946.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7947.     }
  7948.     /**
  7949.      * Gets the private 'security.authentication.listener.guard.admin_api' shared service.
  7950.      *
  7951.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7952.      */
  7953.     protected function getSecurity_Authentication_Listener_Guard_AdminApiService()
  7954.     {
  7955.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  7958.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/Firewall/GuardAuthenticationListener.php';
  7959.         return $this->privates['security.authentication.listener.guard.admin_api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'admin_api', new RewindableGenerator(function () {
  7960.             yield => ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this)));
  7961.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7962.     }
  7963.     /**
  7964.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  7965.      *
  7966.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  7967.      */
  7968.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  7969.     {
  7970.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  7971.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  7972.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/Firewall/GuardAuthenticationListener.php';
  7974.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  7975.             yield => ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this)));
  7976.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7977.     }
  7978.     /**
  7979.      * Gets the private 'security.authentication.manager' shared service.
  7980.      *
  7981.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7982.      */
  7983.     protected function getSecurity_Authentication_ManagerService()
  7984.     {
  7985.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7986.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  7987.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7988.             yield => ($this->privates['security.authentication.provider.guard.admin_api'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminApiService());
  7989.             yield => ($this->privates['security.authentication.provider.anonymous.admin_api'] ?? ($this->privates['security.authentication.provider.anonymous.admin_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7990.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7991.         }, 5), true);
  7992.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7993.         return $instance;
  7994.     }
  7995.     /**
  7996.      * Gets the private 'security.authentication.provider.guard.admin_api' shared service.
  7997.      *
  7998.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  7999.      */
  8000.     protected function getSecurity_Authentication_Provider_Guard_AdminApiService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/Provider/GuardAuthenticationProvider.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserCheckerInterface.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserChecker.php';
  8006.         return $this->privates['security.authentication.provider.guard.admin_api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8007.             yield => ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this)));
  8008.         }, 1), ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService()), 'admin_api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  8009.     }
  8010.     /**
  8011.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  8012.      *
  8013.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8014.      */
  8015.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  8016.     {
  8017.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  8018.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/Provider/GuardAuthenticationProvider.php';
  8019.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserCheckerInterface.php';
  8020.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserChecker.php';
  8021.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8022.             yield => ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this)));
  8023.         }, 1), ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  8024.     }
  8025.     /**
  8026.      * Gets the private 'security.channel_listener' shared service.
  8027.      *
  8028.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8029.      */
  8030.     protected function getSecurity_ChannelListenerService()
  8031.     {
  8032.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  8033.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  8034.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  8035.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ChannelListener.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  8037.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/RetryAuthenticationEntryPoint.php';
  8038.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  8039.     }
  8040.     /**
  8041.      * Gets the private 'security.command.user_password_encoder' shared service.
  8042.      *
  8043.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8044.      */
  8045.     protected function getSecurity_Command_UserPasswordEncoderService()
  8046.     {
  8047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  8049.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Entity\\User\\User']);
  8050.         $instance->setName('security:encode-password');
  8051.         return $instance;
  8052.     }
  8053.     /**
  8054.      * Gets the private 'security.context_listener.0' shared service.
  8055.      *
  8056.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8057.      */
  8058.     protected function getSecurity_ContextListener_0Service()
  8059.     {
  8060.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ContextListener.php';
  8064.         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 () {
  8065.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService());
  8066.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  8067.     }
  8068.     /**
  8069.      * Gets the private 'security.csrf.token_generator' shared service.
  8070.      *
  8071.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  8072.      */
  8073.     protected function getSecurity_Csrf_TokenGeneratorService()
  8074.     {
  8075.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  8076.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  8077.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  8078.     }
  8079.     /**
  8080.      * Gets the private 'security.encoder_factory.generic' shared service.
  8081.      *
  8082.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8083.      */
  8084.     protected function getSecurity_EncoderFactory_GenericService()
  8085.     {
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactoryInterface.php';
  8087.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactory.php';
  8088.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Entity\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> 1]]]);
  8089.     }
  8090.     /**
  8091.      * Gets the private 'security.firewall.map' shared service.
  8092.      *
  8093.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8094.      */
  8095.     protected function getSecurity_Firewall_MapService()
  8096.     {
  8097.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8098.             'security.firewall.map.context.admin_api' => ['privates''security.firewall.map.context.admin_api''getSecurity_Firewall_Map_Context_AdminApiService'false],
  8099.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  8100.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  8101.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  8102.         ], [
  8103.             'security.firewall.map.context.admin_api' => '?',
  8104.             'security.firewall.map.context.api' => '?',
  8105.             'security.firewall.map.context.dev' => '?',
  8106.             'security.firewall.map.context.main' => '?',
  8107.         ]), new RewindableGenerator(function () {
  8108.             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)/')));
  8109.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  8110.             yield 'security.firewall.map.context.admin_api' => ($this->privates['.security.request_matcher.axR61rY'] ?? ($this->privates['.security.request_matcher.axR61rY'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/api')));
  8111.             yield 'security.firewall.map.context.main' => NULL;
  8112.         }, 4));
  8113.     }
  8114.     /**
  8115.      * Gets the private 'security.firewall.map.context.admin_api' shared service.
  8116.      *
  8117.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8118.      */
  8119.     protected function getSecurity_Firewall_Map_Context_AdminApiService()
  8120.     {
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Util/TargetPathTrait.php';
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ExceptionListener.php';
  8124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8125.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  8126.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AuthenticatorInterface.php';
  8127.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AbstractGuardAuthenticator.php';
  8128.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Security/ApiAuthenticator.php';
  8129.         return $this->privates['security.firewall.map.context.admin_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8130.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8131.             yield => ($this->privates['security.authentication.listener.guard.admin_api'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminApiService());
  8132.             yield => ($this->privates['security.authentication.listener.anonymous.admin_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminApiService());
  8133.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8134.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'admin_api', ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this))), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin_api''security.user_checker''.security.request_matcher.axR61rY'truetrue'security.user.provider.concrete.users'NULL'lp.authenticator.api'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  8135.     }
  8136.     /**
  8137.      * Gets the private 'security.firewall.map.context.api' shared service.
  8138.      *
  8139.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8140.      */
  8141.     protected function getSecurity_Firewall_Map_Context_ApiService()
  8142.     {
  8143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8144.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Util/TargetPathTrait.php';
  8145.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ExceptionListener.php';
  8146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AuthenticatorInterface.php';
  8149.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AbstractGuardAuthenticator.php';
  8150.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Security/ApiAuthenticator.php';
  8151.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8152.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8153.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  8154.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  8155.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8156.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this))), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'security.user.provider.concrete.users'NULL'lp.authenticator.api'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  8157.     }
  8158.     /**
  8159.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8160.      *
  8161.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8162.      */
  8163.     protected function getSecurity_Firewall_Map_Context_DevService()
  8164.     {
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8167.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8168.             return new \EmptyIterator();
  8169.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  8170.     }
  8171.     /**
  8172.      * Gets the private 'security.firewall.map.context.main' shared service.
  8173.      *
  8174.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8175.      */
  8176.     protected function getSecurity_Firewall_Map_Context_MainService()
  8177.     {
  8178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8179.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Util/TargetPathTrait.php';
  8180.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ExceptionListener.php';
  8181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8182.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8183.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8184.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8185.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8186.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8187.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.users''main'NULLNULLNULL, [=> 'anonymous'], NULL));
  8188.     }
  8189.     /**
  8190.      * Gets the private 'security.http_utils' shared service.
  8191.      *
  8192.      * @return \Symfony\Component\Security\Http\HttpUtils
  8193.      */
  8194.     protected function getSecurity_HttpUtilsService()
  8195.     {
  8196.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/HttpUtils.php';
  8197.         $a = ($this->services['router'] ?? $this->getRouterService());
  8198.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8199.     }
  8200.     /**
  8201.      * Gets the private 'security.logout_url_generator' shared service.
  8202.      *
  8203.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8204.      */
  8205.     protected function getSecurity_LogoutUrlGeneratorService()
  8206.     {
  8207.         return $this->privates['security.logout_url_generator'] = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  8208.     }
  8209.     /**
  8210.      * Gets the private 'security.role_hierarchy' shared service.
  8211.      *
  8212.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8213.      */
  8214.     protected function getSecurity_RoleHierarchyService()
  8215.     {
  8216.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8217.     }
  8218.     /**
  8219.      * Gets the private 'security.user.provider.concrete.users' shared service.
  8220.      *
  8221.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8222.      */
  8223.     protected function getSecurity_User_Provider_Concrete_UsersService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserProviderInterface.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/PasswordUpgraderInterface.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8228.         return $this->privates['security.user.provider.concrete.users'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), '../../bundles/LaunchPadBundle/Base/Entity/User/User''username'NULL);
  8229.     }
  8230.     /**
  8231.      * Gets the private 'security.validator.user_password' shared service.
  8232.      *
  8233.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8234.      */
  8235.     protected function getSecurity_Validator_UserPasswordService()
  8236.     {
  8237.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8238.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Validator/Constraints/UserPasswordValidator.php';
  8240.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  8241.     }
  8242.     /**
  8243.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8244.      *
  8245.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8246.      */
  8247.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8248.     {
  8249.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8250.     }
  8251.     /**
  8252.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8253.      *
  8254.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8255.      */
  8256.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8257.     {
  8258.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8259.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8260.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8261.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8262.     }
  8263.     /**
  8264.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8265.      *
  8266.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8267.      */
  8268.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8269.     {
  8270.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8271.     }
  8272.     /**
  8273.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8274.      *
  8275.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8276.      */
  8277.     protected function getSensioFrameworkExtra_View_ListenerService()
  8278.     {
  8279.         $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))));
  8280.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8281.             'twig' => ['services''twig''getTwigService'false],
  8282.         ], [
  8283.             'twig' => 'Twig\\Environment',
  8284.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8285.         return $instance;
  8286.     }
  8287.     /**
  8288.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8289.      *
  8290.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8291.      */
  8292.     protected function getSerializer_Mapping_CacheWarmerService()
  8293.     {
  8294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8298.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8299.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  8300.     }
  8301.     /**
  8302.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8303.      *
  8304.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8305.      */
  8306.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8307.     {
  8308.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8313.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8314.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  8315.     }
  8316.     /**
  8317.      * Gets the private 'session.storage.native' shared service.
  8318.      *
  8319.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8320.      */
  8321.     protected function getSession_Storage_NativeService()
  8322.     {
  8323.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  8324.     }
  8325.     /**
  8326.      * Gets the private 'session_listener' shared service.
  8327.      *
  8328.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8329.      */
  8330.     protected function getSessionListenerService()
  8331.     {
  8332.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8333.             'initialized_session' => ['services''session'NULLfalse],
  8334.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8335.             'session' => ['services''session''getSessionService'false],
  8336.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8337.         ], [
  8338.             'initialized_session' => '?',
  8339.             'request_stack' => '?',
  8340.             'session' => '?',
  8341.             'session_storage' => '?',
  8342.         ]));
  8343.     }
  8344.     /**
  8345.      * Gets the private 'swiftmailer.command.debug' shared service.
  8346.      *
  8347.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  8348.      */
  8349.     protected function getSwiftmailer_Command_DebugService()
  8350.     {
  8351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8352.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  8354.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  8355.         $instance->setName('debug:swiftmailer');
  8356.         return $instance;
  8357.     }
  8358.     /**
  8359.      * Gets the private 'swiftmailer.command.new_email' shared service.
  8360.      *
  8361.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  8362.      */
  8363.     protected function getSwiftmailer_Command_NewEmailService()
  8364.     {
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  8368.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  8369.         $instance->setName('swiftmailer:email:send');
  8370.         return $instance;
  8371.     }
  8372.     /**
  8373.      * Gets the private 'swiftmailer.command.send_email' shared service.
  8374.      *
  8375.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  8376.      */
  8377.     protected function getSwiftmailer_Command_SendEmailService()
  8378.     {
  8379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  8381.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  8382.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  8383.         $instance->setName('swiftmailer:spool:send');
  8384.         return $instance;
  8385.     }
  8386.     /**
  8387.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  8388.      *
  8389.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  8390.      */
  8391.     protected function getSwiftmailer_EmailSender_ListenerService()
  8392.     {
  8393.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  8394.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8395.     }
  8396.     /**
  8397.      * Gets the private 'translation.extractor' shared service.
  8398.      *
  8399.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8400.      */
  8401.     protected function getTranslation_ExtractorService()
  8402.     {
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8407.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8408.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8409.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8410.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  8411.         return $instance;
  8412.     }
  8413.     /**
  8414.      * Gets the private 'translation.loader.csv' shared service.
  8415.      *
  8416.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8417.      */
  8418.     protected function getTranslation_Loader_CsvService()
  8419.     {
  8420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8424.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8425.     }
  8426.     /**
  8427.      * Gets the private 'translation.loader.dat' shared service.
  8428.      *
  8429.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8430.      */
  8431.     protected function getTranslation_Loader_DatService()
  8432.     {
  8433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8434.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8436.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8437.     }
  8438.     /**
  8439.      * Gets the private 'translation.loader.ini' shared service.
  8440.      *
  8441.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8442.      */
  8443.     protected function getTranslation_Loader_IniService()
  8444.     {
  8445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8449.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8450.     }
  8451.     /**
  8452.      * Gets the private 'translation.loader.json' shared service.
  8453.      *
  8454.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8455.      */
  8456.     protected function getTranslation_Loader_JsonService()
  8457.     {
  8458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8462.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8463.     }
  8464.     /**
  8465.      * Gets the private 'translation.loader.mo' shared service.
  8466.      *
  8467.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8468.      */
  8469.     protected function getTranslation_Loader_MoService()
  8470.     {
  8471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8475.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8476.     }
  8477.     /**
  8478.      * Gets the private 'translation.loader.php' shared service.
  8479.      *
  8480.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8481.      */
  8482.     protected function getTranslation_Loader_PhpService()
  8483.     {
  8484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8488.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8489.     }
  8490.     /**
  8491.      * Gets the private 'translation.loader.po' shared service.
  8492.      *
  8493.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8494.      */
  8495.     protected function getTranslation_Loader_PoService()
  8496.     {
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8498.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8501.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8502.     }
  8503.     /**
  8504.      * Gets the private 'translation.loader.qt' shared service.
  8505.      *
  8506.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8507.      */
  8508.     protected function getTranslation_Loader_QtService()
  8509.     {
  8510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8512.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8513.     }
  8514.     /**
  8515.      * Gets the private 'translation.loader.res' shared service.
  8516.      *
  8517.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8518.      */
  8519.     protected function getTranslation_Loader_ResService()
  8520.     {
  8521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8523.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8524.     }
  8525.     /**
  8526.      * Gets the private 'translation.loader.xliff' shared service.
  8527.      *
  8528.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8529.      */
  8530.     protected function getTranslation_Loader_XliffService()
  8531.     {
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8534.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8535.     }
  8536.     /**
  8537.      * Gets the private 'translation.loader.yml' shared service.
  8538.      *
  8539.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8540.      */
  8541.     protected function getTranslation_Loader_YmlService()
  8542.     {
  8543.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8544.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8545.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8547.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8548.     }
  8549.     /**
  8550.      * Gets the private 'translation.reader' shared service.
  8551.      *
  8552.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8553.      */
  8554.     protected function getTranslation_ReaderService()
  8555.     {
  8556.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8557.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8558.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8559.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8572.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8573.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8574.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8575.         $instance->addLoader('db', ($this->services['lp.translation.db.loader'] ?? $this->getLp_Translation_Db_LoaderService()));
  8576.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8577.         $instance->addLoader('yaml'$a);
  8578.         $instance->addLoader('yml'$a);
  8579.         $instance->addLoader('xlf'$b);
  8580.         $instance->addLoader('xliff'$b);
  8581.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8582.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8583.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8584.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8585.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8586.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8587.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8588.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8589.         return $instance;
  8590.     }
  8591.     /**
  8592.      * Gets the private 'translation.warmer' shared service.
  8593.      *
  8594.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8595.      */
  8596.     protected function getTranslation_WarmerService()
  8597.     {
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8600.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8601.             'translator' => ['services''translator''getTranslatorService'false],
  8602.         ], [
  8603.             'translator' => '?',
  8604.         ]))->withContext('translation.warmer'$this));
  8605.     }
  8606.     /**
  8607.      * Gets the private 'translator.default' shared service.
  8608.      *
  8609.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8610.      */
  8611.     protected function getTranslator_DefaultService()
  8612.     {
  8613.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8614.             'lp.translation.db.loader' => ['services''lp.translation.db.loader''getLp_Translation_Db_LoaderService'false],
  8615.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8616.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8617.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8618.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8619.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8620.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8621.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8622.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8623.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8624.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8625.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8626.         ], [
  8627.             'lp.translation.db.loader' => '?',
  8628.             'translation.loader.csv' => '?',
  8629.             'translation.loader.dat' => '?',
  8630.             'translation.loader.ini' => '?',
  8631.             'translation.loader.json' => '?',
  8632.             'translation.loader.mo' => '?',
  8633.             'translation.loader.php' => '?',
  8634.             'translation.loader.po' => '?',
  8635.             'translation.loader.qt' => '?',
  8636.             'translation.loader.res' => '?',
  8637.             'translation.loader.xliff' => '?',
  8638.             'translation.loader.yml' => '?',
  8639.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['lp.translation.db.loader' => [=> 'db'], 'translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.bg.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.json'), => (\dirname(__DIR__4).'/translations/messages.en.json')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.uk.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations/security.pt_PT.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/LaunchPadBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security/Core/Resources/translations'=> 'translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'src/Resources/TwigBundle/translations'=> 'vendor/twig/extra-bundle/src/translations'10 => 'src/Resources/TwigExtraBundle/translations'11 => 'vendor/sensio/framework-extra-bundle/src/translations'12 => 'src/Resources/SensioFrameworkExtraBundle/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'src/Resources/DoctrineBundle/translations'15 => 'vendor/doctrine/doctrine-migrations-bundle/translations'16 => 'src/Resources/DoctrineMigrationsBundle/translations'17 => 'vendor/symfony/security-bundle/translations'18 => 'src/Resources/SecurityBundle/translations'19 => 'vendor/symfony/web-profiler-bundle/translations'20 => 'src/Resources/WebProfilerBundle/translations'21 => 'vendor/symfony/monolog-bundle/translations'22 => 'src/Resources/MonologBundle/translations'23 => 'vendor/symfony/debug-bundle/translations'24 => 'src/Resources/DebugBundle/translations'25 => 'vendor/symfony/maker-bundle/src/translations'26 => 'src/Resources/MakerBundle/translations'27 => 'vendor/launchpad/backend/src/translations'28 => 'src/Resources/LaunchPadBundle/translations'29 => 'vendor/symfony/swiftmailer-bundle/translations'30 => 'src/Resources/SwiftmailerBundle/translations'31 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'32 => 'src/Resources/DoctrineFixturesBundle/translations'33 => 'src/Resources/translations']]]);
  8640.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8641.         $instance->setFallbackLocales([=> 'en']);
  8642.         return $instance;
  8643.     }
  8644.     /**
  8645.      * Gets the private 'twig.command.debug' shared service.
  8646.      *
  8647.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8648.      */
  8649.     protected function getTwig_Command_DebugService()
  8650.     {
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8653.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  8654.         $instance->setName('debug:twig');
  8655.         return $instance;
  8656.     }
  8657.     /**
  8658.      * Gets the private 'twig.command.lint' shared service.
  8659.      *
  8660.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8661.      */
  8662.     protected function getTwig_Command_LintService()
  8663.     {
  8664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8665.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8666.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8667.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  8668.         $instance->setName('lint:twig');
  8669.         return $instance;
  8670.     }
  8671.     /**
  8672.      * Gets the private 'twig.exception_listener' shared service.
  8673.      *
  8674.      * @return \Symfony\Component\HttpKernel\EventListener\ExceptionListener
  8675.      *
  8676.      * @deprecated The "twig.exception_listener" service is deprecated since Symfony 4.4.
  8677.      */
  8678.     protected function getTwig_ExceptionListenerService()
  8679.     {
  8680.         @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  8681.         return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  8682.     }
  8683.     /**
  8684.      * Gets the private 'twig.form.renderer' shared service.
  8685.      *
  8686.      * @return \Symfony\Component\Form\FormRenderer
  8687.      */
  8688.     protected function getTwig_Form_RendererService()
  8689.     {
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8694.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8695.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8696.     }
  8697.     /**
  8698.      * Gets the private 'twig.mailer.message_listener' shared service.
  8699.      *
  8700.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  8701.      */
  8702.     protected function getTwig_Mailer_MessageListenerService()
  8703.     {
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  8706.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  8707.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  8708.     }
  8709.     /**
  8710.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8711.      *
  8712.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8713.      */
  8714.     protected function getTwig_Runtime_HttpkernelService()
  8715.     {
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8719.         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, [
  8720.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8721.         ], [
  8722.             'inline' => '?',
  8723.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  8724.     }
  8725.     /**
  8726.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8727.      *
  8728.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8729.      */
  8730.     protected function getTwig_Runtime_SecurityCsrfService()
  8731.     {
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8733.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8734.     }
  8735.     /**
  8736.      * Gets the private 'twig.template_cache_warmer' shared service.
  8737.      *
  8738.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8739.      */
  8740.     protected function getTwig_TemplateCacheWarmerService()
  8741.     {
  8742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8743.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  8744.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8745.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8746.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8747.             'twig' => ['services''twig''getTwigService'false],
  8748.         ], [
  8749.             'twig' => 'Twig\\Environment',
  8750.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/views') => 'WebsiteTemplates', (\dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Resources/views') => 'ExternalTemplates', (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Resources/views') => 'OTPTemplates', (\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')));
  8751.     }
  8752.     /**
  8753.      * Gets the private 'validator.builder' shared service.
  8754.      *
  8755.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8756.      */
  8757.     protected function getValidator_BuilderService()
  8758.     {
  8759.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8760.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8761.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8762.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8763.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8764.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8765.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8766.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8767.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8768.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8769.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8770.         ], [
  8771.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8772.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8773.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8774.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8775.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8776.             'doctrine.orm.validator.unique' => '?',
  8777.             'security.validator.user_password' => '?',
  8778.             'validator.expression' => '?',
  8779.         ])));
  8780.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  8781.         $instance->setTranslationDomain('validators');
  8782.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  8783.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8784.         $instance->addMethodMapping('loadValidatorMetadata');
  8785.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8786.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8787.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8788.         return $instance;
  8789.     }
  8790.     /**
  8791.      * Gets the private 'validator.email' shared service.
  8792.      *
  8793.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8794.      */
  8795.     protected function getValidator_EmailService()
  8796.     {
  8797.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8798.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8799.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8800.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8801.     }
  8802.     /**
  8803.      * Gets the private 'validator.expression' shared service.
  8804.      *
  8805.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8806.      */
  8807.     protected function getValidator_ExpressionService()
  8808.     {
  8809.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8810.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8811.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8812.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  8813.     }
  8814.     /**
  8815.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8816.      *
  8817.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8818.      */
  8819.     protected function getValidator_Mapping_CacheWarmerService()
  8820.     {
  8821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8824.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8825.     }
  8826.     /**
  8827.      * Gets the private 'validator.not_compromised_password' shared service.
  8828.      *
  8829.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8830.      */
  8831.     protected function getValidator_NotCompromisedPasswordService()
  8832.     {
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8835.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8836.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  8837.     }
  8838.     /**
  8839.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8840.      *
  8841.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8842.      */
  8843.     protected function getVarDumper_Command_ServerDumpService()
  8844.     {
  8845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8848.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8849.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8850.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8851.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8852.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8853.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8854.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8855.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8856.         $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()))]);
  8857.         $instance->setName('server:dump');
  8858.         return $instance;
  8859.     }
  8860.     /**
  8861.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8862.      *
  8863.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8864.      */
  8865.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8866.     {
  8867.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8868.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8869.         return $instance;
  8870.     }
  8871.     /**
  8872.      * Gets the private 'var_dumper.html_dumper' shared service.
  8873.      *
  8874.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8875.      */
  8876.     protected function getVarDumper_HtmlDumperService()
  8877.     {
  8878.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8879.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8880.         return $instance;
  8881.     }
  8882.     /**
  8883.      * Gets the private 'var_dumper.server_connection' shared service.
  8884.      *
  8885.      * @return \Symfony\Component\VarDumper\Server\Connection
  8886.      */
  8887.     protected function getVarDumper_ServerConnectionService()
  8888.     {
  8889.         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()]);
  8890.     }
  8891.     /**
  8892.      * Gets the private 'web_profiler.csp.handler' shared service.
  8893.      *
  8894.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8895.      */
  8896.     protected function getWebProfiler_Csp_HandlerService()
  8897.     {
  8898.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8899.     }
  8900.     /**
  8901.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8902.      *
  8903.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8904.      */
  8905.     protected function getWebProfiler_DebugToolbarService()
  8906.     {
  8907.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  8908.     }
  8909.     public function getParameter($name)
  8910.     {
  8911.         $name = (string) $name;
  8912.         if (isset($this->buildParameters[$name])) {
  8913.             return $this->buildParameters[$name];
  8914.         }
  8915.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  8916.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8917.         }
  8918.         if (isset($this->loadedDynamicParameters[$name])) {
  8919.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8920.         }
  8921.         return $this->parameters[$name];
  8922.     }
  8923.     public function hasParameter($name): bool
  8924.     {
  8925.         $name = (string) $name;
  8926.         if (isset($this->buildParameters[$name])) {
  8927.             return true;
  8928.         }
  8929.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  8930.     }
  8931.     public function setParameter($name$value): void
  8932.     {
  8933.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8934.     }
  8935.     public function getParameterBag(): ParameterBagInterface
  8936.     {
  8937.         if (null === $this->parameterBag) {
  8938.             $parameters $this->parameters;
  8939.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8940.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8941.             }
  8942.             foreach ($this->buildParameters as $name => $value) {
  8943.                 $parameters[$name] = $value;
  8944.             }
  8945.             $this->parameterBag = new FrozenParameterBag($parameters);
  8946.         }
  8947.         return $this->parameterBag;
  8948.     }
  8949.     private $loadedDynamicParameters = [
  8950.         'kernel.cache_dir' => false,
  8951.         'database_url' => false,
  8952.         'debug' => false,
  8953.         'launchpad' => false,
  8954.         'front_url' => false,
  8955.         'gps_params' => false,
  8956.         'w2' => false,
  8957.         'kernel.secret' => false,
  8958.         'session.save_path' => false,
  8959.         'validator.mapping.cache.file' => false,
  8960.         'profiler.storage.dsn' => false,
  8961.         'debug.container.dump' => false,
  8962.         'serializer.mapping.cache.file' => false,
  8963.         'doctrine.orm.proxy_dir' => false,
  8964.     ];
  8965.     private $dynamicParameters = [];
  8966.     private function getDynamicParameter(string $name)
  8967.     {
  8968.         switch ($name) {
  8969.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8970.             case 'database_url'$value $this->getEnv('string:DATABASE_URL'); break;
  8971.             case 'debug'$value $this->getEnv('bool:DEBUG'); break;
  8972.             case 'launchpad'$value = [
  8973.                 'customer_reference_prefix' => $this->getEnv('string:GPS_WSID_PREFIX'),
  8974.                 'customer_reference_length' => 9,
  8975.             ]; break;
  8976.             case 'front_url'$value $this->getEnv('string:FRONT_URL'); break;
  8977.             case 'gps_params'$value = [
  8978.                 'wsdl' => $this->getEnv('GPS_URL'),
  8979.                 'username' => $this->getEnv('GPS_USERNAME'),
  8980.                 'password' => $this->getEnv('GPS_PASSWORD'),
  8981.                 'iss_code' => $this->getEnv('GPS_ISS'),
  8982.                 'wsid_prefix' => $this->getEnv('GPS_WSID_PREFIX'),
  8983.             ]; break;
  8984.             case 'w2'$value = [
  8985.                 'wsdl' => $this->getEnv('W2_WSDL'),
  8986.                 'sandbox' => $this->getEnv('bool:W2_SANDBOX'),
  8987.                 'api_key' => $this->getEnv('W2_API_KEY'),
  8988.             ]; break;
  8989.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8990.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  8991.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8992.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8993.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  8994.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8995.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8996.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8997.         }
  8998.         $this->loadedDynamicParameters[$name] = true;
  8999.         return $this->dynamicParameters[$name] = $value;
  9000.     }
  9001.     protected function getDefaultParameters(): array
  9002.     {
  9003.         return [
  9004.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  9005.             'kernel.project_dir' => \dirname(__DIR__4),
  9006.             'kernel.environment' => 'dev',
  9007.             'kernel.debug' => true,
  9008.             'kernel.name' => 'src',
  9009.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9010.             'kernel.bundles' => [
  9011.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9012.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9013.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9014.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9015.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9016.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9017.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9018.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9019.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9020.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9021.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9022.                 'LaunchPadBundle' => 'LaunchPad\\Bundle\\LaunchPadBundle\\LaunchPadBundle',
  9023.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  9024.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9025.             ],
  9026.             'kernel.bundles_metadata' => [
  9027.                 'FrameworkBundle' => [
  9028.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9029.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9030.                 ],
  9031.                 'TwigBundle' => [
  9032.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9033.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9034.                 ],
  9035.                 'TwigExtraBundle' => [
  9036.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  9037.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9038.                 ],
  9039.                 'SensioFrameworkExtraBundle' => [
  9040.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9041.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9042.                 ],
  9043.                 'DoctrineBundle' => [
  9044.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9045.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9046.                 ],
  9047.                 'DoctrineMigrationsBundle' => [
  9048.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9049.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9050.                 ],
  9051.                 'SecurityBundle' => [
  9052.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9053.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9054.                 ],
  9055.                 'WebProfilerBundle' => [
  9056.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9057.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9058.                 ],
  9059.                 'MonologBundle' => [
  9060.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9061.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9062.                 ],
  9063.                 'DebugBundle' => [
  9064.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9065.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9066.                 ],
  9067.                 'MakerBundle' => [
  9068.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9069.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9070.                 ],
  9071.                 'LaunchPadBundle' => [
  9072.                     'path' => (\dirname(__DIR__4).'/vendor/launchpad/backend/src'),
  9073.                     'namespace' => 'LaunchPad\\Bundle\\LaunchPadBundle',
  9074.                 ],
  9075.                 'SwiftmailerBundle' => [
  9076.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  9077.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  9078.                 ],
  9079.                 'DoctrineFixturesBundle' => [
  9080.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9081.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9082.                 ],
  9083.             ],
  9084.             'kernel.charset' => 'UTF-8',
  9085.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  9086.             'admin_domain' => 'toremove',
  9087.             'proxy_params' => [
  9088.                 'url' => 'https://proxy.onepay.dev.pannovate.com',
  9089.                 'api_key' => '893hg092ghbnpop-onoih98yg23giwoeg0994honoewk',
  9090.             ],
  9091.             'amazon_key' => 'AKIA4FETMGFVOBIAOLA2',
  9092.             'amazon_secret' => 'vN3zgDgy7lfaLQwGpy2oqIZR3L67DUMv3+ukwMmt',
  9093.             's3_bucket' => 'test-onepay',
  9094.             's3_region' => 'eu-west-1',
  9095.             's3_version' => 'latest',
  9096.             'mastercard_api_params' => [
  9097.                 'key_path' => (\dirname(__DIR__4).'/config/keys/PDL-sandbox.p12'),
  9098.                 'client_id' => 'SarMOkoo8SzHxGX0anu41KaM7lkh4iuF_Gb-8aZe4182bb85!85dc5ab39c9144bbbe0f697d05f187180000000000000000',
  9099.                 'alias' => 'keyalias',
  9100.                 'password' => 'keystorepassword',
  9101.                 'sandbox_url' => 'https://sandbox.api.mastercard.com/enhanced/settlement/currencyrate/subscribed',
  9102.             ],
  9103.             'google_cloud_params' => [
  9104.                 'key_path' => (\dirname(__DIR__4).'/config/keys/googlePlayKey.json'),
  9105.                 'download_directory' => (\dirname(__DIR__3).'/google_cloud_files'),
  9106.                 'bucket' => 'pubsite_prod_rev_07344546493176802929',
  9107.                 'crashes_prefix' => 'stats/crashes/crashes_com.paneleven.onepay_',
  9108.                 'installs_prefix' => 'stats/installs/installs_com.paneleven.onepay_',
  9109.             ],
  9110.             'apple_params' => [
  9111.                 'download_directory' => (\dirname(__DIR__3).'/apple_cloud_files'),
  9112.                 'key_path' => (\dirname(__DIR__4).'/config/keys/to_be_defined.p8'),
  9113.             ],
  9114.             'checkout' => [
  9115.                 'sandbox' => true,
  9116.                 'dev' => [
  9117.                     'url' => 'https://api.sandbox.checkout.com/',
  9118.                     'notification_key' => 'f1cc1264-343b-4c44-9a2c-5aeba975539b',
  9119.                     'public_key' => 'pk_test_de97fa9f-721d-4065-861d-f08399010b69',
  9120.                     'secret_key' => 'sk_test_7960b85e-5490-4b96-935a-cb74d840d8bd',
  9121.                 ],
  9122.                 'prod' => [
  9123.                     'url' => 'https://api2.checkout.com/v2/',
  9124.                     'notification_key' => 'f1cc1264-343b-4c44-9a2c-5aeba975539b',
  9125.                     'public_key' => '',
  9126.                     'secret_key' => '',
  9127.                 ],
  9128.             ],
  9129.             'upload_handler' => 'local',
  9130.             'container.dumper.inline_class_loader' => true,
  9131.             'container.dumper.inline_factories' => true,
  9132.             'mailer_transport' => 'smtp',
  9133.             'mailer_host' => '127.0.0.1',
  9134.             'mailer_user' => 'dcbb277db791ce',
  9135.             'mailer_password' => 'a400dcc70f527a',
  9136.             'mailer_port' => 587,
  9137.             'mailer_encryption' => 'tls',
  9138.             'emails' => [
  9139.                 'admin_email' => 'admin@pannovate.com',
  9140.                 'contact_email' => 'boban@pannovate.com',
  9141.                 'register_email' => 'boban@pannovate.com',
  9142.                 'from_email' => 'no-reply@bobofin.pannovate.com',
  9143.                 'from_name' => 'BoBoFin',
  9144.                 'kyc_review_emails' => [
  9145.                     => 'boban@pannovate.com',
  9146.                     => 'cirkovic.bob@gmail.com',
  9147.                 ],
  9148.             ],
  9149.             'locale' => 'en',
  9150.             'api' => [
  9151.                 'launchpad' => [
  9152.                     'name' => 'LaunchPad',
  9153.                     'description' => 'LaunchPad APIs',
  9154.                     'paths' => [
  9155.                         => (\dirname(__DIR__4).'/bundles'),
  9156.                         => (\dirname(__DIR__4).'/bundles/LaunchPad/Api'),
  9157.                     ],
  9158.                 ],
  9159.                 'launchpad_admin' => [
  9160.                     'name' => 'LaunchPad Admin',
  9161.                     'description' => 'LaunchPad APIs',
  9162.                     'paths' => [
  9163.                         => (\dirname(__DIR__4).'/bundles'),
  9164.                         => (\dirname(__DIR__4).'/bundles/LaunchPad/Admin'),
  9165.                     ],
  9166.                 ],
  9167.             ],
  9168.             'event_dispatcher.event_aliases' => [
  9169.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9170.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9171.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9172.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9173.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9174.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9175.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9176.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9177.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9178.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9179.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9180.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9181.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9182.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9183.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9184.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9185.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  9186.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  9187.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  9188.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  9189.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  9190.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  9191.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  9192.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9193.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9194.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9195.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9196.             ],
  9197.             'fragment.renderer.hinclude.global_template' => '',
  9198.             'fragment.path' => '/_fragment',
  9199.             'kernel.http_method_override' => true,
  9200.             'kernel.trusted_hosts' => [
  9201.             ],
  9202.             'kernel.default_locale' => 'en',
  9203.             'kernel.error_controller' => 'error_controller',
  9204.             'templating.helper.code.file_link_format' => NULL,
  9205.             'debug.file_link_format' => NULL,
  9206.             'session.metadata.storage_key' => '_sf2_meta',
  9207.             'session.storage.options' => [
  9208.                 'cache_limiter' => '0',
  9209.                 'cookie_secure' => 'auto',
  9210.                 'cookie_httponly' => true,
  9211.                 'cookie_samesite' => 'lax',
  9212.                 'gc_probability' => 1,
  9213.             ],
  9214.             'session.metadata.update_threshold' => 0,
  9215.             'form.type_extension.csrf.enabled' => true,
  9216.             'form.type_extension.csrf.field_name' => '_token',
  9217.             'asset.request_context.base_path' => '',
  9218.             'asset.request_context.secure' => false,
  9219.             'validator.translation_domain' => 'validators',
  9220.             'translator.logging' => false,
  9221.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9222.             'profiler_listener.only_exceptions' => false,
  9223.             'profiler_listener.only_master_requests' => false,
  9224.             'debug.error_handler.throw_at' => -1,
  9225.             'router.request_context.host' => 'localhost',
  9226.             'router.request_context.scheme' => 'http',
  9227.             'router.request_context.base_url' => '',
  9228.             'router.resource' => 'kernel::loadRoutes',
  9229.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  9230.             'request_listener.http_port' => 80,
  9231.             'request_listener.https_port' => 443,
  9232.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  9233.             'twig.form.resources' => [
  9234.                 => 'form_div_layout.html.twig',
  9235.             ],
  9236.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9237.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  9238.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  9239.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  9240.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9241.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9242.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9243.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9244.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9245.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9246.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9247.             'doctrine.entity_managers' => [
  9248.                 'default' => 'doctrine.orm.default_entity_manager',
  9249.             ],
  9250.             'doctrine.default_entity_manager' => 'default',
  9251.             'doctrine.dbal.connection_factory.types' => [
  9252.             ],
  9253.             'doctrine.connections' => [
  9254.                 'default' => 'doctrine.dbal.default_connection',
  9255.             ],
  9256.             'doctrine.default_connection' => 'default',
  9257.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9258.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9259.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9260.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9261.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9262.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9263.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9264.             'doctrine.orm.cache.memcache_port' => 11211,
  9265.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9266.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9267.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9268.             'doctrine.orm.cache.memcached_port' => 11211,
  9269.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9270.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9271.             'doctrine.orm.cache.redis_host' => 'localhost',
  9272.             'doctrine.orm.cache.redis_port' => 6379,
  9273.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9274.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9275.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9276.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9277.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9278.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9279.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9280.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9281.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9282.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9283.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9284.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9285.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9286.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9287.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9288.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9289.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9290.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9291.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9292.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9293.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9294.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9295.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9296.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9297.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9298.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9299.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9300.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9301.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9302.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9303.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9304.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  9305.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  9306.             'doctrine_migrations.table_name' => 'migration_versions',
  9307.             'doctrine_migrations.column_name' => 'version',
  9308.             'doctrine_migrations.column_length' => 14,
  9309.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  9310.             'doctrine_migrations.all_or_nothing' => false,
  9311.             'doctrine_migrations.name' => 'Application Migrations',
  9312.             'doctrine_migrations.custom_template' => NULL,
  9313.             'doctrine_migrations.organize_migrations' => false,
  9314.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  9315.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  9316.             'security.role_hierarchy.roles' => [
  9317.                 'ROLE_ADMIN' => [
  9318.                     => 'ROLE_USER',
  9319.                 ],
  9320.                 'ROLE_SUPER_ADMIN' => [
  9321.                     => 'ROLE_ADMIN',
  9322.                 ],
  9323.             ],
  9324.             'security.access.denied_url' => NULL,
  9325.             'security.authentication.manager.erase_credentials' => true,
  9326.             'security.authentication.session_strategy.strategy' => 'migrate',
  9327.             'security.access.always_authenticate_before_granting' => false,
  9328.             'security.authentication.hide_user_not_found' => true,
  9329.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9330.             'web_profiler.debug_toolbar.mode' => 2,
  9331.             'monolog.use_microseconds' => true,
  9332.             'monolog.swift_mailer.handlers' => [
  9333.             ],
  9334.             'monolog.handlers_to_channels' => [
  9335.                 'monolog.handler.console' => [
  9336.                     'type' => 'exclusive',
  9337.                     'elements' => [
  9338.                         => 'event',
  9339.                         => 'doctrine',
  9340.                         => 'console',
  9341.                     ],
  9342.                 ],
  9343.                 'monolog.handler.main' => [
  9344.                     'type' => 'exclusive',
  9345.                     'elements' => [
  9346.                         => 'event',
  9347.                     ],
  9348.                 ],
  9349.             ],
  9350.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9351.             'launch_pad' => [
  9352.                 'cors' => [
  9353.                     'allow_origin' => '*',
  9354.                     'allow_methods' => 'GET, POST, PUT, DELETE, OPTIONS',
  9355.                     'allow_headers' => 'Authorization, Content-Type',
  9356.                 ],
  9357.                 'kyc' => [
  9358.                     'definition' => NULL,
  9359.                 ],
  9360.                 'email' => [
  9361.                     'from_email' => 'no-reply@pannovate.com',
  9362.                     'from_name' => 'Pannovate',
  9363.                     'admin_email' => 'admin@pannovate.com',
  9364.                 ],
  9365.                 'admin' => [
  9366.                     'mfa' => true,
  9367.                 ],
  9368.             ],
  9369.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  9370.             'swiftmailer.mailer.default.spool.enabled' => false,
  9371.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  9372.             'swiftmailer.mailer.default.single_address' => NULL,
  9373.             'swiftmailer.mailer.default.delivery.enabled' => true,
  9374.             'swiftmailer.spool.enabled' => false,
  9375.             'swiftmailer.delivery.enabled' => true,
  9376.             'swiftmailer.single_address' => NULL,
  9377.             'swiftmailer.mailers' => [
  9378.                 'default' => 'swiftmailer.mailer.default',
  9379.             ],
  9380.             'swiftmailer.default_mailer' => 'default',
  9381.             'data_collector.templates' => [
  9382.                 'data_collector.request' => [
  9383.                     => 'request',
  9384.                     => '@WebProfiler/Collector/request.html.twig',
  9385.                 ],
  9386.                 'data_collector.time' => [
  9387.                     => 'time',
  9388.                     => '@WebProfiler/Collector/time.html.twig',
  9389.                 ],
  9390.                 'data_collector.memory' => [
  9391.                     => 'memory',
  9392.                     => '@WebProfiler/Collector/memory.html.twig',
  9393.                 ],
  9394.                 'data_collector.validator' => [
  9395.                     => 'validator',
  9396.                     => '@WebProfiler/Collector/validator.html.twig',
  9397.                 ],
  9398.                 'data_collector.ajax' => [
  9399.                     => 'ajax',
  9400.                     => '@WebProfiler/Collector/ajax.html.twig',
  9401.                 ],
  9402.                 'data_collector.form' => [
  9403.                     => 'form',
  9404.                     => '@WebProfiler/Collector/form.html.twig',
  9405.                 ],
  9406.                 'data_collector.exception' => [
  9407.                     => 'exception',
  9408.                     => '@WebProfiler/Collector/exception.html.twig',
  9409.                 ],
  9410.                 'data_collector.logger' => [
  9411.                     => 'logger',
  9412.                     => '@WebProfiler/Collector/logger.html.twig',
  9413.                 ],
  9414.                 'data_collector.events' => [
  9415.                     => 'events',
  9416.                     => '@WebProfiler/Collector/events.html.twig',
  9417.                 ],
  9418.                 'data_collector.router' => [
  9419.                     => 'router',
  9420.                     => '@WebProfiler/Collector/router.html.twig',
  9421.                 ],
  9422.                 'data_collector.cache' => [
  9423.                     => 'cache',
  9424.                     => '@WebProfiler/Collector/cache.html.twig',
  9425.                 ],
  9426.                 'data_collector.translation' => [
  9427.                     => 'translation',
  9428.                     => '@WebProfiler/Collector/translation.html.twig',
  9429.                 ],
  9430.                 'data_collector.security' => [
  9431.                     => 'security',
  9432.                     => '@Security/Collector/security.html.twig',
  9433.                 ],
  9434.                 'data_collector.twig' => [
  9435.                     => 'twig',
  9436.                     => '@WebProfiler/Collector/twig.html.twig',
  9437.                 ],
  9438.                 'data_collector.http_client' => [
  9439.                     => 'http_client',
  9440.                     => '@WebProfiler/Collector/http_client.html.twig',
  9441.                 ],
  9442.                 'data_collector.doctrine' => [
  9443.                     => 'db',
  9444.                     => '@Doctrine/Collector/db.html.twig',
  9445.                 ],
  9446.                 'swiftmailer.data_collector' => [
  9447.                     => 'swiftmailer',
  9448.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  9449.                 ],
  9450.                 'data_collector.dump' => [
  9451.                     => 'dump',
  9452.                     => '@Debug/Profiler/dump.html.twig',
  9453.                 ],
  9454.                 'mailer.data_collector' => [
  9455.                     => 'mailer',
  9456.                     => '@WebProfiler/Collector/mailer.html.twig',
  9457.                 ],
  9458.                 'data_collector.config' => [
  9459.                     => 'config',
  9460.                     => '@WebProfiler/Collector/config.html.twig',
  9461.                 ],
  9462.             ],
  9463.             'console.command.ids' => [
  9464.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\GPS\\ReparseEHICommand',
  9465.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\KYC\\ApproveAllCommand',
  9466.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\PaymentDevice\\UnloadPaymentDeviceCommand',
  9467.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Permission\\CreatePermissionCommand',
  9468.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Roles\\ApiRolesCommand',
  9469.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\DownloadNewAppleReportsCommand',
  9470.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\GetAppleReportsCommand',
  9471.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Google\\GetGoogleReportsCommand',
  9472.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadChunkCommand',
  9473.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadProcessCommand',
  9474.                 10 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\ChangePasswordCommand',
  9475.                 11 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\CreateUserCommand',
  9476.                 12 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\PromoteUserCommand',
  9477.                 13 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\UserDevice\\CheckExpiredDevicesCommand',
  9478.             ],
  9479.         ];
  9480.     }
  9481. }