refactoring the autoloader.

This commit is contained in:
Taylor Otwell
2011-10-31 23:00:13 -05:00
parent f824cc0f43
commit d44c076ebf
5 changed files with 24 additions and 52 deletions

View File

@@ -14,7 +14,7 @@ Config::load('session');
IoC::bootstrap();
spl_autoload_register(array(IoC::container()->core('autoloader'), 'load'));
spl_autoload_register(array('Laravel\\Autoloader', 'load'));
function e($value)
{