-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The problem
- I installed the library with composer.
- Composer's
autoload.phpis included correctly. - When I call
\BarcodeValidator::IsValidUPCA(), I get class\BarcodeValidatornot found.
Possible solution
- Upon investigation, I found that the class is written in a
barcode-validator.php, while usually it should beBarcodeValidator.phpfor the composer's autoload to work 🤔 - I copied the file to
BarcodeValidator.phpand it gets auto-loaded correctly.
Metadata
Metadata
Assignees
Labels
No labels