You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API.php class has a PSR4 error that prevents laravel from autoloading it, the namespace is IGD\Trustpilot instead of IGD\Trustpilot\API and also after that you need to remove use IGD\Trustpilot\Api; from ResourceApi.php
In that way I managed it to work
Best Regards
The text was updated successfully, but these errors were encountered:
Looking at the commit, the problem should be already solved.
But using composer we're still downloading an old version because they didn't provide a new release.
Adding "minimum-stability": "dev" to composer fix the problem, because in this way you can download the dev-master branch where the issues has been solved.
@igddev can you provide a new release with the last commit?
So i can get the rid of the minimum stability in my composer :)
The API.php class has a PSR4 error that prevents laravel from autoloading it, the namespace is IGD\Trustpilot instead of IGD\Trustpilot\API and also after that you need to remove use IGD\Trustpilot\Api; from ResourceApi.php
In that way I managed it to work
Best Regards
The text was updated successfully, but these errors were encountered: