'onInitPaymentMethodService', ]; } /** * @param ContainerInterface $container * * @return PaymentMethodService */ public static function onInitPaymentMethodService(ContainerInterface $container): PaymentMethodService { return new PaymentMethodService($container->get('Database')); } }