diff --git a/lib/Factory.php b/lib/Factory.php index 62bdc9f5..4b99c348 100644 --- a/lib/Factory.php +++ b/lib/Factory.php @@ -15,10 +15,10 @@ class Factory const API_KEY_IDENTIFIER = 'hapikey'; /** @var string */ - private $apiKey; + protected $apiKey; /** @var string */ - private $accessToken; + protected $accessToken; /** * @param string $name