Skip to content

Commit

Permalink
Merge pull request #78 from pilot911/patch-1
Browse files Browse the repository at this point in the history
Update members from private to protected
  • Loading branch information
faustbrian committed Feb 6, 2017
2 parents 3bf2b40 + 086ae3d commit 7bde848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Helpers/ConfigRetriever.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ class ConfigRetriever implements ConfigRetrieverInterface
/**
* @var string
*/
private $providerName;
protected $providerName;

/**
* @var string
*/
private $providerIdentifier;
protected $providerIdentifier;

/**
* @var array
*/
private $servicesArray;
protected $servicesArray;

/**
* @var array
*/
private $additionalConfigKeys;
protected $additionalConfigKeys;

/**
* @param string $providerIdentifier
Expand Down

0 comments on commit 7bde848

Please sign in to comment.