fixed bug in auto-loader that caused module classes to not load correctly.
This commit is contained in:
@@ -52,7 +52,7 @@ class Loader {
|
||||
return class_alias(static::$aliases[$class], $class);
|
||||
}
|
||||
|
||||
( ! static::load_from_registered($file)) or static::load_from_module($file);
|
||||
(static::load_from_registered($file)) or static::load_from_module($file);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user