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;
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;