fix little bug
This commit is contained in:
parent
d709041ff9
commit
e9537b4d80
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue