From 1413ef0274c85e5971bd75246b0178c28e6f05b9 Mon Sep 17 00:00:00 2001 From: Aleh Tanasiuk Date: Wed, 11 Dec 2019 16:40:24 +0300 Subject: [PATCH] Switch from private to protected for apiKey&token properties --- lib/Factory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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