Skip to content

Commit

Permalink
Merge pull request #8 from hkwak/make-gocardless-protected
Browse files Browse the repository at this point in the history
make gocardless property protected
  • Loading branch information
hkwak authored Jan 14, 2022
2 parents 582224f + 2b4649a commit 5f5ea10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ abstract class AbstractGateway extends BaseAbstractGateway
/**
* @var GoCardlessClient
*/
private $gocardless;
protected $gocardless;

/**
* Create a new gateway instance
Expand Down

0 comments on commit 5f5ea10

Please sign in to comment.