Weble / RevisoApi

5 stars 3 forks source link

Class Webleit\RevisoApi\Endpoint\Endpoint not found #4

Closed mdds2314 closed 3 years ago

mdds2314 commented 3 years ago

PHP message: PHP Fatal error: Uncaught Error: Class 'Webleit\RevisoApi\Endpoint\Endpoint' not found in [redacted]/vendor/webleit/revisoapi/src/Reviso.php:189

Solved by renaming the "src/EndPoint" directory to "src/Endpoint", with the lowercase P to match the name used by the use directive: use Webleit\RevisoApi\Endpoint\Endpoint;

Skullbock commented 3 years ago

Good catch @mdds2314 ! Can you PR the change to the repo? Thanks