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:
parent
d709041ff9
commit
e9537b4d80
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user