Typehint PaymentHash in BaseDrvier
This commit is contained in:
parent
e871ad1215
commit
188f05ab44
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue