Remove class loader from aliases.
This commit is contained in:
@@ -166,7 +166,6 @@ return array(
|
|||||||
'Auth' => 'Illuminate\Support\Facades\Auth',
|
'Auth' => 'Illuminate\Support\Facades\Auth',
|
||||||
'Blade' => 'Illuminate\Support\Facades\Blade',
|
'Blade' => 'Illuminate\Support\Facades\Blade',
|
||||||
'Cache' => 'Illuminate\Support\Facades\Cache',
|
'Cache' => 'Illuminate\Support\Facades\Cache',
|
||||||
'ClassLoader' => 'Illuminate\Support\ClassLoader',
|
|
||||||
'Config' => 'Illuminate\Support\Facades\Config',
|
'Config' => 'Illuminate\Support\Facades\Config',
|
||||||
'Controller' => 'Illuminate\Routing\Controller',
|
'Controller' => 'Illuminate\Routing\Controller',
|
||||||
'Cookie' => 'Illuminate\Support\Facades\Cookie',
|
'Cookie' => 'Illuminate\Support\Facades\Cookie',
|
||||||
|
|||||||
@@ -32,19 +32,6 @@ if (file_exists($compiled = __DIR__.'/compiled.php'))
|
|||||||
require $compiled;
|
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
|
| Register The Workbench Loaders
|
||||||
|
|||||||
Reference in New Issue
Block a user