fix little bug

This commit is contained in:
Lars Kusch 2021-10-05 16:56:18 +02:00
parent d709041ff9
commit e9537b4d80

View File

@ -24,7 +24,7 @@ use App\Models\PaymentType;
use App\Models\SystemLog; use App\Models\SystemLog;
use App\Exceptions\PaymentFailed; use App\Exceptions\PaymentFailed;
class SEPA implements MethodInterface class SEPA
{ {
/** @var StripePaymentDriver */ /** @var StripePaymentDriver */
public StripePaymentDriver $stripe; public StripePaymentDriver $stripe;