mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:54:30 -04:00
Typehint $gateway
This commit is contained in:
parent
16059e3069
commit
b0b814ec36
@ -29,7 +29,7 @@ class GoCardlessPaymentDriver extends BaseDriver
|
||||
|
||||
public $can_authorise_credit_card = true;
|
||||
|
||||
public $gateway;
|
||||
public \GoCardlessPro\Client $gateway;
|
||||
|
||||
public $payment_method;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user