Skip to content

Commit

Permalink
Switch from private to protected for apiKey&token properties
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasiuk-hubspot committed Dec 11, 2019
1 parent cc4c183 commit 1413ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1413ef0

Please sign in to comment.