janhenkes / teamleader-php-sdk

Teamleader API v2 PHP SDK
MIT License
16 stars 25 forks source link

Trying to get accesstoken throws errors cause cache doesn't exist #42

Closed kjellknapen closed 3 years ago

kjellknapen commented 3 years ago

When updating the package retrieving accessToken would always throw an error since the $this->cache didn't exist in the connection class. I don't know if this was intentional or a typo but I think it should be $this->cacheHandler, if not you can ignore my pull request :)

janhenkes commented 3 years ago

Thanks, I didn't review an earlier PR good enough :-)