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;