Commit 4774c8d9 by Taylor Otwell

lowercase namespace when loading bundle.

parent a351e91a
......@@ -86,7 +86,7 @@ class Autoloader {
// match the name of their bundle.
if (Bundle::exists($namespace) and ! Bundle::started($namespace))
{
Bundle::start($namespace);
Bundle::start(strtolower($namespace));
static::load($class);
}
......
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