return after loading mapped class in autoloader.
This commit is contained in:
@@ -61,6 +61,8 @@ class Autoloader {
|
||||
elseif (isset(static::$mappings[$class]))
|
||||
{
|
||||
require static::$mappings[$class];
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// If the class namespace is mapped to a directory, we will load the
|
||||
|
||||
Reference in New Issue
Block a user