Open reina3596 opened 2 years ago
I get this error suddenly
Class Vulturdev\Cuentica\Models\Cuentica located in ./vendor/vulturdev/cuentica/src/models/Cuentica.php does not comply with psr-4 autoloading standard. Skipping.
We have been using this library for a long time.
@vcompanyb, to fix this error, the only thing to do is to adapt the library to PSR-4, by simply renaming "src/model" to "src/Models"
I get this error suddenly
Class Vulturdev\Cuentica\Models\Cuentica located in ./vendor/vulturdev/cuentica/src/models/Cuentica.php does not comply with psr-4 autoloading standard. Skipping.
We have been using this library for a long time.