megawubs / trakt-api-wrapper

A Object Oriented PHP wrapper for the trakt api
34 stars 19 forks source link

No getter for type in Request\Sync\Watched #25

Closed ghost closed 8 years ago

ghost commented 8 years ago

For this code

$trakt->sync->watched($traktManager->getToken(), 'shows');

I got this error

Error: Cannot access private property Wubs\Trakt\Request\Sync\Watched::$type
ghost commented 8 years ago

Fix by PR #26