Commit af5059a3 authored by Taylor Otwell's avatar Taylor Otwell

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

parent ed0f2361
...@@ -75,6 +75,8 @@ class Loader { ...@@ -75,6 +75,8 @@ class Loader {
return true; return true;
} }
} }
return false;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment