File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,12 @@ abstract class Client implements AuthenticationInterface
118118 */
119119 protected $ credentials ;
120120
121+ /** @var \Omniphx\Forrest\Interfaces\RepositoryInterface */
122+ protected $ instanceURLRepo ;
123+
124+ /** @var \Omniphx\Forrest\Interfaces\RepositoryInterface */
125+ protected $ refreshTokenRepo ;
126+
121127 /**
122128 * Request options.
123129 *
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ class LaravelCache implements StorageInterface
1313 protected $ path ;
1414 protected $ seconds = 600 ; // 10 minutes
1515 protected $ storeForever ;
16+ protected $ expirationConfig ;
1617
1718 public function __construct (Config $ config , Cache $ cache )
1819 {
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ class LumenCache implements StorageInterface
1313 protected $ path ;
1414 protected $ minutes = 20 ;
1515 protected $ storeForever ;
16+ protected $ expirationConfig ;
1617
1718 public function __construct (Cache $ cache , Config $ config )
1819 {
You can’t perform that action at this time.
0 commit comments