RubixML / ML

A high-level machine learning and deep learning library for the PHP language.

Home Page:https://rubixml.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vendor/rubix/ml/src/Exceptions/MIssingExtension.php file has captal I?

MarkLuds opened this issue · comments

in vendor/rubix/ml/src/Exceptions version 0.4, the file is named MIssingExtension.php, whichthrows the following error:

 Uncaught Error: Class 'Rubix\ML\Exceptions\MissingExtension' not found

looks like it's the capital i in missing?

Nice catch! I'll go ahead and rename it. Thank you!

Ok this should be fixed now in version 0.4.2, let me know if this worked. Thank you again!

https://github.com/RubixML/ML/releases/tag/0.4.2

Hey, great thanks. Sorry i already upgraded to a newser version. though i did test renaming the file myself before and it worked fine.