Typehint Braintree\Gateway SDK
This commit is contained in:
parent
36adf2925a
commit
987cb01ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class BraintreePaymentDriver extends BaseDriver
|
|||
/**
|
||||
* @var Gateway;
|
||||
*/
|
||||
public $gateway;
|
||||
public Gateway $gateway;
|
||||
|
||||
public static $methods = [
|
||||
GatewayType::CREDIT_CARD => CreditCard::class,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue