var/cache/dev/ContainerXbcwNCa/srcApp_KernelDevDebugContainer.php line 11639

Open in your IDE?
  1. <?php
  2. namespace ContainerXbcwNCa;
  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\\AccountTypeController' => 'getAccountTypeControllerService',
  40.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController' => 'getAppControllerService',
  41.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\BaseAdminApiController' => 'getBaseAdminApiControllerService',
  42.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Beneficiary\\BeneficiaryController' => 'getBeneficiaryControllerService',
  43.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Cashback\\CashbackController' => 'getCashbackControllerService',
  44.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Cashback\\CashbackPromotionController' => 'getCashbackPromotionControllerService',
  45.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Cashback\\CashbackRetailerController' => 'getCashbackRetailerControllerService',
  46.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ChangeRequestController' => 'getChangeRequestControllerService',
  47.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Chat\\ChatController' => 'getChatControllerService',
  48.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Configuration\\BillingPackage\\BillingPackageController' => 'getBillingPackageControllerService',
  49.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Configuration\\BillingPackage\\BillingTypeController' => 'getBillingTypeControllerService',
  50.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CountryController' => 'getCountryControllerService',
  51.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CurrencyController' => 'getCurrencyControllerService',
  52.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Customer\\CustomerController' => 'getCustomerControllerService',
  53.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\DashboardController' => 'getDashboardControllerService',
  54.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Dictionary\\DictionaryController' => 'getDictionaryControllerService',
  55.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Document\\DocumentController' => 'getDocumentControllerService',
  56.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Document\\DocumentRevisionController' => 'getDocumentRevisionControllerService',
  57.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Document\\SignedDocumentController' => 'getSignedDocumentControllerService',
  58.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsActionCodeController' => 'getGpsActionCodeControllerService',
  59.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsController' => 'getGpsControllerService',
  60.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsFeeGroupController' => 'getGpsFeeGroupControllerService',
  61.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsServiceCallController' => 'getGpsServiceCallControllerService',
  62.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\KYCController' => 'getKYCControllerService',
  63.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LanguageController' => 'getLanguageControllerService',
  64.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LegalController' => 'getLegalControllerService',
  65.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Mastercard\\McApiController' => 'getMcApiControllerService',
  66.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController' => 'getAccountController2Service',
  67.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\MerchantCategoryCodeController' => 'getMerchantCategoryCodeControllerService',
  68.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Note\\NoteController' => 'getNoteControllerService',
  69.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationController' => 'getNotificationControllerService',
  70.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationUserGroupController' => 'getNotificationUserGroupControllerService',
  71.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentCategoryController' => 'getPaymentCategoryControllerService',
  72.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceCategoryController' => 'getPaymentDeviceCategoryControllerService',
  73.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController' => 'getPaymentDeviceControllerService',
  74.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceProductController' => 'getPaymentDeviceProductControllerService',
  75.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceTypeController' => 'getPaymentDeviceTypeControllerService',
  76.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentMerchantController' => 'getPaymentMerchantControllerService',
  77.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentTransactionController' => 'getPaymentTransactionControllerService',
  78.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PermissionController' => 'getPermissionControllerService',
  79.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PersonalManagerController' => 'getPersonalManagerControllerService',
  80.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PrivacyPolicyController' => 'getPrivacyPolicyControllerService',
  81.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RateController' => 'getRateControllerService',
  82.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RoleController' => 'getRoleControllerService',
  83.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController' => 'getScaConnectionControllerService',
  84.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCategoryController' => 'getProductCategoryControllerService',
  85.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCollectionController' => 'getProductCollectionControllerService',
  86.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductController' => 'getProductControllerService',
  87.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductPurchaseController' => 'getProductPurchaseControllerService',
  88.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController' => 'getStatsControllerService',
  89.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Apple\\AppleAdminController' => 'getAppleAdminControllerService',
  90.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Google\\GoogleAdminController' => 'getGoogleAdminControllerService',
  91.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\ReportController' => 'getReportControllerService',
  92.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\SupportController' => 'getSupportControllerService',
  93.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TermsAndConditionsController' => 'getTermsAndConditionsControllerService',
  94.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController' => 'getToolsControllerService',
  95.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController' => 'getBulkLoadControllerService',
  96.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\IcomoonController' => 'getIcomoonControllerService',
  97.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionCategoryController' => 'getTransactionCategoryControllerService',
  98.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController' => 'getTransactionControllerService',
  99.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionMerchantController' => 'getTransactionMerchantControllerService',
  100.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Transaction\\TransactionStatementController' => 'getTransactionStatementControllerService',
  101.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController' => 'getUserConsentControllerService',
  102.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserPermissionController' => 'getUserPermissionControllerService',
  103.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserActionController' => 'getUserActionControllerService',
  104.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController' => 'getUserControllerService',
  105.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserDeviceController' => 'getUserDeviceControllerService',
  106.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserSessionController' => 'getUserSessionControllerService',
  107.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Service\\UserAdminService' => 'getUserAdminServiceService',
  108.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\AppController' => 'getAppController2Service',
  109.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController' => 'getAuthControllerService',
  110.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\BalanceController' => 'getBalanceControllerService',
  111.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\BaseApiController' => 'getBaseApiControllerService',
  112.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Beneficiary\\BeneficiaryController' => 'getBeneficiaryController2Service',
  113.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CardController' => 'getCardControllerService',
  114.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Cashback\\CashbackController' => 'getCashbackController2Service',
  115.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Cashback\\GiftCardsController' => 'getGiftCardsControllerService',
  116.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Chat\\ChatController' => 'getChatController2Service',
  117.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CountryController' => 'getCountryController2Service',
  118.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CurrencyController' => 'getCurrencyController2Service',
  119.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\FX\\FxController' => 'getFxControllerService',
  120.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\NotificationController' => 'getNotificationController2Service',
  121.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController' => 'getConsentControllerService',
  122.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController' => 'getSaltEdgeConnectorControllerService',
  123.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\SCA\\AuthorizationController' => 'getAuthorizationControllerService',
  124.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\SCA\\ConnectionController' => 'getConnectionControllerService',
  125.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController' => 'getPaymentCardControllerService',
  126.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentDeviceController' => 'getPaymentDeviceController2Service',
  127.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\RateController' => 'getRateController2Service',
  128.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Shop\\ShopCategoryController' => 'getShopCategoryControllerService',
  129.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Shop\\ShopController' => 'getShopControllerService',
  130.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Shop\\ShopProductController' => 'getShopProductControllerService',
  131.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController' => 'getSpendingControllerService',
  132.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SupportController' => 'getSupportController2Service',
  133.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SwaggerController' => 'getSwaggerControllerService',
  134.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestKycController' => 'getTestKycControllerService',
  135.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestS3Controller' => 'getTestS3ControllerService',
  136.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController' => 'getToolsController2Service',
  137.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController' => 'getTopUpControllerService',
  138.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransactionController' => 'getTransactionController2Service',
  139.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransferController' => 'getTransferControllerService',
  140.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\UserChallengeController' => 'getUserChallengeControllerService',
  141.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserContactController' => 'getUserContactControllerService',
  142.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserDeviceController' => 'getUserDeviceController2Service',
  143.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserSessionController' => 'getUserSessionController2Service',
  144.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Controller\\BaseController' => 'getBaseControllerService',
  145.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener' => 'getTransferRequestEntityListenerService',
  146.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener' => 'getUserEntityListenerService',
  147.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\Security\\AccessControl' => 'getAccessControlService',
  148.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutApiService' => 'getCheckoutApiServiceService',
  149.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutPaymentService' => 'getCheckoutPaymentServiceService',
  150.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService' => 'getCheckoutServiceService',
  151.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener' => 'getCheckoutCardListenerService',
  152.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycRunner' => 'getKycRunnerService',
  153.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\OTPService' => 'getOTPServiceService',
  154.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController' => 'getScaControllerService',
  155.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\Google\\GoogleReportService' => 'getGoogleReportServiceService',
  156.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Stats\\ReportService' => 'getReportServiceService',
  157.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler' => 'getCheckoutTopUpHandlerService',
  158.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer' => 'getTopUpHandlerContainerService',
  159.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Utils\\Storage\\Handlers\\S3FileHandler' => 'getS3FileHandlerService',
  160.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  161.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController' => 'getGpsController2Service',
  162.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller' => 'getW2ControllerService',
  163.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  164.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  165.             'Translation\\Bundle\\Catalogue\\CatalogueCounter' => 'getCatalogueCounterService',
  166.             'Translation\\Bundle\\Catalogue\\CatalogueFetcher' => 'getCatalogueFetcherService',
  167.             'Translation\\Bundle\\Catalogue\\CatalogueManager' => 'getCatalogueManagerService',
  168.             'Translation\\Bundle\\Catalogue\\CatalogueWriter' => 'getCatalogueWriterService',
  169.             'Translation\\Bundle\\Command\\CheckMissingCommand' => 'getCheckMissingCommandService',
  170.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => 'getDeleteObsoleteCommandService',
  171.             'Translation\\Bundle\\Command\\DownloadCommand' => 'getDownloadCommandService',
  172.             'Translation\\Bundle\\Command\\ExtractCommand' => 'getExtractCommandService',
  173.             'Translation\\Bundle\\Command\\StatusCommand' => 'getStatusCommandService',
  174.             'Translation\\Bundle\\Command\\SyncCommand' => 'getSyncCommandService',
  175.             'Translation\\Bundle\\Controller\\SymfonyProfilerController' => 'getSymfonyProfilerControllerService',
  176.             'Translation\\Bundle\\Controller\\WebUIController' => 'getWebUIControllerService',
  177.             'Translation\\Bundle\\Service\\CacheClearer' => 'getCacheClearerService',
  178.             'Translation\\Bundle\\Service\\ConfigurationManager' => 'getConfigurationManagerService',
  179.             'Translation\\Bundle\\Service\\Importer' => 'getImporterService',
  180.             'Translation\\Bundle\\Service\\StorageManager' => 'getStorageManagerService',
  181.             'api.base_api' => 'getApi_BaseApiService',
  182.             'cache.app' => 'getCache_AppService',
  183.             'cache.app_clearer' => 'getCache_AppClearerService',
  184.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  185.             'cache.system' => 'getCache_SystemService',
  186.             'cache.system_clearer' => 'getCache_SystemClearerService',
  187.             'cache_clearer' => 'getCacheClearer2Service',
  188.             'cache_warmer' => 'getCacheWarmerService',
  189.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\GPS\\ReparseEHICommand' => 'getReparseEHICommandService',
  190.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\KYC\\ApproveAllCommand' => 'getApproveAllCommandService',
  191.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\PaymentDevice\\UnloadPaymentDeviceCommand' => 'getUnloadPaymentDeviceCommandService',
  192.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Permission\\CreatePermissionCommand' => 'getCreatePermissionCommandService',
  193.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Roles\\ApiRolesCommand' => 'getApiRolesCommandService',
  194.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\DownloadNewAppleReportsCommand' => 'getDownloadNewAppleReportsCommandService',
  195.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\GetAppleReportsCommand' => 'getGetAppleReportsCommandService',
  196.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Google\\GetGoogleReportsCommand' => 'getGetGoogleReportsCommandService',
  197.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadChunkCommand' => 'getBulkLoadChunkCommandService',
  198.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadProcessCommand' => 'getBulkLoadProcessCommandService',
  199.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\UserDevice\\CheckExpiredDevicesCommand' => 'getCheckExpiredDevicesCommandService',
  200.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\ChangePasswordCommand' => 'getChangePasswordCommandService',
  201.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\CreateUserCommand' => 'getCreateUserCommandService',
  202.             'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\PromoteUserCommand' => 'getPromoteUserCommandService',
  203.             'console.command_loader' => 'getConsole_CommandLoaderService',
  204.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  205.             'currency' => 'getCurrencyService',
  206.             'data_collector.dump' => 'getDataCollector_DumpService',
  207.             'data_fixtures' => 'getDataFixturesService',
  208.             'doctrine' => 'getDoctrineService',
  209.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  210.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  211.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  212.             'error_controller' => 'getErrorControllerService',
  213.             'event_dispatcher' => 'getEventDispatcherService',
  214.             'filesystem' => 'getFilesystemService',
  215.             'form.factory' => 'getForm_FactoryService',
  216.             'form.type.file' => 'getForm_Type_FileService',
  217.             'gedmo.listener.softdeleteable' => 'getGedmo_Listener_SoftdeleteableService',
  218.             'http_kernel' => 'getHttpKernelService',
  219.             'kernel.listener.response' => 'getKernel_Listener_ResponseService',
  220.             'kernel.listener.yourlistener' => 'getKernel_Listener_YourlistenerService',
  221.             'lp.account' => 'getLp_AccountService',
  222.             'lp.action_code.gps' => 'getLp_ActionCode_GpsService',
  223.             'lp.app_normalizer' => 'getLp_AppNormalizerService',
  224.             'lp.app_normalizer_service' => 'getLp_AppNormalizerServiceService',
  225.             'lp.auth' => 'getLp_AuthService',
  226.             'lp.authenticator.api' => 'getLp_Authenticator_ApiService',
  227.             'lp.card.category' => 'getLp_Card_CategoryService',
  228.             'lp.card.product' => 'getLp_Card_ProductService',
  229.             'lp.card.type' => 'getLp_Card_TypeService',
  230.             'lp.card_processor.gps' => 'getLp_CardProcessor_GpsService',
  231.             'lp.card_processor.gps.card' => 'getLp_CardProcessor_Gps_CardService',
  232.             'lp.card_processor.gps.ehi' => 'getLp_CardProcessor_Gps_EhiService',
  233.             'lp.card_processor.gps.import_handler' => 'getLp_CardProcessor_Gps_ImportHandlerService',
  234.             'lp.card_processor.gps.wallet' => 'getLp_CardProcessor_Gps_WalletService',
  235.             'lp.config' => 'getLp_ConfigService',
  236.             'lp.conversation_service' => 'getLp_ConversationServiceService',
  237.             'lp.country' => 'getLp_CountryService',
  238.             'lp.fee_group.gps' => 'getLp_FeeGroup_GpsService',
  239.             'lp.file' => 'getLp_FileService',
  240.             'lp.kyc' => 'getLp_KycService',
  241.             'lp.kyc.gbg' => 'getLp_Kyc_GbgService',
  242.             'lp.kyc.w2' => 'getLp_Kyc_W2Service',
  243.             'lp.language' => 'getLp_LanguageService',
  244.             'lp.listeners.request_listener' => 'getLp_Listeners_RequestListenerService',
  245.             'lp.local' => 'getLp_LocalService',
  246.             'lp.merchant.category.code' => 'getLp_Merchant_Category_CodeService',
  247.             'lp.normalizer.default' => 'getLp_Normalizer_DefaultService',
  248.             'lp.notifications' => 'getLp_NotificationsService',
  249.             'lp.paginator' => 'getLp_PaginatorService',
  250.             'lp.payment_device' => 'getLp_PaymentDeviceService',
  251.             'lp.privacy.policy' => 'getLp_Privacy_PolicyService',
  252.             'lp.psp' => 'getLp_PspService',
  253.             'lp.psp.cashflows' => 'getLp_Psp_CashflowsService',
  254.             'lp.repositories' => 'getLp_RepositoriesService',
  255.             'lp.roles' => 'getLp_RolesService',
  256.             'lp.service_call.gps' => 'getLp_ServiceCall_GpsService',
  257.             'lp.speending_service' => 'getLp_SpeendingServiceService',
  258.             'lp.terms.conditions' => 'getLp_Terms_ConditionsService',
  259.             'lp.tools.bulk_load' => 'getLp_Tools_BulkLoadService',
  260.             'lp.topup' => 'getLp_TopupService',
  261.             'lp.transaction' => 'getLp_TransactionService',
  262.             'lp.transaction.category' => 'getLp_Transaction_CategoryService',
  263.             'lp.transaction.merchant' => 'getLp_Transaction_MerchantService',
  264.             'lp.transfer' => 'getLp_TransferService',
  265.             'lp.translation' => 'getLp_TranslationService',
  266.             'lp.translation.db.loader' => 'getLp_Translation_Db_LoaderService',
  267.             'lp.translation.exorter.json' => 'getLp_Translation_Exorter_JsonService',
  268.             'lp.upload' => 'getLp_UploadService',
  269.             'lp.upload.image' => 'getLp_Upload_ImageService',
  270.             'lp.user' => 'getLp_UserService',
  271.             'lp.user.action' => 'getLp_User_ActionService',
  272.             'lp.user.contact' => 'getLp_User_ContactService',
  273.             'lp.user.device' => 'getLp_User_DeviceService',
  274.             'lp.user.session' => 'getLp_User_SessionService',
  275.             'lp.verification_service' => 'getLp_VerificationServiceService',
  276.             'mail' => 'getMailService',
  277.             'op.proxy' => 'getOp_ProxyService',
  278.             'php_translation.cache_clearer' => 'getPhpTranslation_CacheClearerService',
  279.             'php_translation.catalogue_counter' => 'getPhpTranslation_CatalogueCounterService',
  280.             'php_translation.catalogue_fetcher' => 'getPhpTranslation_CatalogueFetcherService',
  281.             'php_translation.catalogue_manager' => 'getPhpTranslation_CatalogueManagerService',
  282.             'php_translation.catalogue_writer' => 'getPhpTranslation_CatalogueWriterService',
  283.             'php_translation.configuration_manager' => 'getPhpTranslation_ConfigurationManagerService',
  284.             'php_translation.importer' => 'getPhpTranslation_ImporterService',
  285.             'php_translation.storage.app' => 'getPhpTranslation_Storage_AppService',
  286.             'php_translation.storage_manager' => 'getPhpTranslation_StorageManagerService',
  287.             'php_translator.console.delete_obsolete' => 'getPhpTranslator_Console_DeleteObsoleteService',
  288.             'php_translator.console.download' => 'getPhpTranslator_Console_DownloadService',
  289.             'php_translator.console.extract' => 'getPhpTranslator_Console_ExtractService',
  290.             'php_translator.console.status' => 'getPhpTranslator_Console_StatusService',
  291.             'php_translator.console.sync' => 'getPhpTranslator_Console_SyncService',
  292.             'profiler' => 'getProfilerService',
  293.             'request_stack' => 'getRequestStackService',
  294.             'router' => 'getRouterService',
  295.             'routing.loader' => 'getRouting_LoaderService',
  296.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  297.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  298.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  299.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  300.             'security.token_storage' => 'getSecurity_TokenStorageService',
  301.             'serializer' => 'getSerializerService',
  302.             'services_resetter' => 'getServicesResetterService',
  303.             'session' => 'getSessionService',
  304.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  305.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  306.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  307.             'translator' => 'getTranslatorService',
  308.             'twig' => 'getTwigService',
  309.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  310.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  311.             'validator' => 'getValidatorService',
  312.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  313.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  314.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  315.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  316.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  317.         ];
  318.         $this->aliases = [
  319.             'Translation\\Bundle\\Service\\StorageService' => 'php_translation.storage.app',
  320.             'database_connection' => 'doctrine.dbal.default_connection',
  321.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  322.             'mailer' => 'swiftmailer.mailer.default',
  323.             'php_translation.storage' => 'php_translation.storage.app',
  324.             'php_translation.storage.default' => 'php_translation.storage.app',
  325.         ];
  326.         $this->privates['service_container'] = function () {
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/CorsListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaginatorService.php';
  330.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/HasEntityManager.php';
  331.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/BaseService.php';
  332.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/RoleService.php';
  333.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserActionService.php';
  334.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserPermissionService.php';
  335.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserSessionService.php';
  336.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UserDeviceService.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  338.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  339.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/AppResponseListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/AppRequestListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  348.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  361.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  385.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  437.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  487.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  488.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  491.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  494.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  525.             include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  527.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  529.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  531.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  532.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  535.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  538.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  542.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/ExpressionLanguage.php';
  545.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  546.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationCheckerInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AuthorizationChecker.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorage.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationManagerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolver.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchyInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Role/RoleHierarchy.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/FirewallMapInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Logout/LogoutUrlGenerator.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/RememberMe/ResponseListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManagerInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/TraceableAccessDecisionManager.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/AccessDecisionManager.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  616.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  618.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  619.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  620.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  654.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  656.         };
  657.     }
  658.     public function compile(): void
  659.     {
  660.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  661.     }
  662.     public function isCompiled(): bool
  663.     {
  664.         return true;
  665.     }
  666.     public function getRemovedIds(): array
  667.     {
  668.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  669.     }
  670.     /**
  671.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  672.      *
  673.      * @return \App\Controller\DefaultController
  674.      */
  675.     protected function getDefaultControllerService()
  676.     {
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  679.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  680.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  681.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\DefaultController'$this));
  682.         return $instance;
  683.     }
  684.     /**
  685.      * Gets the public 'Aws\S3\S3Client' shared autowired service.
  686.      *
  687.      * @return \Aws\S3\S3Client
  688.      */
  689.     protected function getS3ClientService()
  690.     {
  691.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  692.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  693.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  694.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  695.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  696.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  697.         include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  698.         return $this->services['Aws\\S3\\S3Client'] = new \Aws\S3\S3Client(['credentials' => ['key' => 'AKIA4FETMGFVOBIAOLA2''secret' => 'vN3zgDgy7lfaLQwGpy2oqIZR3L67DUMv3+ukwMmt'], 'region' => 'eu-west-1''version' => 'latest']);
  699.     }
  700.     /**
  701.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController' shared autowired service.
  702.      *
  703.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountController
  704.      */
  705.     protected function getAccountControllerService()
  706.     {
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  709.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  710.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  711.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  712.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/AccountController.php';
  713.         $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()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()));
  714.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  715.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  716.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  717.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController'$this));
  718.         return $instance;
  719.     }
  720.     /**
  721.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController' shared autowired service.
  722.      *
  723.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController
  724.      */
  725.     protected function getAccountTypeControllerService()
  726.     {
  727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  728.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  729.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  730.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  731.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  732.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/AccountTypeController.php';
  733.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountTypeController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AccountTypeController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService'] ?? $this->getAccountServiceService()));
  734.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  735.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  736.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  737.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountTypeController'$this));
  738.         return $instance;
  739.     }
  740.     /**
  741.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController' shared autowired service.
  742.      *
  743.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\AppController
  744.      */
  745.     protected function getAppControllerService()
  746.     {
  747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  749.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  750.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  751.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  752.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/AppController.php';
  753.         $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()));
  754.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  755.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  756.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  757.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController'$this));
  758.         return $instance;
  759.     }
  760.     /**
  761.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController' shared autowired service.
  762.      *
  763.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\BaseAdminApiController
  764.      */
  765.     protected function getBaseAdminApiControllerService()
  766.     {
  767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  769.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  770.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  771.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  772.         $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()));
  773.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  774.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  775.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  776.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\BaseAdminApiController'$this));
  777.         return $instance;
  778.     }
  779.     /**
  780.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController' shared autowired service.
  781.      *
  782.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Beneficiary\BeneficiaryController
  783.      */
  784.     protected function getBeneficiaryControllerService()
  785.     {
  786.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  788.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  789.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  790.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  791.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Beneficiary/BeneficiaryController.php';
  792.         $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()));
  793.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  794.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  795.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  796.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Beneficiary\\BeneficiaryController'$this));
  797.         return $instance;
  798.     }
  799.     /**
  800.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController' shared autowired service.
  801.      *
  802.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController
  803.      */
  804.     protected function getCashbackControllerService()
  805.     {
  806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  808.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  809.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  810.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  811.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Cashback/CashbackController.php';
  812.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Cashback/CashbackService.php';
  813.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Exporter/ExporterService.php';
  814.         $a = ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService());
  815.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Cashback\\CashbackController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackService($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\\FileService'] ?? $this->getFileServiceService()), $a), $a, ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Exporter\\ExporterService'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Exporter\\ExporterService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Exporter\ExporterService($this))));
  816.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  817.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  818.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  819.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Cashback\\CashbackController'$this));
  820.         return $instance;
  821.     }
  822.     /**
  823.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController' shared autowired service.
  824.      *
  825.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController
  826.      */
  827.     protected function getCashbackPromotionControllerService()
  828.     {
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  831.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  832.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  833.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  834.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Cashback/CashbackPromotionController.php';
  835.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Cashback\\CashbackPromotionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackPromotionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Cashback\\CashbackPromotionService'] ?? $this->getCashbackPromotionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  836.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  837.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  838.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  839.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Cashback\\CashbackPromotionController'$this));
  840.         return $instance;
  841.     }
  842.     /**
  843.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController' shared autowired service.
  844.      *
  845.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController
  846.      */
  847.     protected function getCashbackRetailerControllerService()
  848.     {
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  851.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  852.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  853.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  854.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Cashback/CashbackRetailerController.php';
  855.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Cashback/CashbackRetailerService.php';
  856.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Cashback\\CashbackRetailerController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Cashback\CashbackRetailerController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackRetailerService($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()));
  857.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  858.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  859.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  860.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Cashback\\CashbackRetailerController'$this));
  861.         return $instance;
  862.     }
  863.     /**
  864.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController' shared autowired service.
  865.      *
  866.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController
  867.      */
  868.     protected function getChangeRequestControllerService()
  869.     {
  870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  872.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  873.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  874.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  875.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/ChangeRequestController.php';
  876.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/ChangeRequestService.php';
  877.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ChangeRequestController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ChangeRequestController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\ChangeRequestService($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())));
  878.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  879.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  880.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  881.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ChangeRequestController'$this));
  882.         return $instance;
  883.     }
  884.     /**
  885.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController' shared autowired service.
  886.      *
  887.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Chat\ChatController
  888.      */
  889.     protected function getChatControllerService()
  890.     {
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  893.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  894.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  895.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  896.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Chat/ChatController.php';
  897.         $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\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  898.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  899.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  900.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  901.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Chat\\ChatController'$this));
  902.         return $instance;
  903.     }
  904.     /**
  905.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController' shared autowired service.
  906.      *
  907.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController
  908.      */
  909.     protected function getBillingPackageControllerService()
  910.     {
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  913.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  914.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  915.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  916.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Configuration/BillingPackage/BillingPackageController.php';
  917.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Configuration\\BillingPackage\\BillingPackageController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingPackageController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  918.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  919.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  920.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  921.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Configuration\\BillingPackage\\BillingPackageController'$this));
  922.         return $instance;
  923.     }
  924.     /**
  925.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController' shared autowired service.
  926.      *
  927.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController
  928.      */
  929.     protected function getBillingTypeControllerService()
  930.     {
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  933.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  934.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  935.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  936.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Configuration/BillingPackage/BillingTypeController.php';
  937.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Configuration\\BillingPackage\\BillingTypeController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Configuration\BillingPackage\BillingTypeController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  938.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  939.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  940.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  941.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Configuration\\BillingPackage\\BillingTypeController'$this));
  942.         return $instance;
  943.     }
  944.     /**
  945.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController' shared autowired service.
  946.      *
  947.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CountryController
  948.      */
  949.     protected function getCountryControllerService()
  950.     {
  951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  953.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  954.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  955.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  956.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/CountryController.php';
  957.         $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()));
  958.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  959.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  960.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  961.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CountryController'$this));
  962.         return $instance;
  963.     }
  964.     /**
  965.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController' shared autowired service.
  966.      *
  967.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\CurrencyController
  968.      */
  969.     protected function getCurrencyControllerService()
  970.     {
  971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  973.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  974.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  975.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  976.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/CurrencyController.php';
  977.         $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()));
  978.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  979.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  980.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  981.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\CurrencyController'$this));
  982.         return $instance;
  983.     }
  984.     /**
  985.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController' shared autowired service.
  986.      *
  987.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController
  988.      */
  989.     protected function getCustomerControllerService()
  990.     {
  991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  993.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  994.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  995.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  996.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Customer/CustomerController.php';
  997.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Customer/CustomerService.php';
  998.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Customer\\CustomerController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Customer\CustomerController(($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()), new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Customer\CustomerService($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())));
  999.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1000.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1001.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1002.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Customer\\CustomerController'$this));
  1003.         return $instance;
  1004.     }
  1005.     /**
  1006.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController' shared autowired service.
  1007.      *
  1008.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\DashboardController
  1009.      */
  1010.     protected function getDashboardControllerService()
  1011.     {
  1012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1014.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1015.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1016.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1017.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/DashboardController.php';
  1018.         $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()));
  1019.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1020.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1021.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1022.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\DashboardController'$this));
  1023.         return $instance;
  1024.     }
  1025.     /**
  1026.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController' shared autowired service.
  1027.      *
  1028.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController
  1029.      */
  1030.     protected function getDictionaryControllerService()
  1031.     {
  1032.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1035.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1036.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1037.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Dictionary/DictionaryController.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Dictionary/TranslationService.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Dictionary/Exporters/JsonExporter.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  1041.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1042.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  1043.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Dictionary\\DictionaryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Dictionary\DictionaryController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\TranslationService($this$a, ($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()), $b, ($this->services['validator'] ?? $this->getValidatorService()), new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\Exporters\JsonExporter($this, ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())), ($this->services['Translation\\Bundle\\Service\\Importer'] ?? $this->getImporterService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()))), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService'] ?? $this->getUploadServiceService()), $b$a);
  1044.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1045.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1046.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1047.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Dictionary\\DictionaryController'$this));
  1048.         return $instance;
  1049.     }
  1050.     /**
  1051.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController' shared autowired service.
  1052.      *
  1053.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController
  1054.      */
  1055.     protected function getDocumentControllerService()
  1056.     {
  1057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1059.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1060.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1061.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1062.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Document/DocumentController.php';
  1063.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Document/Service/DocumentService.php';
  1064.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Document\\DocumentController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\DocumentService($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())));
  1065.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1066.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1067.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1068.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Document\\DocumentController'$this));
  1069.         return $instance;
  1070.     }
  1071.     /**
  1072.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController' shared autowired service.
  1073.      *
  1074.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController
  1075.      */
  1076.     protected function getDocumentRevisionControllerService()
  1077.     {
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1080.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1081.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1082.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1083.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Document/DocumentRevisionController.php';
  1084.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Document/Service/DocumentRevisionService.php';
  1085.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Document\\DocumentRevisionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\DocumentRevisionController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\DocumentRevisionService($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())));
  1086.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1087.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1088.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1089.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Document\\DocumentRevisionController'$this));
  1090.         return $instance;
  1091.     }
  1092.     /**
  1093.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController' shared autowired service.
  1094.      *
  1095.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController
  1096.      */
  1097.     protected function getSignedDocumentControllerService()
  1098.     {
  1099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1102.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1104.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Document/SignedDocumentController.php';
  1105.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Document/Service/SignedDocumentService.php';
  1106.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Document\\SignedDocumentController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Document\SignedDocumentController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Document\Service\SignedDocumentService($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())));
  1107.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1108.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1109.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1110.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Document\\SignedDocumentController'$this));
  1111.         return $instance;
  1112.     }
  1113.     /**
  1114.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController' shared autowired service.
  1115.      *
  1116.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsActionCodeController
  1117.      */
  1118.     protected function getGpsActionCodeControllerService()
  1119.     {
  1120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1124.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1125.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/GpsActionCodeController.php';
  1126.         $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()));
  1127.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1128.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1129.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1130.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsActionCodeController'$this));
  1131.         return $instance;
  1132.     }
  1133.     /**
  1134.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController' shared autowired service.
  1135.      *
  1136.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsController
  1137.      */
  1138.     protected function getGpsControllerService()
  1139.     {
  1140.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1142.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1143.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/GpsController.php';
  1146.         $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()));
  1147.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1148.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1149.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1150.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsController'$this));
  1151.         return $instance;
  1152.     }
  1153.     /**
  1154.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController' shared autowired service.
  1155.      *
  1156.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsFeeGroupController
  1157.      */
  1158.     protected function getGpsFeeGroupControllerService()
  1159.     {
  1160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/GpsFeeGroupController.php';
  1166.         $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()));
  1167.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1168.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1169.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1170.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsFeeGroupController'$this));
  1171.         return $instance;
  1172.     }
  1173.     /**
  1174.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController' shared autowired service.
  1175.      *
  1176.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\GpsServiceCallController
  1177.      */
  1178.     protected function getGpsServiceCallControllerService()
  1179.     {
  1180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1182.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1183.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1184.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/GpsServiceCallController.php';
  1186.         $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()));
  1187.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1188.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1189.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1190.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\GpsServiceCallController'$this));
  1191.         return $instance;
  1192.     }
  1193.     /**
  1194.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController' shared autowired service.
  1195.      *
  1196.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\KYCController
  1197.      */
  1198.     protected function getKYCControllerService()
  1199.     {
  1200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/KYCController.php';
  1206.         $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()));
  1207.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1208.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1209.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1210.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\KYCController'$this));
  1211.         return $instance;
  1212.     }
  1213.     /**
  1214.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController' shared autowired service.
  1215.      *
  1216.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LanguageController
  1217.      */
  1218.     protected function getLanguageControllerService()
  1219.     {
  1220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/LanguageController.php';
  1226.         $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()));
  1227.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1228.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1229.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1230.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LanguageController'$this));
  1231.         return $instance;
  1232.     }
  1233.     /**
  1234.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController' shared autowired service.
  1235.      *
  1236.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\LegalController
  1237.      */
  1238.     protected function getLegalControllerService()
  1239.     {
  1240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1243.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1244.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/LegalController.php';
  1246.         $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()));
  1247.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1248.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1249.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1250.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\LegalController'$this));
  1251.         return $instance;
  1252.     }
  1253.     /**
  1254.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController' shared autowired service.
  1255.      *
  1256.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Mastercard\McApiController
  1257.      */
  1258.     protected function getMcApiControllerService()
  1259.     {
  1260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1265.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Mastercard/McApiController.php';
  1266.         $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()));
  1267.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1268.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1269.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1270.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Mastercard\\McApiController'$this));
  1271.         return $instance;
  1272.     }
  1273.     /**
  1274.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController' shared autowired service.
  1275.      *
  1276.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Member\AccountController
  1277.      */
  1278.     protected function getAccountController2Service()
  1279.     {
  1280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1282.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1283.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1285.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Member/AccountController.php';
  1286.         $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()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService'] ?? $this->getUserServiceService()));
  1287.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1288.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1289.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1290.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController'$this));
  1291.         return $instance;
  1292.     }
  1293.     /**
  1294.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController' shared autowired service.
  1295.      *
  1296.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\MerchantCategoryCodeController
  1297.      */
  1298.     protected function getMerchantCategoryCodeControllerService()
  1299.     {
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1302.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1303.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1304.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1305.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/MerchantCategoryCodeController.php';
  1306.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/MerchantCategoryCodeService.php';
  1307.         $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())));
  1308.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1309.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1310.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1311.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\MerchantCategoryCodeController'$this));
  1312.         return $instance;
  1313.     }
  1314.     /**
  1315.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController' shared autowired service.
  1316.      *
  1317.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController
  1318.      */
  1319.     protected function getNoteControllerService()
  1320.     {
  1321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1323.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1324.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1325.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1326.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Note/NoteController.php';
  1327.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Note/NoteService.php';
  1328.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Note\\NoteController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Note\NoteController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()), new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Note\NoteService($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()));
  1329.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1330.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1331.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1332.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Note\\NoteController'$this));
  1333.         return $instance;
  1334.     }
  1335.     /**
  1336.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController' shared autowired service.
  1337.      *
  1338.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationController
  1339.      */
  1340.     protected function getNotificationControllerService()
  1341.     {
  1342.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1345.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1346.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/NotificationController.php';
  1348.         $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()));
  1349.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1350.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1351.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1352.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationController'$this));
  1353.         return $instance;
  1354.     }
  1355.     /**
  1356.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController' shared autowired service.
  1357.      *
  1358.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\NotificationUserGroupController
  1359.      */
  1360.     protected function getNotificationUserGroupControllerService()
  1361.     {
  1362.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1364.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1365.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1366.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1367.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/NotificationUserGroupController.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Notifications/NotificationUserGroupService.php';
  1369.         $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()));
  1370.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1371.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1372.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1373.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\NotificationUserGroupController'$this));
  1374.         return $instance;
  1375.     }
  1376.     /**
  1377.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController' shared autowired service.
  1378.      *
  1379.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentCategoryController
  1380.      */
  1381.     protected function getPaymentCategoryControllerService()
  1382.     {
  1383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentCategoryController.php';
  1389.         $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()));
  1390.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1391.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1392.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1393.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentCategoryController'$this));
  1394.         return $instance;
  1395.     }
  1396.     /**
  1397.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController' shared autowired service.
  1398.      *
  1399.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceCategoryController
  1400.      */
  1401.     protected function getPaymentDeviceCategoryControllerService()
  1402.     {
  1403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1405.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1407.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1408.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentDeviceCategoryController.php';
  1409.         $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()));
  1410.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1411.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1412.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1413.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceCategoryController'$this));
  1414.         return $instance;
  1415.     }
  1416.     /**
  1417.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController' shared autowired service.
  1418.      *
  1419.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceController
  1420.      */
  1421.     protected function getPaymentDeviceControllerService()
  1422.     {
  1423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1425.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1426.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1427.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentDeviceController.php';
  1429.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Exporter/ExporterService.php';
  1430.         $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()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Exporter\\ExporterService'] ?? ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Exporter\\ExporterService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Exporter\ExporterService($this))));
  1431.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1432.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1433.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1434.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController'$this));
  1435.         return $instance;
  1436.     }
  1437.     /**
  1438.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController' shared autowired service.
  1439.      *
  1440.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceProductController
  1441.      */
  1442.     protected function getPaymentDeviceProductControllerService()
  1443.     {
  1444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/PaymentDeviceProductController.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDeviceProductService.php';
  1451.         $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()), 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())));
  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\\PaymentDeviceProductController'$this));
  1456.         return $instance;
  1457.     }
  1458.     /**
  1459.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController' shared autowired service.
  1460.      *
  1461.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentDeviceTypeController
  1462.      */
  1463.     protected function getPaymentDeviceTypeControllerService()
  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/PaymentDeviceTypeController.php';
  1471.         $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()));
  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\\PaymentDeviceTypeController'$this));
  1476.         return $instance;
  1477.     }
  1478.     /**
  1479.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController' shared autowired service.
  1480.      *
  1481.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentMerchantController
  1482.      */
  1483.     protected function getPaymentMerchantControllerService()
  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/PaymentMerchantController.php';
  1491.         $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()));
  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\\PaymentMerchantController'$this));
  1496.         return $instance;
  1497.     }
  1498.     /**
  1499.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController' shared autowired service.
  1500.      *
  1501.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PaymentTransactionController
  1502.      */
  1503.     protected function getPaymentTransactionControllerService()
  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/PaymentTransactionController.php';
  1511.         $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()));
  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\\PaymentTransactionController'$this));
  1516.         return $instance;
  1517.     }
  1518.     /**
  1519.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController' shared autowired service.
  1520.      *
  1521.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PermissionController
  1522.      */
  1523.     protected function getPermissionControllerService()
  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/PermissionController.php';
  1531.         $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()));
  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\\PermissionController'$this));
  1536.         return $instance;
  1537.     }
  1538.     /**
  1539.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController' shared autowired service.
  1540.      *
  1541.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PersonalManagerController
  1542.      */
  1543.     protected function getPersonalManagerControllerService()
  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/PersonalManagerController.php';
  1551.         $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()));
  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\\PersonalManagerController'$this));
  1556.         return $instance;
  1557.     }
  1558.     /**
  1559.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController' shared autowired service.
  1560.      *
  1561.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\PrivacyPolicyController
  1562.      */
  1563.     protected function getPrivacyPolicyControllerService()
  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/PrivacyPolicyController.php';
  1571.         $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()));
  1572.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1573.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1574.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1575.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PrivacyPolicyController'$this));
  1576.         return $instance;
  1577.     }
  1578.     /**
  1579.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController' shared autowired service.
  1580.      *
  1581.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RateController
  1582.      */
  1583.     protected function getRateControllerService()
  1584.     {
  1585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1587.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1588.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1589.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1590.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/RateController.php';
  1591.         $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()));
  1592.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1593.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1594.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1595.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RateController'$this));
  1596.         return $instance;
  1597.     }
  1598.     /**
  1599.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController' shared autowired service.
  1600.      *
  1601.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\RoleController
  1602.      */
  1603.     protected function getRoleControllerService()
  1604.     {
  1605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1607.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/RoleController.php';
  1611.         $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()));
  1612.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1613.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1614.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1615.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\RoleController'$this));
  1616.         return $instance;
  1617.     }
  1618.     /**
  1619.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController' shared autowired service.
  1620.      *
  1621.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController
  1622.      */
  1623.     protected function getScaConnectionControllerService()
  1624.     {
  1625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/ScaConnectionController.php';
  1631.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ScaConnectionController(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Service\\ScaConnectionService'] ?? $this->getScaConnectionServiceService()));
  1632.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController'$this));
  1633.         return $instance;
  1634.     }
  1635.     /**
  1636.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController' shared autowired service.
  1637.      *
  1638.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCategoryController
  1639.      */
  1640.     protected function getProductCategoryControllerService()
  1641.     {
  1642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1647.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Shop/ProductCategoryController.php';
  1648.         $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\\Shop\\ShopCategoryService'] ?? $this->getShopCategoryServiceService()));
  1649.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1650.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1651.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1652.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCategoryController'$this));
  1653.         return $instance;
  1654.     }
  1655.     /**
  1656.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController' shared autowired service.
  1657.      *
  1658.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController
  1659.      */
  1660.     protected function getProductCollectionControllerService()
  1661.     {
  1662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1664.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1666.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1667.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Shop/ProductCollectionController.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Shop/ShopCollectionService.php';
  1669.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCollectionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductCollectionController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopCollectionService($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())));
  1670.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1671.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1672.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1673.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductCollectionController'$this));
  1674.         return $instance;
  1675.     }
  1676.     /**
  1677.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController' shared autowired service.
  1678.      *
  1679.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductController
  1680.      */
  1681.     protected function getProductControllerService()
  1682.     {
  1683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1685.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1686.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1687.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1688.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Shop/ProductController.php';
  1689.         $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\\Shop\\ShopProductService'] ?? $this->getShopProductServiceService()));
  1690.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1691.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1692.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1693.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductController'$this));
  1694.         return $instance;
  1695.     }
  1696.     /**
  1697.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController' shared autowired service.
  1698.      *
  1699.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController
  1700.      */
  1701.     protected function getProductPurchaseControllerService()
  1702.     {
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Shop/ProductPurchaseController.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Shop/ShopProductPurchaseService.php';
  1710.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductPurchaseController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Shop\ProductPurchaseController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopProductPurchaseService($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())));
  1711.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1712.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1713.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1714.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Shop\\ProductPurchaseController'$this));
  1715.         return $instance;
  1716.     }
  1717.     /**
  1718.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController' shared autowired service.
  1719.      *
  1720.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\StatsController
  1721.      */
  1722.     protected function getStatsControllerService()
  1723.     {
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1726.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1729.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/StatsController.php';
  1730.         $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()));
  1731.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1732.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1733.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1734.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController'$this));
  1735.         return $instance;
  1736.     }
  1737.     /**
  1738.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController' shared autowired service.
  1739.      *
  1740.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Apple\AppleAdminController
  1741.      */
  1742.     protected function getAppleAdminControllerService()
  1743.     {
  1744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1746.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1747.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1748.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1749.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Stats/Apple/AppleAdminController.php';
  1750.         $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()));
  1751.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1752.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1753.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1754.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Apple\\AppleAdminController'$this));
  1755.         return $instance;
  1756.     }
  1757.     /**
  1758.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController' shared autowired service.
  1759.      *
  1760.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\Google\GoogleAdminController
  1761.      */
  1762.     protected function getGoogleAdminControllerService()
  1763.     {
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1766.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1767.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1768.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1769.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Stats/Google/GoogleAdminController.php';
  1770.         $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()));
  1771.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1772.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1773.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1774.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\Google\\GoogleAdminController'$this));
  1775.         return $instance;
  1776.     }
  1777.     /**
  1778.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController' shared autowired service.
  1779.      *
  1780.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Stats\ReportController
  1781.      */
  1782.     protected function getReportControllerService()
  1783.     {
  1784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1786.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1787.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1788.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1789.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Stats/ReportController.php';
  1790.         $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()));
  1791.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1792.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1793.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1794.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Stats\\ReportController'$this));
  1795.         return $instance;
  1796.     }
  1797.     /**
  1798.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController' shared autowired service.
  1799.      *
  1800.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\SupportController
  1801.      */
  1802.     protected function getSupportControllerService()
  1803.     {
  1804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1806.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1808.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1809.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/SupportController.php';
  1810.         $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()));
  1811.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1812.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1813.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1814.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\SupportController'$this));
  1815.         return $instance;
  1816.     }
  1817.     /**
  1818.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController' shared autowired service.
  1819.      *
  1820.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TermsAndConditionsController
  1821.      */
  1822.     protected function getTermsAndConditionsControllerService()
  1823.     {
  1824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1826.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1827.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/TermsAndConditionsController.php';
  1830.         $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()));
  1831.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1832.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1833.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1834.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TermsAndConditionsController'$this));
  1835.         return $instance;
  1836.     }
  1837.     /**
  1838.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController' shared autowired service.
  1839.      *
  1840.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\ToolsController
  1841.      */
  1842.     protected function getToolsControllerService()
  1843.     {
  1844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1846.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1847.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1848.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1849.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/ToolsController.php';
  1850.         $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()));
  1851.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1852.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  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\\Admin\\Api\\Controller\\ToolsController'$this));
  1855.         return $instance;
  1856.     }
  1857.     /**
  1858.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController' shared autowired service.
  1859.      *
  1860.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\BulkLoadController
  1861.      */
  1862.     protected function getBulkLoadControllerService()
  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/Admin/Api/Controller/BaseAdminApiController.php';
  1869.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Tools/BulkLoadController.php';
  1870.         $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()));
  1871.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1872.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1873.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1874.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController'$this));
  1875.         return $instance;
  1876.     }
  1877.     /**
  1878.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController' shared autowired service.
  1879.      *
  1880.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController
  1881.      */
  1882.     protected function getIcomoonControllerService()
  1883.     {
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1889.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Tools/IcomoonController.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Tools/IcomoonService.php';
  1891.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\IcomoonController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Tools\IcomoonController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()), new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\IcomoonService($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())));
  1892.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1893.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1894.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1895.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\IcomoonController'$this));
  1896.         return $instance;
  1897.     }
  1898.     /**
  1899.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController' shared autowired service.
  1900.      *
  1901.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionCategoryController
  1902.      */
  1903.     protected function getTransactionCategoryControllerService()
  1904.     {
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1909.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/TransactionCategoryController.php';
  1911.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionCategoryService.php';
  1912.         $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())));
  1913.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1914.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1915.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1916.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionCategoryController'$this));
  1917.         return $instance;
  1918.     }
  1919.     /**
  1920.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController' shared autowired service.
  1921.      *
  1922.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController
  1923.      */
  1924.     protected function getTransactionControllerService()
  1925.     {
  1926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/TransactionController.php';
  1932.         $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()));
  1933.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1934.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1935.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1936.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController'$this));
  1937.         return $instance;
  1938.     }
  1939.     /**
  1940.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController' shared autowired service.
  1941.      *
  1942.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionMerchantController
  1943.      */
  1944.     protected function getTransactionMerchantControllerService()
  1945.     {
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1948.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1949.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1950.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1951.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/TransactionMerchantController.php';
  1952.         $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()));
  1953.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1954.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1955.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1956.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionMerchantController'$this));
  1957.         return $instance;
  1958.     }
  1959.     /**
  1960.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController' shared autowired service.
  1961.      *
  1962.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController
  1963.      */
  1964.     protected function getTransactionStatementControllerService()
  1965.     {
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/Transaction/TransactionStatementController.php';
  1972.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Transaction\\TransactionStatementController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\Transaction\TransactionStatementController(($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()));
  1973.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  1974.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  1975.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  1976.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Transaction\\TransactionStatementController'$this));
  1977.         return $instance;
  1978.     }
  1979.     /**
  1980.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController' shared autowired service.
  1981.      *
  1982.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController
  1983.      */
  1984.     protected function getUserConsentControllerService()
  1985.     {
  1986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1988.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  1990.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  1991.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/UserConsentController.php';
  1992.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserConsentController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()), ($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PSD2\\SaltEdge\\ConsentTokenService'] ?? $this->getConsentTokenServiceService()), ($this->privates['LaunchPad\\SaltEdgeConnector\\Bootstrap\\Connector'] ?? $this->getConnectorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1993.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController'$this));
  1994.         return $instance;
  1995.     }
  1996.     /**
  1997.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController' shared autowired service.
  1998.      *
  1999.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\UserPermissionController
  2000.      */
  2001.     protected function getUserPermissionControllerService()
  2002.     {
  2003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2005.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2006.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2007.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/UserPermissionController.php';
  2009.         $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()));
  2010.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2011.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  2012.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2013.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserPermissionController'$this));
  2014.         return $instance;
  2015.     }
  2016.     /**
  2017.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController' shared autowired service.
  2018.      *
  2019.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserActionController
  2020.      */
  2021.     protected function getUserActionControllerService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2025.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2026.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2027.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/User/UserActionController.php';
  2029.         $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()));
  2030.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2031.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  2032.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2033.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserActionController'$this));
  2034.         return $instance;
  2035.     }
  2036.     /**
  2037.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController' shared autowired service.
  2038.      *
  2039.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserController
  2040.      */
  2041.     protected function getUserControllerService()
  2042.     {
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/User/UserController.php';
  2049.         $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()));
  2050.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2051.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  2052.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2053.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController'$this));
  2054.         return $instance;
  2055.     }
  2056.     /**
  2057.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController' shared autowired service.
  2058.      *
  2059.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserDeviceController
  2060.      */
  2061.     protected function getUserDeviceControllerService()
  2062.     {
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2065.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2066.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2067.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/User/UserDeviceController.php';
  2069.         $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()));
  2070.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2071.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  2072.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2073.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserDeviceController'$this));
  2074.         return $instance;
  2075.     }
  2076.     /**
  2077.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController' shared autowired service.
  2078.      *
  2079.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\User\UserSessionController
  2080.      */
  2081.     protected function getUserSessionControllerService()
  2082.     {
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2085.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2087.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/User/UserSessionController.php';
  2089.         $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()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserSessionService'] ?? $this->getUserSessionServiceService()));
  2090.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2091.         $instance->setPaginatorService(($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()));
  2092.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2093.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserSessionController'$this));
  2094.         return $instance;
  2095.     }
  2096.     /**
  2097.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Admin\Service\UserAdminService' shared autowired service.
  2098.      *
  2099.      * @return \LaunchPad\Bundle\LaunchPadBundle\Admin\Service\UserAdminService
  2100.      */
  2101.     protected function getUserAdminServiceService()
  2102.     {
  2103.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Service/UserAdminService.php';
  2104.         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()));
  2105.     }
  2106.     /**
  2107.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController' shared autowired service.
  2108.      *
  2109.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\AppController
  2110.      */
  2111.     protected function getAppController2Service()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2117.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/AppController.php';
  2118.         $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()));
  2119.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2120.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2121.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\AppController'$this));
  2122.         return $instance;
  2123.     }
  2124.     /**
  2125.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController' shared autowired service.
  2126.      *
  2127.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Auth\AuthController
  2128.      */
  2129.     protected function getAuthControllerService()
  2130.     {
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2133.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2134.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Auth/AuthController.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Verification/VerificationService.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Auth/EmailVerificationService.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2140.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2141.         $b = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  2142.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2143.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2144.         $e = ($this->services['kernel'] ?? $this->get('kernel'1));
  2145.         $f = ($this->services['validator'] ?? $this->getValidatorService());
  2146.         $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()), ($this->privates['url_helper'] ?? $this->getUrlHelperService())), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserActionService'] ?? $this->getUserActionServiceService()));
  2147.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2148.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2149.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController'$this));
  2150.         return $instance;
  2151.     }
  2152.     /**
  2153.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController' shared autowired service.
  2154.      *
  2155.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BalanceController
  2156.      */
  2157.     protected function getBalanceControllerService()
  2158.     {
  2159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2161.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2163.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BalanceController.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  2166.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Service/GpsWalletService.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/BalanceService.php';
  2168.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2169.         $b = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  2170.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2171.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2172.         $e = ($this->services['kernel'] ?? $this->get('kernel'1));
  2173.         $f = ($this->services['validator'] ?? $this->getValidatorService());
  2174.         $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()));
  2175.         $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())));
  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\\BalanceController'$this));
  2179.         return $instance;
  2180.     }
  2181.     /**
  2182.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController' shared autowired service.
  2183.      *
  2184.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\BaseApiController
  2185.      */
  2186.     protected function getBaseApiControllerService()
  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.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2192.         $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()));
  2193.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2194.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2195.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\BaseApiController'$this));
  2196.         return $instance;
  2197.     }
  2198.     /**
  2199.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController' shared autowired service.
  2200.      *
  2201.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Beneficiary\BeneficiaryController
  2202.      */
  2203.     protected function getBeneficiaryController2Service()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2207.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2208.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Beneficiary/BeneficiaryController.php';
  2210.         $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()));
  2211.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2212.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2213.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Beneficiary\\BeneficiaryController'$this));
  2214.         return $instance;
  2215.     }
  2216.     /**
  2217.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController' shared autowired service.
  2218.      *
  2219.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CardController
  2220.      */
  2221.     protected function getCardControllerService()
  2222.     {
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/CardController.php';
  2228.         $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()));
  2229.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2230.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2231.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CardController'$this));
  2232.         return $instance;
  2233.     }
  2234.     /**
  2235.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController' shared autowired service.
  2236.      *
  2237.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController
  2238.      */
  2239.     protected function getCashbackController2Service()
  2240.     {
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Cashback/CashbackController.php';
  2246.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Cashback\\CashbackController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\CashbackController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Cashback\\CashbackPromotionService'] ?? $this->getCashbackPromotionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()));
  2247.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2248.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2249.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Cashback\\CashbackController'$this));
  2250.         return $instance;
  2251.     }
  2252.     /**
  2253.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController' shared autowired service.
  2254.      *
  2255.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController
  2256.      */
  2257.     protected function getGiftCardsControllerService()
  2258.     {
  2259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2262.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2263.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Cashback/GiftCardsController.php';
  2264.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Cashback/GiftCardsService.php';
  2265.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Cashback\\GiftCardsController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Cashback\GiftCardsController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\GiftCardsService($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())));
  2266.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2267.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2268.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Cashback\\GiftCardsController'$this));
  2269.         return $instance;
  2270.     }
  2271.     /**
  2272.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController' shared autowired service.
  2273.      *
  2274.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController
  2275.      */
  2276.     protected function getChatController2Service()
  2277.     {
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2280.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2281.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2282.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Chat/ChatController.php';
  2283.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Chat\\ChatController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Chat\ChatController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Chat\\ConversationService'] ?? $this->getConversationServiceService()));
  2284.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2285.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2286.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Chat\\ChatController'$this));
  2287.         return $instance;
  2288.     }
  2289.     /**
  2290.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController' shared autowired service.
  2291.      *
  2292.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CountryController
  2293.      */
  2294.     protected function getCountryController2Service()
  2295.     {
  2296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2299.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/CountryController.php';
  2301.         $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()));
  2302.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2303.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2304.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CountryController'$this));
  2305.         return $instance;
  2306.     }
  2307.     /**
  2308.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController' shared autowired service.
  2309.      *
  2310.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\CurrencyController
  2311.      */
  2312.     protected function getCurrencyController2Service()
  2313.     {
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2316.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/CurrencyController.php';
  2319.         $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()));
  2320.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2321.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2322.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\CurrencyController'$this));
  2323.         return $instance;
  2324.     }
  2325.     /**
  2326.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController' shared autowired service.
  2327.      *
  2328.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\FX\FxController
  2329.      */
  2330.     protected function getFxControllerService()
  2331.     {
  2332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/FX/FxController.php';
  2337.         $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()));
  2338.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2339.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2340.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\FX\\FxController'$this));
  2341.         return $instance;
  2342.     }
  2343.     /**
  2344.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController' shared autowired service.
  2345.      *
  2346.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\NotificationController
  2347.      */
  2348.     protected function getNotificationController2Service()
  2349.     {
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2353.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2354.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/NotificationController.php';
  2355.         $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()));
  2356.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2357.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2358.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\NotificationController'$this));
  2359.         return $instance;
  2360.     }
  2361.     /**
  2362.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController' shared autowired service.
  2363.      *
  2364.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController
  2365.      */
  2366.     protected function getConsentControllerService()
  2367.     {
  2368.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2370.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2371.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2372.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/PSD2/Compliance/ConsentController.php';
  2373.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Compliance\ConsentController(($this->privates['LaunchPad\\SaltEdgeConnector\\Bootstrap\\Connector'] ?? $this->getConnectorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PSD2\\SaltEdge\\LaunchPadConnectorBridge'] ?? $this->getLaunchPadConnectorBridgeService()), ($this->services['lp.paginator'] ?? $this->getLp_PaginatorService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PSD2\\SaltEdge\\ConsentTokenService'] ?? $this->getConsentTokenServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Service\\ScaService'] ?? $this->getScaServiceService()));
  2374.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController'$this));
  2375.         return $instance;
  2376.     }
  2377.     /**
  2378.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController' shared autowired service.
  2379.      *
  2380.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController
  2381.      */
  2382.     protected function getSaltEdgeConnectorControllerService()
  2383.     {
  2384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2386.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2387.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2388.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/PSD2/Connector/SaltEdgeConnectorController.php';
  2389.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\Connector\SaltEdgeConnectorController(($this->privates['LaunchPad\\SaltEdgeConnector\\Bootstrap\\Connector'] ?? $this->getConnectorService()));
  2390.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController'$this));
  2391.         return $instance;
  2392.     }
  2393.     /**
  2394.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController' shared autowired service.
  2395.      *
  2396.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController
  2397.      */
  2398.     protected function getAuthorizationControllerService()
  2399.     {
  2400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2402.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2403.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/PSD2/SCA/AuthorizationController.php';
  2405.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SCA/Service/ScaAuthorizationService.php';
  2406.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\SCA\\AuthorizationController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\AuthorizationController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Service\\ScaConnectionService'] ?? $this->getScaConnectionServiceService()), new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaAuthorizationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Notifications\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Service\\ScaService'] ?? $this->getScaServiceService())));
  2407.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2408.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2409.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\SCA\\AuthorizationController'$this));
  2410.         return $instance;
  2411.     }
  2412.     /**
  2413.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController' shared autowired service.
  2414.      *
  2415.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController
  2416.      */
  2417.     protected function getConnectionControllerService()
  2418.     {
  2419.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2421.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2422.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2423.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/PSD2/SCA/ConnectionController.php';
  2424.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\SCA\\ConnectionController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PSD2\SCA\ConnectionController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2425.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2426.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2427.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\SCA\\ConnectionController'$this));
  2428.         return $instance;
  2429.     }
  2430.     /**
  2431.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController' shared autowired service.
  2432.      *
  2433.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentCardController
  2434.      */
  2435.     protected function getPaymentCardControllerService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/PaymentCardController.php';
  2442.         $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()));
  2443.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2444.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2445.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController'$this));
  2446.         return $instance;
  2447.     }
  2448.     /**
  2449.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController' shared autowired service.
  2450.      *
  2451.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\PaymentDeviceController
  2452.      */
  2453.     protected function getPaymentDeviceController2Service()
  2454.     {
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/PaymentDeviceController.php';
  2460.         $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()));
  2461.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2462.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2463.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentDeviceController'$this));
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController' shared autowired service.
  2468.      *
  2469.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\RateController
  2470.      */
  2471.     protected function getRateController2Service()
  2472.     {
  2473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2476.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/RateController.php';
  2478.         $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()));
  2479.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2480.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2481.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\RateController'$this));
  2482.         return $instance;
  2483.     }
  2484.     /**
  2485.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController' shared autowired service.
  2486.      *
  2487.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController
  2488.      */
  2489.     protected function getShopCategoryControllerService()
  2490.     {
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Shop/ShopCategoryController.php';
  2496.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Shop\\ShopCategoryController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopCategoryController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Shop\\ShopCategoryService'] ?? $this->getShopCategoryServiceService()));
  2497.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2498.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2499.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Shop\\ShopCategoryController'$this));
  2500.         return $instance;
  2501.     }
  2502.     /**
  2503.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController' shared autowired service.
  2504.      *
  2505.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController
  2506.      */
  2507.     protected function getShopControllerService()
  2508.     {
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2511.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2512.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Shop/ShopController.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Shop/ShopService.php';
  2515.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Shop\\ShopController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Shop\\ShopProductService'] ?? $this->getShopProductServiceService()), new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopService($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\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService())));
  2516.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2517.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2518.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Shop\\ShopController'$this));
  2519.         return $instance;
  2520.     }
  2521.     /**
  2522.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController' shared autowired service.
  2523.      *
  2524.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController
  2525.      */
  2526.     protected function getShopProductControllerService()
  2527.     {
  2528.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2530.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Shop/ShopProductController.php';
  2533.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Shop\\ShopProductController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Shop\ShopProductController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService'] ?? $this->getPaginatorServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Shop\\ShopProductService'] ?? $this->getShopProductServiceService()));
  2534.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2535.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2536.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Shop\\ShopProductController'$this));
  2537.         return $instance;
  2538.     }
  2539.     /**
  2540.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController' shared autowired service.
  2541.      *
  2542.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SpendingController
  2543.      */
  2544.     protected function getSpendingControllerService()
  2545.     {
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2550.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/SpendingController.php';
  2551.         $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()));
  2552.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2553.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2554.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController'$this));
  2555.         return $instance;
  2556.     }
  2557.     /**
  2558.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController' shared autowired service.
  2559.      *
  2560.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SupportController
  2561.      */
  2562.     protected function getSupportController2Service()
  2563.     {
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2567.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/SupportController.php';
  2569.         $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()));
  2570.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2571.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2572.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SupportController'$this));
  2573.         return $instance;
  2574.     }
  2575.     /**
  2576.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController' shared autowired service.
  2577.      *
  2578.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController
  2579.      */
  2580.     protected function getSwaggerControllerService()
  2581.     {
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2584.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/SwaggerController.php';
  2587.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SwaggerController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\SwaggerController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Translation\\TranslationService'] ?? $this->getTranslationServiceService()));
  2588.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2589.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2590.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SwaggerController'$this));
  2591.         return $instance;
  2592.     }
  2593.     /**
  2594.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController' shared autowired service.
  2595.      *
  2596.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestKycController
  2597.      */
  2598.     protected function getTestKycControllerService()
  2599.     {
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Test/TestKycController.php';
  2605.         $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()));
  2606.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2607.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2608.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestKycController'$this));
  2609.         return $instance;
  2610.     }
  2611.     /**
  2612.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller' shared autowired service.
  2613.      *
  2614.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\Test\TestS3Controller
  2615.      */
  2616.     protected function getTestS3ControllerService()
  2617.     {
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2621.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/Test/TestS3Controller.php';
  2623.         $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()));
  2624.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2625.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2626.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Test\\TestS3Controller'$this));
  2627.         return $instance;
  2628.     }
  2629.     /**
  2630.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController' shared autowired service.
  2631.      *
  2632.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\ToolsController
  2633.      */
  2634.     protected function getToolsController2Service()
  2635.     {
  2636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2637.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2638.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2639.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2640.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/ToolsController.php';
  2641.         $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()));
  2642.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2643.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2644.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController'$this));
  2645.         return $instance;
  2646.     }
  2647.     /**
  2648.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController' shared autowired service.
  2649.      *
  2650.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TopUpController
  2651.      */
  2652.     protected function getTopUpControllerService()
  2653.     {
  2654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2656.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2657.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2658.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/TopUpController.php';
  2659.         $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()));
  2660.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2661.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2662.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController'$this));
  2663.         return $instance;
  2664.     }
  2665.     /**
  2666.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController' shared autowired service.
  2667.      *
  2668.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransactionController
  2669.      */
  2670.     protected function getTransactionController2Service()
  2671.     {
  2672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/TransactionController.php';
  2677.         $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()));
  2678.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2679.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2680.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransactionController'$this));
  2681.         return $instance;
  2682.     }
  2683.     /**
  2684.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController' shared autowired service.
  2685.      *
  2686.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\TransferController
  2687.      */
  2688.     protected function getTransferControllerService()
  2689.     {
  2690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2692.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2693.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2694.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/TransferController.php';
  2695.         $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()));
  2696.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2697.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2698.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TransferController'$this));
  2699.         return $instance;
  2700.     }
  2701.     /**
  2702.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController' shared autowired service.
  2703.      *
  2704.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController
  2705.      */
  2706.     protected function getUserChallengeControllerService()
  2707.     {
  2708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2710.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2712.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin/Api/Controller/BaseAdminApiController.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/UserChallengeController.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UserChallenge/UserChallengeService.php';
  2715.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\UserChallengeController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\UserChallengeController(new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserChallenge\UserChallengeService($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())));
  2716.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2717.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2718.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\UserChallengeController'$this));
  2719.         return $instance;
  2720.     }
  2721.     /**
  2722.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController' shared autowired service.
  2723.      *
  2724.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserContactController
  2725.      */
  2726.     protected function getUserContactControllerService()
  2727.     {
  2728.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2732.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/User/UserContactController.php';
  2733.         $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()));
  2734.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2735.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2736.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserContactController'$this));
  2737.         return $instance;
  2738.     }
  2739.     /**
  2740.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController' shared autowired service.
  2741.      *
  2742.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserDeviceController
  2743.      */
  2744.     protected function getUserDeviceController2Service()
  2745.     {
  2746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2748.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2749.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2750.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/User/UserDeviceController.php';
  2751.         $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()));
  2752.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2753.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2754.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserDeviceController'$this));
  2755.         return $instance;
  2756.     }
  2757.     /**
  2758.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController' shared autowired service.
  2759.      *
  2760.      * @return \LaunchPad\Bundle\LaunchPadBundle\Api\Controller\User\UserSessionController
  2761.      */
  2762.     protected function getUserSessionController2Service()
  2763.     {
  2764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2766.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/User/UserSessionController.php';
  2769.         $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()));
  2770.         $instance->setBaseApiService(($this->services['api.base_api'] ?? $this->getApi_BaseApiService()));
  2771.         $instance->setAppNormalizerService(($this->services['lp.app_normalizer_service'] ?? $this->getLp_AppNormalizerServiceService()));
  2772.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\User\\UserSessionController'$this));
  2773.         return $instance;
  2774.     }
  2775.     /**
  2776.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController' shared autowired service.
  2777.      *
  2778.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Controller\BaseController
  2779.      */
  2780.     protected function getBaseControllerService()
  2781.     {
  2782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2784.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2785.         $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()));
  2786.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Controller\\BaseController'$this));
  2787.         return $instance;
  2788.     }
  2789.     /**
  2790.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\TransferRequestEntityListener' shared autowired service.
  2791.      *
  2792.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\TransferRequestEntityListener
  2793.      */
  2794.     protected function getTransferRequestEntityListenerService()
  2795.     {
  2796.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/Entity/TransferRequestEntityListener.php';
  2797.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\TransferRequestEntityListener();
  2798.     }
  2799.     /**
  2800.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\UserEntityListener' shared autowired service.
  2801.      *
  2802.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\UserEntityListener
  2803.      */
  2804.     protected function getUserEntityListenerService()
  2805.     {
  2806.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/Entity/UserEntityListener.php';
  2807.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\Entity\UserEntityListener($this);
  2808.     }
  2809.     /**
  2810.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\Security\AccessControl' shared autowired service.
  2811.      *
  2812.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\Security\AccessControl
  2813.      */
  2814.     protected function getAccessControlService()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Auth/Security/AccessControl.php';
  2817.         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'));
  2818.     }
  2819.     /**
  2820.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutApiService' shared autowired service.
  2821.      *
  2822.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutApiService
  2823.      */
  2824.     protected function getCheckoutApiServiceService()
  2825.     {
  2826.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutTrait.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutApiService.php';
  2828.         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()));
  2829.     }
  2830.     /**
  2831.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutPaymentService' shared autowired service.
  2832.      *
  2833.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutPaymentService
  2834.      */
  2835.     protected function getCheckoutPaymentServiceService()
  2836.     {
  2837.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutPaymentService.php';
  2838.         $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()));
  2839.         $instance->setApiService(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutApiService'] ?? $this->getCheckoutApiServiceService()));
  2840.         $instance->setCheckoutService(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService'] ?? $this->getCheckoutServiceService()));
  2841.         $instance->setTopUpService(($this->services['lp.topup'] ?? $this->getLp_TopupService()));
  2842.         return $instance;
  2843.     }
  2844.     /**
  2845.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutService' shared autowired service.
  2846.      *
  2847.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\CheckoutService
  2848.      */
  2849.     protected function getCheckoutServiceService()
  2850.     {
  2851.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutTrait.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/CheckoutService.php';
  2853.         $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()));
  2854.         $instance->setApiService(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutApiService'] ?? $this->getCheckoutApiServiceService()));
  2855.         $instance->setPaymentService(($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutPaymentService'] ?? $this->getCheckoutPaymentServiceService()));
  2856.         return $instance;
  2857.     }
  2858.     /**
  2859.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\EventListener\Entity\CheckoutCardListener' shared autowired service.
  2860.      *
  2861.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\Checkout\EventListener\Entity\CheckoutCardListener
  2862.      */
  2863.     protected function getCheckoutCardListenerService()
  2864.     {
  2865.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/Checkout/EventListener/Entity/CheckoutCardListener.php';
  2866.         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()));
  2867.     }
  2868.     /**
  2869.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycRunner' shared autowired service.
  2870.      *
  2871.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycRunner
  2872.      */
  2873.     protected function getKycRunnerService()
  2874.     {
  2875.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycRunner.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycLoggerService.php';
  2877.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2878.         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()));
  2879.     }
  2880.     /**
  2881.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\OTPService' shared autowired service.
  2882.      *
  2883.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\OTP\OTPService
  2884.      */
  2885.     protected function getOTPServiceService()
  2886.     {
  2887.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/OTPService.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Provider/OtpProvider.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Provider/EmailOtpProvider.php';
  2890.         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()))]);
  2891.     }
  2892.     /**
  2893.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController' shared autowired service.
  2894.      *
  2895.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController
  2896.      */
  2897.     protected function getScaControllerService()
  2898.     {
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Api/Controller/BaseApiController.php';
  2903.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SCA/Controller/ScaController.php';
  2904.         $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController'] = $instance = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Controller\ScaController(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Service\\ScaConnectionService'] ?? $this->getScaConnectionServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService'] ?? $this->getUserDeviceServiceService()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Service\\ScaService'] ?? $this->getScaServiceService()));
  2905.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController'$this));
  2906.         return $instance;
  2907.     }
  2908.     /**
  2909.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleReportService' shared autowired service.
  2910.      *
  2911.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GoogleReportService
  2912.      */
  2913.     protected function getGoogleReportServiceService()
  2914.     {
  2915.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/Google/GoogleReportService.php';
  2916.         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()));
  2917.     }
  2918.     /**
  2919.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\ReportService' shared autowired service.
  2920.      *
  2921.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\ReportService
  2922.      */
  2923.     protected function getReportServiceService()
  2924.     {
  2925.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/ReportService.php';
  2926.         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()));
  2927.     }
  2928.     /**
  2929.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\CheckoutTopUpHandler' shared autowired service.
  2930.      *
  2931.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\CheckoutTopUpHandler
  2932.      */
  2933.     protected function getCheckoutTopUpHandlerService()
  2934.     {
  2935.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUp/Handlers/TopUpHandlerInterface.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUp/Handlers/CheckoutTopUpHandler.php';
  2937.         $a = ($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService'] ?? $this->getCheckoutServiceService());
  2938.         if (isset($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler'])) {
  2939.             return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler'];
  2940.         }
  2941.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\CheckoutTopUpHandler($a);
  2942.     }
  2943.     /**
  2944.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\Container\TopUpHandlerContainer' shared autowired service.
  2945.      *
  2946.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\Container\TopUpHandlerContainer
  2947.      */
  2948.     protected function getTopUpHandlerContainerService()
  2949.     {
  2950.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUp/Handlers/Container/TopUpHandlerContainer.php';
  2951.         $a = ($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\CheckoutTopUpHandler'] ?? $this->getCheckoutTopUpHandlerService());
  2952.         if (isset($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer'])) {
  2953.             return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer'];
  2954.         }
  2955.         return $this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUp\Handlers\Container\TopUpHandlerContainer([=> $a]);
  2956.     }
  2957.     /**
  2958.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\S3FileHandler' shared autowired service.
  2959.      *
  2960.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\S3FileHandler
  2961.      */
  2962.     protected function getS3FileHandlerService()
  2963.     {
  2964.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/FileHandler.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/Handlers/S3FileHandler.php';
  2966.         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');
  2967.     }
  2968.     /**
  2969.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController' shared autowired service.
  2970.      *
  2971.      * @return \LaunchPad\Bundle\LaunchPadBundle\External\Controller\CheckoutController
  2972.      */
  2973.     protected function getCheckoutControllerService()
  2974.     {
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2977.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2978.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Controller/CheckoutController.php';
  2979.         $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()));
  2980.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController'$this));
  2981.         return $instance;
  2982.     }
  2983.     /**
  2984.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController' shared autowired service.
  2985.      *
  2986.      * @return \LaunchPad\Bundle\LaunchPadBundle\External\Controller\GpsController
  2987.      */
  2988.     protected function getGpsController2Service()
  2989.     {
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2992.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  2993.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Controller/GpsController.php';
  2994.         $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()));
  2995.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController'$this));
  2996.         return $instance;
  2997.     }
  2998.     /**
  2999.      * Gets the public 'LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller' shared autowired service.
  3000.      *
  3001.      * @return \LaunchPad\Bundle\LaunchPadBundle\External\Controller\W2Controller
  3002.      */
  3003.     protected function getW2ControllerService()
  3004.     {
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3006.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3007.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Controller/BaseController.php';
  3008.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Controller/W2Controller.php';
  3009.         $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()));
  3010.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller'$this));
  3011.         return $instance;
  3012.     }
  3013.     /**
  3014.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3015.      *
  3016.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3017.      */
  3018.     protected function getRedirectControllerService()
  3019.     {
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3021.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  3022.     }
  3023.     /**
  3024.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3025.      *
  3026.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3027.      */
  3028.     protected function getTemplateControllerService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  3031.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  3032.     }
  3033.     /**
  3034.      * Gets the public 'Translation\Bundle\Catalogue\CatalogueCounter' shared service.
  3035.      *
  3036.      * @return \Translation\Bundle\Catalogue\CatalogueCounter
  3037.      */
  3038.     protected function getCatalogueCounterService()
  3039.     {
  3040.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  3041.         return $this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter();
  3042.     }
  3043.     /**
  3044.      * Gets the public 'Translation\Bundle\Catalogue\CatalogueFetcher' shared service.
  3045.      *
  3046.      * @return \Translation\Bundle\Catalogue\CatalogueFetcher
  3047.      */
  3048.     protected function getCatalogueFetcherService()
  3049.     {
  3050.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueFetcher.php';
  3051.         return $this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] = new \Translation\Bundle\Catalogue\CatalogueFetcher(($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()));
  3052.     }
  3053.     /**
  3054.      * Gets the public 'Translation\Bundle\Catalogue\CatalogueManager' shared service.
  3055.      *
  3056.      * @return \Translation\Bundle\Catalogue\CatalogueManager
  3057.      */
  3058.     protected function getCatalogueManagerService()
  3059.     {
  3060.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueManager.php';
  3061.         return $this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] = new \Translation\Bundle\Catalogue\CatalogueManager();
  3062.     }
  3063.     /**
  3064.      * Gets the public 'Translation\Bundle\Catalogue\CatalogueWriter' shared service.
  3065.      *
  3066.      * @return \Translation\Bundle\Catalogue\CatalogueWriter
  3067.      */
  3068.     protected function getCatalogueWriterService()
  3069.     {
  3070.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueWriter.php';
  3071.         return $this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] = new \Translation\Bundle\Catalogue\CatalogueWriter(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), 'en');
  3072.     }
  3073.     /**
  3074.      * Gets the public 'Translation\Bundle\Command\CheckMissingCommand' shared service.
  3075.      *
  3076.      * @return \Translation\Bundle\Command\CheckMissingCommand
  3077.      */
  3078.     protected function getCheckMissingCommandService()
  3079.     {
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3081.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/CheckMissingCommand.php';
  3082.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  3083.         $this->services['Translation\\Bundle\\Command\\CheckMissingCommand'] = $instance = new \Translation\Bundle\Command\CheckMissingCommand(($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->services['Translation\\Bundle\\Service\\Importer'] ?? $this->getImporterService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())));
  3084.         $instance->setName('translation:check-missing');
  3085.         return $instance;
  3086.     }
  3087.     /**
  3088.      * Gets the public 'Translation\Bundle\Command\DeleteObsoleteCommand' shared service.
  3089.      *
  3090.      * @return \Translation\Bundle\Command\DeleteObsoleteCommand
  3091.      */
  3092.     protected function getDeleteObsoleteCommandService()
  3093.     {
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3095.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/BundleTrait.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/StorageTrait.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/DeleteObsoleteCommand.php';
  3098.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueManager.php';
  3099.         $this->services['Translation\\Bundle\\Command\\DeleteObsoleteCommand'] = $instance = new \Translation\Bundle\Command\DeleteObsoleteCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] = new \Translation\Bundle\Catalogue\CatalogueManager())), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()));
  3100.         $instance->setName('translation:delete-obsolete');
  3101.         return $instance;
  3102.     }
  3103.     /**
  3104.      * Gets the public 'Translation\Bundle\Command\DownloadCommand' shared service.
  3105.      *
  3106.      * @return \Translation\Bundle\Command\DownloadCommand
  3107.      */
  3108.     protected function getDownloadCommandService()
  3109.     {
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3111.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/BundleTrait.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/StorageTrait.php';
  3113.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/DownloadCommand.php';
  3114.         $this->services['Translation\\Bundle\\Command\\DownloadCommand'] = $instance = new \Translation\Bundle\Command\DownloadCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Service\\CacheClearer'] ?? $this->getCacheClearerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] ?? $this->getCatalogueWriterService()));
  3115.         $instance->setName('translation:download');
  3116.         return $instance;
  3117.     }
  3118.     /**
  3119.      * Gets the public 'Translation\Bundle\Command\ExtractCommand' shared service.
  3120.      *
  3121.      * @return \Translation\Bundle\Command\ExtractCommand
  3122.      */
  3123.     protected function getExtractCommandService()
  3124.     {
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3126.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/BundleTrait.php';
  3127.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/ExtractCommand.php';
  3128.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  3129.         $this->services['Translation\\Bundle\\Command\\ExtractCommand'] = $instance = new \Translation\Bundle\Command\ExtractCommand(($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] ?? $this->getCatalogueWriterService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())), ($this->services['Translation\\Bundle\\Service\\Importer'] ?? $this->getImporterService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()));
  3130.         $instance->setName('translation:extract');
  3131.         return $instance;
  3132.     }
  3133.     /**
  3134.      * Gets the public 'Translation\Bundle\Command\StatusCommand' shared service.
  3135.      *
  3136.      * @return \Translation\Bundle\Command\StatusCommand
  3137.      */
  3138.     protected function getStatusCommandService()
  3139.     {
  3140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3141.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/BundleTrait.php';
  3142.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/StatusCommand.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  3144.         $this->services['Translation\\Bundle\\Command\\StatusCommand'] = $instance = new \Translation\Bundle\Command\StatusCommand(($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()));
  3145.         $instance->setName('translation:status');
  3146.         return $instance;
  3147.     }
  3148.     /**
  3149.      * Gets the public 'Translation\Bundle\Command\SyncCommand' shared service.
  3150.      *
  3151.      * @return \Translation\Bundle\Command\SyncCommand
  3152.      */
  3153.     protected function getSyncCommandService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/StorageTrait.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Command/SyncCommand.php';
  3158.         $this->services['Translation\\Bundle\\Command\\SyncCommand'] = $instance = new \Translation\Bundle\Command\SyncCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()));
  3159.         $instance->setName('translation:sync');
  3160.         return $instance;
  3161.     }
  3162.     /**
  3163.      * Gets the public 'Translation\Bundle\Controller\SymfonyProfilerController' shared autowired service.
  3164.      *
  3165.      * @return \Translation\Bundle\Controller\SymfonyProfilerController
  3166.      */
  3167.     protected function getSymfonyProfilerControllerService()
  3168.     {
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3171.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Controller/SymfonyProfilerController.php';
  3172.         $this->services['Translation\\Bundle\\Controller\\SymfonyProfilerController'] = $instance = new \Translation\Bundle\Controller\SymfonyProfilerController(($this->services['php_translation.storage.app'] ?? $this->getPhpTranslation_Storage_AppService()), ($this->services['profiler'] ?? $this->getProfilerService()), true);
  3173.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('Translation\\Bundle\\Controller\\SymfonyProfilerController'$this));
  3174.         return $instance;
  3175.     }
  3176.     /**
  3177.      * Gets the public 'Translation\Bundle\Controller\WebUIController' shared autowired service.
  3178.      *
  3179.      * @return \Translation\Bundle\Controller\WebUIController
  3180.      */
  3181.     protected function getWebUIControllerService()
  3182.     {
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3185.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Controller/WebUIController.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueManager.php';
  3187.         $this->services['Translation\\Bundle\\Controller\\WebUIController'] = $instance = new \Translation\Bundle\Controller\WebUIController(($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] = new \Translation\Bundle\Catalogue\CatalogueManager())), ($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['validator'] ?? $this->getValidatorService()), $this->parameters['php_translation.locales'], truetruetrue, (\dirname(__DIR__4).'/'));
  3188.         $instance->setContainer($this);
  3189.         return $instance;
  3190.     }
  3191.     /**
  3192.      * Gets the public 'Translation\Bundle\Service\CacheClearer' shared service.
  3193.      *
  3194.      * @return \Translation\Bundle\Service\CacheClearer
  3195.      */
  3196.     protected function getCacheClearerService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/CacheClearer.php';
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3200.         return $this->services['Translation\\Bundle\\Service\\CacheClearer'] = new \Translation\Bundle\Service\CacheClearer($this->targetDir.'', ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3201.     }
  3202.     /**
  3203.      * Gets the public 'Translation\Bundle\Service\ConfigurationManager' shared service.
  3204.      *
  3205.      * @return \Translation\Bundle\Service\ConfigurationManager
  3206.      */
  3207.     protected function getConfigurationManagerService()
  3208.     {
  3209.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/ConfigurationManager.php';
  3210.         $this->services['Translation\\Bundle\\Service\\ConfigurationManager'] = $instance = new \Translation\Bundle\Service\ConfigurationManager();
  3211.         $instance->addConfiguration('app', ($this->privates['php_translation.configuration.app'] ?? $this->getPhpTranslation_Configuration_AppService()));
  3212.         return $instance;
  3213.     }
  3214.     /**
  3215.      * Gets the public 'Translation\Bundle\Service\Importer' shared service.
  3216.      *
  3217.      * @return \Translation\Bundle\Service\Importer
  3218.      */
  3219.     protected function getImporterService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/Importer.php';
  3222.         return $this->services['Translation\\Bundle\\Service\\Importer'] = new \Translation\Bundle\Service\Importer(($this->privates['Translation\\Extractor\\Extractor'] ?? $this->getExtractorService()), ($this->services['twig'] ?? $this->getTwigService()), 'en');
  3223.     }
  3224.     /**
  3225.      * Gets the public 'Translation\Bundle\Service\StorageManager' shared service.
  3226.      *
  3227.      * @return \Translation\Bundle\Service\StorageManager
  3228.      */
  3229.     protected function getStorageManagerService()
  3230.     {
  3231.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/StorageManager.php';
  3232.         $this->services['Translation\\Bundle\\Service\\StorageManager'] = $instance = new \Translation\Bundle\Service\StorageManager();
  3233.         $instance->addStorage('app', ($this->services['php_translation.storage.app'] ?? $this->getPhpTranslation_Storage_AppService()));
  3234.         return $instance;
  3235.     }
  3236.     /**
  3237.      * Gets the public 'api.base_api' shared autowired service.
  3238.      *
  3239.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\BaseService
  3240.      */
  3241.     protected function getApi_BaseApiService()
  3242.     {
  3243.         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()));
  3244.     }
  3245.     /**
  3246.      * Gets the public 'cache.app' shared service.
  3247.      *
  3248.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3249.      */
  3250.     protected function getCache_AppService()
  3251.     {
  3252.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('4OARqCUEIT'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  3253.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3254.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3255.     }
  3256.     /**
  3257.      * Gets the public 'cache.app_clearer' shared service.
  3258.      *
  3259.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3260.      */
  3261.     protected function getCache_AppClearerService()
  3262.     {
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3265.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  3266.     }
  3267.     /**
  3268.      * Gets the public 'cache.global_clearer' shared service.
  3269.      *
  3270.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3271.      */
  3272.     protected function getCache_GlobalClearerService()
  3273.     {
  3274.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3275.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3276.         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())]);
  3277.     }
  3278.     /**
  3279.      * Gets the public 'cache.system' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3282.      */
  3283.     protected function getCache_SystemService()
  3284.     {
  3285.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LgaWNvaZ1L'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3286.     }
  3287.     /**
  3288.      * Gets the public 'cache.system_clearer' shared service.
  3289.      *
  3290.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3291.      */
  3292.     protected function getCache_SystemClearerService()
  3293.     {
  3294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3295.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3296.         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())]);
  3297.     }
  3298.     /**
  3299.      * Gets the public 'cache_clearer' shared service.
  3300.      *
  3301.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  3302.      */
  3303.     protected function getCacheClearer2Service()
  3304.     {
  3305.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  3307.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  3308.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  3309.         }, 1));
  3310.     }
  3311.     /**
  3312.      * Gets the public 'cache_warmer' shared service.
  3313.      *
  3314.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  3315.      */
  3316.     protected function getCacheWarmerService()
  3317.     {
  3318.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  3320.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  3321.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  3322.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  3323.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  3324.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  3325.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  3326.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  3327.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  3328.         }, 7), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  3329.     }
  3330.     /**
  3331.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand' shared autowired service.
  3332.      *
  3333.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\GPS\ReparseEHICommand
  3334.      */
  3335.     protected function getReparseEHICommandService()
  3336.     {
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/GPS/ReparseEHICommand.php';
  3339.         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()));
  3340.     }
  3341.     /**
  3342.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand' shared autowired service.
  3343.      *
  3344.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\KYC\ApproveAllCommand
  3345.      */
  3346.     protected function getApproveAllCommandService()
  3347.     {
  3348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3349.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/KYC/ApproveAllCommand.php';
  3350.         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()));
  3351.     }
  3352.     /**
  3353.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand' shared autowired service.
  3354.      *
  3355.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\PaymentDevice\UnloadPaymentDeviceCommand
  3356.      */
  3357.     protected function getUnloadPaymentDeviceCommandService()
  3358.     {
  3359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3360.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/PaymentDevice/UnloadPaymentDeviceCommand.php';
  3361.         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()));
  3362.     }
  3363.     /**
  3364.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand' shared autowired service.
  3365.      *
  3366.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Permission\CreatePermissionCommand
  3367.      */
  3368.     protected function getCreatePermissionCommandService()
  3369.     {
  3370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3371.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Permission/CreatePermissionCommand.php';
  3372.         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()));
  3373.     }
  3374.     /**
  3375.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand' shared autowired service.
  3376.      *
  3377.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Roles\ApiRolesCommand
  3378.      */
  3379.     protected function getApiRolesCommandService()
  3380.     {
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Roles/ApiRolesCommand.php';
  3383.         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()));
  3384.     }
  3385.     /**
  3386.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand' shared autowired service.
  3387.      *
  3388.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\DownloadNewAppleReportsCommand
  3389.      */
  3390.     protected function getDownloadNewAppleReportsCommandService()
  3391.     {
  3392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Stats/Apple/DownloadNewAppleReportsCommand.php';
  3394.         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()));
  3395.     }
  3396.     /**
  3397.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand' shared autowired service.
  3398.      *
  3399.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Apple\GetAppleReportsCommand
  3400.      */
  3401.     protected function getGetAppleReportsCommandService()
  3402.     {
  3403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Stats/Apple/GetAppleReportsCommand.php';
  3405.         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()));
  3406.     }
  3407.     /**
  3408.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand' shared autowired service.
  3409.      *
  3410.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Stats\Google\GetGoogleReportsCommand
  3411.      */
  3412.     protected function getGetGoogleReportsCommandService()
  3413.     {
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Stats/Google/GetGoogleReportsCommand.php';
  3416.         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()));
  3417.     }
  3418.     /**
  3419.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand' shared autowired service.
  3420.      *
  3421.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand
  3422.      */
  3423.     protected function getBulkLoadChunkCommandService()
  3424.     {
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3426.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Tools/BulkLoadChunkCommand.php';
  3427.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadChunkCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadChunkCommand($this);
  3428.     }
  3429.     /**
  3430.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand' shared autowired service.
  3431.      *
  3432.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand
  3433.      */
  3434.     protected function getBulkLoadProcessCommandService()
  3435.     {
  3436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/Tools/BulkLoadProcessCommand.php';
  3438.         return $this->services['console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadProcessCommand'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Command\Tools\BulkLoadProcessCommand($this);
  3439.     }
  3440.     /**
  3441.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand' shared autowired service.
  3442.      *
  3443.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\UserDevice\CheckExpiredDevicesCommand
  3444.      */
  3445.     protected function getCheckExpiredDevicesCommandService()
  3446.     {
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/UserDevice/CheckExpiredDevicesCommand.php';
  3449.         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()));
  3450.     }
  3451.     /**
  3452.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand' shared autowired service.
  3453.      *
  3454.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\ChangePasswordCommand
  3455.      */
  3456.     protected function getChangePasswordCommandService()
  3457.     {
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3459.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/User/ChangePasswordCommand.php';
  3460.         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()));
  3461.     }
  3462.     /**
  3463.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand' shared autowired service.
  3464.      *
  3465.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\CreateUserCommand
  3466.      */
  3467.     protected function getCreateUserCommandService()
  3468.     {
  3469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3470.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/User/CreateUserCommand.php';
  3471.         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()));
  3472.     }
  3473.     /**
  3474.      * Gets the public 'console.command.public_alias.LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand' shared autowired service.
  3475.      *
  3476.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Command\User\PromoteUserCommand
  3477.      */
  3478.     protected function getPromoteUserCommandService()
  3479.     {
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Command/User/PromoteUserCommand.php';
  3482.         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()));
  3483.     }
  3484.     /**
  3485.      * Gets the public 'console.command_loader' shared service.
  3486.      *
  3487.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  3488.      */
  3489.     protected function getConsole_CommandLoaderService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  3493.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3494.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand''getEhiParseCommandService'false],
  3495.             'Translation\\Bundle\\Command\\CheckMissingCommand' => ['services''Translation\\Bundle\\Command\\CheckMissingCommand''getCheckMissingCommandService'false],
  3496.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => ['services''Translation\\Bundle\\Command\\DeleteObsoleteCommand''getDeleteObsoleteCommandService'false],
  3497.             'Translation\\Bundle\\Command\\DownloadCommand' => ['services''Translation\\Bundle\\Command\\DownloadCommand''getDownloadCommandService'false],
  3498.             'Translation\\Bundle\\Command\\ExtractCommand' => ['services''Translation\\Bundle\\Command\\ExtractCommand''getExtractCommandService'false],
  3499.             'Translation\\Bundle\\Command\\StatusCommand' => ['services''Translation\\Bundle\\Command\\StatusCommand''getStatusCommandService'false],
  3500.             'Translation\\Bundle\\Command\\SyncCommand' => ['services''Translation\\Bundle\\Command\\SyncCommand''getSyncCommandService'false],
  3501.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  3502.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  3503.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  3504.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  3505.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  3506.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  3507.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  3508.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  3509.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  3510.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  3511.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  3512.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  3513.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  3514.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  3515.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  3516.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  3517.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  3518.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  3519.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  3520.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  3521.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  3522.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  3523.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  3524.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  3525.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  3526.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  3527.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  3528.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  3529.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  3530.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  3531.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  3532.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  3533.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  3534.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  3535.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  3536.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  3537.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  3538.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  3539.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  3540.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  3541.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  3542.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  3543.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  3544.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  3545.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  3546.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  3547.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  3548.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  3549.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  3550.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  3551.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  3552.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  3553.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  3554.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  3555.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  3556.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  3557.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  3558.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  3559.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  3560.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  3561.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  3562.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  3563.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  3564.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  3565.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  3566.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  3567.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  3568.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  3569.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  3570.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  3571.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  3572.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  3573.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  3574.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  3575.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  3576.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  3577.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  3578.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  3579.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  3580.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  3581.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  3582.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  3583.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  3584.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  3585.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  3586.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  3587.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  3588.         ], [
  3589.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\Command\\EhiParseCommand',
  3590.             'Translation\\Bundle\\Command\\CheckMissingCommand' => 'Translation\\Bundle\\Command\\CheckMissingCommand',
  3591.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => 'Translation\\Bundle\\Command\\DeleteObsoleteCommand',
  3592.             'Translation\\Bundle\\Command\\DownloadCommand' => 'Translation\\Bundle\\Command\\DownloadCommand',
  3593.             'Translation\\Bundle\\Command\\ExtractCommand' => 'Translation\\Bundle\\Command\\ExtractCommand',
  3594.             'Translation\\Bundle\\Command\\StatusCommand' => 'Translation\\Bundle\\Command\\StatusCommand',
  3595.             'Translation\\Bundle\\Command\\SyncCommand' => 'Translation\\Bundle\\Command\\SyncCommand',
  3596.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  3597.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  3598.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  3599.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  3600.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  3601.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  3602.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  3603.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  3604.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  3605.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  3606.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  3607.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  3608.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  3609.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  3610.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  3611.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  3612.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  3613.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  3614.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  3615.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  3616.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  3617.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  3618.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  3619.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  3620.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  3621.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  3622.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  3623.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  3624.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  3625.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  3626.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  3627.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  3628.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  3629.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  3630.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  3631.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  3632.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  3633.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  3634.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  3635.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  3636.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  3637.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  3638.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  3639.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  3640.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  3641.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  3642.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  3643.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  3644.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  3645.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  3646.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  3647.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  3648.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  3649.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  3650.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  3651.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  3652.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  3653.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3654.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3655.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3656.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3657.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3658.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3659.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3660.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3661.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3662.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3663.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3664.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3665.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3666.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3667.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3668.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3669.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3670.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3671.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3672.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3673.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3674.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  3675.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  3676.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  3677.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  3678.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  3679.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  3680.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  3681.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  3682.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  3683.         ]), ['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''translation:check-missing' => 'Translation\\Bundle\\Command\\CheckMissingCommand''translation:delete-obsolete' => 'Translation\\Bundle\\Command\\DeleteObsoleteCommand''translation:download' => 'Translation\\Bundle\\Command\\DownloadCommand''translation:extract' => 'Translation\\Bundle\\Command\\ExtractCommand''translation:status' => 'Translation\\Bundle\\Command\\StatusCommand''translation:sync' => 'Translation\\Bundle\\Command\\SyncCommand''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:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make: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']);
  3684.     }
  3685.     /**
  3686.      * Gets the public 'container.env_var_processors_locator' shared service.
  3687.      *
  3688.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3689.      */
  3690.     protected function getContainer_EnvVarProcessorsLocatorService()
  3691.     {
  3692.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3693.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3694.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3695.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3696.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3697.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3698.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3699.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3700.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3701.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3702.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3703.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3704.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3705.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3706.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3707.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3708.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3709.         ], [
  3710.             'base64' => '?',
  3711.             'bool' => '?',
  3712.             'const' => '?',
  3713.             'csv' => '?',
  3714.             'default' => '?',
  3715.             'file' => '?',
  3716.             'float' => '?',
  3717.             'int' => '?',
  3718.             'json' => '?',
  3719.             'key' => '?',
  3720.             'query_string' => '?',
  3721.             'require' => '?',
  3722.             'resolve' => '?',
  3723.             'string' => '?',
  3724.             'trim' => '?',
  3725.             'url' => '?',
  3726.         ]);
  3727.     }
  3728.     /**
  3729.      * Gets the public 'currency' shared autowired service.
  3730.      *
  3731.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService
  3732.      */
  3733.     protected function getCurrencyService()
  3734.     {
  3735.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CurrencyService.php';
  3736.         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()));
  3737.     }
  3738.     /**
  3739.      * Gets the public 'data_collector.dump' shared service.
  3740.      *
  3741.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  3742.      */
  3743.     protected function getDataCollector_DumpService()
  3744.     {
  3745.         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()));
  3746.     }
  3747.     /**
  3748.      * Gets the public 'data_fixtures' shared autowired service.
  3749.      *
  3750.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures
  3751.      */
  3752.     protected function getDataFixturesService()
  3753.     {
  3754.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  3760.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/UserFixtures.php';
  3761.         return $this->services['data_fixtures'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Fixtures\UserFixtures(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  3762.     }
  3763.     /**
  3764.      * Gets the public 'doctrine' shared service.
  3765.      *
  3766.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  3767.      */
  3768.     protected function getDoctrineService()
  3769.     {
  3770.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  3771.     }
  3772.     /**
  3773.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  3774.      *
  3775.      * @return \Doctrine\DBAL\Connection
  3776.      */
  3777.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3778.     {
  3779.         $a = new \Doctrine\DBAL\Configuration();
  3780.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  3781.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3782.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3783.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3784.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  3785.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3786.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  3787.         $a->setSQLLogger($b);
  3788.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3789.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  3790.         ], [
  3791.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3792.         ]));
  3793.         $d->addEventSubscriber(($this->services['gedmo.listener.softdeleteable'] ?? $this->getGedmo_Listener_SoftdeleteableService()));
  3794.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  3795.         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, []);
  3796.     }
  3797.     /**
  3798.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  3799.      *
  3800.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  3801.      */
  3802.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  3803.     {
  3804.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3805.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener''getTransferRequestEntityListenerService'false],
  3806.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener''getUserEntityListenerService'false],
  3807.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener''getCheckoutCardListenerService'false],
  3808.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener''getGpsCardListenerService'false],
  3809.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener''getGpsTransactionListenerService'false],
  3810.         ], [
  3811.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener' => '?',
  3812.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener' => '?',
  3813.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener' => '?',
  3814.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener' => '?',
  3815.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener' => '?',
  3816.         ]));
  3817.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\TransferRequestEntityListener');
  3818.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\Entity\\UserEntityListener');
  3819.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\EventListener\\Entity\\CheckoutCardListener');
  3820.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsCardListener');
  3821.         $instance->registerService('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\EventListener\\Entity\\GpsTransactionListener');
  3822.         return $instance;
  3823.     }
  3824.     /**
  3825.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3826.      *
  3827.      * @return \Doctrine\ORM\EntityManager
  3828.      */
  3829.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3830.     {
  3831.         $a = new \Doctrine\ORM\Configuration();
  3832.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3833.         $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).'/vendor/launchpad/backend/src/Base/Service/UserChallenge/Entity'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SCA/Entity'), => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Document/Entity'), => (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity')]);
  3834.         $b->addDriver($c'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Entity');
  3835.         $b->addDriver($c'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\Entity');
  3836.         $b->addDriver($c'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\Entity');
  3837.         $b->addDriver($c'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserChallenge\\Entity');
  3838.         $b->addDriver($c'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Entity');
  3839.         $b->addDriver($c'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Document\\Entity');
  3840.         $b->addDriver($c'App\\Entity');
  3841.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  3842.         $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''UserChallenge' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserChallenge\\Entity''SCA' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Entity''Document' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Document\\Entity''App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity']);
  3843.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  3844.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  3845.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  3846.         $a->setMetadataDriverImpl($b);
  3847.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3848.         $a->setProxyNamespace('Proxies');
  3849.         $a->setAutoGenerateProxyClasses(true);
  3850.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  3851.         $a->setDefaultRepositoryClassName('LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Repository\\BaseRepository');
  3852.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3853.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3854.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  3855.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  3856.         $a->addCustomStringFunction('md5''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3857.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  3858.         $a->addCustomStringFunction('concat_ws''Oro\\ORM\\Query\\AST\\Functions\\String\\ConcatWs');
  3859.         $a->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  3860.         $a->addCustomStringFunction('replace''Oro\\ORM\\Query\\AST\\Functions\\String\\Replace');
  3861.         $a->addCustomStringFunction('date_format''Oro\\ORM\\Query\\AST\\Functions\\String\\DateFormat');
  3862.         $a->addCustomNumericFunction('acos''LaunchPad\\Api\\DQL\\Acos');
  3863.         $a->addCustomNumericFunction('sin''LaunchPad\\Api\\DQL\\Sin');
  3864.         $a->addCustomNumericFunction('cos''LaunchPad\\Api\\DQL\\Cos');
  3865.         $a->addCustomNumericFunction('pi''LaunchPad\\Api\\DQL\\Pi');
  3866.         $a->addCustomNumericFunction('timestampdiff''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\TimestampDiff');
  3867.         $a->addCustomNumericFunction('dayofyear''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3868.         $a->addCustomNumericFunction('dayofmonth''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3869.         $a->addCustomNumericFunction('dayofweek''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3870.         $a->addCustomNumericFunction('week''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3871.         $a->addCustomNumericFunction('day''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3872.         $a->addCustomNumericFunction('hour''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3873.         $a->addCustomNumericFunction('minute''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3874.         $a->addCustomNumericFunction('month''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3875.         $a->addCustomNumericFunction('quarter''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3876.         $a->addCustomNumericFunction('second''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3877.         $a->addCustomNumericFunction('year''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3878.         $a->addCustomNumericFunction('sign''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Sign');
  3879.         $a->addCustomNumericFunction('pow''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Pow');
  3880.         $a->addCustomNumericFunction('round''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Round');
  3881.         $a->addCustomDatetimeFunction('date''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3882.         $a->addCustomDatetimeFunction('time''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3883.         $a->addCustomDatetimeFunction('timestamp''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  3884.         $a->addCustomDatetimeFunction('convert_tz''Oro\\ORM\\Query\\AST\\Functions\\DateTime\\ConvertTz');
  3885.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  3886.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  3887.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  3888.         return $instance;
  3889.     }
  3890.     /**
  3891.      * Gets the public 'error_controller' shared service.
  3892.      *
  3893.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3894.      */
  3895.     protected function getErrorControllerService()
  3896.     {
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3902.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3903.         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)));
  3904.     }
  3905.     /**
  3906.      * Gets the public 'event_dispatcher' shared service.
  3907.      *
  3908.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3909.      */
  3910.     protected function getEventDispatcherService()
  3911.     {
  3912.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3913.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3914.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3915.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3916.         $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())));
  3917.         $instance->addListener('kernel.exception', [=> function () {
  3918.             return ($this->services['kernel.listener.yourlistener'] ?? ($this->services['kernel.listener.yourlistener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppExceptionListener($this)));
  3919.         }, => 'onKernelException'], 0);
  3920.         $instance->addListener('kernel.response', [=> function () {
  3921.             return ($this->services['kernel.listener.response'] ?? $this->getKernel_Listener_ResponseService());
  3922.         }, => 'onKernelResponse'], 0);
  3923.         $instance->addListener('kernel.controller', [=> function () {
  3924.             return ($this->services['lp.listeners.request_listener'] ?? $this->getLp_Listeners_RequestListenerService());
  3925.         }, => 'onKernelController'], 0);
  3926.         $instance->addListener('kernel.controller', [=> function () {
  3927.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3928.         }, => 'onKernelController'], 0);
  3929.         $instance->addListener('kernel.response', [=> function () {
  3930.             return ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\CorsListener'] ?? $this->getCorsListenerService());
  3931.         }, => 'onKernelResponse'], 9999);
  3932.         $instance->addListener('gps.account.update', [=> function () {
  3933.             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)));
  3934.         }, => 'accountUpdate'], 0);
  3935.         $instance->addListener('lp.user.created', [=> function () {
  3936.             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)));
  3937.         }, => 'userCreated'], 0);
  3938.         $instance->addListener('kyc.document.requested', [=> function () {
  3939.             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)));
  3940.         }, => 'documentRequested'], 0);
  3941.         $instance->addListener('kyc.accepted', [=> function () {
  3942.             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)));
  3943.         }, => 'kycAccepted'], 0);
  3944.         $instance->addListener('kyc.rejected', [=> function () {
  3945.             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)));
  3946.         }, => 'kycRejected'], 0);
  3947.         $instance->addListener('lp.event.transactions.parsed', [=> function () {
  3948.             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)));
  3949.         }, => 'transactionsParsed'], 0);
  3950.         $instance->addListener('lp.event.transaction.processed', [=> function () {
  3951.             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)));
  3952.         }, => 'transactionsProcessed'], 0);
  3953.         $instance->addListener('lp.account.updated', [=> function () {
  3954.             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)));
  3955.         }, => 'accountUpdate'], 0);
  3956.         $instance->addListener('lp.user.created', [=> function () {
  3957.             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)));
  3958.         }, => 'userCreated'], 0);
  3959.         $instance->addListener('kernel.response', [=> function () {
  3960.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  3961.         }, => 'onKernelResponse'], 0);
  3962.         $instance->addListener('kernel.response', [=> function () {
  3963.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  3964.         }, => 'onKernelResponse'], -1024);
  3965.         $instance->addListener('kernel.request', [=> function () {
  3966.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3967.         }, => 'setDefaultLocale'], 100);
  3968.         $instance->addListener('kernel.request', [=> function () {
  3969.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3970.         }, => 'onKernelRequest'], 16);
  3971.         $instance->addListener('kernel.finish_request', [=> function () {
  3972.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  3973.         }, => 'onKernelFinishRequest'], 0);
  3974.         $instance->addListener('kernel.request', [=> function () {
  3975.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  3976.         }, => 'onKernelRequest'], 256);
  3977.         $instance->addListener('kernel.request', [=> function () {
  3978.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  3979.         }, => 'resolveControllerName'], 24);
  3980.         $instance->addListener('kernel.response', [=> function () {
  3981.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  3982.         }, => 'onResponse'], -255);
  3983.         $instance->addListener('kernel.request', [=> function () {
  3984.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3985.         }, => 'onKernelRequest'], 15);
  3986.         $instance->addListener('kernel.finish_request', [=> function () {
  3987.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  3988.         }, => 'onKernelFinishRequest'], -15);
  3989.         $instance->addListener('console.error', [=> function () {
  3990.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3991.         }, => 'onConsoleError'], -128);
  3992.         $instance->addListener('console.terminate', [=> function () {
  3993.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  3994.         }, => 'onConsoleTerminate'], -128);
  3995.         $instance->addListener('console.error', [=> function () {
  3996.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  3997.         }, => 'onConsoleError'], 0);
  3998.         $instance->addListener('kernel.request', [=> function () {
  3999.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4000.         }, => 'onKernelRequest'], 128);
  4001.         $instance->addListener('kernel.response', [=> function () {
  4002.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4003.         }, => 'onKernelResponse'], -1000);
  4004.         $instance->addListener('kernel.finish_request', [=> function () {
  4005.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4006.         }, => 'onFinishRequest'], 0);
  4007.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  4008.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  4009.         }, => 'onMessage'], -255);
  4010.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  4011.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  4012.         }, => 'onMessage'], -255);
  4013.         $instance->addListener('kernel.response', [=> function () {
  4014.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4015.         }, => 'onKernelResponse'], -100);
  4016.         $instance->addListener('kernel.exception', [=> function () {
  4017.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4018.         }, => 'onKernelException'], 0);
  4019.         $instance->addListener('kernel.terminate', [=> function () {
  4020.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4021.         }, => 'onKernelTerminate'], -1024);
  4022.         $instance->addListener('kernel.controller', [=> function () {
  4023.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  4024.         }, => 'onKernelController'], 0);
  4025.         $instance->addListener('kernel.response', [=> function () {
  4026.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  4027.         }, => 'onKernelResponse'], 0);
  4028.         $instance->addListener('kernel.request', [=> function () {
  4029.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4030.         }, => 'configure'], 2048);
  4031.         $instance->addListener('console.command', [=> function () {
  4032.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4033.         }, => 'configure'], 2048);
  4034.         $instance->addListener('kernel.request', [=> function () {
  4035.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4036.         }, => 'onKernelRequest'], 32);
  4037.         $instance->addListener('kernel.finish_request', [=> function () {
  4038.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4039.         }, => 'onKernelFinishRequest'], 0);
  4040.         $instance->addListener('kernel.exception', [=> function () {
  4041.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4042.         }, => 'onKernelException'], -64);
  4043.         $instance->addListener('kernel.response', [=> function () {
  4044.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  4045.         }, => 'onKernelResponse'], 0);
  4046.         $instance->addListener('kernel.exception', [=> function () {
  4047.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  4048.         }, => 'logKernelException'], 0);
  4049.         $instance->addListener('kernel.exception', [=> function () {
  4050.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  4051.         }, => 'onKernelException'], -128);
  4052.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  4053.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  4054.         }, => 'onMessage'], 0);
  4055.         $instance->addListener('kernel.controller', [=> function () {
  4056.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  4057.         }, => 'onKernelController'], 0);
  4058.         $instance->addListener('kernel.controller', [=> function () {
  4059.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  4060.         }, => 'onKernelController'], 0);
  4061.         $instance->addListener('kernel.controller', [=> function () {
  4062.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4063.         }, => 'onKernelController'], -128);
  4064.         $instance->addListener('kernel.view', [=> function () {
  4065.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4066.         }, => 'onKernelView'], 0);
  4067.         $instance->addListener('kernel.controller', [=> function () {
  4068.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4069.         }, => 'onKernelController'], 0);
  4070.         $instance->addListener('kernel.response', [=> function () {
  4071.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4072.         }, => 'onKernelResponse'], 0);
  4073.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4074.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  4075.         }, => 'onKernelControllerArguments'], 0);
  4076.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4077.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  4078.         }, => 'onKernelControllerArguments'], 0);
  4079.         $instance->addListener('kernel.response', [=> function () {
  4080.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  4081.         }, => 'onKernelResponse'], 0);
  4082.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  4083.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  4084.         }, => 'onVoterVote'], 0);
  4085.         $instance->addListener('kernel.request', [=> function () {
  4086.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4087.         }, => 'configureLogoutUrlGenerator'], 8);
  4088.         $instance->addListener('kernel.request', [=> function () {
  4089.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4090.         }, => 'onKernelRequest'], 8);
  4091.         $instance->addListener('kernel.finish_request', [=> function () {
  4092.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4093.         }, => 'onKernelFinishRequest'], 0);
  4094.         $instance->addListener('kernel.response', [=> function () {
  4095.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  4096.         }, => 'onKernelResponse'], -128);
  4097.         $instance->addListener('console.command', [=> function () {
  4098.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4099.         }, => 'onCommand'], 255);
  4100.         $instance->addListener('console.terminate', [=> function () {
  4101.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4102.         }, => 'onTerminate'], -255);
  4103.         $instance->addListener('console.command', [=> function () {
  4104.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  4105.         }, => 'configure'], 1024);
  4106.         $instance->addListener('console.error', [=> function () {
  4107.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4108.         }, => 'onConsoleError'], 0);
  4109.         $instance->addListener('console.terminate', [=> function () {
  4110.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4111.         }, => 'onConsoleTerminate'], 0);
  4112.         $instance->addListener('kernel.exception', [=> function () {
  4113.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4114.         }, => 'onException'], 0);
  4115.         $instance->addListener('kernel.terminate', [=> function () {
  4116.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4117.         }, => 'onTerminate'], 0);
  4118.         $instance->addListener('console.error', [=> function () {
  4119.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4120.         }, => 'onException'], 0);
  4121.         $instance->addListener('console.terminate', [=> function () {
  4122.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4123.         }, => 'onTerminate'], 0);
  4124.         return $instance;
  4125.     }
  4126.     /**
  4127.      * Gets the public 'filesystem' shared service.
  4128.      *
  4129.      * @return \Symfony\Component\Filesystem\Filesystem
  4130.      */
  4131.     protected function getFilesystemService()
  4132.     {
  4133.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4134.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  4135.     }
  4136.     /**
  4137.      * Gets the public 'form.factory' shared service.
  4138.      *
  4139.      * @return \Symfony\Component\Form\FormFactory
  4140.      */
  4141.     protected function getForm_FactoryService()
  4142.     {
  4143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  4144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  4145.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  4146.     }
  4147.     /**
  4148.      * Gets the public 'form.type.file' shared service.
  4149.      *
  4150.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  4151.      */
  4152.     protected function getForm_Type_FileService()
  4153.     {
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  4157.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  4158.     }
  4159.     /**
  4160.      * Gets the public 'gedmo.listener.softdeleteable' shared autowired service.
  4161.      *
  4162.      * @return \Gedmo\SoftDeleteable\SoftDeleteableListener
  4163.      */
  4164.     protected function getGedmo_Listener_SoftdeleteableService()
  4165.     {
  4166.         $this->services['gedmo.listener.softdeleteable'] = $instance = new \Gedmo\SoftDeleteable\SoftDeleteableListener();
  4167.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4168.         return $instance;
  4169.     }
  4170.     /**
  4171.      * Gets the public 'http_kernel' shared service.
  4172.      *
  4173.      * @return \Symfony\Component\HttpKernel\HttpKernel
  4174.      */
  4175.     protected function getHttpKernelService()
  4176.     {
  4177.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4178.         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 () {
  4179.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  4180.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  4181.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  4182.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  4183.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  4184.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  4185.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  4186.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  4187.         }, 8)), $a));
  4188.     }
  4189.     /**
  4190.      * Gets the public 'kernel.listener.response' shared autowired service.
  4191.      *
  4192.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppResponseListener
  4193.      */
  4194.     protected function getKernel_Listener_ResponseService()
  4195.     {
  4196.         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()));
  4197.     }
  4198.     /**
  4199.      * Gets the public 'kernel.listener.yourlistener' shared autowired service.
  4200.      *
  4201.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppExceptionListener
  4202.      */
  4203.     protected function getKernel_Listener_YourlistenerService()
  4204.     {
  4205.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/EventListener/AppExceptionListener.php';
  4206.         return $this->services['kernel.listener.yourlistener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppExceptionListener($this);
  4207.     }
  4208.     /**
  4209.      * Gets the public 'lp.account' shared autowired service.
  4210.      *
  4211.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService
  4212.      */
  4213.     protected function getLp_AccountService()
  4214.     {
  4215.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AccountService.php';
  4216.         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()));
  4217.     }
  4218.     /**
  4219.      * Gets the public 'lp.action_code.gps' shared autowired service.
  4220.      *
  4221.      * @return \LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsActionCodeService
  4222.      */
  4223.     protected function getLp_ActionCode_GpsService()
  4224.     {
  4225.         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()));
  4226.     }
  4227.     /**
  4228.      * Gets the public 'lp.app_normalizer' shared autowired service.
  4229.      *
  4230.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Serializer\Normalizer\AppNormalizer
  4231.      */
  4232.     protected function getLp_AppNormalizerService()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Serializer/Normalizer/AppNormalizer.php';
  4244.         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()));
  4245.     }
  4246.     /**
  4247.      * Gets the public 'lp.app_normalizer_service' shared autowired service.
  4248.      *
  4249.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService
  4250.      */
  4251.     protected function getLp_AppNormalizerServiceService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AppNormalizerService.php';
  4254.         $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()));
  4255.         $instance->setAppNormalizer(($this->services['lp.app_normalizer'] ?? $this->getLp_AppNormalizerService()));
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the public 'lp.auth' shared autowired service.
  4260.      *
  4261.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService
  4262.      */
  4263.     protected function getLp_AuthService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Auth/AuthService.php';
  4266.         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()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserActionService'] ?? $this->getUserActionServiceService()));
  4267.     }
  4268.     /**
  4269.      * Gets the public 'lp.authenticator.api' shared autowired service.
  4270.      *
  4271.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator
  4272.      */
  4273.     protected function getLp_Authenticator_ApiService()
  4274.     {
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AuthenticatorInterface.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AbstractGuardAuthenticator.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Security/ApiAuthenticator.php';
  4279.         return $this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this);
  4280.     }
  4281.     /**
  4282.      * Gets the public 'lp.card.category' shared autowired service.
  4283.      *
  4284.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceCategoryService
  4285.      */
  4286.     protected function getLp_Card_CategoryService()
  4287.     {
  4288.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDeviceCategoryService.php';
  4289.         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()));
  4290.     }
  4291.     /**
  4292.      * Gets the public 'lp.card.product' shared autowired service.
  4293.      *
  4294.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceProductService
  4295.      */
  4296.     protected function getLp_Card_ProductService()
  4297.     {
  4298.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDeviceProductService.php';
  4299.         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()));
  4300.     }
  4301.     /**
  4302.      * Gets the public 'lp.card.type' shared autowired service.
  4303.      *
  4304.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDeviceTypeService
  4305.      */
  4306.     protected function getLp_Card_TypeService()
  4307.     {
  4308.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDeviceTypeService.php';
  4309.         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()));
  4310.     }
  4311.     /**
  4312.      * Gets the public 'lp.card_processor.gps' shared autowired service.
  4313.      *
  4314.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService
  4315.      */
  4316.     protected function getLp_CardProcessor_GpsService()
  4317.     {
  4318.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  4320.         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()));
  4321.     }
  4322.     /**
  4323.      * Gets the public 'lp.card_processor.gps.card' shared autowired service.
  4324.      *
  4325.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService
  4326.      */
  4327.     protected function getLp_CardProcessor_Gps_CardService()
  4328.     {
  4329.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Service/GpsCardService.php';
  4332.         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()));
  4333.     }
  4334.     /**
  4335.      * Gets the public 'lp.card_processor.gps.ehi' shared autowired service.
  4336.      *
  4337.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsEhiService
  4338.      */
  4339.     protected function getLp_CardProcessor_Gps_EhiService()
  4340.     {
  4341.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CoreService.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsEhiService.php';
  4344.         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()));
  4345.     }
  4346.     /**
  4347.      * Gets the public 'lp.card_processor.gps.import_handler' shared autowired service.
  4348.      *
  4349.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsImportHandler
  4350.      */
  4351.     protected function getLp_CardProcessor_Gps_ImportHandlerService()
  4352.     {
  4353.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsImportHandler.php';
  4354.         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()));
  4355.     }
  4356.     /**
  4357.      * Gets the public 'lp.card_processor.gps.wallet' shared autowired service.
  4358.      *
  4359.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsWalletService
  4360.      */
  4361.     protected function getLp_CardProcessor_Gps_WalletService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Service/GpsWalletService.php';
  4366.         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()));
  4367.     }
  4368.     /**
  4369.      * Gets the public 'lp.config' shared autowired service.
  4370.      *
  4371.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService
  4372.      */
  4373.     protected function getLp_ConfigService()
  4374.     {
  4375.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AppConfigurationService.php';
  4376.         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()));
  4377.     }
  4378.     /**
  4379.      * Gets the public 'lp.conversation_service' shared autowired service.
  4380.      *
  4381.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Chat\ConversationService
  4382.      */
  4383.     protected function getLp_ConversationServiceService()
  4384.     {
  4385.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Chat/ConversationService.php';
  4386.         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()));
  4387.     }
  4388.     /**
  4389.      * Gets the public 'lp.country' shared autowired service.
  4390.      *
  4391.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService
  4392.      */
  4393.     protected function getLp_CountryService()
  4394.     {
  4395.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CountryService.php';
  4396.         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()));
  4397.     }
  4398.     /**
  4399.      * Gets the public 'lp.fee_group.gps' shared autowired service.
  4400.      *
  4401.      * @return \LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsFeeGroupService
  4402.      */
  4403.     protected function getLp_FeeGroup_GpsService()
  4404.     {
  4405.         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()));
  4406.     }
  4407.     /**
  4408.      * Gets the public 'lp.file' shared autowired service.
  4409.      *
  4410.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService
  4411.      */
  4412.     protected function getLp_FileService()
  4413.     {
  4414.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FileService.php';
  4415.         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()));
  4416.     }
  4417.     /**
  4418.      * Gets the public 'lp.kyc' shared autowired service.
  4419.      *
  4420.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService
  4421.      */
  4422.     protected function getLp_KycService()
  4423.     {
  4424.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycService.php';
  4425.         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()));
  4426.     }
  4427.     /**
  4428.      * Gets the public 'lp.kyc.gbg' shared autowired service.
  4429.      *
  4430.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\GBG\GBGKycProvider
  4431.      */
  4432.     protected function getLp_Kyc_GbgService()
  4433.     {
  4434.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycProvider.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/GBG/GBGKycProvider.php';
  4436.         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()));
  4437.     }
  4438.     /**
  4439.      * Gets the public 'lp.kyc.w2' shared autowired service.
  4440.      *
  4441.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2Service
  4442.      */
  4443.     protected function getLp_Kyc_W2Service()
  4444.     {
  4445.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/W2/W2Service.php';
  4446.         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()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4447.     }
  4448.     /**
  4449.      * Gets the public 'lp.language' shared autowired service.
  4450.      *
  4451.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService
  4452.      */
  4453.     protected function getLp_LanguageService()
  4454.     {
  4455.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/LanguageService.php';
  4456.         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()));
  4457.     }
  4458.     /**
  4459.      * Gets the public 'lp.listeners.request_listener' shared autowired service.
  4460.      *
  4461.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\AppRequestListener
  4462.      */
  4463.     protected function getLp_Listeners_RequestListenerService()
  4464.     {
  4465.         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()));
  4466.     }
  4467.     /**
  4468.      * Gets the public 'lp.local' shared autowired service.
  4469.      *
  4470.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\LocalFileHandler
  4471.      */
  4472.     protected function getLp_LocalService()
  4473.     {
  4474.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/FileHandler.php';
  4475.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/Handlers/LocalFileHandler.php';
  4476.         return $this->services['lp.local'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\Storage\Handlers\LocalFileHandler($this);
  4477.     }
  4478.     /**
  4479.      * Gets the public 'lp.merchant.category.code' shared autowired service.
  4480.      *
  4481.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MerchantCategoryCodeService
  4482.      */
  4483.     protected function getLp_Merchant_Category_CodeService()
  4484.     {
  4485.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/MerchantCategoryCodeService.php';
  4486.         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()));
  4487.     }
  4488.     /**
  4489.      * Gets the public 'lp.normalizer.default' shared autowired service.
  4490.      *
  4491.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Normalizer\LaunchPadNormalizerService
  4492.      */
  4493.     protected function getLp_Normalizer_DefaultService()
  4494.     {
  4495.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Normalizer/LaunchPadNormalizerService.php';
  4496.         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()));
  4497.     }
  4498.     /**
  4499.      * Gets the public 'lp.notifications' shared autowired service.
  4500.      *
  4501.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService
  4502.      */
  4503.     protected function getLp_NotificationsService()
  4504.     {
  4505.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Notifications/NotificationService.php';
  4506.         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()));
  4507.     }
  4508.     /**
  4509.      * Gets the public 'lp.paginator' shared autowired service.
  4510.      *
  4511.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaginatorService
  4512.      */
  4513.     protected function getLp_PaginatorService()
  4514.     {
  4515.         return $this->services['lp.paginator'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaginatorService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4516.     }
  4517.     /**
  4518.      * Gets the public 'lp.payment_device' shared autowired service.
  4519.      *
  4520.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService
  4521.      */
  4522.     protected function getLp_PaymentDeviceService()
  4523.     {
  4524.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDevice/PaymentDeviceService.php';
  4525.         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()));
  4526.     }
  4527.     /**
  4528.      * Gets the public 'lp.privacy.policy' shared autowired service.
  4529.      *
  4530.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService
  4531.      */
  4532.     protected function getLp_Privacy_PolicyService()
  4533.     {
  4534.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PrivacyPolicyService.php';
  4535.         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()));
  4536.     }
  4537.     /**
  4538.      * Gets the public 'lp.psp' shared autowired service.
  4539.      *
  4540.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService
  4541.      */
  4542.     protected function getLp_PspService()
  4543.     {
  4544.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentCardService.php';
  4545.         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()));
  4546.     }
  4547.     /**
  4548.      * Gets the public 'lp.psp.cashflows' shared autowired service.
  4549.      *
  4550.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CardAquirer\CashFlows\CashFlowsService
  4551.      */
  4552.     protected function getLp_Psp_CashflowsService()
  4553.     {
  4554.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CardAquirer/CashFlows/CashFlowsService.php';
  4555.         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()));
  4556.     }
  4557.     /**
  4558.      * Gets the public 'lp.repositories' shared autowired service.
  4559.      *
  4560.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RepositoryService
  4561.      */
  4562.     protected function getLp_RepositoriesService()
  4563.     {
  4564.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/RepositoryService.php';
  4566.         return $this->services['lp.repositories'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RepositoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4567.     }
  4568.     /**
  4569.      * Gets the public 'lp.roles' shared autowired service.
  4570.      *
  4571.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService
  4572.      */
  4573.     protected function getLp_RolesService()
  4574.     {
  4575.         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()));
  4576.     }
  4577.     /**
  4578.      * Gets the public 'lp.service_call.gps' shared autowired service.
  4579.      *
  4580.      * @return \LaunchPad\Bundle\LaunchPadBundle\Bundle\LaunchPadBundle\Base\Service\GpsServiceCallService
  4581.      */
  4582.     protected function getLp_ServiceCall_GpsService()
  4583.     {
  4584.         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()));
  4585.     }
  4586.     /**
  4587.      * Gets the public 'lp.speending_service' shared autowired service.
  4588.      *
  4589.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService
  4590.      */
  4591.     protected function getLp_SpeendingServiceService()
  4592.     {
  4593.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SpendingService.php';
  4594.         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()));
  4595.     }
  4596.     /**
  4597.      * Gets the public 'lp.terms.conditions' shared autowired service.
  4598.      *
  4599.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService
  4600.      */
  4601.     protected function getLp_Terms_ConditionsService()
  4602.     {
  4603.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TermsAndConditionsService.php';
  4604.         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()));
  4605.     }
  4606.     /**
  4607.      * Gets the public 'lp.tools.bulk_load' shared autowired service.
  4608.      *
  4609.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService
  4610.      */
  4611.     protected function getLp_Tools_BulkLoadService()
  4612.     {
  4613.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Tools/BulkLoadService.php';
  4614.         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()));
  4615.     }
  4616.     /**
  4617.      * Gets the public 'lp.topup' shared autowired service.
  4618.      *
  4619.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUpService
  4620.      */
  4621.     protected function getLp_TopupService()
  4622.     {
  4623.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUpService.php';
  4625.         $a = ($this->services['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUp\\Handlers\\Container\\TopUpHandlerContainer'] ?? $this->getTopUpHandlerContainerService());
  4626.         if (isset($this->services['lp.topup'])) {
  4627.             return $this->services['lp.topup'];
  4628.         }
  4629.         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);
  4630.     }
  4631.     /**
  4632.      * Gets the public 'lp.transaction' shared autowired service.
  4633.      *
  4634.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService
  4635.      */
  4636.     protected function getLp_TransactionService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionService.php';
  4639.         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()));
  4640.     }
  4641.     /**
  4642.      * Gets the public 'lp.transaction.category' shared autowired service.
  4643.      *
  4644.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionCategoryService
  4645.      */
  4646.     protected function getLp_Transaction_CategoryService()
  4647.     {
  4648.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionCategoryService.php';
  4649.         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()));
  4650.     }
  4651.     /**
  4652.      * Gets the public 'lp.transaction.merchant' shared autowired service.
  4653.      *
  4654.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionMerchantService
  4655.      */
  4656.     protected function getLp_Transaction_MerchantService()
  4657.     {
  4658.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionMerchantService.php';
  4659.         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()));
  4660.     }
  4661.     /**
  4662.      * Gets the public 'lp.transfer' shared autowired service.
  4663.      *
  4664.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransferService
  4665.      */
  4666.     protected function getLp_TransferService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransferService.php';
  4669.         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()));
  4670.     }
  4671.     /**
  4672.      * Gets the public 'lp.translation' shared autowired service.
  4673.      *
  4674.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService
  4675.      */
  4676.     protected function getLp_TranslationService()
  4677.     {
  4678.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Translation/TranslationService.php';
  4679.         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()));
  4680.     }
  4681.     /**
  4682.      * Gets the public 'lp.translation.db.loader' shared autowired service.
  4683.      *
  4684.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\Loaders\DbTranslationLoader
  4685.      */
  4686.     protected function getLp_Translation_Db_LoaderService()
  4687.     {
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4689.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Translation/Loaders/DbTranslationLoader.php';
  4690.         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()));
  4691.     }
  4692.     /**
  4693.      * Gets the public 'lp.translation.exorter.json' shared autowired service.
  4694.      *
  4695.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\Exporters\JsonExporter
  4696.      */
  4697.     protected function getLp_Translation_Exorter_JsonService()
  4698.     {
  4699.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Dictionary/Exporters/JsonExporter.php';
  4700.         return $this->services['lp.translation.exorter.json'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Dictionary\Exporters\JsonExporter($this, ($this->services['php_translation.catalogue_fetcher'] ?? $this->getPhpTranslation_CatalogueFetcherService()), ($this->services['php_translation.catalogue_counter'] ?? $this->getPhpTranslation_CatalogueCounterService()), ($this->services['php_translation.importer'] ?? $this->getPhpTranslation_ImporterService()), ($this->services['php_translation.configuration_manager'] ?? $this->getPhpTranslation_ConfigurationManagerService()));
  4701.     }
  4702.     /**
  4703.      * Gets the public 'lp.upload' shared autowired service.
  4704.      *
  4705.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService
  4706.      */
  4707.     protected function getLp_UploadService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UploadService.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/FileHandler.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/Handlers/LocalFileHandler.php';
  4712.         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))));
  4713.     }
  4714.     /**
  4715.      * Gets the public 'lp.upload.image' shared autowired service.
  4716.      *
  4717.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService
  4718.      */
  4719.     protected function getLp_Upload_ImageService()
  4720.     {
  4721.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/ImageUploadService.php';
  4722.         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()));
  4723.     }
  4724.     /**
  4725.      * Gets the public 'lp.user' shared autowired service.
  4726.      *
  4727.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService
  4728.      */
  4729.     protected function getLp_UserService()
  4730.     {
  4731.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UserService.php';
  4732.         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()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Notifications\\NotificationService'] ?? $this->getNotificationServiceService()));
  4733.     }
  4734.     /**
  4735.      * Gets the public 'lp.user.action' shared autowired service.
  4736.      *
  4737.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService
  4738.      */
  4739.     protected function getLp_User_ActionService()
  4740.     {
  4741.         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()));
  4742.     }
  4743.     /**
  4744.      * Gets the public 'lp.user.contact' shared autowired service.
  4745.      *
  4746.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService
  4747.      */
  4748.     protected function getLp_User_ContactService()
  4749.     {
  4750.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserContactService.php';
  4751.         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()));
  4752.     }
  4753.     /**
  4754.      * Gets the public 'lp.user.device' shared autowired service.
  4755.      *
  4756.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService
  4757.      */
  4758.     protected function getLp_User_DeviceService()
  4759.     {
  4760.         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()));
  4761.     }
  4762.     /**
  4763.      * Gets the public 'lp.user.session' shared autowired service.
  4764.      *
  4765.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService
  4766.      */
  4767.     protected function getLp_User_SessionService()
  4768.     {
  4769.         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()));
  4770.     }
  4771.     /**
  4772.      * Gets the public 'lp.verification_service' shared autowired service.
  4773.      *
  4774.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Verification\VerificationService
  4775.      */
  4776.     protected function getLp_VerificationServiceService()
  4777.     {
  4778.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Verification/VerificationService.php';
  4779.         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()));
  4780.     }
  4781.     /**
  4782.      * Gets the public 'mail' shared autowired service.
  4783.      *
  4784.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService
  4785.      */
  4786.     protected function getMailService()
  4787.     {
  4788.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/MailService.php';
  4789.         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()));
  4790.     }
  4791.     /**
  4792.      * Gets the public 'op.proxy' shared autowired service.
  4793.      *
  4794.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Proxy\ProxyEventParserService
  4795.      */
  4796.     protected function getOp_ProxyService()
  4797.     {
  4798.         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()));
  4799.     }
  4800.     /**
  4801.      * Gets the public 'php_translation.cache_clearer' shared service.
  4802.      *
  4803.      * @return \Translation\Bundle\Service\CacheClearer
  4804.      *
  4805.      * @deprecated The "php_translation.cache_clearer" service is deprecated. You should stop using it, as it will be removed in the future.
  4806.      */
  4807.     protected function getPhpTranslation_CacheClearerService()
  4808.     {
  4809.         @trigger_error('The "php_translation.cache_clearer" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4811.         return $this->services['php_translation.cache_clearer'] = new \Translation\Bundle\Service\CacheClearer($this->targetDir.'', ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  4812.     }
  4813.     /**
  4814.      * Gets the public 'php_translation.catalogue_counter' shared service.
  4815.      *
  4816.      * @return \Translation\Bundle\Catalogue\CatalogueCounter
  4817.      *
  4818.      * @deprecated The "php_translation.catalogue_counter" service is deprecated. You should stop using it, as it will be removed in the future.
  4819.      */
  4820.     protected function getPhpTranslation_CatalogueCounterService()
  4821.     {
  4822.         @trigger_error('The "php_translation.catalogue_counter" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4823.         return $this->services['php_translation.catalogue_counter'] = new \Translation\Bundle\Catalogue\CatalogueCounter();
  4824.     }
  4825.     /**
  4826.      * Gets the public 'php_translation.catalogue_fetcher' shared service.
  4827.      *
  4828.      * @return \Translation\Bundle\Catalogue\CatalogueFetcher
  4829.      *
  4830.      * @deprecated The "php_translation.catalogue_fetcher" service is deprecated. You should stop using it, as it will be removed in the future.
  4831.      */
  4832.     protected function getPhpTranslation_CatalogueFetcherService()
  4833.     {
  4834.         @trigger_error('The "php_translation.catalogue_fetcher" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4835.         return $this->services['php_translation.catalogue_fetcher'] = new \Translation\Bundle\Catalogue\CatalogueFetcher(($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()));
  4836.     }
  4837.     /**
  4838.      * Gets the public 'php_translation.catalogue_manager' shared service.
  4839.      *
  4840.      * @return \Translation\Bundle\Catalogue\CatalogueManager
  4841.      *
  4842.      * @deprecated The "php_translation.catalogue_manager" service is deprecated. You should stop using it, as it will be removed in the future.
  4843.      */
  4844.     protected function getPhpTranslation_CatalogueManagerService()
  4845.     {
  4846.         @trigger_error('The "php_translation.catalogue_manager" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4847.         return $this->services['php_translation.catalogue_manager'] = new \Translation\Bundle\Catalogue\CatalogueManager();
  4848.     }
  4849.     /**
  4850.      * Gets the public 'php_translation.catalogue_writer' shared service.
  4851.      *
  4852.      * @return \Translation\Bundle\Catalogue\CatalogueWriter
  4853.      *
  4854.      * @deprecated The "php_translation.catalogue_writer" service is deprecated. You should stop using it, as it will be removed in the future.
  4855.      */
  4856.     protected function getPhpTranslation_CatalogueWriterService()
  4857.     {
  4858.         @trigger_error('The "php_translation.catalogue_writer" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4859.         return $this->services['php_translation.catalogue_writer'] = new \Translation\Bundle\Catalogue\CatalogueWriter(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), 'en');
  4860.     }
  4861.     /**
  4862.      * Gets the public 'php_translation.configuration_manager' shared service.
  4863.      *
  4864.      * @return \Translation\Bundle\Service\ConfigurationManager
  4865.      *
  4866.      * @deprecated The "php_translation.configuration_manager" service is deprecated. You should stop using it, as it will be removed in the future.
  4867.      */
  4868.     protected function getPhpTranslation_ConfigurationManagerService()
  4869.     {
  4870.         @trigger_error('The "php_translation.configuration_manager" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4871.         $this->services['php_translation.configuration_manager'] = $instance = new \Translation\Bundle\Service\ConfigurationManager();
  4872.         $instance->addConfiguration('app', ($this->privates['php_translation.configuration.app'] ?? $this->getPhpTranslation_Configuration_AppService()));
  4873.         return $instance;
  4874.     }
  4875.     /**
  4876.      * Gets the public 'php_translation.importer' shared service.
  4877.      *
  4878.      * @return \Translation\Bundle\Service\Importer
  4879.      *
  4880.      * @deprecated The "php_translation.importer" service is deprecated. You should stop using it, as it will be removed in the future.
  4881.      */
  4882.     protected function getPhpTranslation_ImporterService()
  4883.     {
  4884.         @trigger_error('The "php_translation.importer" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4885.         return $this->services['php_translation.importer'] = new \Translation\Bundle\Service\Importer(($this->privates['Translation\\Extractor\\Extractor'] ?? $this->getExtractorService()), ($this->services['twig'] ?? $this->getTwigService()), 'en');
  4886.     }
  4887.     /**
  4888.      * Gets the public 'php_translation.storage.app' shared service.
  4889.      *
  4890.      * @return \Translation\Bundle\Service\StorageService
  4891.      */
  4892.     protected function getPhpTranslation_Storage_AppService()
  4893.     {
  4894.         include_once \dirname(__DIR__4).'/vendor/php-translation/common/src/Storage.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/StorageService.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/php-translation/common/src/TransferableStorage.php';
  4897.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-storage/src/FileStorage.php';
  4898.         $this->services['php_translation.storage.app'] = $instance = new \Translation\Bundle\Service\StorageService(($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->privates['php_translation.configuration.app'] ?? $this->getPhpTranslation_Configuration_AppService()));
  4899.         $instance->addLocalStorage(new \Translation\SymfonyStorage\FileStorage(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [=> (\dirname(__DIR__4).'/translations')], []));
  4900.         return $instance;
  4901.     }
  4902.     /**
  4903.      * Gets the public 'php_translation.storage_manager' shared service.
  4904.      *
  4905.      * @return \Translation\Bundle\Service\StorageManager
  4906.      *
  4907.      * @deprecated The "php_translation.storage_manager" service is deprecated. You should stop using it, as it will be removed in the future.
  4908.      */
  4909.     protected function getPhpTranslation_StorageManagerService()
  4910.     {
  4911.         @trigger_error('The "php_translation.storage_manager" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4912.         $this->services['php_translation.storage_manager'] = $instance = new \Translation\Bundle\Service\StorageManager();
  4913.         $instance->addStorage('app', ($this->services['php_translation.storage.app'] ?? $this->getPhpTranslation_Storage_AppService()));
  4914.         return $instance;
  4915.     }
  4916.     /**
  4917.      * Gets the public 'php_translator.console.delete_obsolete' shared service.
  4918.      *
  4919.      * @return \Translation\Bundle\Command\DeleteObsoleteCommand
  4920.      *
  4921.      * @deprecated The "php_translator.console.delete_obsolete" service is deprecated. You should stop using it, as it will be removed in the future.
  4922.      */
  4923.     protected function getPhpTranslator_Console_DeleteObsoleteService()
  4924.     {
  4925.         @trigger_error('The "php_translator.console.delete_obsolete" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4926.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueManager.php';
  4927.         return $this->services['php_translator.console.delete_obsolete'] = new \Translation\Bundle\Command\DeleteObsoleteCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueManager'] = new \Translation\Bundle\Catalogue\CatalogueManager())), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()));
  4928.     }
  4929.     /**
  4930.      * Gets the public 'php_translator.console.download' shared service.
  4931.      *
  4932.      * @return \Translation\Bundle\Command\DownloadCommand
  4933.      *
  4934.      * @deprecated The "php_translator.console.download" service is deprecated. You should stop using it, as it will be removed in the future.
  4935.      */
  4936.     protected function getPhpTranslator_Console_DownloadService()
  4937.     {
  4938.         @trigger_error('The "php_translator.console.download" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4939.         return $this->services['php_translator.console.download'] = new \Translation\Bundle\Command\DownloadCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Service\\CacheClearer'] ?? $this->getCacheClearerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] ?? $this->getCatalogueWriterService()));
  4940.     }
  4941.     /**
  4942.      * Gets the public 'php_translator.console.extract' shared service.
  4943.      *
  4944.      * @return \Translation\Bundle\Command\ExtractCommand
  4945.      *
  4946.      * @deprecated The "php_translator.console.extract" service is deprecated. You should stop using it, as it will be removed in the future.
  4947.      */
  4948.     protected function getPhpTranslator_Console_ExtractService()
  4949.     {
  4950.         @trigger_error('The "php_translator.console.extract" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4951.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  4952.         return $this->services['php_translator.console.extract'] = new \Translation\Bundle\Command\ExtractCommand(($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueWriter'] ?? $this->getCatalogueWriterService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())), ($this->services['Translation\\Bundle\\Service\\Importer'] ?? $this->getImporterService()), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()));
  4953.     }
  4954.     /**
  4955.      * Gets the public 'php_translator.console.status' shared service.
  4956.      *
  4957.      * @return \Translation\Bundle\Command\StatusCommand
  4958.      *
  4959.      * @deprecated The "php_translator.console.status" service is deprecated. You should stop using it, as it will be removed in the future.
  4960.      */
  4961.     protected function getPhpTranslator_Console_StatusService()
  4962.     {
  4963.         @trigger_error('The "php_translator.console.status" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4964.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Catalogue/CatalogueCounter.php';
  4965.         return $this->services['php_translator.console.status'] = new \Translation\Bundle\Command\StatusCommand(($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] ?? ($this->services['Translation\\Bundle\\Catalogue\\CatalogueCounter'] = new \Translation\Bundle\Catalogue\CatalogueCounter())), ($this->services['Translation\\Bundle\\Service\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['Translation\\Bundle\\Catalogue\\CatalogueFetcher'] ?? $this->getCatalogueFetcherService()));
  4966.     }
  4967.     /**
  4968.      * Gets the public 'php_translator.console.sync' shared service.
  4969.      *
  4970.      * @return \Translation\Bundle\Command\SyncCommand
  4971.      *
  4972.      * @deprecated The "php_translator.console.sync" service is deprecated. You should stop using it, as it will be removed in the future.
  4973.      */
  4974.     protected function getPhpTranslator_Console_SyncService()
  4975.     {
  4976.         @trigger_error('The "php_translator.console.sync" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  4977.         return $this->services['php_translator.console.sync'] = new \Translation\Bundle\Command\SyncCommand(($this->services['Translation\\Bundle\\Service\\StorageManager'] ?? $this->getStorageManagerService()));
  4978.     }
  4979.     /**
  4980.      * Gets the public 'profiler' shared service.
  4981.      *
  4982.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  4983.      */
  4984.     protected function getProfilerService()
  4985.     {
  4986.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  4987.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4988.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4989.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4990.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4991.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  4992.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  4993.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4994.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  4995.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  4996.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  4997.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  4998.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  4999.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5000.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  5001.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  5002.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  5003.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  5004.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5005.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  5006.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  5007.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  5008.         $g = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  5009.         $g->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  5010.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  5011.         if ($this->has('kernel')) {
  5012.             $h->setKernel($b);
  5013.         }
  5014.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  5015.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  5016.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  5017.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  5018.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  5019.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  5020.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  5021.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  5022.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  5023.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  5024.         $instance->add($d);
  5025.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  5026.         $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())));
  5027.         $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())));
  5028.         $instance->add($f);
  5029.         $instance->add($g);
  5030.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  5031.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  5032.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  5033.         $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()))));
  5034.         $instance->add($h);
  5035.         return $instance;
  5036.     }
  5037.     /**
  5038.      * Gets the public 'request_stack' shared service.
  5039.      *
  5040.      * @return \Symfony\Component\HttpFoundation\RequestStack
  5041.      */
  5042.     protected function getRequestStackService()
  5043.     {
  5044.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  5045.     }
  5046.     /**
  5047.      * Gets the public 'router' shared service.
  5048.      *
  5049.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  5050.      */
  5051.     protected function getRouterService()
  5052.     {
  5053.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  5054.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5055.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5056.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5057.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5058.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5059.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  5060.         ], [
  5061.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5062.         ]))->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');
  5063.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5064.         return $instance;
  5065.     }
  5066.     /**
  5067.      * Gets the public 'routing.loader' shared service.
  5068.      *
  5069.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  5070.      */
  5071.     protected function getRouting_LoaderService()
  5072.     {
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  5093.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  5095.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  5096.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  5097.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5098.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  5099.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  5100.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  5101.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  5102.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  5103.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5104.             'kernel' => ['services''kernel''getKernelService'false],
  5105.         ], [
  5106.             'kernel' => 'App\\Kernel',
  5107.         ]))));
  5108.         $a->addLoader($c);
  5109.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  5110.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  5111.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  5112.     }
  5113.     /**
  5114.      * Gets the public 'security.authentication_utils' shared service.
  5115.      *
  5116.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  5117.      */
  5118.     protected function getSecurity_AuthenticationUtilsService()
  5119.     {
  5120.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Authentication/AuthenticationUtils.php';
  5121.         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())));
  5122.     }
  5123.     /**
  5124.      * Gets the public 'security.authorization_checker' shared service.
  5125.      *
  5126.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  5127.      */
  5128.     protected function getSecurity_AuthorizationCheckerService()
  5129.     {
  5130.         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);
  5131.     }
  5132.     /**
  5133.      * Gets the public 'security.csrf.token_manager' shared service.
  5134.      *
  5135.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  5136.      */
  5137.     protected function getSecurity_Csrf_TokenManagerService()
  5138.     {
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManagerInterface.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/CsrfTokenManager.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/TokenStorageInterface.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenStorage/SessionTokenStorage.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  5146.         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())));
  5147.     }
  5148.     /**
  5149.      * Gets the public 'security.password_encoder' shared service.
  5150.      *
  5151.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  5152.      */
  5153.     protected function getSecurity_PasswordEncoderService()
  5154.     {
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/UserPasswordEncoderInterface.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/UserPasswordEncoder.php';
  5157.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5158.     }
  5159.     /**
  5160.      * Gets the public 'security.token_storage' shared service.
  5161.      *
  5162.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  5163.      */
  5164.     protected function getSecurity_TokenStorageService()
  5165.     {
  5166.         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, [
  5167.             'session' => ['services''session''getSessionService'false],
  5168.         ], [
  5169.             'session' => '?',
  5170.         ]));
  5171.     }
  5172.     /**
  5173.      * Gets the public 'serializer' shared service.
  5174.      *
  5175.      * @return \Symfony\Component\Serializer\Serializer
  5176.      */
  5177.     protected function getSerializerService()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  5183.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Serializer/Normalizer/AppNormalizer.php';
  5197.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  5198.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  5205.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  5206.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  5215.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  5216.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  5217.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5218.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  5219.         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()]);
  5220.     }
  5221.     /**
  5222.      * Gets the public 'services_resetter' shared service.
  5223.      *
  5224.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  5225.      */
  5226.     protected function getServicesResetterService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  5229.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  5230.             if (isset($this->services['cache.app'])) {
  5231.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  5232.             }
  5233.             if (isset($this->services['cache.system'])) {
  5234.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  5235.             }
  5236.             if (isset($this->privates['cache.validator'])) {
  5237.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  5238.             }
  5239.             if (isset($this->privates['cache.serializer'])) {
  5240.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  5241.             }
  5242.             if (isset($this->privates['cache.annotations'])) {
  5243.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  5244.             }
  5245.             if (isset($this->privates['cache.property_info'])) {
  5246.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  5247.             }
  5248.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  5249.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  5250.             }
  5251.             if (isset($this->services['profiler'])) {
  5252.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  5253.             }
  5254.             if (isset($this->services['validator'])) {
  5255.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  5256.             }
  5257.             if (isset($this->privates['debug.stopwatch'])) {
  5258.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  5259.             }
  5260.             if (isset($this->services['event_dispatcher'])) {
  5261.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  5262.             }
  5263.             if (isset($this->services['doctrine'])) {
  5264.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  5265.             }
  5266.             if (isset($this->privates['form.type.entity'])) {
  5267.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  5268.             }
  5269.             if (isset($this->services['security.token_storage'])) {
  5270.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  5271.             }
  5272.             if (isset($this->privates['cache.security_expression_language'])) {
  5273.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  5274.             }
  5275.             if (isset($this->privates['monolog.handler.main'])) {
  5276.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  5277.             }
  5278.             if (isset($this->privates['monolog.handler.console'])) {
  5279.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  5280.             }
  5281.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  5282.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  5283.             }
  5284.         }, function () {
  5285.             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']));
  5286.         }), ['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']]);
  5287.     }
  5288.     /**
  5289.      * Gets the public 'session' shared service.
  5290.      *
  5291.      * @return \Symfony\Component\HttpFoundation\Session\Session
  5292.      */
  5293.     protected function getSessionService()
  5294.     {
  5295.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  5296.     }
  5297.     /**
  5298.      * Gets the public 'swiftmailer.mailer.default' shared service.
  5299.      *
  5300.      * @return \Swift_Mailer
  5301.      */
  5302.     protected function getSwiftmailer_Mailer_DefaultService()
  5303.     {
  5304.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  5305.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  5306.     }
  5307.     /**
  5308.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  5309.      *
  5310.      * @return \Swift_Plugins_MessageLogger
  5311.      */
  5312.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  5313.     {
  5314.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  5317.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  5318.     }
  5319.     /**
  5320.      * Gets the public 'swiftmailer.transport' shared service.
  5321.      *
  5322.      * @return \Swift_Transport
  5323.      */
  5324.     protected function getSwiftmailer_TransportService()
  5325.     {
  5326.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  5328.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  5330.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  5333.         $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());
  5334.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  5335.         return $instance;
  5336.     }
  5337.     /**
  5338.      * Gets the public 'translator' shared service.
  5339.      *
  5340.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5341.      */
  5342.     protected function getTranslatorService()
  5343.     {
  5344.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5345.     }
  5346.     /**
  5347.      * Gets the public 'twig' shared service.
  5348.      *
  5349.      * @return \Twig\Environment
  5350.      */
  5351.     protected function getTwigService()
  5352.     {
  5353.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  5354.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/views'), 'WebsiteTemplates');
  5355.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/External/Resources/views'), 'ExternalTemplates');
  5356.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/OTP/Resources/views'), 'OTPTemplates');
  5357.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  5358.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  5359.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  5360.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  5361.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  5362.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  5363.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5364.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5365.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5366.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5367.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5368.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5369.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/views'), 'LaunchPad');
  5370.         $a->addPath((\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/views'), '!LaunchPad');
  5371.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  5372.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  5373.         $a->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), 'Translation');
  5374.         $a->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), '!Translation');
  5375.         $a->addPath((\dirname(__DIR__4).'/templates'));
  5376.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5377.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5378.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5379.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  5380.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  5381.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  5382.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5383.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  5384.         $f = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  5385.         $f->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  5386.         $g = new \Symfony\Bridge\Twig\AppVariable();
  5387.         $g->setEnvironment('dev');
  5388.         $g->setDebug(true);
  5389.         if ($this->has('security.token_storage')) {
  5390.             $g->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5391.         }
  5392.         if ($this->has('request_stack')) {
  5393.             $g->setRequestStack($d);
  5394.         }
  5395.         $h = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  5396.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  5397.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  5398.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  5399.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), [])));
  5400.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  5401.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  5402.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  5403.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  5404.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  5405.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  5406.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  5407.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  5408.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  5409.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  5410.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  5411.         $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())));
  5412.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  5413.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($f));
  5414.         $instance->addExtension(new \Translation\Bundle\Twig\TranslationExtension($ctrue));
  5415.         $instance->addGlobal('app'$g);
  5416.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5417.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  5418.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  5419.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  5420.         ], [
  5421.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  5422.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  5423.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  5424.         ])));
  5425.         $instance->addGlobal('front_url'$this->getEnv('FRONT_URL'));
  5426.         $instance->registerUndefinedFilterCallback([=> $h=> 'suggestFilter']);
  5427.         $instance->registerUndefinedFunctionCallback([=> $h=> 'suggestFunction']);
  5428.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  5429.         return $instance;
  5430.     }
  5431.     /**
  5432.      * Gets the public 'twig.controller.exception' shared service.
  5433.      *
  5434.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  5435.      *
  5436.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  5437.      */
  5438.     protected function getTwig_Controller_ExceptionService()
  5439.     {
  5440.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  5441.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  5442.     }
  5443.     /**
  5444.      * Gets the public 'twig.controller.preview_error' shared service.
  5445.      *
  5446.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  5447.      *
  5448.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  5449.      */
  5450.     protected function getTwig_Controller_PreviewErrorService()
  5451.     {
  5452.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  5453.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  5454.     }
  5455.     /**
  5456.      * Gets the public 'validator' shared service.
  5457.      *
  5458.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  5459.      */
  5460.     protected function getValidatorService()
  5461.     {
  5462.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  5463.     }
  5464.     /**
  5465.      * Gets the public 'var_dumper.cloner' shared service.
  5466.      *
  5467.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5468.      */
  5469.     protected function getVarDumper_ClonerService()
  5470.     {
  5471.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5472.         $instance->setMaxItems(2500);
  5473.         $instance->setMinDepth(1);
  5474.         $instance->setMaxString(-1);
  5475.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5476.         return $instance;
  5477.     }
  5478.     /**
  5479.      * Gets the public 'web_profiler.controller.exception' shared service.
  5480.      *
  5481.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  5482.      *
  5483.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  5484.      */
  5485.     protected function getWebProfiler_Controller_ExceptionService()
  5486.     {
  5487.         @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);
  5488.         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()));
  5489.     }
  5490.     /**
  5491.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5492.      *
  5493.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5494.      */
  5495.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5496.     {
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5498.         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()));
  5499.     }
  5500.     /**
  5501.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5502.      *
  5503.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5504.      */
  5505.     protected function getWebProfiler_Controller_ProfilerService()
  5506.     {
  5507.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5508.         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));
  5509.     }
  5510.     /**
  5511.      * Gets the public 'web_profiler.controller.router' shared service.
  5512.      *
  5513.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5514.      */
  5515.     protected function getWebProfiler_Controller_RouterService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5518.         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()));
  5519.     }
  5520.     /**
  5521.      * Gets the private '.debug.http_client' shared service.
  5522.      *
  5523.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  5524.      */
  5525.     protected function get_Debug_HttpClientService()
  5526.     {
  5527.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  5528.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  5529.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5530.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5531.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5532.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5533.         $a->setLogger($b);
  5534.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  5535.     }
  5536.     /**
  5537.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  5538.      *
  5539.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  5540.      */
  5541.     protected function get_LegacyResolveControllerNameSubscriberService()
  5542.     {
  5543.         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);
  5544.     }
  5545.     /**
  5546.      * Gets the private '.service_locator..7onC1x' shared service.
  5547.      *
  5548.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5549.      */
  5550.     protected function get_ServiceLocator__7onC1xService()
  5551.     {
  5552.         return $this->privates['.service_locator..7onC1x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5553.             'otpService' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\OTPService''getOTPServiceService'false],
  5554.         ], [
  5555.             'otpService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\OTP\\OTPService',
  5556.         ]);
  5557.     }
  5558.     /**
  5559.      * Gets the private '.service_locator..8T4dTh' shared service.
  5560.      *
  5561.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5562.      */
  5563.     protected function get_ServiceLocator__8T4dThService()
  5564.     {
  5565.         return $this->privates['.service_locator..8T4dTh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5566.             'authService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService''getAuthServiceService'false],
  5567.         ], [
  5568.             'authService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService',
  5569.         ]);
  5570.     }
  5571.     /**
  5572.      * Gets the private '.service_locator..UGdbQE' shared service.
  5573.      *
  5574.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5575.      */
  5576.     protected function get_ServiceLocator__UGdbQEService()
  5577.     {
  5578.         return $this->privates['.service_locator..UGdbQE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5579.             'checkoutService' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService''getCheckoutServiceService'false],
  5580.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5581.         ], [
  5582.             'checkoutService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService',
  5583.             'em' => '?',
  5584.         ]);
  5585.     }
  5586.     /**
  5587.      * Gets the private '.service_locator.50DZOGS' shared service.
  5588.      *
  5589.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5590.      */
  5591.     protected function get_ServiceLocator_50DZOGSService()
  5592.     {
  5593.         return $this->privates['.service_locator.50DZOGS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5594.             'checkoutPaymentService' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutPaymentService''getCheckoutPaymentServiceService'false],
  5595.         ], [
  5596.             'checkoutPaymentService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutPaymentService',
  5597.         ]);
  5598.     }
  5599.     /**
  5600.      * Gets the private '.service_locator.7kB4Lp.' shared service.
  5601.      *
  5602.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5603.      */
  5604.     protected function get_ServiceLocator_7kB4Lp_Service()
  5605.     {
  5606.         return $this->privates['.service_locator.7kB4Lp.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5607.             'gpsService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService''getGpsServiceService'false],
  5608.             'paymentDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService''getPaymentDeviceServiceService'false],
  5609.         ], [
  5610.             'gpsService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsService',
  5611.             'paymentDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService',
  5612.         ]);
  5613.     }
  5614.     /**
  5615.      * Gets the private '.service_locator.8lG7T9y' shared service.
  5616.      *
  5617.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5618.      */
  5619.     protected function get_ServiceLocator_8lG7T9yService()
  5620.     {
  5621.         return $this->privates['.service_locator.8lG7T9y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5622.             'bulkLoadService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Tools\\BulkLoadService''getBulkLoadServiceService'false],
  5623.         ], [
  5624.             'bulkLoadService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Tools\\BulkLoadService',
  5625.         ]);
  5626.     }
  5627.     /**
  5628.      * Gets the private '.service_locator.8w8rfQX' shared service.
  5629.      *
  5630.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5631.      */
  5632.     protected function get_ServiceLocator_8w8rfQXService()
  5633.     {
  5634.         return $this->privates['.service_locator.8w8rfQX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5635.             'transactionService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService''getTransactionServiceService'false],
  5636.         ], [
  5637.             'transactionService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService',
  5638.         ]);
  5639.     }
  5640.     /**
  5641.      * Gets the private '.service_locator.DIbABDM' shared service.
  5642.      *
  5643.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5644.      */
  5645.     protected function get_ServiceLocator_DIbABDMService()
  5646.     {
  5647.         return $this->privates['.service_locator.DIbABDM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5648.             'w2Service' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2Service''getW2ServiceService'false],
  5649.         ], [
  5650.             'w2Service' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\W2\\W2Service',
  5651.         ]);
  5652.     }
  5653.     /**
  5654.      * Gets the private '.service_locator.EHfi3nr' shared service.
  5655.      *
  5656.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5657.      */
  5658.     protected function get_ServiceLocator_EHfi3nrService()
  5659.     {
  5660.         return $this->privates['.service_locator.EHfi3nr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5661.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController::initializeAction' => ['privates''.service_locator.prxzyxH''get_ServiceLocator_PrxzyxHService'false],
  5662.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController::deleteAppConfigAction' => ['privates''.service_locator.VsCJi12''get_ServiceLocator_VsCJi12Service'false],
  5663.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController::getAppConfigDetailsAction' => ['privates''.service_locator.VsCJi12''get_ServiceLocator_VsCJi12Service'false],
  5664.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Customer\\CustomerController::getUserCardsAction' => ['privates''.service_locator.fBZVjDR''get_ServiceLocator_FBZVjDRService'false],
  5665.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::loginAction' => ['privates''.service_locator..7onC1x''get_ServiceLocator__7onC1xService'false],
  5666.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::loginOTPAction' => ['privates''.service_locator..7onC1x''get_ServiceLocator__7onC1xService'false],
  5667.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::registerUserAction' => ['privates''.service_locator.RdFw8vY''get_ServiceLocator_RdFw8vYService'false],
  5668.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::cardExpirationAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5669.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::cardStatementAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5670.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::changeCardStatusAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5671.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::deleteCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5672.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::loadPaymentDeviceAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5673.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::lockCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5674.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::paymentDeviceUpdate3ds' => ['privates''.service_locator.7kB4Lp.''get_ServiceLocator_7kB4Lp_Service'false],
  5675.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::query3DSecureDetailsAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5676.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::regenerateCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5677.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::renewCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5678.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::reportStolenCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5679.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::unloadPaymentDeviceAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5680.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController::setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5681.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController::setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5682.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController::setPaginatorService' => ['privates''.service_locator.tlKxSu9''get_ServiceLocator_TlKxSu9Service'false],
  5683.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::downloadTotalsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5684.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::getTotalsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5685.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::getUsersStats' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5686.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::newUsers' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5687.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::transactionsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5688.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::downloadTmpFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5689.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5690.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::triggerDownloadAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5691.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::uploadFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5692.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::detailsAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  5693.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5694.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::recordDetailsAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  5695.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::recordServiceCallAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  5696.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::saveBulkLoad' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  5697.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::addOrEditTransaction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  5698.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::deleteTransactionAction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  5699.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::getTransactionsDetailsAction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  5700.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController::setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5701.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController::setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5702.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController::setPaginatorService' => ['privates''.service_locator.tlKxSu9''get_ServiceLocator_TlKxSu9Service'false],
  5703.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::getUserCardsAction' => ['privates''.service_locator.fBZVjDR''get_ServiceLocator_FBZVjDRService'false],
  5704.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::getUserDetailsAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  5705.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStats' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  5706.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStatusApproveAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  5707.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStatusRejectAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  5708.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::triggerEKYCAction' => ['privates''.service_locator.EaCVAJV''get_ServiceLocator_EaCVAJVService'false],
  5709.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::triggerPEPSISAction' => ['privates''.service_locator.EaCVAJV''get_ServiceLocator_EaCVAJVService'false],
  5710.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController::changeRequestAction' => ['privates''.service_locator..8T4dTh''get_ServiceLocator__8T4dThService'false],
  5711.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController::passwordResetAction' => ['privates''.service_locator.GA1FCl4''get_ServiceLocator_GA1FCl4Service'false],
  5712.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController::setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5713.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController::setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5714.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController::setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5715.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController::setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5716.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController::createCardAction' => ['privates''.service_locator.pd9x7OH''get_ServiceLocator_Pd9x7OHService'false],
  5717.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController::getPaymentCardsAction' => ['privates''.service_locator.pd9x7OH''get_ServiceLocator_Pd9x7OHService'false],
  5718.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController::getChartData' => ['privates''.service_locator.JfvQuyl''get_ServiceLocator_JfvQuylService'false],
  5719.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::getUploadFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5720.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5721.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::triggerDownloadAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5722.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController::topUpCardAction' => ['privates''.service_locator.Gzx_HQl''get_ServiceLocator_GzxHQlService'false],
  5723.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController::topUpCardActionOld' => ['privates''.service_locator.Gzx_HQl''get_ServiceLocator_GzxHQlService'false],
  5724.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\UserChallengeController::setPaginatorService' => ['privates''.service_locator.tlKxSu9''get_ServiceLocator_TlKxSu9Service'false],
  5725.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController::setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5726.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController::setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5727.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::demo3DAction' => ['privates''.service_locator..UGdbQE''get_ServiceLocator__UGdbQEService'false],
  5728.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::notifyAction' => ['privates''.service_locator.EwU14Il''get_ServiceLocator_EwU14IlService'false],
  5729.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::paymentFailedAction' => ['privates''.service_locator.50DZOGS''get_ServiceLocator_50DZOGSService'false],
  5730.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::paymentSuccessAction' => ['privates''.service_locator.50DZOGS''get_ServiceLocator_50DZOGSService'false],
  5731.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::cutOffAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  5732.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::ehiAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  5733.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::ehiBulkAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  5734.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::importAction' => ['privates''.service_locator.V738EHg''get_ServiceLocator_V738EHgService'false],
  5735.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller::postbackAction' => ['privates''.service_locator.DIbABDM''get_ServiceLocator_DIbABDMService'false],
  5736.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController:initializeAction' => ['privates''.service_locator.prxzyxH''get_ServiceLocator_PrxzyxHService'false],
  5737.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController:deleteAppConfigAction' => ['privates''.service_locator.VsCJi12''get_ServiceLocator_VsCJi12Service'false],
  5738.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController:getAppConfigDetailsAction' => ['privates''.service_locator.VsCJi12''get_ServiceLocator_VsCJi12Service'false],
  5739.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Customer\\CustomerController:getUserCardsAction' => ['privates''.service_locator.fBZVjDR''get_ServiceLocator_FBZVjDRService'false],
  5740.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:loginAction' => ['privates''.service_locator..7onC1x''get_ServiceLocator__7onC1xService'false],
  5741.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:loginOTPAction' => ['privates''.service_locator..7onC1x''get_ServiceLocator__7onC1xService'false],
  5742.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:registerUserAction' => ['privates''.service_locator.RdFw8vY''get_ServiceLocator_RdFw8vYService'false],
  5743.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:cardExpirationAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5744.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:cardStatementAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5745.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:changeCardStatusAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5746.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:deleteCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5747.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:loadPaymentDeviceAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5748.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:lockCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5749.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:paymentDeviceUpdate3ds' => ['privates''.service_locator.7kB4Lp.''get_ServiceLocator_7kB4Lp_Service'false],
  5750.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:query3DSecureDetailsAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5751.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:regenerateCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5752.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:renewCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5753.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:reportStolenCardAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5754.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:unloadPaymentDeviceAction' => ['privates''.service_locator.bTgymvt''get_ServiceLocator_BTgymvtService'false],
  5755.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController:setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5756.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController:setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5757.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController:setPaginatorService' => ['privates''.service_locator.tlKxSu9''get_ServiceLocator_TlKxSu9Service'false],
  5758.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:downloadTotalsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5759.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:getTotalsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5760.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:getUsersStats' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5761.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:newUsers' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5762.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:transactionsAction' => ['privates''.service_locator.PZd1QIh''get_ServiceLocator_PZd1QIhService'false],
  5763.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:downloadTmpFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5764.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5765.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:triggerDownloadAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5766.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:uploadFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5767.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:detailsAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  5768.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5769.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:recordDetailsAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  5770.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:recordServiceCallAction' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  5771.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:saveBulkLoad' => ['privates''.service_locator.8lG7T9y''get_ServiceLocator_8lG7T9yService'false],
  5772.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:addOrEditTransaction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  5773.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:deleteTransactionAction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  5774.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:getTransactionsDetailsAction' => ['privates''.service_locator.8w8rfQX''get_ServiceLocator_8w8rfQXService'false],
  5775.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController:setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5776.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController:setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5777.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController:setPaginatorService' => ['privates''.service_locator.tlKxSu9''get_ServiceLocator_TlKxSu9Service'false],
  5778.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:getUserCardsAction' => ['privates''.service_locator.fBZVjDR''get_ServiceLocator_FBZVjDRService'false],
  5779.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:getUserDetailsAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  5780.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStats' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  5781.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStatusApproveAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  5782.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStatusRejectAction' => ['privates''.service_locator.tJZnlO7''get_ServiceLocator_TJZnlO7Service'false],
  5783.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:triggerEKYCAction' => ['privates''.service_locator.EaCVAJV''get_ServiceLocator_EaCVAJVService'false],
  5784.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:triggerPEPSISAction' => ['privates''.service_locator.EaCVAJV''get_ServiceLocator_EaCVAJVService'false],
  5785.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController:changeRequestAction' => ['privates''.service_locator..8T4dTh''get_ServiceLocator__8T4dThService'false],
  5786.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController:passwordResetAction' => ['privates''.service_locator.GA1FCl4''get_ServiceLocator_GA1FCl4Service'false],
  5787.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController:setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5788.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController:setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5789.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController:setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5790.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController:setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5791.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController:createCardAction' => ['privates''.service_locator.pd9x7OH''get_ServiceLocator_Pd9x7OHService'false],
  5792.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController:getPaymentCardsAction' => ['privates''.service_locator.pd9x7OH''get_ServiceLocator_Pd9x7OHService'false],
  5793.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController:getChartData' => ['privates''.service_locator.JfvQuyl''get_ServiceLocator_JfvQuylService'false],
  5794.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:getUploadFileAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5795.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:previewAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5796.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:triggerDownloadAction' => ['privates''.service_locator.K9Gb3.n''get_ServiceLocator_K9Gb3_NService'false],
  5797.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController:topUpCardAction' => ['privates''.service_locator.Gzx_HQl''get_ServiceLocator_GzxHQlService'false],
  5798.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController:topUpCardActionOld' => ['privates''.service_locator.Gzx_HQl''get_ServiceLocator_GzxHQlService'false],
  5799.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\UserChallengeController:setPaginatorService' => ['privates''.service_locator.tlKxSu9''get_ServiceLocator_TlKxSu9Service'false],
  5800.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController:setAppNormalizerService' => ['privates''.service_locator.rvSNQN6''get_ServiceLocator_RvSNQN6Service'false],
  5801.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController:setBaseApiService' => ['privates''.service_locator.sO81uQD''get_ServiceLocator_SO81uQDService'false],
  5802.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:demo3DAction' => ['privates''.service_locator..UGdbQE''get_ServiceLocator__UGdbQEService'false],
  5803.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:notifyAction' => ['privates''.service_locator.EwU14Il''get_ServiceLocator_EwU14IlService'false],
  5804.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:paymentFailedAction' => ['privates''.service_locator.50DZOGS''get_ServiceLocator_50DZOGSService'false],
  5805.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:paymentSuccessAction' => ['privates''.service_locator.50DZOGS''get_ServiceLocator_50DZOGSService'false],
  5806.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:cutOffAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  5807.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:ehiAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  5808.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:ehiBulkAction' => ['privates''.service_locator.dgva66j''get_ServiceLocator_Dgva66jService'false],
  5809.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:importAction' => ['privates''.service_locator.V738EHg''get_ServiceLocator_V738EHgService'false],
  5810.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller:postbackAction' => ['privates''.service_locator.DIbABDM''get_ServiceLocator_DIbABDMService'false],
  5811.         ], [
  5812.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController::initializeAction' => '?',
  5813.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController::deleteAppConfigAction' => '?',
  5814.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController::getAppConfigDetailsAction' => '?',
  5815.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Customer\\CustomerController::getUserCardsAction' => '?',
  5816.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::loginAction' => '?',
  5817.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::loginOTPAction' => '?',
  5818.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController::registerUserAction' => '?',
  5819.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::cardExpirationAction' => '?',
  5820.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::cardStatementAction' => '?',
  5821.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::changeCardStatusAction' => '?',
  5822.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::deleteCardAction' => '?',
  5823.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::loadPaymentDeviceAction' => '?',
  5824.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::lockCardAction' => '?',
  5825.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::paymentDeviceUpdate3ds' => '?',
  5826.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::query3DSecureDetailsAction' => '?',
  5827.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::regenerateCardAction' => '?',
  5828.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::renewCardAction' => '?',
  5829.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::reportStolenCardAction' => '?',
  5830.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController::unloadPaymentDeviceAction' => '?',
  5831.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController::setAppNormalizerService' => '?',
  5832.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController::setBaseApiService' => '?',
  5833.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController::setPaginatorService' => '?',
  5834.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::downloadTotalsAction' => '?',
  5835.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::getTotalsAction' => '?',
  5836.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::getUsersStats' => '?',
  5837.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::newUsers' => '?',
  5838.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController::transactionsAction' => '?',
  5839.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::downloadTmpFileAction' => '?',
  5840.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::previewAction' => '?',
  5841.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::triggerDownloadAction' => '?',
  5842.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController::uploadFileAction' => '?',
  5843.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::detailsAction' => '?',
  5844.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::previewAction' => '?',
  5845.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::recordDetailsAction' => '?',
  5846.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::recordServiceCallAction' => '?',
  5847.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController::saveBulkLoad' => '?',
  5848.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::addOrEditTransaction' => '?',
  5849.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::deleteTransactionAction' => '?',
  5850.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController::getTransactionsDetailsAction' => '?',
  5851.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController::setAppNormalizerService' => '?',
  5852.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController::setBaseApiService' => '?',
  5853.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController::setPaginatorService' => '?',
  5854.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::getUserCardsAction' => '?',
  5855.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::getUserDetailsAction' => '?',
  5856.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStats' => '?',
  5857.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStatusApproveAction' => '?',
  5858.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::kycStatusRejectAction' => '?',
  5859.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::triggerEKYCAction' => '?',
  5860.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController::triggerPEPSISAction' => '?',
  5861.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController::changeRequestAction' => '?',
  5862.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController::passwordResetAction' => '?',
  5863.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController::setAppNormalizerService' => '?',
  5864.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController::setBaseApiService' => '?',
  5865.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController::setAppNormalizerService' => '?',
  5866.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController::setBaseApiService' => '?',
  5867.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController::createCardAction' => '?',
  5868.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController::getPaymentCardsAction' => '?',
  5869.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController::getChartData' => '?',
  5870.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::getUploadFileAction' => '?',
  5871.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::previewAction' => '?',
  5872.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController::triggerDownloadAction' => '?',
  5873.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController::topUpCardAction' => '?',
  5874.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController::topUpCardActionOld' => '?',
  5875.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\UserChallengeController::setPaginatorService' => '?',
  5876.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController::setAppNormalizerService' => '?',
  5877.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController::setBaseApiService' => '?',
  5878.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::demo3DAction' => '?',
  5879.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::notifyAction' => '?',
  5880.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::paymentFailedAction' => '?',
  5881.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController::paymentSuccessAction' => '?',
  5882.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::cutOffAction' => '?',
  5883.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::ehiAction' => '?',
  5884.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::ehiBulkAction' => '?',
  5885.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController::importAction' => '?',
  5886.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller::postbackAction' => '?',
  5887.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AccountController:initializeAction' => '?',
  5888.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController:deleteAppConfigAction' => '?',
  5889.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\AppController:getAppConfigDetailsAction' => '?',
  5890.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Customer\\CustomerController:getUserCardsAction' => '?',
  5891.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:loginAction' => '?',
  5892.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:loginOTPAction' => '?',
  5893.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Member\\AccountController:registerUserAction' => '?',
  5894.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:cardExpirationAction' => '?',
  5895.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:cardStatementAction' => '?',
  5896.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:changeCardStatusAction' => '?',
  5897.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:deleteCardAction' => '?',
  5898.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:loadPaymentDeviceAction' => '?',
  5899.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:lockCardAction' => '?',
  5900.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:paymentDeviceUpdate3ds' => '?',
  5901.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:query3DSecureDetailsAction' => '?',
  5902.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:regenerateCardAction' => '?',
  5903.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:renewCardAction' => '?',
  5904.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:reportStolenCardAction' => '?',
  5905.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\PaymentDeviceController:unloadPaymentDeviceAction' => '?',
  5906.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController:setAppNormalizerService' => '?',
  5907.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController:setBaseApiService' => '?',
  5908.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ScaConnectionController:setPaginatorService' => '?',
  5909.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:downloadTotalsAction' => '?',
  5910.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:getTotalsAction' => '?',
  5911.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:getUsersStats' => '?',
  5912.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:newUsers' => '?',
  5913.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\StatsController:transactionsAction' => '?',
  5914.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:downloadTmpFileAction' => '?',
  5915.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:previewAction' => '?',
  5916.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:triggerDownloadAction' => '?',
  5917.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\ToolsController:uploadFileAction' => '?',
  5918.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:detailsAction' => '?',
  5919.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:previewAction' => '?',
  5920.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:recordDetailsAction' => '?',
  5921.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:recordServiceCallAction' => '?',
  5922.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\Tools\\BulkLoadController:saveBulkLoad' => '?',
  5923.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:addOrEditTransaction' => '?',
  5924.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:deleteTransactionAction' => '?',
  5925.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\TransactionController:getTransactionsDetailsAction' => '?',
  5926.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController:setAppNormalizerService' => '?',
  5927.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController:setBaseApiService' => '?',
  5928.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\UserConsentController:setPaginatorService' => '?',
  5929.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:getUserCardsAction' => '?',
  5930.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:getUserDetailsAction' => '?',
  5931.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStats' => '?',
  5932.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStatusApproveAction' => '?',
  5933.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:kycStatusRejectAction' => '?',
  5934.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:triggerEKYCAction' => '?',
  5935.             'LaunchPad\\Bundle\\LaunchPadBundle\\Admin\\Api\\Controller\\User\\UserController:triggerPEPSISAction' => '?',
  5936.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController:changeRequestAction' => '?',
  5937.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\Auth\\AuthController:passwordResetAction' => '?',
  5938.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController:setAppNormalizerService' => '?',
  5939.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Compliance\\ConsentController:setBaseApiService' => '?',
  5940.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController:setAppNormalizerService' => '?',
  5941.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PSD2\\Connector\\SaltEdgeConnectorController:setBaseApiService' => '?',
  5942.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController:createCardAction' => '?',
  5943.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\PaymentCardController:getPaymentCardsAction' => '?',
  5944.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\SpendingController:getChartData' => '?',
  5945.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:getUploadFileAction' => '?',
  5946.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:previewAction' => '?',
  5947.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\ToolsController:triggerDownloadAction' => '?',
  5948.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController:topUpCardAction' => '?',
  5949.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\TopUpController:topUpCardActionOld' => '?',
  5950.             'LaunchPad\\Bundle\\LaunchPadBundle\\Api\\Controller\\UserChallengeController:setPaginatorService' => '?',
  5951.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController:setAppNormalizerService' => '?',
  5952.             'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Controller\\ScaController:setBaseApiService' => '?',
  5953.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:demo3DAction' => '?',
  5954.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:notifyAction' => '?',
  5955.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:paymentFailedAction' => '?',
  5956.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\CheckoutController:paymentSuccessAction' => '?',
  5957.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:cutOffAction' => '?',
  5958.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:ehiAction' => '?',
  5959.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:ehiBulkAction' => '?',
  5960.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\GpsController:importAction' => '?',
  5961.             'LaunchPad\\Bundle\\LaunchPadBundle\\External\\Controller\\W2Controller:postbackAction' => '?',
  5962.         ]);
  5963.     }
  5964.     /**
  5965.      * Gets the private '.service_locator.EaCVAJV' shared service.
  5966.      *
  5967.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5968.      */
  5969.     protected function get_ServiceLocator_EaCVAJVService()
  5970.     {
  5971.         return $this->privates['.service_locator.EaCVAJV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5972.             'kycService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService''getKycServiceService'false],
  5973.             'userService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService''getUserServiceService'false],
  5974.         ], [
  5975.             'kycService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\KYC\\KycService',
  5976.             'userService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService',
  5977.         ]);
  5978.     }
  5979.     /**
  5980.      * Gets the private '.service_locator.EwU14Il' shared service.
  5981.      *
  5982.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5983.      */
  5984.     protected function get_ServiceLocator_EwU14IlService()
  5985.     {
  5986.         return $this->privates['.service_locator.EwU14Il'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5987.             'checkoutService' => ['services''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService''getCheckoutServiceService'false],
  5988.         ], [
  5989.             'checkoutService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\CardAquirer\\Checkout\\CheckoutService',
  5990.         ]);
  5991.     }
  5992.     /**
  5993.      * Gets the private '.service_locator.GA1FCl4' shared service.
  5994.      *
  5995.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5996.      */
  5997.     protected function get_ServiceLocator_GA1FCl4Service()
  5998.     {
  5999.         return $this->privates['.service_locator.GA1FCl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6000.             'authService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService''getAuthServiceService'false],
  6001.             'tokenGenerator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  6002.         ], [
  6003.             'authService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService',
  6004.             'tokenGenerator' => '?',
  6005.         ]);
  6006.     }
  6007.     /**
  6008.      * Gets the private '.service_locator.Gzx_HQl' shared service.
  6009.      *
  6010.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6011.      */
  6012.     protected function get_ServiceLocator_GzxHQlService()
  6013.     {
  6014.         return $this->privates['.service_locator.Gzx_HQl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6015.             'paymentCardService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService''getPaymentCardServiceService'false],
  6016.             'topUpService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUpService''getTopUpServiceService'false],
  6017.         ], [
  6018.             'paymentCardService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService',
  6019.             'topUpService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TopUpService',
  6020.         ]);
  6021.     }
  6022.     /**
  6023.      * Gets the private '.service_locator.JfvQuyl' shared service.
  6024.      *
  6025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6026.      */
  6027.     protected function get_ServiceLocator_JfvQuylService()
  6028.     {
  6029.         return $this->privates['.service_locator.JfvQuyl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6030.             'spendingService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SpendingService''getSpendingServiceService'false],
  6031.         ], [
  6032.             'spendingService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SpendingService',
  6033.         ]);
  6034.     }
  6035.     /**
  6036.      * Gets the private '.service_locator.K9Gb3.n' shared service.
  6037.      *
  6038.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6039.      */
  6040.     protected function get_ServiceLocator_K9Gb3_NService()
  6041.     {
  6042.         return $this->privates['.service_locator.K9Gb3.n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6043.             'uploadService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService''getUploadServiceService'false],
  6044.         ], [
  6045.             'uploadService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UploadService',
  6046.         ]);
  6047.     }
  6048.     /**
  6049.      * Gets the private '.service_locator.PZd1QIh' shared service.
  6050.      *
  6051.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6052.      */
  6053.     protected function get_ServiceLocator_PZd1QIhService()
  6054.     {
  6055.         return $this->privates['.service_locator.PZd1QIh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6056.             'statsService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\StatsService''getStatsServiceService'false],
  6057.         ], [
  6058.             'statsService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\StatsService',
  6059.         ]);
  6060.     }
  6061.     /**
  6062.      * Gets the private '.service_locator.RdFw8vY' shared service.
  6063.      *
  6064.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6065.      */
  6066.     protected function get_ServiceLocator_RdFw8vYService()
  6067.     {
  6068.         return $this->privates['.service_locator.RdFw8vY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6069.             'accountService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService''getAccountServiceService'false],
  6070.             'authService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService''getAuthServiceService'false],
  6071.             'paymentCardService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService''getPaymentCardServiceService'false],
  6072.             'paymentDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService''getPaymentDeviceServiceService'false],
  6073.             'userDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService''getUserDeviceServiceService'false],
  6074.         ], [
  6075.             'accountService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService',
  6076.             'authService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Auth\\AuthService',
  6077.             'paymentCardService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService',
  6078.             'paymentDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService',
  6079.             'userDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserDeviceService',
  6080.         ]);
  6081.     }
  6082.     /**
  6083.      * Gets the private '.service_locator.V738EHg' shared service.
  6084.      *
  6085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6086.      */
  6087.     protected function get_ServiceLocator_V738EHgService()
  6088.     {
  6089.         return $this->privates['.service_locator.V738EHg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6090.             'ehiService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService''getGpsEhiServiceService'false],
  6091.             'kernel' => ['services''kernel''getKernelService'false],
  6092.         ], [
  6093.             'ehiService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService',
  6094.             'kernel' => '?',
  6095.         ]);
  6096.     }
  6097.     /**
  6098.      * Gets the private '.service_locator.VsCJi12' shared service.
  6099.      *
  6100.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6101.      */
  6102.     protected function get_ServiceLocator_VsCJi12Service()
  6103.     {
  6104.         return $this->privates['.service_locator.VsCJi12'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6105.             'appConfigurationService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppConfigurationService''getAppConfigurationServiceService'false],
  6106.         ], [
  6107.             'appConfigurationService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppConfigurationService',
  6108.         ]);
  6109.     }
  6110.     /**
  6111.      * Gets the private '.service_locator.bTgymvt' shared service.
  6112.      *
  6113.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6114.      */
  6115.     protected function get_ServiceLocator_BTgymvtService()
  6116.     {
  6117.         return $this->privates['.service_locator.bTgymvt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6118.             'paymentDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService''getPaymentDeviceServiceService'false],
  6119.         ], [
  6120.             'paymentDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService',
  6121.         ]);
  6122.     }
  6123.     /**
  6124.      * Gets the private '.service_locator.dgva66j' shared service.
  6125.      *
  6126.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6127.      */
  6128.     protected function get_ServiceLocator_Dgva66jService()
  6129.     {
  6130.         return $this->privates['.service_locator.dgva66j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6131.             'ehiService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService''getGpsEhiServiceService'false],
  6132.         ], [
  6133.             'ehiService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Processor\\GPS\\GpsEhiService',
  6134.         ]);
  6135.     }
  6136.     /**
  6137.      * Gets the private '.service_locator.fBZVjDR' shared service.
  6138.      *
  6139.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6140.      */
  6141.     protected function get_ServiceLocator_FBZVjDRService()
  6142.     {
  6143.         return $this->privates['.service_locator.fBZVjDR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6144.             'paymentDeviceService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService''getPaymentDeviceServiceService'false],
  6145.             'userService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService''getUserServiceService'false],
  6146.         ], [
  6147.             'paymentDeviceService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService',
  6148.             'userService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService',
  6149.         ]);
  6150.     }
  6151.     /**
  6152.      * Gets the private '.service_locator.pd9x7OH' shared service.
  6153.      *
  6154.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6155.      */
  6156.     protected function get_ServiceLocator_Pd9x7OHService()
  6157.     {
  6158.         return $this->privates['.service_locator.pd9x7OH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6159.             'paymentCardService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService''getPaymentCardServiceService'false],
  6160.         ], [
  6161.             'paymentCardService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentCardService',
  6162.         ]);
  6163.     }
  6164.     /**
  6165.      * Gets the private '.service_locator.prxzyxH' shared service.
  6166.      *
  6167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6168.      */
  6169.     protected function get_ServiceLocator_PrxzyxHService()
  6170.     {
  6171.         return $this->privates['.service_locator.prxzyxH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6172.             'accountService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService''getAccountServiceService'false],
  6173.             'userService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService''getUserServiceService'false],
  6174.         ], [
  6175.             'accountService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AccountService',
  6176.             'userService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService',
  6177.         ]);
  6178.     }
  6179.     /**
  6180.      * Gets the private '.service_locator.rvSNQN6' shared service.
  6181.      *
  6182.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6183.      */
  6184.     protected function get_ServiceLocator_RvSNQN6Service()
  6185.     {
  6186.         return $this->privates['.service_locator.rvSNQN6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6187.             'appNormalizerService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppNormalizerService''getAppNormalizerServiceService'false],
  6188.         ], [
  6189.             'appNormalizerService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\AppNormalizerService',
  6190.         ]);
  6191.     }
  6192.     /**
  6193.      * Gets the private '.service_locator.sO81uQD' shared service.
  6194.      *
  6195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6196.      */
  6197.     protected function get_ServiceLocator_SO81uQDService()
  6198.     {
  6199.         return $this->privates['.service_locator.sO81uQD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6200.             'baseService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\BaseService''getBaseServiceService'false],
  6201.         ], [
  6202.             'baseService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\BaseService',
  6203.         ]);
  6204.     }
  6205.     /**
  6206.      * Gets the private '.service_locator.tJZnlO7' shared service.
  6207.      *
  6208.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6209.      */
  6210.     protected function get_ServiceLocator_TJZnlO7Service()
  6211.     {
  6212.         return $this->privates['.service_locator.tJZnlO7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6213.             'userService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService''getUserServiceService'false],
  6214.         ], [
  6215.             'userService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\UserService',
  6216.         ]);
  6217.     }
  6218.     /**
  6219.      * Gets the private '.service_locator.tlKxSu9' shared service.
  6220.      *
  6221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6222.      */
  6223.     protected function get_ServiceLocator_TlKxSu9Service()
  6224.     {
  6225.         return $this->privates['.service_locator.tlKxSu9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6226.             'paginatorService' => ['privates''LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService''getPaginatorServiceService'false],
  6227.         ], [
  6228.             'paginatorService' => 'LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaginatorService',
  6229.         ]);
  6230.     }
  6231.     /**
  6232.      * Gets the private '.service_locator.vdmMuyE' shared service.
  6233.      *
  6234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6235.      */
  6236.     protected function get_ServiceLocator_VdmMuyEService()
  6237.     {
  6238.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6239.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  6240.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  6241.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  6242.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6243.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  6244.             'router' => ['services''router''getRouterService'false],
  6245.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  6246.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  6247.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  6248.             'serializer' => ['services''serializer''getSerializerService'false],
  6249.             'session' => ['services''session''getSessionService'false],
  6250.             'twig' => ['services''twig''getTwigService'false],
  6251.         ], [
  6252.             'doctrine' => '?',
  6253.             'form.factory' => '?',
  6254.             'http_kernel' => '?',
  6255.             'parameter_bag' => '?',
  6256.             'request_stack' => '?',
  6257.             'router' => '?',
  6258.             'security.authorization_checker' => '?',
  6259.             'security.csrf.token_manager' => '?',
  6260.             'security.token_storage' => '?',
  6261.             'serializer' => '?',
  6262.             'session' => '?',
  6263.             'twig' => '?',
  6264.         ]);
  6265.     }
  6266.     /**
  6267.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener' shared autowired service.
  6268.      *
  6269.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener
  6270.      */
  6271.     protected function getCorsListenerService()
  6272.     {
  6273.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\EventListener\\CorsListener'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\EventListener\CorsListener($this->parameters['launch_pad']);
  6274.     }
  6275.     /**
  6276.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService' shared autowired service.
  6277.      *
  6278.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AccountService
  6279.      */
  6280.     protected function getAccountServiceService()
  6281.     {
  6282.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AccountService.php';
  6283.         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()));
  6284.     }
  6285.     /**
  6286.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService' shared autowired service.
  6287.      *
  6288.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppConfigurationService
  6289.      */
  6290.     protected function getAppConfigurationServiceService()
  6291.     {
  6292.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AppConfigurationService.php';
  6293.         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()));
  6294.     }
  6295.     /**
  6296.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService' shared autowired service.
  6297.      *
  6298.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\AppNormalizerService
  6299.      */
  6300.     protected function getAppNormalizerServiceService()
  6301.     {
  6302.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/AppNormalizerService.php';
  6303.         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()));
  6304.     }
  6305.     /**
  6306.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService' shared autowired service.
  6307.      *
  6308.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Auth\AuthService
  6309.      */
  6310.     protected function getAuthServiceService()
  6311.     {
  6312.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Auth/AuthService.php';
  6313.         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()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\User\\UserActionService'] ?? $this->getUserActionServiceService()));
  6314.     }
  6315.     /**
  6316.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\BaseService' shared autowired service.
  6317.      *
  6318.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\BaseService
  6319.      */
  6320.     protected function getBaseServiceService()
  6321.     {
  6322.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\BaseService'] = 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()));
  6323.     }
  6324.     /**
  6325.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Beneficiary\BeneficiaryService' shared autowired service.
  6326.      *
  6327.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Beneficiary\BeneficiaryService
  6328.      */
  6329.     protected function getBeneficiaryServiceService()
  6330.     {
  6331.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Beneficiary/BeneficiaryService.php';
  6332.         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()));
  6333.     }
  6334.     /**
  6335.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackPromotionService' shared autowired service.
  6336.      *
  6337.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackPromotionService
  6338.      */
  6339.     protected function getCashbackPromotionServiceService()
  6340.     {
  6341.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Cashback/CashbackPromotionService.php';
  6342.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Cashback\\CashbackPromotionService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Cashback\CashbackPromotionService($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\\UploadService'] ?? $this->getUploadServiceService()));
  6343.     }
  6344.     /**
  6345.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Chat\ConversationService' shared autowired service.
  6346.      *
  6347.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Chat\ConversationService
  6348.      */
  6349.     protected function getConversationServiceService()
  6350.     {
  6351.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Chat/ConversationService.php';
  6352.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Chat\\ConversationService'] = 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()));
  6353.     }
  6354.     /**
  6355.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService' shared autowired service.
  6356.      *
  6357.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CountryService
  6358.      */
  6359.     protected function getCountryServiceService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CountryService.php';
  6362.         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()));
  6363.     }
  6364.     /**
  6365.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService' shared autowired service.
  6366.      *
  6367.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\CurrencyService
  6368.      */
  6369.     protected function getCurrencyServiceService()
  6370.     {
  6371.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CurrencyService.php';
  6372.         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()));
  6373.     }
  6374.     /**
  6375.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\EventService' shared autowired service.
  6376.      *
  6377.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\EventService
  6378.      */
  6379.     protected function getEventServiceService()
  6380.     {
  6381.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/EventService.php';
  6382.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\EventService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\EventService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6383.     }
  6384.     /**
  6385.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\FxService' shared autowired service.
  6386.      *
  6387.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FX\FxService
  6388.      */
  6389.     protected function getFxServiceService()
  6390.     {
  6391.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FX/FxService.php';
  6392.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FX/Domain/FxProvider.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FX/Providers/MasterCardFxProvider.php';
  6394.         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()));
  6395.     }
  6396.     /**
  6397.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService' shared autowired service.
  6398.      *
  6399.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\FileService
  6400.      */
  6401.     protected function getFileServiceService()
  6402.     {
  6403.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/FileService.php';
  6404.         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()));
  6405.     }
  6406.     /**
  6407.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService' shared autowired service.
  6408.      *
  6409.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\ImageUploadService
  6410.      */
  6411.     protected function getImageUploadServiceService()
  6412.     {
  6413.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/ImageUploadService.php';
  6414.         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()));
  6415.     }
  6416.     /**
  6417.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService' shared autowired service.
  6418.      *
  6419.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\KycService
  6420.      */
  6421.     protected function getKycServiceService()
  6422.     {
  6423.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycService.php';
  6424.         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()));
  6425.     }
  6426.     /**
  6427.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2KycProvider' shared autowired service.
  6428.      *
  6429.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2KycProvider
  6430.      */
  6431.     protected function getW2KycProviderService()
  6432.     {
  6433.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/KycProvider.php';
  6434.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/W2/W2KycProvider.php';
  6435.         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()));
  6436.     }
  6437.     /**
  6438.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2Service' shared autowired service.
  6439.      *
  6440.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\KYC\W2\W2Service
  6441.      */
  6442.     protected function getW2ServiceService()
  6443.     {
  6444.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/KYC/W2/W2Service.php';
  6445.         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()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6446.     }
  6447.     /**
  6448.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService' shared autowired service.
  6449.      *
  6450.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\LanguageService
  6451.      */
  6452.     protected function getLanguageServiceService()
  6453.     {
  6454.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/LanguageService.php';
  6455.         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()));
  6456.     }
  6457.     /**
  6458.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService' shared autowired service.
  6459.      *
  6460.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\MailService
  6461.      */
  6462.     protected function getMailServiceService()
  6463.     {
  6464.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/MailService.php';
  6465.         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()));
  6466.     }
  6467.     /**
  6468.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\McApiService' shared autowired service.
  6469.      *
  6470.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\McApiService
  6471.      */
  6472.     protected function getMcApiServiceService()
  6473.     {
  6474.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/McApiService.php';
  6475.         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()));
  6476.     }
  6477.     /**
  6478.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService' shared autowired service.
  6479.      *
  6480.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Notifications\NotificationService
  6481.      */
  6482.     protected function getNotificationServiceService()
  6483.     {
  6484.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Notifications/NotificationService.php';
  6485.         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()));
  6486.     }
  6487.     /**
  6488.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\ConsentTokenService' shared autowired service.
  6489.      *
  6490.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\ConsentTokenService
  6491.      */
  6492.     protected function getConsentTokenServiceService()
  6493.     {
  6494.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PSD2/SaltEdge/ConsentTokenService.php';
  6495.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PSD2\\SaltEdge\\ConsentTokenService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\ConsentTokenService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6496.     }
  6497.     /**
  6498.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\LaunchPadConnectorBridge' shared autowired service.
  6499.      *
  6500.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\LaunchPadConnectorBridge
  6501.      */
  6502.     protected function getLaunchPadConnectorBridgeService()
  6503.     {
  6504.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Application/Service/AccountService.php';
  6505.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Application/Service/AccountTransactionService.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Application/Service/CardAccountService.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Application/Service/CardAccountTransactionService.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Application/Service/ErrorService.php';
  6509.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Application/Service/PaymentService.php';
  6510.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Application/Service/TokenService.php';
  6511.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PSD2/SaltEdge/LaunchPadConnectorBridge.php';
  6512.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PSD2/SaltEdge/PSD2AccountService.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PSD2/SaltEdge/PSD2CardAccountService.php';
  6514.         $a = ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PSD2\\SaltEdge\\ConsentTokenService'] ?? $this->getConsentTokenServiceService());
  6515.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6516.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PSD2\\SaltEdge\\LaunchPadConnectorBridge'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\LaunchPadConnectorBridge($this, new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\PSD2AccountService(($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PaymentDevice\\PaymentDeviceService'] ?? $this->getPaymentDeviceServiceService()), $a, ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] ?? $this->getTransactionServiceService())), new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\PSD2CardAccountService(($this->services['lp.user'] ?? $this->getLp_UserService()), ($this->services['lp.payment_device'] ?? $this->getLp_PaymentDeviceService()), ($this->services['lp.transaction'] ?? $this->getLp_TransactionService()), $b), $b$a);
  6517.     }
  6518.     /**
  6519.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaginatorService' shared autowired service.
  6520.      *
  6521.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaginatorService
  6522.      */
  6523.     protected function getPaginatorServiceService()
  6524.     {
  6525.         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()));
  6526.     }
  6527.     /**
  6528.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService' shared autowired service.
  6529.      *
  6530.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentCardService
  6531.      */
  6532.     protected function getPaymentCardServiceService()
  6533.     {
  6534.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentCardService.php';
  6535.         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()));
  6536.     }
  6537.     /**
  6538.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService' shared autowired service.
  6539.      *
  6540.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PaymentDevice\PaymentDeviceService
  6541.      */
  6542.     protected function getPaymentDeviceServiceService()
  6543.     {
  6544.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PaymentDevice/PaymentDeviceService.php';
  6545.         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()));
  6546.     }
  6547.     /**
  6548.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PermissionService' shared autowired service.
  6549.      *
  6550.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PermissionService
  6551.      */
  6552.     protected function getPermissionServiceService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PermissionService.php';
  6555.         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()));
  6556.     }
  6557.     /**
  6558.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService' shared autowired service.
  6559.      *
  6560.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PrivacyPolicyService
  6561.      */
  6562.     protected function getPrivacyPolicyServiceService()
  6563.     {
  6564.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PrivacyPolicyService.php';
  6565.         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()));
  6566.     }
  6567.     /**
  6568.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand' shared autowired service.
  6569.      *
  6570.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Command\EhiParseCommand
  6571.      */
  6572.     protected function getEhiParseCommandService()
  6573.     {
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Command/EhiParseCommand.php';
  6576.         $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()));
  6577.         $instance->setName('gps:ehi:parse');
  6578.         return $instance;
  6579.     }
  6580.     /**
  6581.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsCardListener' shared autowired service.
  6582.      *
  6583.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsCardListener
  6584.      */
  6585.     protected function getGpsCardListenerService()
  6586.     {
  6587.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/EventListener/Entity/GpsCardListener.php';
  6588.         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()));
  6589.     }
  6590.     /**
  6591.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsTransactionListener' shared autowired service.
  6592.      *
  6593.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\EventListener\Entity\GpsTransactionListener
  6594.      */
  6595.     protected function getGpsTransactionListenerService()
  6596.     {
  6597.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/EventListener/Entity/GpsTransactionListener.php';
  6598.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsTransactionService.php';
  6599.         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())));
  6600.     }
  6601.     /**
  6602.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsEhiService' shared autowired service.
  6603.      *
  6604.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsEhiService
  6605.      */
  6606.     protected function getGpsEhiServiceService()
  6607.     {
  6608.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CoreService.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsEhiService.php';
  6611.         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()));
  6612.     }
  6613.     /**
  6614.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService' shared autowired service.
  6615.      *
  6616.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\GpsService
  6617.      */
  6618.     protected function getGpsServiceService()
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  6622.         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()));
  6623.     }
  6624.     /**
  6625.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService' shared autowired service.
  6626.      *
  6627.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Processor\GPS\Service\GpsCardService
  6628.      */
  6629.     protected function getGpsCardServiceService()
  6630.     {
  6631.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/ProcessorInterface.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/GpsService.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Processor/GPS/Service/GpsCardService.php';
  6634.         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()));
  6635.     }
  6636.     /**
  6637.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\RateService' shared autowired service.
  6638.      *
  6639.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RateService
  6640.      */
  6641.     protected function getRateServiceService()
  6642.     {
  6643.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/RateService.php';
  6644.         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()));
  6645.     }
  6646.     /**
  6647.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService' shared autowired service.
  6648.      *
  6649.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\RoleService
  6650.      */
  6651.     protected function getRoleServiceService()
  6652.     {
  6653.         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()));
  6654.     }
  6655.     /**
  6656.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaConnectionService' shared autowired service.
  6657.      *
  6658.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaConnectionService
  6659.      */
  6660.     protected function getScaConnectionServiceService()
  6661.     {
  6662.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SCA/Service/ScaConnectionService.php';
  6663.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Service\\ScaConnectionService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaConnectionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6664.     }
  6665.     /**
  6666.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaService' shared autowired service.
  6667.      *
  6668.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaService
  6669.      */
  6670.     protected function getScaServiceService()
  6671.     {
  6672.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SCA/Service/ScaService.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SCA/Service/ScaConfigService.php';
  6674.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\SCA\\Service\\ScaService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SCA\Service\ScaConfigService($this));
  6675.     }
  6676.     /**
  6677.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopCategoryService' shared autowired service.
  6678.      *
  6679.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopCategoryService
  6680.      */
  6681.     protected function getShopCategoryServiceService()
  6682.     {
  6683.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Shop/ShopCategoryService.php';
  6684.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Shop\\ShopCategoryService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopCategoryService($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()));
  6685.     }
  6686.     /**
  6687.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopProductService' shared autowired service.
  6688.      *
  6689.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopProductService
  6690.      */
  6691.     protected function getShopProductServiceService()
  6692.     {
  6693.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Shop/ShopProductService.php';
  6694.         return $this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Shop\\ShopProductService'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Shop\ShopProductService($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()));
  6695.     }
  6696.     /**
  6697.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService' shared autowired service.
  6698.      *
  6699.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SpendingService
  6700.      */
  6701.     protected function getSpendingServiceService()
  6702.     {
  6703.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SpendingService.php';
  6704.         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()));
  6705.     }
  6706.     /**
  6707.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\StatsService' shared autowired service.
  6708.      *
  6709.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\StatsService
  6710.      */
  6711.     protected function getStatsServiceService()
  6712.     {
  6713.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/StatsService.php';
  6714.         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()));
  6715.     }
  6716.     /**
  6717.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Apple\AppleReportService' shared autowired service.
  6718.      *
  6719.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Apple\AppleReportService
  6720.      */
  6721.     protected function getAppleReportServiceService()
  6722.     {
  6723.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/Apple/AppleReportService.php';
  6724.         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()));
  6725.     }
  6726.     /**
  6727.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GooglePlayService' shared autowired service.
  6728.      *
  6729.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\Google\GooglePlayService
  6730.      */
  6731.     protected function getGooglePlayServiceService()
  6732.     {
  6733.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/Google/GooglePlayService.php';
  6734.         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()));
  6735.     }
  6736.     /**
  6737.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsFileService' shared autowired service.
  6738.      *
  6739.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Stats\StatsFileService
  6740.      */
  6741.     protected function getStatsFileServiceService()
  6742.     {
  6743.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Stats/StatsFileService.php';
  6744.         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()));
  6745.     }
  6746.     /**
  6747.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\SupportService' shared autowired service.
  6748.      *
  6749.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\SupportService
  6750.      */
  6751.     protected function getSupportServiceService()
  6752.     {
  6753.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/SupportService.php';
  6754.         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()));
  6755.     }
  6756.     /**
  6757.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService' shared autowired service.
  6758.      *
  6759.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TermsAndConditionsService
  6760.      */
  6761.     protected function getTermsAndConditionsServiceService()
  6762.     {
  6763.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TermsAndConditionsService.php';
  6764.         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()));
  6765.     }
  6766.     /**
  6767.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService' shared autowired service.
  6768.      *
  6769.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Tools\BulkLoadService
  6770.      */
  6771.     protected function getBulkLoadServiceService()
  6772.     {
  6773.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Tools/BulkLoadService.php';
  6774.         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()));
  6775.     }
  6776.     /**
  6777.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUpService' shared autowired service.
  6778.      *
  6779.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TopUpService
  6780.      */
  6781.     protected function getTopUpServiceService()
  6782.     {
  6783.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TopUpService.php';
  6785.         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);
  6786.     }
  6787.     /**
  6788.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService' shared autowired service.
  6789.      *
  6790.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\TransactionService
  6791.      */
  6792.     protected function getTransactionServiceService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/TransactionService.php';
  6795.         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()));
  6796.     }
  6797.     /**
  6798.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService' shared autowired service.
  6799.      *
  6800.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Translation\TranslationService
  6801.      */
  6802.     protected function getTranslationServiceService()
  6803.     {
  6804.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Translation/TranslationService.php';
  6805.         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()));
  6806.     }
  6807.     /**
  6808.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService' shared autowired service.
  6809.      *
  6810.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UploadService
  6811.      */
  6812.     protected function getUploadServiceService()
  6813.     {
  6814.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UploadService.php';
  6815.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/FileHandler.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/Storage/Handlers/LocalFileHandler.php';
  6817.         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))));
  6818.     }
  6819.     /**
  6820.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService' shared autowired service.
  6821.      *
  6822.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserDeviceService
  6823.      */
  6824.     protected function getUserDeviceServiceService()
  6825.     {
  6826.         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()));
  6827.     }
  6828.     /**
  6829.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService' shared autowired service.
  6830.      *
  6831.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\UserService
  6832.      */
  6833.     protected function getUserServiceService()
  6834.     {
  6835.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/UserService.php';
  6836.         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()), ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\Notifications\\NotificationService'] ?? $this->getNotificationServiceService()));
  6837.     }
  6838.     /**
  6839.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService' shared autowired service.
  6840.      *
  6841.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserActionService
  6842.      */
  6843.     protected function getUserActionServiceService()
  6844.     {
  6845.         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()));
  6846.     }
  6847.     /**
  6848.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService' shared autowired service.
  6849.      *
  6850.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserContactService
  6851.      */
  6852.     protected function getUserContactServiceService()
  6853.     {
  6854.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserContactService.php';
  6855.         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()));
  6856.     }
  6857.     /**
  6858.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserPermissionService' shared autowired service.
  6859.      *
  6860.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserPermissionService
  6861.      */
  6862.     protected function getUserPermissionServiceService()
  6863.     {
  6864.         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);
  6865.     }
  6866.     /**
  6867.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserService' shared autowired service.
  6868.      *
  6869.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserService
  6870.      */
  6871.     protected function getUserService2Service()
  6872.     {
  6873.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Traits/RepositoryTrait.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/CoreService.php';
  6875.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/User/UserService.php';
  6876.         $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()));
  6877.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6878.         return $instance;
  6879.     }
  6880.     /**
  6881.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService' shared autowired service.
  6882.      *
  6883.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\User\UserSessionService
  6884.      */
  6885.     protected function getUserSessionServiceService()
  6886.     {
  6887.         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()));
  6888.     }
  6889.     /**
  6890.      * Gets the private 'LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\CSVImportService' shared autowired service.
  6891.      *
  6892.      * @return \LaunchPad\Bundle\LaunchPadBundle\Base\Service\Utils\CSVImportService
  6893.      */
  6894.     protected function getCSVImportServiceService()
  6895.     {
  6896.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/Utils/CSVImportService.php';
  6897.         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()));
  6898.     }
  6899.     /**
  6900.      * Gets the private 'LaunchPad\SaltEdgeConnector\Bootstrap\Connector' shared autowired service.
  6901.      *
  6902.      * @return \LaunchPad\SaltEdgeConnector\Bootstrap\Connector
  6903.      */
  6904.     protected function getConnectorService()
  6905.     {
  6906.         include_once \dirname(__DIR__4).'/vendor/psr/http-server-handler/src/RequestHandlerInterface.php';
  6907.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Bootstrap/Connector.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Application/Config/Config.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/launchpad/saltedge-connector/src/Application/Config/PrioraConfig.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Service/PSD2/SaltEdge/LaunchPadConnectorLogger.php';
  6911.         $a = ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\PSD2\\SaltEdge\\LaunchPadConnectorBridge'] ?? $this->getLaunchPadConnectorBridgeService());
  6912.         return $this->privates['LaunchPad\\SaltEdgeConnector\\Bootstrap\\Connector'] = new \LaunchPad\SaltEdgeConnector\Bootstrap\Connector(new \LaunchPad\SaltEdgeConnector\Application\Config\Config('-----BEGIN PUBLIC KEY-----'."\n".'MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyldAa8TqXnXhGUkQbGzL'."\n".'ELaEsNY9RdTyn10vYdKxjQHOY2KWIBAt5Cz5vvHODZyp+ge/zuclRS0J33zHJo6Z'."\n".'tO76Ljzsdp+Uo5qYAygZygqlT2RDL5+znHSti2yOb5cM8kLunOu2HIUFJqBJwlk9'."\n".'O4lbwWUckGzoKsCNXzpDVLrUPDyRUn6/EMbW23UgacxqZHim2zrFFutTMY4Ea2Q8'."\n".'G8tWKMmG6XTbw+5XwB0n8P4TsMmiu9Ss5OYx8JpRZ5IZaRYFHlUeR49FPZ1fUJu3'."\n".'flIzYmGROPfe1Abcf/Wg2pOOUJBd5j2/BOc0W/sNn+JpOXzu7vw0G9wqObw1WDYI'."\n".'kCccu7pJEntqfJXQBrUd+DPmJQn7XSgfM8HX2pTO8Efs0ShHr1Aikkd0WhJqSaq4'."\n".'SkJBlhyrYKCYjtIZSB5rwL+2DxAj2fK026XnIAipfiGWI+hb2TYYm2AVVA4fiLeX'."\n".'70XsF297AFVY7YNtDEpAgL+Saq4GAPOP+zuM/hhRm9VjKzRSb5odMXdY42VQIxVg'."\n".'H0zXqMntbgS/EK0A42fkoRNhKzMDifN9eFDZDTuFnMWu3gZsIxA0A3f0WSkrN+19'."\n".'ClEh/wcZDAF5FCCf4ZCrph15zXHq9/Bv8ow2otccr7SUh2y8aop2q1qCL7H3x1lq'."\n".'3remp5LfBwWP5PKOLF84K4kCAwEAAQ=='."\n".'-----END PUBLIC KEY-----'."\n".'''-----BEGIN RSA PRIVATE KEY-----'."\n".'MIIJKAIBAAKCAgEAyldAa8TqXnXhGUkQbGzLELaEsNY9RdTyn10vYdKxjQHOY2KW'."\n".'IBAt5Cz5vvHODZyp+ge/zuclRS0J33zHJo6ZtO76Ljzsdp+Uo5qYAygZygqlT2RD'."\n".'L5+znHSti2yOb5cM8kLunOu2HIUFJqBJwlk9O4lbwWUckGzoKsCNXzpDVLrUPDyR'."\n".'Un6/EMbW23UgacxqZHim2zrFFutTMY4Ea2Q8G8tWKMmG6XTbw+5XwB0n8P4TsMmi'."\n".'u9Ss5OYx8JpRZ5IZaRYFHlUeR49FPZ1fUJu3flIzYmGROPfe1Abcf/Wg2pOOUJBd'."\n".'5j2/BOc0W/sNn+JpOXzu7vw0G9wqObw1WDYIkCccu7pJEntqfJXQBrUd+DPmJQn7'."\n".'XSgfM8HX2pTO8Efs0ShHr1Aikkd0WhJqSaq4SkJBlhyrYKCYjtIZSB5rwL+2DxAj'."\n".'2fK026XnIAipfiGWI+hb2TYYm2AVVA4fiLeX70XsF297AFVY7YNtDEpAgL+Saq4G'."\n".'APOP+zuM/hhRm9VjKzRSb5odMXdY42VQIxVgH0zXqMntbgS/EK0A42fkoRNhKzMD'."\n".'ifN9eFDZDTuFnMWu3gZsIxA0A3f0WSkrN+19ClEh/wcZDAF5FCCf4ZCrph15zXHq'."\n".'9/Bv8ow2otccr7SUh2y8aop2q1qCL7H3x1lq3remp5LfBwWP5PKOLF84K4kCAwEA'."\n".'AQKCAgEAmS7K74upXw/g9TKSQ3NtnF6BQBtBUe+wKqPybh2DG1xFson9W5LEG11N'."\n".'SZhoRXfYWxioxmvJlIBPXClr363PgeH19zFaV0fi0KUF9kXSmFnM4rjmAFToNkdC'."\n".'5y2s+6AgRfwUByqPuTGfP6nTjVXf/IW1uEjjAhfhABS8Ml66gJfceynjXs/juEDA'."\n".'gm4+trnxxdRthcUNVpebaQW6JM9Cjkw3EzPWdkFo6wEy35dzGIhRweI01/xfU/9N'."\n".'yXgars01fZAVGeyYutYlNktA0JbCqNh0XEO/HKDSyjPTlPAQ8ckJ0cYpwFf4mC6t'."\n".'PgFnRCa1QLdrb/PxQzI/qWvp+rkVayu14zhPKUCguX34Fv91yCp5T5MN9QRRYyhd'."\n".'ltXROzahWCQmo+TmjHangGZFcVQ1P7c1VQuiIabL3GOC4AMEbn4bWvPuqa8DwGrc'."\n".'6jLwdHqSKBspzGfc3IlPHsdLaDp4vA+FFJgvmR5dlI/QDSpJFqV6wFgh4SwlX+yh'."\n".'ifbxhrumN4OuEiFSSRxhMlYaEBh7Ag5NXmeJgQEPSrfCwUyqhQ8Rd+qoWnkSX0ap'."\n".'fhPikHf67glORb/UHwYMBXDMbfZmPXY3mvkHXv5HAm4DQbUvjL1telPECNPDOG6N'."\n".'fJNYSFzDA4HR7Ly2aQeOPAU64iwq7KL4VkuefFeyHADkNjIWva0CggEBAO157khM'."\n".'aMzgbtTSLhv+JGs82Eq8oI7ZSxg8ySP1asPj6cvAkh5AVO7hl72BdMwSO9IsbzOs'."\n".'t4tci7sJF9DJWYXT/80p2kL6sGi4c5egX1bxvPk/Nl3gRbOcbuP4EfUNcYe1WL3k'."\n".'THEOmM3JfRZqTBfD1h8+q1NViUXYyfL3yl/iEBefArxjs4KByXXGyg/IGlcY5Krb'."\n".'XWaqWWFTCVHf2sgcWTvjsxpuqcmQXRFTNwJrJ/Y57KgCwK63Db6dP9uUH3RxpylL'."\n".'eIKuXCuCbhkqDA9otgQOc/VpF3szmOGG/lab3r4LoaHP3ZsUYjo7aYyIVJLVHucA'."\n".'7cstZQoMXH5sC88CggEBANoftvvjnAPHM3kbvzRLRNuljGVFqSPUk/zKzg7Mi29H'."\n".'i0dBXqdPz02qcSZQExpf7P120bfPsfVDGG3Gu2j+gHRT/cYY/CSzgrgTNpQeUHWA'."\n".'3RB8SMSOERGun3xLzRp9H+7C0hZ3L3z1P1C0zaYiPrbLPiyT2A2sdZeagVKZYfDb'."\n".'tb1LYVpMiCIURCar3DM0jsJeGEw1VtVXEOzOAcxb+bZ9joBPVCem0ifTMS6S/F9Z'."\n".'dEaGyQ5rQHlCGynSPmnXRZlFfpuI67E+YsE3BivPyu7lTVorhK2dd50j5os2ZOZP'."\n".'YdxcvYCkF0zF8CodAuAUICncFDi9WZWd5RSIsIK0cScCggEAOnR9FwbX9TZ5kaF7'."\n".'ACD6zfrYMu1jiEYsmfa8fEF42mdLsX/hd9jWD0cwltE68tC6MO4HIW0ucPuC2bNP'."\n".'TXGCu9KHcPUQaNRUgDKHIZe0YC55GdFZjJocDi4/jZYOtYdtnr4g7f04Y8v4CQ/D'."\n".'3rSjrmXiWyaN/aFcfPj0HP6prhhzZZ0ai0zvbvyLnpYkPuY+tZnHD9eXkiH0hmRu'."\n".'Mt0reX6g6IEQIT2ERb1na1BUhh/iYlW3z1N+IoOkunrysRYw9/TR9PRC4cgRoBQn'."\n".'DcKv3UslIrJ8ELihsw3sX/deu+r6VUV/r9j+76GA3FyripA0YUBcrvgnkI/IA0Uv'."\n".'r17hOQKCAQBw2eW/LsSCQ+bCqvNi5+ppRZ58quzWh95E9NxlVbhyS26o4A5LvAQC'."\n".'J8PA0b8Ab07a2EWqtv9YaG1UJnTB3qKxDN+IRVb22hUwjWg4e/KeyJwXMmYno2T7'."\n".'ZABJu6ITKVeDHTK6wtFD8lLeu5yGbsNJqZ+ySo+Gi4qPdDWieY7toY7GsCBfKqdo'."\n".'ElosM9CKgY+2yh4CF7qkSBaOngraI1/v5cf7ZI+isDGcvyx77zo5TrvU3VlaZ20F'."\n".'D4mkOo1mDyWIJidZ6x4eJqvLUV+U/T3+GY7KrydG9+hx2agmsG7FpZ5491ZoHv2b'."\n".'D/GwqC/bpS362k1wCa82tGlYFVxVU2wTAoIBAAucdZuhPZIy22qj4Glod4J/g7WB'."\n".'7qO5J1tiWiDfzNLcKGtQHjlcKXRLD0Ss/viYIdv1LhH/4PsusIaaSQkzqiXQ0c45'."\n".'eKhPuFmYGL0uBiHkeTYylLE5r5qoTGIFiMS4efPzJ8qEtR/tJhiN2w+LRh9f1+bm'."\n".'VV8niH2yJiPhqEoWqi7hRh6U6gaRIs+3NBHvWUJtVceEGIGGJdfMfb8Ango53G1N'."\n".'QcyLsvqCjUlfpp2Oe3I4hXPUbIXunWDrHpJ+d+trFlA769/f49KPeedrK6Wy5e+V'."\n".'vYBFUoVC9LN9RTxLrG0pxvOJ+wnUTMxWTVIPOI84wKnJ9s6mySRbYuo2WnI='."\n".'-----END RSA PRIVATE KEY-----'."\n".'', new \LaunchPad\SaltEdgeConnector\Application\Config\PrioraConfig('lplite_testing_environment''lplite_testing_environment_id''YCmCsxm_HT9OhqMIIVqdmxABqqnqgRRXxdpQ1D80LfQ''-----BEGIN PUBLIC KEY-----'."\n".'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw+4UebzWIN9SNnFm9WBv'."\n".'rvH7CiVyuobh5i2V1bKH7floZSh71xbBnvZ2FsL2kleSJrOj03gh5zpdSxmR/Nj9'."\n".'MyskswkFSO09bZo2C5ZWMsnFpH0oHRdBWl5hQWJFeuV9TVJkuSuO9XyrsdQMakVK'."\n".'eCRisxseCOo4wux1/tRl7smAlJXoOYF1QEkhoVB6K91JjmBi1DmI0J7W0RET9gsS'."\n".'EHzwVi12WrjCiEKplzN0u7b2i1ydiga2GKXZLxfBu0MfQVD/RI2eCEHmh3/sJPeV'."\n".'u4K5bbwD3hamIM1v4DaGBs7DtR6tk9Xtms79s/hEQWiFd0fjdW2rrp4vEnljobz5'."\n".'GQIDAQAB'."\n".'-----END PUBLIC KEY-----'."\n".'')), $a$a$a$a$a$a$a, new \LaunchPad\Bundle\LaunchPadBundle\Base\Service\PSD2\SaltEdge\LaunchPadConnectorLogger());
  6913.     }
  6914.     /**
  6915.      * Gets the private 'Translation\Extractor\Extractor' shared service.
  6916.      *
  6917.      * @return \Translation\Extractor\Extractor
  6918.      */
  6919.     protected function getExtractorService()
  6920.     {
  6921.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Extractor.php';
  6922.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/FileExtractor/FileExtractor.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/FileExtractor/PHPFileExtractor.php';
  6924.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Visitor.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/BaseVisitor.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/BasePHPVisitor.php';
  6927.         include_once \dirname(__DIR__4).'/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php';
  6928.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/ContainerAwareTrans.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/ContainerAwareTransChoice.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FlashMessage.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/AbstractFormType.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTrait.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeChoices.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeEmptyValue.php';
  6935.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeHelp.php';
  6936.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeInvalidMessage.php';
  6937.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeLabelExplicit.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeLabelImplicit.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypePlaceholder.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/FormTypeTitle.php';
  6941.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/Symfony/ValidationAnnotation.php';
  6942.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Php/SourceLocationContainerVisitor.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/FileExtractor/TwigFileExtractor.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/php-translation/extractor/src/Visitor/Twig/TwigVisitor.php';
  6946.         $this->privates['Translation\\Extractor\\Extractor'] = $instance = new \Translation\Extractor\Extractor();
  6947.         $a = new \Translation\Extractor\FileExtractor\PHPFileExtractor();
  6948.         $b = new \Translation\Extractor\Visitor\Php\Symfony\FormTypeChoices();
  6949.         $b->setSymfonyMajorVersion(4);
  6950.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTrans());
  6951.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\ContainerAwareTransChoice());
  6952.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FlashMessage());
  6953.         $a->addVisitor($b);
  6954.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeEmptyValue());
  6955.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeHelp());
  6956.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeInvalidMessage());
  6957.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelExplicit());
  6958.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeLabelImplicit());
  6959.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypePlaceholder());
  6960.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\FormTypeTitle());
  6961.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\Symfony\ValidationAnnotation(($this->services['validator'] ?? $this->getValidatorService())));
  6962.         $a->addVisitor(new \Translation\Extractor\Visitor\Php\SourceLocationContainerVisitor());
  6963.         $c = new \Translation\Extractor\FileExtractor\TwigFileExtractor(($this->services['twig'] ?? $this->getTwigService()));
  6964.         $c->addVisitor(new \Translation\Extractor\Visitor\Twig\TwigVisitor());
  6965.         $instance->addFileExtractor($a);
  6966.         $instance->addFileExtractor($c);
  6967.         return $instance;
  6968.     }
  6969.     /**
  6970.      * Gets the private 'annotations.cache' shared service.
  6971.      *
  6972.      * @return \Symfony\Component\Cache\DoctrineProvider
  6973.      */
  6974.     protected function getAnnotations_CacheService()
  6975.     {
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  6979.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  6980.     }
  6981.     /**
  6982.      * Gets the private 'annotations.cache_warmer' shared service.
  6983.      *
  6984.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  6985.      */
  6986.     protected function getAnnotations_CacheWarmerService()
  6987.     {
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  6991.         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);
  6992.     }
  6993.     /**
  6994.      * Gets the private 'annotations.cached_reader' shared service.
  6995.      *
  6996.      * @return \Doctrine\Common\Annotations\CachedReader
  6997.      */
  6998.     protected function getAnnotations_CachedReaderService()
  6999.     {
  7000.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  7001.     }
  7002.     /**
  7003.      * Gets the private 'annotations.reader' shared service.
  7004.      *
  7005.      * @return \Doctrine\Common\Annotations\AnnotationReader
  7006.      */
  7007.     protected function getAnnotations_ReaderService()
  7008.     {
  7009.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  7010.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  7011.         $a->registerUniqueLoader('class_exists');
  7012.         $instance->addGlobalIgnoredName('required'$a);
  7013.         return $instance;
  7014.     }
  7015.     /**
  7016.      * Gets the private 'cache.annotations' shared service.
  7017.      *
  7018.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7019.      */
  7020.     protected function getCache_AnnotationsService()
  7021.     {
  7022.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('38Ffodvfl9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7023.     }
  7024.     /**
  7025.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  7026.      *
  7027.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7028.      */
  7029.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  7030.     {
  7031.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7032.     }
  7033.     /**
  7034.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  7035.      *
  7036.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7037.      */
  7038.     protected function getCache_Doctrine_Orm_Default_QueryService()
  7039.     {
  7040.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7041.     }
  7042.     /**
  7043.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  7044.      *
  7045.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7046.      */
  7047.     protected function getCache_Doctrine_Orm_Default_ResultService()
  7048.     {
  7049.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7050.     }
  7051.     /**
  7052.      * Gets the private 'cache.property_info' shared service.
  7053.      *
  7054.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7055.      */
  7056.     protected function getCache_PropertyInfoService()
  7057.     {
  7058.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dH-NY4BXQr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7059.     }
  7060.     /**
  7061.      * Gets the private 'cache.security_expression_language' shared service.
  7062.      *
  7063.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7064.      */
  7065.     protected function getCache_SecurityExpressionLanguageService()
  7066.     {
  7067.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sLSm3Q0PD+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7068.     }
  7069.     /**
  7070.      * Gets the private 'cache.serializer' shared service.
  7071.      *
  7072.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7073.      */
  7074.     protected function getCache_SerializerService()
  7075.     {
  7076.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rJzbbJyBCl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7077.     }
  7078.     /**
  7079.      * Gets the private 'cache.validator' shared service.
  7080.      *
  7081.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7082.      */
  7083.     protected function getCache_ValidatorService()
  7084.     {
  7085.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BezxO5+QIV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7086.     }
  7087.     /**
  7088.      * Gets the private 'config_cache_factory' shared service.
  7089.      *
  7090.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  7091.      */
  7092.     protected function getConfigCacheFactoryService()
  7093.     {
  7094.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  7095.             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)));
  7096.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  7097.         }, 2));
  7098.     }
  7099.     /**
  7100.      * Gets the private 'console.command.about' shared service.
  7101.      *
  7102.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  7103.      */
  7104.     protected function getConsole_Command_AboutService()
  7105.     {
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  7108.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  7109.         $instance->setName('about');
  7110.         return $instance;
  7111.     }
  7112.     /**
  7113.      * Gets the private 'console.command.assets_install' shared service.
  7114.      *
  7115.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  7116.      */
  7117.     protected function getConsole_Command_AssetsInstallService()
  7118.     {
  7119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7122.         $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));
  7123.         $instance->setName('assets:install');
  7124.         return $instance;
  7125.     }
  7126.     /**
  7127.      * Gets the private 'console.command.cache_clear' shared service.
  7128.      *
  7129.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  7130.      */
  7131.     protected function getConsole_Command_CacheClearService()
  7132.     {
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7136.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearer2Service()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  7137.         $instance->setName('cache:clear');
  7138.         return $instance;
  7139.     }
  7140.     /**
  7141.      * Gets the private 'console.command.cache_pool_clear' shared service.
  7142.      *
  7143.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  7144.      */
  7145.     protected function getConsole_Command_CachePoolClearService()
  7146.     {
  7147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  7149.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  7150.         $instance->setName('cache:pool:clear');
  7151.         return $instance;
  7152.     }
  7153.     /**
  7154.      * Gets the private 'console.command.cache_pool_delete' shared service.
  7155.      *
  7156.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  7157.      */
  7158.     protected function getConsole_Command_CachePoolDeleteService()
  7159.     {
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  7162.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  7163.         $instance->setName('cache:pool:delete');
  7164.         return $instance;
  7165.     }
  7166.     /**
  7167.      * Gets the private 'console.command.cache_pool_list' shared service.
  7168.      *
  7169.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  7170.      */
  7171.     protected function getConsole_Command_CachePoolListService()
  7172.     {
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  7175.         $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']);
  7176.         $instance->setName('cache:pool:list');
  7177.         return $instance;
  7178.     }
  7179.     /**
  7180.      * Gets the private 'console.command.cache_pool_prune' shared service.
  7181.      *
  7182.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  7183.      */
  7184.     protected function getConsole_Command_CachePoolPruneService()
  7185.     {
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  7188.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  7189.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  7190.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  7191.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  7192.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  7193.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  7194.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  7195.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  7196.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  7197.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  7198.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  7199.         }, 10));
  7200.         $instance->setName('cache:pool:prune');
  7201.         return $instance;
  7202.     }
  7203.     /**
  7204.      * Gets the private 'console.command.cache_warmup' shared service.
  7205.      *
  7206.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  7207.      */
  7208.     protected function getConsole_Command_CacheWarmupService()
  7209.     {
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  7212.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  7213.         $instance->setName('cache:warmup');
  7214.         return $instance;
  7215.     }
  7216.     /**
  7217.      * Gets the private 'console.command.config_debug' shared service.
  7218.      *
  7219.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  7220.      */
  7221.     protected function getConsole_Command_ConfigDebugService()
  7222.     {
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  7227.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  7228.         $instance->setName('debug:config');
  7229.         return $instance;
  7230.     }
  7231.     /**
  7232.      * Gets the private 'console.command.config_dump_reference' shared service.
  7233.      *
  7234.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  7235.      */
  7236.     protected function getConsole_Command_ConfigDumpReferenceService()
  7237.     {
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  7242.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  7243.         $instance->setName('config:dump-reference');
  7244.         return $instance;
  7245.     }
  7246.     /**
  7247.      * Gets the private 'console.command.container_debug' shared service.
  7248.      *
  7249.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  7250.      */
  7251.     protected function getConsole_Command_ContainerDebugService()
  7252.     {
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7255.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  7256.         $instance->setName('debug:container');
  7257.         return $instance;
  7258.     }
  7259.     /**
  7260.      * Gets the private 'console.command.container_lint' shared service.
  7261.      *
  7262.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  7263.      */
  7264.     protected function getConsole_Command_ContainerLintService()
  7265.     {
  7266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  7268.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  7269.         $instance->setName('lint:container');
  7270.         return $instance;
  7271.     }
  7272.     /**
  7273.      * Gets the private 'console.command.debug_autowiring' shared service.
  7274.      *
  7275.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  7276.      */
  7277.     protected function getConsole_Command_DebugAutowiringService()
  7278.     {
  7279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  7282.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7283.         $instance->setName('debug:autowiring');
  7284.         return $instance;
  7285.     }
  7286.     /**
  7287.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  7288.      *
  7289.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  7290.      */
  7291.     protected function getConsole_Command_EventDispatcherDebugService()
  7292.     {
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  7295.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7296.         $instance->setName('debug:event-dispatcher');
  7297.         return $instance;
  7298.     }
  7299.     /**
  7300.      * Gets the private 'console.command.form_debug' shared service.
  7301.      *
  7302.      * @return \Symfony\Component\Form\Command\DebugCommand
  7303.      */
  7304.     protected function getConsole_Command_FormDebugService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  7308.         $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()));
  7309.         $instance->setName('debug:form');
  7310.         return $instance;
  7311.     }
  7312.     /**
  7313.      * Gets the private 'console.command.router_debug' shared service.
  7314.      *
  7315.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  7316.      */
  7317.     protected function getConsole_Command_RouterDebugService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  7321.         $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()));
  7322.         $instance->setName('debug:router');
  7323.         return $instance;
  7324.     }
  7325.     /**
  7326.      * Gets the private 'console.command.router_match' shared service.
  7327.      *
  7328.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  7329.      */
  7330.     protected function getConsole_Command_RouterMatchService()
  7331.     {
  7332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  7334.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  7335.         $instance->setName('router:match');
  7336.         return $instance;
  7337.     }
  7338.     /**
  7339.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  7340.      *
  7341.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  7342.      */
  7343.     protected function getConsole_Command_SecretsDecryptToLocalService()
  7344.     {
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7351.         $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')))));
  7352.         $instance->setName('secrets:decrypt-to-local');
  7353.         return $instance;
  7354.     }
  7355.     /**
  7356.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  7357.      *
  7358.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  7359.      */
  7360.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  7361.     {
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  7364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7368.         $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')))));
  7369.         $instance->setName('secrets:encrypt-from-local');
  7370.         return $instance;
  7371.     }
  7372.     /**
  7373.      * Gets the private 'console.command.secrets_generate_key' shared service.
  7374.      *
  7375.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  7376.      */
  7377.     protected function getConsole_Command_SecretsGenerateKeyService()
  7378.     {
  7379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  7381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7382.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7385.         $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')))));
  7386.         $instance->setName('secrets:generate-keys');
  7387.         return $instance;
  7388.     }
  7389.     /**
  7390.      * Gets the private 'console.command.secrets_list' shared service.
  7391.      *
  7392.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  7393.      */
  7394.     protected function getConsole_Command_SecretsListService()
  7395.     {
  7396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7402.         $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')))));
  7403.         $instance->setName('secrets:list');
  7404.         return $instance;
  7405.     }
  7406.     /**
  7407.      * Gets the private 'console.command.secrets_remove' shared service.
  7408.      *
  7409.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  7410.      */
  7411.     protected function getConsole_Command_SecretsRemoveService()
  7412.     {
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7419.         $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')))));
  7420.         $instance->setName('secrets:remove');
  7421.         return $instance;
  7422.     }
  7423.     /**
  7424.      * Gets the private 'console.command.secrets_set' shared service.
  7425.      *
  7426.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  7427.      */
  7428.     protected function getConsole_Command_SecretsSetService()
  7429.     {
  7430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7436.         $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')))));
  7437.         $instance->setName('secrets:set');
  7438.         return $instance;
  7439.     }
  7440.     /**
  7441.      * Gets the private 'console.command.translation_debug' shared service.
  7442.      *
  7443.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  7444.      */
  7445.     protected function getConsole_Command_TranslationDebugService()
  7446.     {
  7447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  7449.         $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'), 15 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/CacheClearer.php')]);
  7450.         $instance->setName('debug:translation');
  7451.         return $instance;
  7452.     }
  7453.     /**
  7454.      * Gets the private 'console.command.translation_update' shared service.
  7455.      *
  7456.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  7457.      */
  7458.     protected function getConsole_Command_TranslationUpdateService()
  7459.     {
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7461.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  7462.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security/Core/Resources/translations'), => (\dirname(__DIR__4).'/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'), 15 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Service/CacheClearer.php')]);
  7463.         $instance->setName('translation:update');
  7464.         return $instance;
  7465.     }
  7466.     /**
  7467.      * Gets the private 'console.command.xliff_lint' shared service.
  7468.      *
  7469.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  7470.      */
  7471.     protected function getConsole_Command_XliffLintService()
  7472.     {
  7473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  7475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  7476.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  7477.         $instance->setName('lint:xliff');
  7478.         return $instance;
  7479.     }
  7480.     /**
  7481.      * Gets the private 'console.command.yaml_lint' shared service.
  7482.      *
  7483.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  7484.      */
  7485.     protected function getConsole_Command_YamlLintService()
  7486.     {
  7487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  7490.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  7491.         $instance->setName('lint:yaml');
  7492.         return $instance;
  7493.     }
  7494.     /**
  7495.      * Gets the private 'console.error_listener' shared service.
  7496.      *
  7497.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  7498.      */
  7499.     protected function getConsole_ErrorListenerService()
  7500.     {
  7501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  7502.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  7503.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7504.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7506.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  7507.     }
  7508.     /**
  7509.      * Gets the private 'container.env_var_processor' shared service.
  7510.      *
  7511.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  7512.      */
  7513.     protected function getContainer_EnvVarProcessorService()
  7514.     {
  7515.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  7517.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  7518.             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'))));
  7519.         }, 1));
  7520.     }
  7521.     /**
  7522.      * Gets the private 'data_collector.form' shared service.
  7523.      *
  7524.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  7525.      */
  7526.     protected function getDataCollector_FormService()
  7527.     {
  7528.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  7529.     }
  7530.     /**
  7531.      * Gets the private 'debug.argument_resolver.default' shared service.
  7532.      *
  7533.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7534.      */
  7535.     protected function getDebug_ArgumentResolver_DefaultService()
  7536.     {
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7539.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  7540.         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))));
  7541.     }
  7542.     /**
  7543.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  7544.      *
  7545.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7546.      */
  7547.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  7548.     {
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  7552.         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.EHfi3nr'] ?? $this->get_ServiceLocator_EHfi3nrService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7553.     }
  7554.     /**
  7555.      * Gets the private 'debug.argument_resolver.request' shared service.
  7556.      *
  7557.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7558.      */
  7559.     protected function getDebug_ArgumentResolver_RequestService()
  7560.     {
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7564.         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))));
  7565.     }
  7566.     /**
  7567.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7568.      *
  7569.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7570.      */
  7571.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7572.     {
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7576.         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))));
  7577.     }
  7578.     /**
  7579.      * Gets the private 'debug.argument_resolver.service' shared service.
  7580.      *
  7581.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7582.      */
  7583.     protected function getDebug_ArgumentResolver_ServiceService()
  7584.     {
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7587.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7588.         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.EHfi3nr'] ?? $this->get_ServiceLocator_EHfi3nrService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7589.     }
  7590.     /**
  7591.      * Gets the private 'debug.argument_resolver.session' shared service.
  7592.      *
  7593.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7594.      */
  7595.     protected function getDebug_ArgumentResolver_SessionService()
  7596.     {
  7597.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7600.         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))));
  7601.     }
  7602.     /**
  7603.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7604.      *
  7605.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7606.      */
  7607.     protected function getDebug_ArgumentResolver_VariadicService()
  7608.     {
  7609.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7610.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7612.         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))));
  7613.     }
  7614.     /**
  7615.      * Gets the private 'debug.debug_handlers_listener' shared service.
  7616.      *
  7617.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  7618.      */
  7619.     protected function getDebug_DebugHandlersListenerService()
  7620.     {
  7621.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  7622.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7623.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7624.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7625.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7626.         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);
  7627.     }
  7628.     /**
  7629.      * Gets the private 'debug.dump_listener' shared service.
  7630.      *
  7631.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  7632.      */
  7633.     protected function getDebug_DumpListenerService()
  7634.     {
  7635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  7637.         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()));
  7638.     }
  7639.     /**
  7640.      * Gets the private 'debug.file_link_formatter' shared service.
  7641.      *
  7642.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  7643.      */
  7644.     protected function getDebug_FileLinkFormatterService()
  7645.     {
  7646.         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 () {
  7647.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  7648.         });
  7649.     }
  7650.     /**
  7651.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  7652.      *
  7653.      * @return \string
  7654.      */
  7655.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  7656.     {
  7657.         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');
  7658.     }
  7659.     /**
  7660.      * Gets the private 'debug.log_processor' shared service.
  7661.      *
  7662.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  7663.      */
  7664.     protected function getDebug_LogProcessorService()
  7665.     {
  7666.         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())));
  7667.     }
  7668.     /**
  7669.      * Gets the private 'debug.security.access.decision_manager' shared service.
  7670.      *
  7671.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  7672.      */
  7673.     protected function getDebug_Security_Access_DecisionManagerService()
  7674.     {
  7675.         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 () {
  7676.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  7677.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  7678.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  7679.         }, 3), 'affirmative'falsetrue));
  7680.     }
  7681.     /**
  7682.      * Gets the private 'debug.security.firewall' shared service.
  7683.      *
  7684.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  7685.      */
  7686.     protected function getDebug_Security_FirewallService()
  7687.     {
  7688.         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()));
  7689.     }
  7690.     /**
  7691.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7692.      *
  7693.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7694.      */
  7695.     protected function getDebug_Security_UserValueResolverService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Controller/UserValueResolver.php';
  7700.         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))));
  7701.     }
  7702.     /**
  7703.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7704.      *
  7705.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7706.      */
  7707.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7708.     {
  7709.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/VoterInterface.php';
  7710.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/TraceableVoter.php';
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/AuthenticatedVoter.php';
  7712.         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()));
  7713.     }
  7714.     /**
  7715.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7716.      *
  7717.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7718.      */
  7719.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7720.     {
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/VoterInterface.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/TraceableVoter.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/ExpressionVoter.php';
  7724.         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()));
  7725.     }
  7726.     /**
  7727.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7728.      *
  7729.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7730.      */
  7731.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7732.     {
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/VoterInterface.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/TraceableVoter.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/RoleVoter.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authorization/Voter/RoleHierarchyVoter.php';
  7737.         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()));
  7738.     }
  7739.     /**
  7740.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7741.      *
  7742.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7743.      */
  7744.     protected function getDebug_Security_Voter_VoteListenerService()
  7745.     {
  7746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7747.         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()));
  7748.     }
  7749.     /**
  7750.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7751.      *
  7752.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7753.      */
  7754.     protected function getDoctrine_CacheClearMetadataCommandService()
  7755.     {
  7756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7757.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7759.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  7760.         $instance->setName('doctrine:cache:clear-metadata');
  7761.         return $instance;
  7762.     }
  7763.     /**
  7764.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7765.      *
  7766.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7767.      */
  7768.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7773.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  7774.         $instance->setName('doctrine:cache:clear-query');
  7775.         return $instance;
  7776.     }
  7777.     /**
  7778.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7779.      *
  7780.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7781.      */
  7782.     protected function getDoctrine_CacheClearResultCommandService()
  7783.     {
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7787.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  7788.         $instance->setName('doctrine:cache:clear-result');
  7789.         return $instance;
  7790.     }
  7791.     /**
  7792.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7793.      *
  7794.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7795.      */
  7796.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7797.     {
  7798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7799.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7800.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7801.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  7802.         $instance->setName('doctrine:cache:clear-collection-region');
  7803.         return $instance;
  7804.     }
  7805.     /**
  7806.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7807.      *
  7808.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7809.      */
  7810.     protected function getDoctrine_ClearEntityRegionCommandService()
  7811.     {
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7814.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7815.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  7816.         $instance->setName('doctrine:cache:clear-entity-region');
  7817.         return $instance;
  7818.     }
  7819.     /**
  7820.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7821.      *
  7822.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7823.      */
  7824.     protected function getDoctrine_ClearQueryRegionCommandService()
  7825.     {
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7829.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  7830.         $instance->setName('doctrine:cache:clear-query-region');
  7831.         return $instance;
  7832.     }
  7833.     /**
  7834.      * Gets the private 'doctrine.database_create_command' shared service.
  7835.      *
  7836.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7837.      */
  7838.     protected function getDoctrine_DatabaseCreateCommandService()
  7839.     {
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7842.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7843.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7844.         $instance->setName('doctrine:database:create');
  7845.         return $instance;
  7846.     }
  7847.     /**
  7848.      * Gets the private 'doctrine.database_drop_command' shared service.
  7849.      *
  7850.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7851.      */
  7852.     protected function getDoctrine_DatabaseDropCommandService()
  7853.     {
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7857.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7858.         $instance->setName('doctrine:database:drop');
  7859.         return $instance;
  7860.     }
  7861.     /**
  7862.      * Gets the private 'doctrine.database_import_command' shared service.
  7863.      *
  7864.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  7865.      */
  7866.     protected function getDoctrine_DatabaseImportCommandService()
  7867.     {
  7868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7869.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  7870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  7871.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  7872.         $instance->setName('doctrine:database:import');
  7873.         return $instance;
  7874.     }
  7875.     /**
  7876.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7877.      *
  7878.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7879.      */
  7880.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7881.     {
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7885.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  7886.         $instance->setName('doctrine:ensure-production-settings');
  7887.         return $instance;
  7888.     }
  7889.     /**
  7890.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  7891.      *
  7892.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  7893.      */
  7894.     protected function getDoctrine_FixturesLoadCommandService()
  7895.     {
  7896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7898.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  7899.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  7902.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  7903.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  7904.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  7905.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  7906.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  7907.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  7908.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/AccountFixtures.php';
  7909.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/ContentFixtures.php';
  7910.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/NotificationFixtures.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/PaymentDeviceFixtures.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/RoleFixtures.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/TransactionFixtures.php';
  7914.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Fixtures/UserFixtures.php';
  7915.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  7916.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  7917.         $b = ($this->privates['LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Service\\TransactionService'] ?? $this->getTransactionServiceService());
  7918.         $c = ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService());
  7919.         $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' => []]]);
  7920.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7921.         $instance->setName('doctrine:fixtures:load');
  7922.         return $instance;
  7923.     }
  7924.     /**
  7925.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7926.      *
  7927.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7928.      */
  7929.     protected function getDoctrine_MappingConvertCommandService()
  7930.     {
  7931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7934.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  7935.         $instance->setName('doctrine:mapping:convert');
  7936.         return $instance;
  7937.     }
  7938.     /**
  7939.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7940.      *
  7941.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7942.      */
  7943.     protected function getDoctrine_MappingImportCommandService()
  7944.     {
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7947.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7948.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7949.         $instance->setName('doctrine:mapping:import');
  7950.         return $instance;
  7951.     }
  7952.     /**
  7953.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7954.      *
  7955.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7956.      */
  7957.     protected function getDoctrine_MappingInfoCommandService()
  7958.     {
  7959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7960.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7961.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7962.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  7963.         $instance->setName('doctrine:mapping:info');
  7964.         return $instance;
  7965.     }
  7966.     /**
  7967.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7968.      *
  7969.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7970.      */
  7971.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7972.     {
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7974.         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()));
  7975.     }
  7976.     /**
  7977.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7978.      *
  7979.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7980.      */
  7981.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7982.     {
  7983.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7984.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7985.     }
  7986.     /**
  7987.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7988.      *
  7989.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7990.      */
  7991.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7992.     {
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7994.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7995.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7996.     }
  7997.     /**
  7998.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7999.      *
  8000.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  8001.      */
  8002.     protected function getDoctrine_Orm_Validator_UniqueService()
  8003.     {
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  8007.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8008.     }
  8009.     /**
  8010.      * Gets the private 'doctrine.query_dql_command' shared service.
  8011.      *
  8012.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  8013.      */
  8014.     protected function getDoctrine_QueryDqlCommandService()
  8015.     {
  8016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8017.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  8018.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  8019.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  8020.         $instance->setName('doctrine:query:dql');
  8021.         return $instance;
  8022.     }
  8023.     /**
  8024.      * Gets the private 'doctrine.query_sql_command' shared service.
  8025.      *
  8026.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  8027.      */
  8028.     protected function getDoctrine_QuerySqlCommandService()
  8029.     {
  8030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8031.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  8032.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  8033.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  8034.         $instance->setName('doctrine:query:sql');
  8035.         return $instance;
  8036.     }
  8037.     /**
  8038.      * Gets the private 'doctrine.schema_create_command' shared service.
  8039.      *
  8040.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  8041.      */
  8042.     protected function getDoctrine_SchemaCreateCommandService()
  8043.     {
  8044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  8047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  8048.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  8049.         $instance->setName('doctrine:schema:create');
  8050.         return $instance;
  8051.     }
  8052.     /**
  8053.      * Gets the private 'doctrine.schema_drop_command' shared service.
  8054.      *
  8055.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  8056.      */
  8057.     protected function getDoctrine_SchemaDropCommandService()
  8058.     {
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8060.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8061.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  8063.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  8064.         $instance->setName('doctrine:schema:drop');
  8065.         return $instance;
  8066.     }
  8067.     /**
  8068.      * Gets the private 'doctrine.schema_update_command' shared service.
  8069.      *
  8070.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  8071.      */
  8072.     protected function getDoctrine_SchemaUpdateCommandService()
  8073.     {
  8074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8075.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8076.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  8077.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  8078.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  8079.         $instance->setName('doctrine:schema:update');
  8080.         return $instance;
  8081.     }
  8082.     /**
  8083.      * Gets the private 'doctrine.schema_validate_command' shared service.
  8084.      *
  8085.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  8086.      */
  8087.     protected function getDoctrine_SchemaValidateCommandService()
  8088.     {
  8089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  8091.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  8092.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  8093.         $instance->setName('doctrine:schema:validate');
  8094.         return $instance;
  8095.     }
  8096.     /**
  8097.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  8098.      *
  8099.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  8100.      */
  8101.     protected function getDoctrineMigrations_DiffCommandService()
  8102.     {
  8103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8105.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  8106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  8107.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  8108.         $instance->setName('doctrine:migrations:diff');
  8109.         return $instance;
  8110.     }
  8111.     /**
  8112.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  8113.      *
  8114.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  8115.      */
  8116.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  8117.     {
  8118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8120.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  8121.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  8122.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  8123.         $instance->setName('doctrine:migrations:dump-schema');
  8124.         return $instance;
  8125.     }
  8126.     /**
  8127.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  8128.      *
  8129.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  8130.      */
  8131.     protected function getDoctrineMigrations_ExecuteCommandService()
  8132.     {
  8133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8134.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8135.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  8136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  8137.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  8138.         $instance->setName('doctrine:migrations:execute');
  8139.         return $instance;
  8140.     }
  8141.     /**
  8142.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  8143.      *
  8144.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  8145.      */
  8146.     protected function getDoctrineMigrations_GenerateCommandService()
  8147.     {
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8149.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8150.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  8152.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  8153.         $instance->setName('doctrine:migrations:generate');
  8154.         return $instance;
  8155.     }
  8156.     /**
  8157.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  8158.      *
  8159.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  8160.      */
  8161.     protected function getDoctrineMigrations_LatestCommandService()
  8162.     {
  8163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8165.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  8167.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  8168.         $instance->setName('doctrine:migrations:latest');
  8169.         return $instance;
  8170.     }
  8171.     /**
  8172.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  8173.      *
  8174.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  8175.      */
  8176.     protected function getDoctrineMigrations_MigrateCommandService()
  8177.     {
  8178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8179.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8180.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  8181.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  8182.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  8183.         $instance->setName('doctrine:migrations:migrate');
  8184.         return $instance;
  8185.     }
  8186.     /**
  8187.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  8188.      *
  8189.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  8190.      */
  8191.     protected function getDoctrineMigrations_RollupCommandService()
  8192.     {
  8193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8195.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  8196.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  8197.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  8198.         $instance->setName('doctrine:migrations:rollup');
  8199.         return $instance;
  8200.     }
  8201.     /**
  8202.      * Gets the private 'doctrine_migrations.status_command' shared service.
  8203.      *
  8204.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  8205.      */
  8206.     protected function getDoctrineMigrations_StatusCommandService()
  8207.     {
  8208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8209.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8210.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  8211.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  8212.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  8213.         $instance->setName('doctrine:migrations:status');
  8214.         return $instance;
  8215.     }
  8216.     /**
  8217.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  8218.      *
  8219.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  8220.      */
  8221.     protected function getDoctrineMigrations_UpToDateCommandService()
  8222.     {
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8225.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  8227.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  8228.         $instance->setName('doctrine:migrations:up-to-date');
  8229.         return $instance;
  8230.     }
  8231.     /**
  8232.      * Gets the private 'doctrine_migrations.version_command' shared service.
  8233.      *
  8234.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  8235.      */
  8236.     protected function getDoctrineMigrations_VersionCommandService()
  8237.     {
  8238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  8241.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  8242.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  8243.         $instance->setName('doctrine:migrations:version');
  8244.         return $instance;
  8245.     }
  8246.     /**
  8247.      * Gets the private 'error_handler.error_renderer.html' shared service.
  8248.      *
  8249.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  8250.      */
  8251.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8252.     {
  8253.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8254.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8255.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8256.         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()));
  8257.     }
  8258.     /**
  8259.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8260.      *
  8261.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8262.      */
  8263.     protected function getForm_ChoiceListFactory_CachedService()
  8264.     {
  8265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8267.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8269.         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())));
  8270.     }
  8271.     /**
  8272.      * Gets the private 'form.registry' shared service.
  8273.      *
  8274.      * @return \Symfony\Component\Form\FormRegistry
  8275.      */
  8276.     protected function getForm_RegistryService()
  8277.     {
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  8279.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  8280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  8285.         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, [
  8286.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8287.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8288.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  8289.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8290.         ], [
  8291.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8292.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8293.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8294.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8295.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8296.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8297.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8298.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8299.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8300.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8301.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8302.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8303.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8304.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8305.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8306.         }, 1)], new RewindableGenerator(function () {
  8307.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8308.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8309.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8310.     }
  8311.     /**
  8312.      * Gets the private 'form.server_params' shared service.
  8313.      *
  8314.      * @return \Symfony\Component\Form\Util\ServerParams
  8315.      */
  8316.     protected function getForm_ServerParamsService()
  8317.     {
  8318.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8319.         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())));
  8320.     }
  8321.     /**
  8322.      * Gets the private 'form.type.choice' shared service.
  8323.      *
  8324.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8325.      */
  8326.     protected function getForm_Type_ChoiceService()
  8327.     {
  8328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8331.         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()));
  8332.     }
  8333.     /**
  8334.      * Gets the private 'form.type.entity' shared service.
  8335.      *
  8336.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8337.      */
  8338.     protected function getForm_Type_EntityService()
  8339.     {
  8340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8342.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8343.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8344.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8345.     }
  8346.     /**
  8347.      * Gets the private 'form.type.form' shared service.
  8348.      *
  8349.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8350.      */
  8351.     protected function getForm_Type_FormService()
  8352.     {
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8356.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8357.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8358.     }
  8359.     /**
  8360.      * Gets the private 'form.type_extension.csrf' shared service.
  8361.      *
  8362.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8363.      */
  8364.     protected function getForm_TypeExtension_CsrfService()
  8365.     {
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8369.         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()));
  8370.     }
  8371.     /**
  8372.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8373.      *
  8374.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8375.      */
  8376.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8377.     {
  8378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8381.         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()));
  8382.     }
  8383.     /**
  8384.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8385.      *
  8386.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8387.      */
  8388.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8389.     {
  8390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8395.         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())));
  8396.     }
  8397.     /**
  8398.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8399.      *
  8400.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8401.      */
  8402.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8403.     {
  8404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8407.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8408.     }
  8409.     /**
  8410.      * Gets the private 'form.type_extension.form.validator' shared service.
  8411.      *
  8412.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8413.      */
  8414.     protected function getForm_TypeExtension_Form_ValidatorService()
  8415.     {
  8416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8420.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  8421.     }
  8422.     /**
  8423.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8424.      *
  8425.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8426.      */
  8427.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8428.     {
  8429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8432.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8433.     }
  8434.     /**
  8435.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8436.      *
  8437.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8438.      */
  8439.     protected function getForm_TypeGuesser_DoctrineService()
  8440.     {
  8441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8443.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8444.     }
  8445.     /**
  8446.      * Gets the private 'form.type_guesser.validator' shared service.
  8447.      *
  8448.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8449.      */
  8450.     protected function getForm_TypeGuesser_ValidatorService()
  8451.     {
  8452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8454.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  8455.     }
  8456.     /**
  8457.      * Gets the private 'fragment.renderer.inline' shared service.
  8458.      *
  8459.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8460.      */
  8461.     protected function getFragment_Renderer_InlineService()
  8462.     {
  8463.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8464.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8466.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8467.         $instance->setFragmentPath('/_fragment');
  8468.         return $instance;
  8469.     }
  8470.     /**
  8471.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8472.      *
  8473.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8474.      */
  8475.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8476.     {
  8477.         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())));
  8478.     }
  8479.     /**
  8480.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8481.      *
  8482.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8483.      */
  8484.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8485.     {
  8486.         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()));
  8487.     }
  8488.     /**
  8489.      * Gets the private 'locale_aware_listener' shared service.
  8490.      *
  8491.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8492.      */
  8493.     protected function getLocaleAwareListenerService()
  8494.     {
  8495.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8496.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8497.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8498.     }
  8499.     /**
  8500.      * Gets the private 'locale_listener' shared service.
  8501.      *
  8502.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8503.      */
  8504.     protected function getLocaleListenerService()
  8505.     {
  8506.         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()));
  8507.     }
  8508.     /**
  8509.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8510.      *
  8511.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8512.      */
  8513.     protected function getMaker_AutoCommand_MakeAuthService()
  8514.     {
  8515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8519.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8520.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8521.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8522.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8523.         $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);
  8524.         $instance->setName('make:auth');
  8525.         return $instance;
  8526.     }
  8527.     /**
  8528.      * Gets the private 'maker.auto_command.make_command' shared service.
  8529.      *
  8530.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8531.      */
  8532.     protected function getMaker_AutoCommand_MakeCommandService()
  8533.     {
  8534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8539.         $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()));
  8540.         $instance->setName('make:command');
  8541.         return $instance;
  8542.     }
  8543.     /**
  8544.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8545.      *
  8546.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8547.      */
  8548.     protected function getMaker_AutoCommand_MakeControllerService()
  8549.     {
  8550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8555.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8556.         $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()));
  8557.         $instance->setName('make:controller');
  8558.         return $instance;
  8559.     }
  8560.     /**
  8561.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8562.      *
  8563.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8564.      */
  8565.     protected function getMaker_AutoCommand_MakeCrudService()
  8566.     {
  8567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8572.         $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()));
  8573.         $instance->setName('make:crud');
  8574.         return $instance;
  8575.     }
  8576.     /**
  8577.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8578.      *
  8579.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8580.      */
  8581.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8582.     {
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8588.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8589.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8590.         $instance->setName('make:docker:database');
  8591.         return $instance;
  8592.     }
  8593.     /**
  8594.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8595.      *
  8596.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8597.      */
  8598.     protected function getMaker_AutoCommand_MakeEntityService()
  8599.     {
  8600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8606.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8607.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8608.         $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);
  8609.         $instance->setName('make:entity');
  8610.         return $instance;
  8611.     }
  8612.     /**
  8613.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8614.      *
  8615.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8616.      */
  8617.     protected function getMaker_AutoCommand_MakeFixturesService()
  8618.     {
  8619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8624.         $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()));
  8625.         $instance->setName('make:fixtures');
  8626.         return $instance;
  8627.     }
  8628.     /**
  8629.      * Gets the private 'maker.auto_command.make_form' shared service.
  8630.      *
  8631.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8632.      */
  8633.     protected function getMaker_AutoCommand_MakeFormService()
  8634.     {
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8640.         $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()));
  8641.         $instance->setName('make:form');
  8642.         return $instance;
  8643.     }
  8644.     /**
  8645.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  8646.      *
  8647.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8648.      */
  8649.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  8650.     {
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  8656.         $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()));
  8657.         $instance->setName('make:functional-test');
  8658.         return $instance;
  8659.     }
  8660.     /**
  8661.      * Gets the private 'maker.auto_command.make_message' shared service.
  8662.      *
  8663.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8664.      */
  8665.     protected function getMaker_AutoCommand_MakeMessageService()
  8666.     {
  8667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8672.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8673.         $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()));
  8674.         $instance->setName('make:message');
  8675.         return $instance;
  8676.     }
  8677.     /**
  8678.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8679.      *
  8680.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8681.      */
  8682.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8683.     {
  8684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8685.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8686.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8689.         $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()));
  8690.         $instance->setName('make:messenger-middleware');
  8691.         return $instance;
  8692.     }
  8693.     /**
  8694.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8695.      *
  8696.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8697.      */
  8698.     protected function getMaker_AutoCommand_MakeMigrationService()
  8699.     {
  8700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8706.         $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()));
  8707.         $instance->setName('make:migration');
  8708.         return $instance;
  8709.     }
  8710.     /**
  8711.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8712.      *
  8713.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8714.      */
  8715.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8716.     {
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8722.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8723.         $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()));
  8724.         $instance->setName('make:registration-form');
  8725.         return $instance;
  8726.     }
  8727.     /**
  8728.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8729.      *
  8730.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8731.      */
  8732.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8733.     {
  8734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8739.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8740.         $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()));
  8741.         $instance->setName('make:reset-password');
  8742.         return $instance;
  8743.     }
  8744.     /**
  8745.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8746.      *
  8747.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8748.      */
  8749.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8750.     {
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8756.         $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()));
  8757.         $instance->setName('make:serializer:encoder');
  8758.         return $instance;
  8759.     }
  8760.     /**
  8761.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8762.      *
  8763.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8764.      */
  8765.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8766.     {
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8772.         $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()));
  8773.         $instance->setName('make:serializer:normalizer');
  8774.         return $instance;
  8775.     }
  8776.     /**
  8777.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8778.      *
  8779.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8780.      */
  8781.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8782.     {
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8789.         $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()));
  8790.         $instance->setName('make:subscriber');
  8791.         return $instance;
  8792.     }
  8793.     /**
  8794.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8795.      *
  8796.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8797.      */
  8798.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8799.     {
  8800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8805.         $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()));
  8806.         $instance->setName('make:twig-extension');
  8807.         return $instance;
  8808.     }
  8809.     /**
  8810.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  8811.      *
  8812.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8813.      */
  8814.     protected function getMaker_AutoCommand_MakeUnitTestService()
  8815.     {
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  8821.         $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()));
  8822.         $instance->setName('make:unit-test');
  8823.         return $instance;
  8824.     }
  8825.     /**
  8826.      * Gets the private 'maker.auto_command.make_user' shared service.
  8827.      *
  8828.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8829.      */
  8830.     protected function getMaker_AutoCommand_MakeUserService()
  8831.     {
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8839.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8840.         $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()));
  8841.         $instance->setName('make:user');
  8842.         return $instance;
  8843.     }
  8844.     /**
  8845.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8846.      *
  8847.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8848.      */
  8849.     protected function getMaker_AutoCommand_MakeValidatorService()
  8850.     {
  8851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8852.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8856.         $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()));
  8857.         $instance->setName('make:validator');
  8858.         return $instance;
  8859.     }
  8860.     /**
  8861.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8862.      *
  8863.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8864.      */
  8865.     protected function getMaker_AutoCommand_MakeVoterService()
  8866.     {
  8867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8868.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8869.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8870.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8872.         $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()));
  8873.         $instance->setName('make:voter');
  8874.         return $instance;
  8875.     }
  8876.     /**
  8877.      * Gets the private 'maker.doctrine_helper' shared service.
  8878.      *
  8879.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8880.      */
  8881.     protected function getMaker_DoctrineHelperService()
  8882.     {
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8884.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  8885.     }
  8886.     /**
  8887.      * Gets the private 'maker.entity_class_generator' shared service.
  8888.      *
  8889.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8890.      */
  8891.     protected function getMaker_EntityClassGeneratorService()
  8892.     {
  8893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8894.         $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()));
  8895.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  8896.         return $instance;
  8897.     }
  8898.     /**
  8899.      * Gets the private 'maker.file_manager' shared service.
  8900.      *
  8901.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8902.      */
  8903.     protected function getMaker_FileManagerService()
  8904.     {
  8905.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8906.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8907.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8908.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8909.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8910.         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'));
  8911.     }
  8912.     /**
  8913.      * Gets the private 'maker.generator' shared service.
  8914.      *
  8915.      * @return \Symfony\Bundle\MakerBundle\Generator
  8916.      */
  8917.     protected function getMaker_GeneratorService()
  8918.     {
  8919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8920.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  8921.     }
  8922.     /**
  8923.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8924.      *
  8925.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8926.      */
  8927.     protected function getMaker_Renderer_FormTypeRendererService()
  8928.     {
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8930.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8931.     }
  8932.     /**
  8933.      * Gets the private 'mime_types' shared service.
  8934.      *
  8935.      * @return \Symfony\Component\Mime\MimeTypes
  8936.      */
  8937.     protected function getMimeTypesService()
  8938.     {
  8939.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8940.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8942.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8943.         $instance->setDefault($instance);
  8944.         return $instance;
  8945.     }
  8946.     /**
  8947.      * Gets the private 'monolog.command.server_log' shared service.
  8948.      *
  8949.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8950.      */
  8951.     protected function getMonolog_Command_ServerLogService()
  8952.     {
  8953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8954.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8955.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8956.         $instance->setName('server:log');
  8957.         return $instance;
  8958.     }
  8959.     /**
  8960.      * Gets the private 'monolog.handler.console' shared service.
  8961.      *
  8962.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8963.      */
  8964.     protected function getMonolog_Handler_ConsoleService()
  8965.     {
  8966.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8967.     }
  8968.     /**
  8969.      * Gets the private 'monolog.handler.main' shared service.
  8970.      *
  8971.      * @return \Monolog\Handler\StreamHandler
  8972.      */
  8973.     protected function getMonolog_Handler_MainService()
  8974.     {
  8975.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  8976.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  8977.         return $instance;
  8978.     }
  8979.     /**
  8980.      * Gets the private 'monolog.logger' shared service.
  8981.      *
  8982.      * @return \Symfony\Bridge\Monolog\Logger
  8983.      */
  8984.     protected function getMonolog_LoggerService()
  8985.     {
  8986.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8987.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8988.         $instance->useMicrosecondTimestamps(true);
  8989.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8990.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8991.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8992.         return $instance;
  8993.     }
  8994.     /**
  8995.      * Gets the private 'monolog.logger.cache' shared service.
  8996.      *
  8997.      * @return \Symfony\Bridge\Monolog\Logger
  8998.      */
  8999.     protected function getMonolog_Logger_CacheService()
  9000.     {
  9001.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9002.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9003.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9004.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9005.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9006.         return $instance;
  9007.     }
  9008.     /**
  9009.      * Gets the private 'monolog.logger.request' shared service.
  9010.      *
  9011.      * @return \Symfony\Bridge\Monolog\Logger
  9012.      */
  9013.     protected function getMonolog_Logger_RequestService()
  9014.     {
  9015.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9016.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9017.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9018.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9019.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9020.         return $instance;
  9021.     }
  9022.     /**
  9023.      * Gets the private 'monolog.logger.security' shared service.
  9024.      *
  9025.      * @return \Symfony\Bridge\Monolog\Logger
  9026.      */
  9027.     protected function getMonolog_Logger_SecurityService()
  9028.     {
  9029.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9030.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9031.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9032.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9033.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9034.         return $instance;
  9035.     }
  9036.     /**
  9037.      * Gets the private 'parameter_bag' shared service.
  9038.      *
  9039.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9040.      */
  9041.     protected function getParameterBagService()
  9042.     {
  9043.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9044.     }
  9045.     /**
  9046.      * Gets the private 'php_translation.configuration.app' shared service.
  9047.      *
  9048.      * @return \Translation\Bundle\Model\Configuration
  9049.      */
  9050.     protected function getPhpTranslation_Configuration_AppService()
  9051.     {
  9052.         include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Model/Configuration.php';
  9053.         return $this->privates['php_translation.configuration.app'] = new \Translation\Bundle\Model\Configuration(['dirs' => [=> (\dirname(__DIR__4).'/templates'), => (\dirname(__DIR__4).'/src')], 'output_dir' => (\dirname(__DIR__4).'/translations'), 'excluded_names' => [=> '*TestCase.php'=> '*Test.php'], 'excluded_dirs' => [=> 'cache'=> 'data'=> 'logs'], 'external_translations_dirs' => [], 'output_format' => 'xlf''blacklist_domains' => [], 'whitelist_domains' => [], 'remote_storage' => [], 'local_storage' => [=> 'php_translation.local_file_storage.abstract'], 'xliff_version' => '2.0''local_file_storage_options' => [], 'project_root' => \dirname(__DIR__5), 'name' => 'app''locales' => $this->parameters['php_translation.locales']]);
  9054.     }
  9055.     /**
  9056.      * Gets the private 'profiler_listener' shared service.
  9057.      *
  9058.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9059.      */
  9060.     protected function getProfilerListenerService()
  9061.     {
  9062.         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);
  9063.     }
  9064.     /**
  9065.      * Gets the private 'property_accessor' shared service.
  9066.      *
  9067.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9068.      */
  9069.     protected function getPropertyAccessorService()
  9070.     {
  9071.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  9072.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  9073.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  9074.     }
  9075.     /**
  9076.      * Gets the private 'property_info' shared service.
  9077.      *
  9078.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9079.      */
  9080.     protected function getPropertyInfoService()
  9081.     {
  9082.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9083.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9084.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9085.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9086.         }, 3), new RewindableGenerator(function () {
  9087.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9088.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9089.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9090.         }, 3), new RewindableGenerator(function () {
  9091.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9092.         }, 1), new RewindableGenerator(function () {
  9093.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9094.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9095.         }, 2), new RewindableGenerator(function () {
  9096.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9097.         }, 1));
  9098.     }
  9099.     /**
  9100.      * Gets the private 'property_info.serializer_extractor' shared service.
  9101.      *
  9102.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9103.      */
  9104.     protected function getPropertyInfo_SerializerExtractorService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9107.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  9108.     }
  9109.     /**
  9110.      * Gets the private 'router.cache_warmer' shared service.
  9111.      *
  9112.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9113.      */
  9114.     protected function getRouter_CacheWarmerService()
  9115.     {
  9116.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9118.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9119.             'router' => ['services''router''getRouterService'false],
  9120.         ], [
  9121.             'router' => '?',
  9122.         ]))->withContext('router.cache_warmer'$this));
  9123.     }
  9124.     /**
  9125.      * Gets the private 'router.request_context' shared service.
  9126.      *
  9127.      * @return \Symfony\Component\Routing\RequestContext
  9128.      */
  9129.     protected function getRouter_RequestContextService()
  9130.     {
  9131.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  9132.     }
  9133.     /**
  9134.      * Gets the private 'router_listener' shared service.
  9135.      *
  9136.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9137.      */
  9138.     protected function getRouterListenerService()
  9139.     {
  9140.         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);
  9141.     }
  9142.     /**
  9143.      * Gets the private 'security.access_listener' shared service.
  9144.      *
  9145.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9146.      */
  9147.     protected function getSecurity_AccessListenerService()
  9148.     {
  9149.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  9150.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  9151.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  9152.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AccessListener.php';
  9153.         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()));
  9154.     }
  9155.     /**
  9156.      * Gets the private 'security.access_map' shared service.
  9157.      *
  9158.      * @return \Symfony\Component\Security\Http\AccessMap
  9159.      */
  9160.     protected function getSecurity_AccessMapService()
  9161.     {
  9162.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/AccessMapInterface.php';
  9163.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/AccessMap.php';
  9164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9165.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9166.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9167.         $a = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/*');
  9168.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/test/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9169.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/pdl/test/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9170.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/tools/preview'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9171.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/tools/download/tmp/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9172.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/countries/list'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9173.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/currencies/list'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9174.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/app/config'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9175.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/api/app/legal*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9176.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9177.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/email-verification/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9178.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9179.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/password-reset'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9180.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/swagger/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9181.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/api'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9182.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/admin/api/definition/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9183.         $instance->add($a, [=> 'ROLE_USER'], NULL);
  9184.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/api/member/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9185.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/api'), [=> 'ROLE_ADMIN'], NULL);
  9186.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  9187.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/documentation/*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9188.         $instance->add($a, [=> 'ROLE_USER'], NULL);
  9189.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/auth/photo-update'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9190.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('/'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9191.         return $instance;
  9192.     }
  9193.     /**
  9194.      * Gets the private 'security.authentication.guard_handler' shared service.
  9195.      *
  9196.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9197.      */
  9198.     protected function getSecurity_Authentication_GuardHandlerService()
  9199.     {
  9200.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/GuardAuthenticatorHandler.php';
  9201.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Session/SessionAuthenticationStrategyInterface.php';
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Session/SessionAuthenticationStrategy.php';
  9203.         $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']);
  9204.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  9205.         return $instance;
  9206.     }
  9207.     /**
  9208.      * Gets the private 'security.authentication.listener.anonymous.admin_api' shared service.
  9209.      *
  9210.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9211.      */
  9212.     protected function getSecurity_Authentication_Listener_Anonymous_AdminApiService()
  9213.     {
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  9217.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AnonymousAuthenticationListener.php';
  9218.         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()));
  9219.     }
  9220.     /**
  9221.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  9222.      *
  9223.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9224.      */
  9225.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  9226.     {
  9227.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  9228.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  9229.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AnonymousAuthenticationListener.php';
  9231.         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()));
  9232.     }
  9233.     /**
  9234.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9235.      *
  9236.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9237.      */
  9238.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9239.     {
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  9241.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  9242.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  9243.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AnonymousAuthenticationListener.php';
  9244.         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()));
  9245.     }
  9246.     /**
  9247.      * Gets the private 'security.authentication.listener.guard.admin_api' shared service.
  9248.      *
  9249.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9250.      */
  9251.     protected function getSecurity_Authentication_Listener_Guard_AdminApiService()
  9252.     {
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/Firewall/GuardAuthenticationListener.php';
  9257.         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 () {
  9258.             yield => ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this)));
  9259.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9260.     }
  9261.     /**
  9262.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9263.      *
  9264.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9265.      */
  9266.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9267.     {
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/Firewall/GuardAuthenticationListener.php';
  9272.         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 () {
  9273.             yield => ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this)));
  9274.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9275.     }
  9276.     /**
  9277.      * Gets the private 'security.authentication.manager' shared service.
  9278.      *
  9279.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9280.      */
  9281.     protected function getSecurity_Authentication_ManagerService()
  9282.     {
  9283.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9284.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  9285.             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'))));
  9286.             yield => ($this->privates['security.authentication.provider.guard.admin_api'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminApiService());
  9287.             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'))));
  9288.             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'))));
  9289.         }, 5), true);
  9290.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9291.         return $instance;
  9292.     }
  9293.     /**
  9294.      * Gets the private 'security.authentication.provider.guard.admin_api' shared service.
  9295.      *
  9296.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9297.      */
  9298.     protected function getSecurity_Authentication_Provider_Guard_AdminApiService()
  9299.     {
  9300.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9301.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/Provider/GuardAuthenticationProvider.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserCheckerInterface.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserChecker.php';
  9304.         return $this->privates['security.authentication.provider.guard.admin_api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9305.             yield => ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this)));
  9306.         }, 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()));
  9307.     }
  9308.     /**
  9309.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  9310.      *
  9311.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  9312.      */
  9313.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  9314.     {
  9315.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9316.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/Provider/GuardAuthenticationProvider.php';
  9317.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserCheckerInterface.php';
  9318.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserChecker.php';
  9319.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  9320.             yield => ($this->services['lp.authenticator.api'] ?? ($this->services['lp.authenticator.api'] = new \LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator($this)));
  9321.         }, 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()));
  9322.     }
  9323.     /**
  9324.      * Gets the private 'security.channel_listener' shared service.
  9325.      *
  9326.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9327.      */
  9328.     protected function getSecurity_ChannelListenerService()
  9329.     {
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ChannelListener.php';
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  9335.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/RetryAuthenticationEntryPoint.php';
  9336.         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()));
  9337.     }
  9338.     /**
  9339.      * Gets the private 'security.command.user_password_encoder' shared service.
  9340.      *
  9341.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  9342.      */
  9343.     protected function getSecurity_Command_UserPasswordEncoderService()
  9344.     {
  9345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  9347.         $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']);
  9348.         $instance->setName('security:encode-password');
  9349.         return $instance;
  9350.     }
  9351.     /**
  9352.      * Gets the private 'security.context_listener.0' shared service.
  9353.      *
  9354.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  9355.      */
  9356.     protected function getSecurity_ContextListener_0Service()
  9357.     {
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/AbstractListener.php';
  9359.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ListenerInterface.php';
  9360.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/LegacyListenerTrait.php';
  9361.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ContextListener.php';
  9362.         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 () {
  9363.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService());
  9364.         }, 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']);
  9365.     }
  9366.     /**
  9367.      * Gets the private 'security.csrf.token_generator' shared service.
  9368.      *
  9369.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  9370.      */
  9371.     protected function getSecurity_Csrf_TokenGeneratorService()
  9372.     {
  9373.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  9374.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  9375.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  9376.     }
  9377.     /**
  9378.      * Gets the private 'security.encoder_factory.generic' shared service.
  9379.      *
  9380.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  9381.      */
  9382.     protected function getSecurity_EncoderFactory_GenericService()
  9383.     {
  9384.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactoryInterface.php';
  9385.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Encoder/EncoderFactory.php';
  9386.         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]]]);
  9387.     }
  9388.     /**
  9389.      * Gets the private 'security.firewall.map' shared service.
  9390.      *
  9391.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9392.      */
  9393.     protected function getSecurity_Firewall_MapService()
  9394.     {
  9395.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9396.             'security.firewall.map.context.admin_api' => ['privates''security.firewall.map.context.admin_api''getSecurity_Firewall_Map_Context_AdminApiService'false],
  9397.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  9398.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  9399.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  9400.         ], [
  9401.             'security.firewall.map.context.admin_api' => '?',
  9402.             'security.firewall.map.context.api' => '?',
  9403.             'security.firewall.map.context.dev' => '?',
  9404.             'security.firewall.map.context.main' => '?',
  9405.         ]), new RewindableGenerator(function () {
  9406.             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)/')));
  9407.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  9408.             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')));
  9409.             yield 'security.firewall.map.context.main' => NULL;
  9410.         }, 4));
  9411.     }
  9412.     /**
  9413.      * Gets the private 'security.firewall.map.context.admin_api' shared service.
  9414.      *
  9415.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9416.      */
  9417.     protected function getSecurity_Firewall_Map_Context_AdminApiService()
  9418.     {
  9419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9420.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Util/TargetPathTrait.php';
  9421.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ExceptionListener.php';
  9422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9423.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  9424.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AuthenticatorInterface.php';
  9425.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AbstractGuardAuthenticator.php';
  9426.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Security/ApiAuthenticator.php';
  9427.         return $this->privates['security.firewall.map.context.admin_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9428.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9429.             yield => ($this->privates['security.authentication.listener.guard.admin_api'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminApiService());
  9430.             yield => ($this->privates['security.authentication.listener.anonymous.admin_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminApiService());
  9431.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9432.         }, 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));
  9433.     }
  9434.     /**
  9435.      * Gets the private 'security.firewall.map.context.api' shared service.
  9436.      *
  9437.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9438.      */
  9439.     protected function getSecurity_Firewall_Map_Context_ApiService()
  9440.     {
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9442.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Util/TargetPathTrait.php';
  9443.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ExceptionListener.php';
  9444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9445.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  9446.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AuthenticatorInterface.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Guard/AbstractGuardAuthenticator.php';
  9448.         include_once \dirname(__DIR__4).'/vendor/launchpad/backend/src/Base/Security/ApiAuthenticator.php';
  9449.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9450.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9451.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  9452.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  9453.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9454.         }, 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));
  9455.     }
  9456.     /**
  9457.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9458.      *
  9459.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9460.      */
  9461.     protected function getSecurity_Firewall_Map_Context_DevService()
  9462.     {
  9463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9465.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9466.             return new \EmptyIterator();
  9467.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  9468.     }
  9469.     /**
  9470.      * Gets the private 'security.firewall.map.context.main' shared service.
  9471.      *
  9472.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9473.      */
  9474.     protected function getSecurity_Firewall_Map_Context_MainService()
  9475.     {
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9477.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Util/TargetPathTrait.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/Firewall/ExceptionListener.php';
  9479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9480.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9481.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9482.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  9483.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  9484.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9485.         }, 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));
  9486.     }
  9487.     /**
  9488.      * Gets the private 'security.http_utils' shared service.
  9489.      *
  9490.      * @return \Symfony\Component\Security\Http\HttpUtils
  9491.      */
  9492.     protected function getSecurity_HttpUtilsService()
  9493.     {
  9494.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Http/HttpUtils.php';
  9495.         $a = ($this->services['router'] ?? $this->getRouterService());
  9496.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9497.     }
  9498.     /**
  9499.      * Gets the private 'security.logout_url_generator' shared service.
  9500.      *
  9501.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9502.      */
  9503.     protected function getSecurity_LogoutUrlGeneratorService()
  9504.     {
  9505.         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()));
  9506.     }
  9507.     /**
  9508.      * Gets the private 'security.role_hierarchy' shared service.
  9509.      *
  9510.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  9511.      */
  9512.     protected function getSecurity_RoleHierarchyService()
  9513.     {
  9514.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  9515.     }
  9516.     /**
  9517.      * Gets the private 'security.user.provider.concrete.users' shared service.
  9518.      *
  9519.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9520.      */
  9521.     protected function getSecurity_User_Provider_Concrete_UsersService()
  9522.     {
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/UserProviderInterface.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/User/PasswordUpgraderInterface.php';
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9526.         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);
  9527.     }
  9528.     /**
  9529.      * Gets the private 'security.validator.user_password' shared service.
  9530.      *
  9531.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9532.      */
  9533.     protected function getSecurity_Validator_UserPasswordService()
  9534.     {
  9535.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9536.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9537.         include_once \dirname(__DIR__4).'/vendor/symfony/security/Core/Validator/Constraints/UserPasswordValidator.php';
  9538.         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()));
  9539.     }
  9540.     /**
  9541.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  9542.      *
  9543.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  9544.      */
  9545.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  9546.     {
  9547.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9548.     }
  9549.     /**
  9550.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  9551.      *
  9552.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  9553.      */
  9554.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  9555.     {
  9556.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  9557.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  9558.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  9559.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  9560.     }
  9561.     /**
  9562.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9563.      *
  9564.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9565.      */
  9566.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9567.     {
  9568.         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()));
  9569.     }
  9570.     /**
  9571.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9572.      *
  9573.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9574.      */
  9575.     protected function getSensioFrameworkExtra_View_ListenerService()
  9576.     {
  9577.         $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))));
  9578.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9579.             'twig' => ['services''twig''getTwigService'false],
  9580.         ], [
  9581.             'twig' => 'Twig\\Environment',
  9582.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9583.         return $instance;
  9584.     }
  9585.     /**
  9586.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9587.      *
  9588.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9589.      */
  9590.     protected function getSerializer_Mapping_CacheWarmerService()
  9591.     {
  9592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9597.         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'));
  9598.     }
  9599.     /**
  9600.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  9601.      *
  9602.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  9603.      */
  9604.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  9605.     {
  9606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  9607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  9608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  9609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  9611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9612.         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()))]));
  9613.     }
  9614.     /**
  9615.      * Gets the private 'session.storage.native' shared service.
  9616.      *
  9617.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9618.      */
  9619.     protected function getSession_Storage_NativeService()
  9620.     {
  9621.         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));
  9622.     }
  9623.     /**
  9624.      * Gets the private 'session_listener' shared service.
  9625.      *
  9626.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9627.      */
  9628.     protected function getSessionListenerService()
  9629.     {
  9630.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9631.             'initialized_session' => ['services''session'NULLfalse],
  9632.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9633.             'session' => ['services''session''getSessionService'false],
  9634.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9635.         ], [
  9636.             'initialized_session' => '?',
  9637.             'request_stack' => '?',
  9638.             'session' => '?',
  9639.             'session_storage' => '?',
  9640.         ]));
  9641.     }
  9642.     /**
  9643.      * Gets the private 'swiftmailer.command.debug' shared service.
  9644.      *
  9645.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  9646.      */
  9647.     protected function getSwiftmailer_Command_DebugService()
  9648.     {
  9649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9650.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9651.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  9652.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  9653.         $instance->setName('debug:swiftmailer');
  9654.         return $instance;
  9655.     }
  9656.     /**
  9657.      * Gets the private 'swiftmailer.command.new_email' shared service.
  9658.      *
  9659.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  9660.      */
  9661.     protected function getSwiftmailer_Command_NewEmailService()
  9662.     {
  9663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9665.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  9666.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  9667.         $instance->setName('swiftmailer:email:send');
  9668.         return $instance;
  9669.     }
  9670.     /**
  9671.      * Gets the private 'swiftmailer.command.send_email' shared service.
  9672.      *
  9673.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  9674.      */
  9675.     protected function getSwiftmailer_Command_SendEmailService()
  9676.     {
  9677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9678.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9679.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  9680.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  9681.         $instance->setName('swiftmailer:spool:send');
  9682.         return $instance;
  9683.     }
  9684.     /**
  9685.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  9686.      *
  9687.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  9688.      */
  9689.     protected function getSwiftmailer_EmailSender_ListenerService()
  9690.     {
  9691.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  9692.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9693.     }
  9694.     /**
  9695.      * Gets the private 'translation.extractor' shared service.
  9696.      *
  9697.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9698.      */
  9699.     protected function getTranslation_ExtractorService()
  9700.     {
  9701.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9703.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9705.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9706.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9707.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9708.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  9709.         return $instance;
  9710.     }
  9711.     /**
  9712.      * Gets the private 'translation.loader.csv' shared service.
  9713.      *
  9714.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9715.      */
  9716.     protected function getTranslation_Loader_CsvService()
  9717.     {
  9718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9721.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9722.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9723.     }
  9724.     /**
  9725.      * Gets the private 'translation.loader.dat' shared service.
  9726.      *
  9727.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9728.      */
  9729.     protected function getTranslation_Loader_DatService()
  9730.     {
  9731.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9734.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9735.     }
  9736.     /**
  9737.      * Gets the private 'translation.loader.ini' shared service.
  9738.      *
  9739.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9740.      */
  9741.     protected function getTranslation_Loader_IniService()
  9742.     {
  9743.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9744.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9745.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9746.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9747.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9748.     }
  9749.     /**
  9750.      * Gets the private 'translation.loader.json' shared service.
  9751.      *
  9752.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9753.      */
  9754.     protected function getTranslation_Loader_JsonService()
  9755.     {
  9756.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9757.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9758.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9759.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9760.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9761.     }
  9762.     /**
  9763.      * Gets the private 'translation.loader.mo' shared service.
  9764.      *
  9765.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9766.      */
  9767.     protected function getTranslation_Loader_MoService()
  9768.     {
  9769.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9770.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9773.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9774.     }
  9775.     /**
  9776.      * Gets the private 'translation.loader.php' shared service.
  9777.      *
  9778.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9779.      */
  9780.     protected function getTranslation_Loader_PhpService()
  9781.     {
  9782.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9783.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9784.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9785.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9786.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9787.     }
  9788.     /**
  9789.      * Gets the private 'translation.loader.po' shared service.
  9790.      *
  9791.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9792.      */
  9793.     protected function getTranslation_Loader_PoService()
  9794.     {
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9796.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9799.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9800.     }
  9801.     /**
  9802.      * Gets the private 'translation.loader.qt' shared service.
  9803.      *
  9804.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9805.      */
  9806.     protected function getTranslation_Loader_QtService()
  9807.     {
  9808.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9809.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9810.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9811.     }
  9812.     /**
  9813.      * Gets the private 'translation.loader.res' shared service.
  9814.      *
  9815.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9816.      */
  9817.     protected function getTranslation_Loader_ResService()
  9818.     {
  9819.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9820.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9821.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9822.     }
  9823.     /**
  9824.      * Gets the private 'translation.loader.xliff' shared service.
  9825.      *
  9826.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9827.      */
  9828.     protected function getTranslation_Loader_XliffService()
  9829.     {
  9830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9832.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9833.     }
  9834.     /**
  9835.      * Gets the private 'translation.loader.yml' shared service.
  9836.      *
  9837.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9838.      */
  9839.     protected function getTranslation_Loader_YmlService()
  9840.     {
  9841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9842.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9843.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9844.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9845.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9846.     }
  9847.     /**
  9848.      * Gets the private 'translation.reader' shared service.
  9849.      *
  9850.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9851.      */
  9852.     protected function getTranslation_ReaderService()
  9853.     {
  9854.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9855.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9859.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9862.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9865.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9866.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9868.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9869.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9870.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9871.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9872.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9873.         $instance->addLoader('db', ($this->services['lp.translation.db.loader'] ?? $this->getLp_Translation_Db_LoaderService()));
  9874.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9875.         $instance->addLoader('yaml'$a);
  9876.         $instance->addLoader('yml'$a);
  9877.         $instance->addLoader('xlf'$b);
  9878.         $instance->addLoader('xliff'$b);
  9879.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9880.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9881.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9882.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9883.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9884.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9885.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9886.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9887.         return $instance;
  9888.     }
  9889.     /**
  9890.      * Gets the private 'translation.warmer' shared service.
  9891.      *
  9892.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9893.      */
  9894.     protected function getTranslation_WarmerService()
  9895.     {
  9896.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9898.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9899.             'translator' => ['services''translator''getTranslatorService'false],
  9900.         ], [
  9901.             'translator' => '?',
  9902.         ]))->withContext('translation.warmer'$this));
  9903.     }
  9904.     /**
  9905.      * Gets the private 'translation.writer' shared service.
  9906.      *
  9907.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9908.      */
  9909.     protected function getTranslation_WriterService()
  9910.     {
  9911.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9912.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9913.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9915.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9916.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9917.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9918.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9919.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9924.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9925.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9926.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9927.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9928.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9929.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9930.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9931.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9932.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9933.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9934.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9935.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9936.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9937.         return $instance;
  9938.     }
  9939.     /**
  9940.      * Gets the private 'translator.default' shared service.
  9941.      *
  9942.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9943.      */
  9944.     protected function getTranslator_DefaultService()
  9945.     {
  9946.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9947.             'lp.translation.db.loader' => ['services''lp.translation.db.loader''getLp_Translation_Db_LoaderService'false],
  9948.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9949.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9950.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9951.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9952.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9953.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9954.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9955.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9956.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9957.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9958.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9959.         ], [
  9960.             'lp.translation.db.loader' => '?',
  9961.             'translation.loader.csv' => '?',
  9962.             'translation.loader.dat' => '?',
  9963.             'translation.loader.ini' => '?',
  9964.             'translation.loader.json' => '?',
  9965.             'translation.loader.mo' => '?',
  9966.             'translation.loader.php' => '?',
  9967.             'translation.loader.po' => '?',
  9968.             'translation.loader.qt' => '?',
  9969.             'translation.loader.res' => '?',
  9970.             'translation.loader.xliff' => '?',
  9971.             'translation.loader.yml' => '?',
  9972.         ]), 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).'/vendor/php-translation/symfony-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/TranslationBundle/translations'), 35 => (\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 => 'vendor/php-translation/symfony-bundle/translations'34 => 'src/Resources/TranslationBundle/translations'35 => 'src/Resources/translations']]]);
  9973.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9974.         $instance->setFallbackLocales($this->parameters['php_translation.locales']);
  9975.         return $instance;
  9976.     }
  9977.     /**
  9978.      * Gets the private 'twig.command.debug' shared service.
  9979.      *
  9980.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9981.      */
  9982.     protected function getTwig_Command_DebugService()
  9983.     {
  9984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9985.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9986.         $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'));
  9987.         $instance->setName('debug:twig');
  9988.         return $instance;
  9989.     }
  9990.     /**
  9991.      * Gets the private 'twig.command.lint' shared service.
  9992.      *
  9993.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9994.      */
  9995.     protected function getTwig_Command_LintService()
  9996.     {
  9997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9998.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9999.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10000.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  10001.         $instance->setName('lint:twig');
  10002.         return $instance;
  10003.     }
  10004.     /**
  10005.      * Gets the private 'twig.exception_listener' shared service.
  10006.      *
  10007.      * @return \Symfony\Component\HttpKernel\EventListener\ExceptionListener
  10008.      *
  10009.      * @deprecated The "twig.exception_listener" service is deprecated since Symfony 4.4.
  10010.      */
  10011.     protected function getTwig_ExceptionListenerService()
  10012.     {
  10013.         @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  10014.         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);
  10015.     }
  10016.     /**
  10017.      * Gets the private 'twig.form.renderer' shared service.
  10018.      *
  10019.      * @return \Symfony\Component\Form\FormRenderer
  10020.      */
  10021.     protected function getTwig_Form_RendererService()
  10022.     {
  10023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10024.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10026.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10027.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10028.         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()));
  10029.     }
  10030.     /**
  10031.      * Gets the private 'twig.mailer.message_listener' shared service.
  10032.      *
  10033.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10034.      */
  10035.     protected function getTwig_Mailer_MessageListenerService()
  10036.     {
  10037.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10038.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10039.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10040.         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())));
  10041.     }
  10042.     /**
  10043.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10044.      *
  10045.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10046.      */
  10047.     protected function getTwig_Runtime_HttpkernelService()
  10048.     {
  10049.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10050.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10052.         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, [
  10053.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10054.         ], [
  10055.             'inline' => '?',
  10056.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  10057.     }
  10058.     /**
  10059.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10060.      *
  10061.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10062.      */
  10063.     protected function getTwig_Runtime_SecurityCsrfService()
  10064.     {
  10065.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10066.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10067.     }
  10068.     /**
  10069.      * Gets the private 'twig.template_cache_warmer' shared service.
  10070.      *
  10071.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10072.      */
  10073.     protected function getTwig_TemplateCacheWarmerService()
  10074.     {
  10075.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10076.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  10077.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10078.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10079.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10080.             'twig' => ['services''twig''getTwigService'false],
  10081.         ], [
  10082.             'twig' => 'Twig\\Environment',
  10083.         ]))->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')));
  10084.     }
  10085.     /**
  10086.      * Gets the private 'url_helper' shared service.
  10087.      *
  10088.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  10089.      */
  10090.     protected function getUrlHelperService()
  10091.     {
  10092.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  10093.     }
  10094.     /**
  10095.      * Gets the private 'validator.builder' shared service.
  10096.      *
  10097.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10098.      */
  10099.     protected function getValidator_BuilderService()
  10100.     {
  10101.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10102.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10103.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10104.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10105.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10106.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10107.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10108.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10109.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10110.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10111.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10112.         ], [
  10113.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10114.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10115.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10116.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10117.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10118.             'doctrine.orm.validator.unique' => '?',
  10119.             'security.validator.user_password' => '?',
  10120.             'validator.expression' => '?',
  10121.         ])));
  10122.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  10123.         $instance->setTranslationDomain('validators');
  10124.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  10125.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/config/validation.yaml')]);
  10126.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10127.         $instance->addMethodMapping('loadValidatorMetadata');
  10128.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10129.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10130.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10131.         return $instance;
  10132.     }
  10133.     /**
  10134.      * Gets the private 'validator.email' shared service.
  10135.      *
  10136.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10137.      */
  10138.     protected function getValidator_EmailService()
  10139.     {
  10140.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10141.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10142.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10143.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10144.     }
  10145.     /**
  10146.      * Gets the private 'validator.expression' shared service.
  10147.      *
  10148.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10149.      */
  10150.     protected function getValidator_ExpressionService()
  10151.     {
  10152.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10153.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10154.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10155.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  10156.     }
  10157.     /**
  10158.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10159.      *
  10160.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10161.      */
  10162.     protected function getValidator_Mapping_CacheWarmerService()
  10163.     {
  10164.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10167.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10168.     }
  10169.     /**
  10170.      * Gets the private 'validator.not_compromised_password' shared service.
  10171.      *
  10172.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10173.      */
  10174.     protected function getValidator_NotCompromisedPasswordService()
  10175.     {
  10176.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10177.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10178.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10179.         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);
  10180.     }
  10181.     /**
  10182.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10183.      *
  10184.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10185.      */
  10186.     protected function getVarDumper_Command_ServerDumpService()
  10187.     {
  10188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10189.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10190.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10191.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10192.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10193.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10194.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10195.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10196.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10197.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10198.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10199.         $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()))]);
  10200.         $instance->setName('server:dump');
  10201.         return $instance;
  10202.     }
  10203.     /**
  10204.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10205.      *
  10206.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10207.      */
  10208.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10209.     {
  10210.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10211.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10212.         return $instance;
  10213.     }
  10214.     /**
  10215.      * Gets the private 'var_dumper.html_dumper' shared service.
  10216.      *
  10217.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10218.      */
  10219.     protected function getVarDumper_HtmlDumperService()
  10220.     {
  10221.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10222.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10223.         return $instance;
  10224.     }
  10225.     /**
  10226.      * Gets the private 'var_dumper.server_connection' shared service.
  10227.      *
  10228.      * @return \Symfony\Component\VarDumper\Server\Connection
  10229.      */
  10230.     protected function getVarDumper_ServerConnectionService()
  10231.     {
  10232.         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()]);
  10233.     }
  10234.     /**
  10235.      * Gets the private 'web_profiler.csp.handler' shared service.
  10236.      *
  10237.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10238.      */
  10239.     protected function getWebProfiler_Csp_HandlerService()
  10240.     {
  10241.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10242.     }
  10243.     /**
  10244.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10245.      *
  10246.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10247.      */
  10248.     protected function getWebProfiler_DebugToolbarService()
  10249.     {
  10250.         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()));
  10251.     }
  10252.     public function getParameter($name)
  10253.     {
  10254.         $name = (string) $name;
  10255.         if (isset($this->buildParameters[$name])) {
  10256.             return $this->buildParameters[$name];
  10257.         }
  10258.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  10259.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  10260.         }
  10261.         if (isset($this->loadedDynamicParameters[$name])) {
  10262.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10263.         }
  10264.         return $this->parameters[$name];
  10265.     }
  10266.     public function hasParameter($name): bool
  10267.     {
  10268.         $name = (string) $name;
  10269.         if (isset($this->buildParameters[$name])) {
  10270.             return true;
  10271.         }
  10272.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  10273.     }
  10274.     public function setParameter($name$value): void
  10275.     {
  10276.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  10277.     }
  10278.     public function getParameterBag(): ParameterBagInterface
  10279.     {
  10280.         if (null === $this->parameterBag) {
  10281.             $parameters $this->parameters;
  10282.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  10283.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10284.             }
  10285.             foreach ($this->buildParameters as $name => $value) {
  10286.                 $parameters[$name] = $value;
  10287.             }
  10288.             $this->parameterBag = new FrozenParameterBag($parameters);
  10289.         }
  10290.         return $this->parameterBag;
  10291.     }
  10292.     private $loadedDynamicParameters = [
  10293.         'kernel.cache_dir' => false,
  10294.         'database_url' => false,
  10295.         'debug' => false,
  10296.         'launchpad' => false,
  10297.         'front_url' => false,
  10298.         'gps_params' => false,
  10299.         'w2' => false,
  10300.         'kernel.secret' => false,
  10301.         'session.save_path' => false,
  10302.         'validator.mapping.cache.file' => false,
  10303.         'profiler.storage.dsn' => false,
  10304.         'debug.container.dump' => false,
  10305.         'serializer.mapping.cache.file' => false,
  10306.         'doctrine.orm.proxy_dir' => false,
  10307.     ];
  10308.     private $dynamicParameters = [];
  10309.     private function getDynamicParameter(string $name)
  10310.     {
  10311.         switch ($name) {
  10312.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10313.             case 'database_url'$value $this->getEnv('string:DATABASE_URL'); break;
  10314.             case 'debug'$value $this->getEnv('bool:DEBUG'); break;
  10315.             case 'launchpad'$value = [
  10316.                 'customer_reference_prefix' => $this->getEnv('string:GPS_WSID_PREFIX'),
  10317.                 'customer_reference_length' => 9,
  10318.             ]; break;
  10319.             case 'front_url'$value $this->getEnv('string:FRONT_URL'); break;
  10320.             case 'gps_params'$value = [
  10321.                 'wsdl' => $this->getEnv('GPS_URL'),
  10322.                 'username' => $this->getEnv('GPS_USERNAME'),
  10323.                 'password' => $this->getEnv('GPS_PASSWORD'),
  10324.                 'iss_code' => $this->getEnv('GPS_ISS'),
  10325.                 'wsid_prefix' => $this->getEnv('GPS_WSID_PREFIX'),
  10326.             ]; break;
  10327.             case 'w2'$value = [
  10328.                 'wsdl' => $this->getEnv('W2_WSDL'),
  10329.                 'sandbox' => $this->getEnv('bool:W2_SANDBOX'),
  10330.                 'api_key' => $this->getEnv('W2_API_KEY'),
  10331.             ]; break;
  10332.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10333.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10334.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10335.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10336.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  10337.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10338.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10339.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10340.         }
  10341.         $this->loadedDynamicParameters[$name] = true;
  10342.         return $this->dynamicParameters[$name] = $value;
  10343.     }
  10344.     protected function getDefaultParameters(): array
  10345.     {
  10346.         return [
  10347.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  10348.             'kernel.project_dir' => \dirname(__DIR__4),
  10349.             'kernel.environment' => 'dev',
  10350.             'kernel.debug' => true,
  10351.             'kernel.name' => 'src',
  10352.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  10353.             'kernel.bundles' => [
  10354.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10355.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10356.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  10357.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10358.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10359.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10360.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10361.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10362.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10363.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  10364.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10365.                 'LaunchPadBundle' => 'LaunchPad\\Bundle\\LaunchPadBundle\\LaunchPadBundle',
  10366.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  10367.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  10368.                 'TranslationBundle' => 'Translation\\Bundle\\TranslationBundle',
  10369.             ],
  10370.             'kernel.bundles_metadata' => [
  10371.                 'FrameworkBundle' => [
  10372.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10373.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10374.                 ],
  10375.                 'TwigBundle' => [
  10376.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10377.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10378.                 ],
  10379.                 'TwigExtraBundle' => [
  10380.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  10381.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  10382.                 ],
  10383.                 'SensioFrameworkExtraBundle' => [
  10384.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  10385.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  10386.                 ],
  10387.                 'DoctrineBundle' => [
  10388.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  10389.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  10390.                 ],
  10391.                 'DoctrineMigrationsBundle' => [
  10392.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  10393.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  10394.                 ],
  10395.                 'SecurityBundle' => [
  10396.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  10397.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10398.                 ],
  10399.                 'WebProfilerBundle' => [
  10400.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  10401.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10402.                 ],
  10403.                 'MonologBundle' => [
  10404.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  10405.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10406.                 ],
  10407.                 'DebugBundle' => [
  10408.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  10409.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  10410.                 ],
  10411.                 'MakerBundle' => [
  10412.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  10413.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  10414.                 ],
  10415.                 'LaunchPadBundle' => [
  10416.                     'path' => (\dirname(__DIR__4).'/vendor/launchpad/backend/src'),
  10417.                     'namespace' => 'LaunchPad\\Bundle\\LaunchPadBundle',
  10418.                 ],
  10419.                 'SwiftmailerBundle' => [
  10420.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  10421.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  10422.                 ],
  10423.                 'DoctrineFixturesBundle' => [
  10424.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  10425.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  10426.                 ],
  10427.                 'TranslationBundle' => [
  10428.                     'path' => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle'),
  10429.                     'namespace' => 'Translation\\Bundle',
  10430.                 ],
  10431.             ],
  10432.             'kernel.charset' => 'UTF-8',
  10433.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  10434.             'admin_domain' => 'toremove',
  10435.             'proxy_params' => [
  10436.                 'url' => 'https://proxy.lplite.dev.pannovate.com',
  10437.                 'api_key' => '893hg092ghbnpop-onoih98yg23giwoeg0994honoewk',
  10438.             ],
  10439.             'amazon_key' => 'AKIA4FETMGFVOBIAOLA2',
  10440.             'amazon_secret' => 'vN3zgDgy7lfaLQwGpy2oqIZR3L67DUMv3+ukwMmt',
  10441.             's3_bucket' => 'test-onepay',
  10442.             's3_region' => 'eu-west-1',
  10443.             's3_version' => 'latest',
  10444.             'mastercard_api_params' => [
  10445.                 'key_path' => (\dirname(__DIR__4).'/config/keys/PDL-sandbox.p12'),
  10446.                 'client_id' => 'SarMOkoo8SzHxGX0anu41KaM7lkh4iuF_Gb-8aZe4182bb85!85dc5ab39c9144bbbe0f697d05f187180000000000000000',
  10447.                 'alias' => 'keyalias',
  10448.                 'password' => 'keystorepassword',
  10449.                 'sandbox_url' => 'https://sandbox.api.mastercard.com/enhanced/settlement/currencyrate/subscribed',
  10450.             ],
  10451.             'google_cloud_params' => [
  10452.                 'key_path' => (\dirname(__DIR__4).'/config/keys/googlePlayKey.json'),
  10453.                 'download_directory' => (\dirname(__DIR__3).'/google_cloud_files'),
  10454.                 'bucket' => 'pubsite_prod_rev_07344546493176802929',
  10455.                 'crashes_prefix' => 'stats/crashes/crashes_com.paneleven.lplite_',
  10456.                 'installs_prefix' => 'stats/installs/installs_com.paneleven.lplite_',
  10457.             ],
  10458.             'apple_params' => [
  10459.                 'download_directory' => (\dirname(__DIR__3).'/apple_cloud_files'),
  10460.                 'key_path' => (\dirname(__DIR__4).'/config/keys/to_be_defined.p8'),
  10461.             ],
  10462.             'checkout' => [
  10463.                 'sandbox' => true,
  10464.                 'dev' => [
  10465.                     'url' => 'https://api.sandbox.checkout.com/',
  10466.                     'notification_key' => 'f1cc1264-343b-4c44-9a2c-5aeba975539b',
  10467.                     'public_key' => 'pk_test_de97fa9f-721d-4065-861d-f08399010b69',
  10468.                     'secret_key' => 'sk_test_7960b85e-5490-4b96-935a-cb74d840d8bd',
  10469.                 ],
  10470.                 'prod' => [
  10471.                     'url' => 'https://api2.checkout.com/v2/',
  10472.                     'notification_key' => 'f1cc1264-343b-4c44-9a2c-5aeba975539b',
  10473.                     'public_key' => '',
  10474.                     'secret_key' => '',
  10475.                 ],
  10476.             ],
  10477.             'upload_handler' => 'local',
  10478.             'api' => [
  10479.                 'launchpad' => [
  10480.                     'name' => 'LaunchPad',
  10481.                     'description' => 'LaunchPad APIs',
  10482.                     'paths' => [
  10483.                         => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base'),
  10484.                         => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/Swagger'),
  10485.                         => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Api'),
  10486.                     ],
  10487.                 ],
  10488.                 'launchpad_admin' => [
  10489.                     'name' => 'LaunchPad Admin',
  10490.                     'description' => 'LaunchPad APIs',
  10491.                     'paths' => [
  10492.                         => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Base'),
  10493.                         => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Resources/Swagger'),
  10494.                         => (\dirname(__DIR__4).'/vendor/launchpad/backend/src/Admin'),
  10495.                     ],
  10496.                 ],
  10497.             ],
  10498.             'container.dumper.inline_class_loader' => true,
  10499.             'container.dumper.inline_factories' => true,
  10500.             'mailer_transport' => 'smtp',
  10501.             'mailer_host' => '127.0.0.1',
  10502.             'mailer_user' => 'dcbb277db791ce',
  10503.             'mailer_password' => 'a400dcc70f527a',
  10504.             'mailer_port' => 587,
  10505.             'mailer_encryption' => 'tls',
  10506.             'emails' => [
  10507.                 'admin_email' => 'admin@pannovate.com',
  10508.                 'contact_email' => 'boban@pannovate.com',
  10509.                 'register_email' => 'boban@pannovate.com',
  10510.                 'from_email' => 'no-reply@bobofin.pannovate.com',
  10511.                 'from_name' => 'BoBoFin',
  10512.                 'kyc_review_emails' => [
  10513.                     => 'boban@pannovate.com',
  10514.                     => 'cirkovic.bob@gmail.com',
  10515.                 ],
  10516.             ],
  10517.             'locale' => 'en',
  10518.             'event_dispatcher.event_aliases' => [
  10519.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10520.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10521.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10522.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10523.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10524.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10525.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10526.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10527.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10528.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10529.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10530.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10531.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10532.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10533.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10534.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10535.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  10536.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  10537.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  10538.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  10539.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  10540.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  10541.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  10542.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10543.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10544.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10545.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10546.             ],
  10547.             'fragment.renderer.hinclude.global_template' => '',
  10548.             'fragment.path' => '/_fragment',
  10549.             'kernel.http_method_override' => true,
  10550.             'kernel.trusted_hosts' => [
  10551.             ],
  10552.             'kernel.default_locale' => 'en',
  10553.             'kernel.error_controller' => 'error_controller',
  10554.             'templating.helper.code.file_link_format' => NULL,
  10555.             'debug.file_link_format' => NULL,
  10556.             'session.metadata.storage_key' => '_sf2_meta',
  10557.             'session.storage.options' => [
  10558.                 'cache_limiter' => '0',
  10559.                 'cookie_secure' => 'auto',
  10560.                 'cookie_httponly' => true,
  10561.                 'cookie_samesite' => 'lax',
  10562.                 'gc_probability' => 1,
  10563.             ],
  10564.             'session.metadata.update_threshold' => 0,
  10565.             'form.type_extension.csrf.enabled' => true,
  10566.             'form.type_extension.csrf.field_name' => '_token',
  10567.             'asset.request_context.base_path' => '',
  10568.             'asset.request_context.secure' => false,
  10569.             'validator.translation_domain' => 'validators',
  10570.             'translator.logging' => false,
  10571.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10572.             'profiler_listener.only_exceptions' => false,
  10573.             'profiler_listener.only_master_requests' => false,
  10574.             'debug.error_handler.throw_at' => -1,
  10575.             'router.request_context.host' => 'localhost',
  10576.             'router.request_context.scheme' => 'http',
  10577.             'router.request_context.base_url' => '',
  10578.             'router.resource' => 'kernel::loadRoutes',
  10579.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  10580.             'request_listener.http_port' => 80,
  10581.             'request_listener.https_port' => 443,
  10582.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  10583.             'twig.form.resources' => [
  10584.                 => 'form_div_layout.html.twig',
  10585.             ],
  10586.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10587.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  10588.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  10589.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  10590.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10591.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10592.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10593.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10594.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10595.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10596.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10597.             'doctrine.entity_managers' => [
  10598.                 'default' => 'doctrine.orm.default_entity_manager',
  10599.             ],
  10600.             'doctrine.default_entity_manager' => 'default',
  10601.             'doctrine.dbal.connection_factory.types' => [
  10602.             ],
  10603.             'doctrine.connections' => [
  10604.                 'default' => 'doctrine.dbal.default_connection',
  10605.             ],
  10606.             'doctrine.default_connection' => 'default',
  10607.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10608.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10609.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10610.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10611.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10612.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10613.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10614.             'doctrine.orm.cache.memcache_port' => 11211,
  10615.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10616.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10617.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10618.             'doctrine.orm.cache.memcached_port' => 11211,
  10619.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10620.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10621.             'doctrine.orm.cache.redis_host' => 'localhost',
  10622.             'doctrine.orm.cache.redis_port' => 6379,
  10623.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10624.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10625.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10626.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10627.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10628.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10629.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10630.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10631.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10632.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10633.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10634.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10635.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10636.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10637.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10638.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10639.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10640.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10641.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10642.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10643.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10644.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10645.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10646.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10647.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10648.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10649.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10650.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10651.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10652.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10653.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10654.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  10655.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  10656.             'doctrine_migrations.name' => 'Application Migrations',
  10657.             'doctrine_migrations.migrations_paths' => [
  10658.             ],
  10659.             'doctrine_migrations.table_name' => 'migration_versions',
  10660.             'doctrine_migrations.column_name' => 'version',
  10661.             'doctrine_migrations.column_length' => 14,
  10662.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  10663.             'doctrine_migrations.all_or_nothing' => false,
  10664.             'doctrine_migrations.custom_template' => NULL,
  10665.             'doctrine_migrations.organize_migrations' => false,
  10666.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  10667.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  10668.             'security.role_hierarchy.roles' => [
  10669.                 'ROLE_ADMIN' => [
  10670.                     => 'ROLE_USER',
  10671.                 ],
  10672.                 'ROLE_SUPER_ADMIN' => [
  10673.                     => 'ROLE_ADMIN',
  10674.                 ],
  10675.             ],
  10676.             'security.access.denied_url' => NULL,
  10677.             'security.authentication.manager.erase_credentials' => true,
  10678.             'security.authentication.session_strategy.strategy' => 'migrate',
  10679.             'security.access.always_authenticate_before_granting' => false,
  10680.             'security.authentication.hide_user_not_found' => true,
  10681.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10682.             'web_profiler.debug_toolbar.mode' => 2,
  10683.             'monolog.use_microseconds' => true,
  10684.             'monolog.swift_mailer.handlers' => [
  10685.             ],
  10686.             'monolog.handlers_to_channels' => [
  10687.                 'monolog.handler.console' => [
  10688.                     'type' => 'exclusive',
  10689.                     'elements' => [
  10690.                         => 'event',
  10691.                         => 'doctrine',
  10692.                         => 'console',
  10693.                     ],
  10694.                 ],
  10695.                 'monolog.handler.main' => [
  10696.                     'type' => 'exclusive',
  10697.                     'elements' => [
  10698.                         => 'event',
  10699.                     ],
  10700.                 ],
  10701.             ],
  10702.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10703.             'launch_pad' => [
  10704.                 'cors' => [
  10705.                     'allow_origin' => '*',
  10706.                     'allow_methods' => 'GET, POST, PUT, DELETE, OPTIONS',
  10707.                     'allow_headers' => 'Authorization, Content-Type, DeviceId, OS, PushToken',
  10708.                 ],
  10709.                 'kyc' => [
  10710.                     'definition' => NULL,
  10711.                 ],
  10712.                 'email' => [
  10713.                     'from_email' => 'no-reply@pannovate.com',
  10714.                     'from_name' => 'Pannovate',
  10715.                     'admin_email' => 'admin@pannovate.com',
  10716.                 ],
  10717.                 'admin' => [
  10718.                     'mfa' => true,
  10719.                 ],
  10720.             ],
  10721.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  10722.             'swiftmailer.mailer.default.spool.enabled' => false,
  10723.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  10724.             'swiftmailer.mailer.default.single_address' => NULL,
  10725.             'swiftmailer.mailer.default.delivery.enabled' => true,
  10726.             'swiftmailer.spool.enabled' => false,
  10727.             'swiftmailer.delivery.enabled' => true,
  10728.             'swiftmailer.single_address' => NULL,
  10729.             'swiftmailer.mailers' => [
  10730.                 'default' => 'swiftmailer.mailer.default',
  10731.             ],
  10732.             'swiftmailer.default_mailer' => 'default',
  10733.             'extractor_vendor_dir' => (\dirname(__DIR__4).'/vendor/php-translation/extractor/src'),
  10734.             'php_translation.locales' => [
  10735.                 => 'en',
  10736.             ],
  10737.             'php_translation.default_locale' => 'en',
  10738.             'php_translation.webui.enabled' => true,
  10739.             'php_translation.webui.allow_create' => true,
  10740.             'php_translation.webui.allow_delete' => true,
  10741.             'php_translation.webui.file_base_path' => (\dirname(__DIR__4).'/'),
  10742.             'php_translation.toolbar.allow_edit' => true,
  10743.             'data_collector.templates' => [
  10744.                 'data_collector.request' => [
  10745.                     => 'request',
  10746.                     => '@WebProfiler/Collector/request.html.twig',
  10747.                 ],
  10748.                 'data_collector.time' => [
  10749.                     => 'time',
  10750.                     => '@WebProfiler/Collector/time.html.twig',
  10751.                 ],
  10752.                 'data_collector.memory' => [
  10753.                     => 'memory',
  10754.                     => '@WebProfiler/Collector/memory.html.twig',
  10755.                 ],
  10756.                 'data_collector.validator' => [
  10757.                     => 'validator',
  10758.                     => '@WebProfiler/Collector/validator.html.twig',
  10759.                 ],
  10760.                 'data_collector.ajax' => [
  10761.                     => 'ajax',
  10762.                     => '@WebProfiler/Collector/ajax.html.twig',
  10763.                 ],
  10764.                 'data_collector.form' => [
  10765.                     => 'form',
  10766.                     => '@WebProfiler/Collector/form.html.twig',
  10767.                 ],
  10768.                 'data_collector.exception' => [
  10769.                     => 'exception',
  10770.                     => '@WebProfiler/Collector/exception.html.twig',
  10771.                 ],
  10772.                 'data_collector.logger' => [
  10773.                     => 'logger',
  10774.                     => '@WebProfiler/Collector/logger.html.twig',
  10775.                 ],
  10776.                 'data_collector.events' => [
  10777.                     => 'events',
  10778.                     => '@WebProfiler/Collector/events.html.twig',
  10779.                 ],
  10780.                 'data_collector.router' => [
  10781.                     => 'router',
  10782.                     => '@WebProfiler/Collector/router.html.twig',
  10783.                 ],
  10784.                 'data_collector.cache' => [
  10785.                     => 'cache',
  10786.                     => '@WebProfiler/Collector/cache.html.twig',
  10787.                 ],
  10788.                 'data_collector.translation' => [
  10789.                     => 'translation',
  10790.                     => '@WebProfiler/Collector/translation.html.twig',
  10791.                 ],
  10792.                 'data_collector.security' => [
  10793.                     => 'security',
  10794.                     => '@Security/Collector/security.html.twig',
  10795.                 ],
  10796.                 'data_collector.twig' => [
  10797.                     => 'twig',
  10798.                     => '@WebProfiler/Collector/twig.html.twig',
  10799.                 ],
  10800.                 'data_collector.http_client' => [
  10801.                     => 'http_client',
  10802.                     => '@WebProfiler/Collector/http_client.html.twig',
  10803.                 ],
  10804.                 'data_collector.doctrine' => [
  10805.                     => 'db',
  10806.                     => '@Doctrine/Collector/db.html.twig',
  10807.                 ],
  10808.                 'swiftmailer.data_collector' => [
  10809.                     => 'swiftmailer',
  10810.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  10811.                 ],
  10812.                 'data_collector.dump' => [
  10813.                     => 'dump',
  10814.                     => '@Debug/Profiler/dump.html.twig',
  10815.                 ],
  10816.                 'php_translation.data_collector' => [
  10817.                     => 'translation',
  10818.                     => '@Translation/SymfonyProfiler/translation.html.twig',
  10819.                 ],
  10820.                 'mailer.data_collector' => [
  10821.                     => 'mailer',
  10822.                     => '@WebProfiler/Collector/mailer.html.twig',
  10823.                 ],
  10824.                 'data_collector.config' => [
  10825.                     => 'config',
  10826.                     => '@WebProfiler/Collector/config.html.twig',
  10827.                 ],
  10828.             ],
  10829.             'console.command.ids' => [
  10830.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\GPS\\ReparseEHICommand',
  10831.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\KYC\\ApproveAllCommand',
  10832.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\PaymentDevice\\UnloadPaymentDeviceCommand',
  10833.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Permission\\CreatePermissionCommand',
  10834.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Roles\\ApiRolesCommand',
  10835.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\DownloadNewAppleReportsCommand',
  10836.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Apple\\GetAppleReportsCommand',
  10837.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Stats\\Google\\GetGoogleReportsCommand',
  10838.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadChunkCommand',
  10839.                 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\Tools\\BulkLoadProcessCommand',
  10840.                 10 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\ChangePasswordCommand',
  10841.                 11 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\CreateUserCommand',
  10842.                 12 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\User\\PromoteUserCommand',
  10843.                 13 => 'console.command.public_alias.LaunchPad\\Bundle\\LaunchPadBundle\\Base\\Command\\UserDevice\\CheckExpiredDevicesCommand',
  10844.             ],
  10845.         ];
  10846.     }
  10847. }