This website works better with JavaScript
David A. Windham
david
/
laravel
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Return false when loader doesn't find class in application directory.
Taylor Otwell
13 years ago
parent
ed0f2361fd
commit
af5059a3d8
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
system/loader.php
+ 2
- 0
system/loader.php
View File
@@ -75,6 +75,8 @@ class Loader {
return true;
}
}
+
+ return false;
}
/**