refactoring the autoloader.
This commit is contained in:
@@ -16,7 +16,7 @@ IoC::bootstrap();
|
||||
|
||||
$loader = new Autoloader;
|
||||
|
||||
spl_autoload_register(array($loader, 'load'));
|
||||
spl_autoload_register(array('Laravel\\Autoloader', 'load'));
|
||||
|
||||
function e($value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user