Closed JoyceBabu closed 1 year ago
Autoloading is not working for class LanguageDetector on case sensitive file system, since the file is named languageDetector.php instead of LanguageDetector.php
LanguageDetector
languageDetector.php
LanguageDetector.php
This is fixed in https://github.com/nitotm/efficient-language-detector/pull/1
Yes, I noticed, not sure what happened, its correct on my local. Will push fix soon.
Fixed, should work now. Any other thing you can let me know.
Thank you.
Autoloading is not working for class
LanguageDetector
on case sensitive file system, since the file is namedlanguageDetector.php
instead ofLanguageDetector.php
This is fixed in https://github.com/nitotm/efficient-language-detector/pull/1