Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from sanchescom/master
Browse files Browse the repository at this point in the history
protected properties: services and client
  • Loading branch information
jippi authored Jun 26, 2019
2 parents 9750866 + dd912fe commit 3401e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

class ServiceFactory
{
private static $services = [
protected static $services = [
'sys' => 'Jippi\Vault\Services\Sys',
'data' => 'Jippi\Vault\Services\Data',
'auth/token' => 'Jippi\Vault\Services\Auth\Token',
'auth/approle'=>'Jippi\Vault\Services\Auth\AppRole'
];

private $client;
protected $client;

public function __construct(array $options = array(), LoggerInterface $logger = null, GuzzleClient $guzzleClient = null)
{
Expand Down

0 comments on commit 3401e69

Please sign in to comment.