[+] MO: modules can now have override classes installed automatically #PSCFV-2036 (thank to phrasespot)
This commit is contained in:
@@ -196,5 +196,10 @@ class Autoload
|
||||
|
||||
return $classes;
|
||||
}
|
||||
|
||||
public function getClassPath($classname)
|
||||
{
|
||||
return isset($this->index[$classname]) ? $this->index[$classname] : null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user