mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Typehint PaymentHash in BaseDrvier
This commit is contained in:
parent
e871ad1215
commit
188f05ab44
@ -71,7 +71,7 @@ class BaseDriver extends AbstractPaymentDriver
|
||||
public $payment_method;
|
||||
|
||||
/* PaymentHash */
|
||||
public $payment_hash;
|
||||
public PaymentHash $payment_hash;
|
||||
|
||||
/* Array of payment methods */
|
||||
public static $methods = [];
|
||||
|
Loading…
Reference in New Issue
Block a user