1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

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\Exceptions\PaymentFailed;
class SEPA implements MethodInterface
class SEPA
{
/** @var StripePaymentDriver */
public StripePaymentDriver $stripe;