Return false when loader doesn't find class in application directory.

This commit is contained in:
Taylor Otwell
2011-08-04 13:22:18 -05:00
parent ed0f2361fd
commit af5059a3d8

View File

@@ -75,6 +75,8 @@ class Loader {
return true;
}
}
return false;
}
/**