vcompanyb / cuenticalaravelapi

Cuentica API PHP Laravel
GNU General Public License v3.0
4 stars 0 forks source link

Error psr4 suddenly #2

Open reina3596 opened 2 years ago

reina3596 commented 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.

sergiofalcon commented 2 years ago

@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"