From e9537b4d807204fa84ed19c4a06270d67ca11568 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Tue, 5 Oct 2021 16:56:18 +0200 Subject: [PATCH] fix little bug --- app/PaymentDrivers/Stripe/SEPA.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/Stripe/SEPA.php b/app/PaymentDrivers/Stripe/SEPA.php index a623c4ffa477..2153f3c50ad3 100644 --- a/app/PaymentDrivers/Stripe/SEPA.php +++ b/app/PaymentDrivers/Stripe/SEPA.php @@ -24,7 +24,7 @@ use App\Models\PaymentType; use App\Models\SystemLog; use App\Exceptions\PaymentFailed; -class SEPA implements MethodInterface +class SEPA { /** @var StripePaymentDriver */ public StripePaymentDriver $stripe;