Return false when loader doesn't find class in application directory.
This commit is contained in:
parent
ed0f2361fd
commit
af5059a3d8
|
@ -75,6 +75,8 @@ private static function load_from_registered($file)
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue