helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
98 stars 62 forks source link

Added method to update hidden path for thread #282

Closed neetin-zwt closed 3 years ago

neetin-zwt commented 3 years ago

281 Fixed this issue

miguelrs commented 3 years ago

Hey @neetin-zwt, thanks a lot for your PR! ❤️
We decided to modify your original changes a bit, so now we provide hide() and unhide() methods instead of updateHidden(). Also added some tests for the new methods, which were missing.

neetin-zwt commented 3 years ago

@miguelrs Thanks for your efforts and this new feature.