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

Commit

Permalink
protected properties: services and client
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchescom committed Jun 24, 2019
1 parent 9750866 commit dd912fe
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 dd912fe

Please sign in to comment.