Remove class loader from aliases.

This commit is contained in:
Taylor Otwell
2014-07-31 23:41:39 -05:00
parent 4131fbd4dc
commit c58286aa25
2 changed files with 0 additions and 14 deletions

View File

@@ -32,19 +32,6 @@ if (file_exists($compiled = __DIR__.'/compiled.php'))
require $compiled;
}
/*
|--------------------------------------------------------------------------
| Register The Laravel Auto Loader
|--------------------------------------------------------------------------
|
| We register an auto-loader "behind" the Composer loader that can load
| model classes on the fly, even if the autoload files have not been
| regenerated for the application. We'll add it to the stack here.
|
*/
Illuminate\Support\ClassLoader::register();
/*
|--------------------------------------------------------------------------
| Register The Workbench Loaders