-
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.php
is included correctly. - When I call
\BarcodeValidator::IsValidUPCA()
, I get class\BarcodeValidator
not found.
Possible solution
- Upon investigation, I found that the class is written in a
barcode-validator.php
, while usually it should beBarcodeValidator.php
for the composer's autoload to work 🤔 - I copied the file to
BarcodeValidator.php
and it gets auto-loaded correctly.
Metadata
Metadata
Assignees
Labels
No labels