Return false when loader doesn't find class in application directory.
This commit is contained in:
parent
ed0f2361fd
commit
af5059a3d8
@ -75,6 +75,8 @@ class Loader {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user