Skip to content

Commit c58286a

Browse files
committed
Remove class loader from aliases.
1 parent 4131fbd commit c58286a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

app/config/app.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
'Auth' => 'Illuminate\Support\Facades\Auth',
167167
'Blade' => 'Illuminate\Support\Facades\Blade',
168168
'Cache' => 'Illuminate\Support\Facades\Cache',
169-
'ClassLoader' => 'Illuminate\Support\ClassLoader',
170169
'Config' => 'Illuminate\Support\Facades\Config',
171170
'Controller' => 'Illuminate\Routing\Controller',
172171
'Cookie' => 'Illuminate\Support\Facades\Cookie',

bootstrap/autoload.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,6 @@
3232
require $compiled;
3333
}
3434

35-
/*
36-
|--------------------------------------------------------------------------
37-
| Register The Laravel Auto Loader
38-
|--------------------------------------------------------------------------
39-
|
40-
| We register an auto-loader "behind" the Composer loader that can load
41-
| model classes on the fly, even if the autoload files have not been
42-
| regenerated for the application. We'll add it to the stack here.
43-
|
44-
*/
45-
46-
Illuminate\Support\ClassLoader::register();
47-
4835
/*
4936
|--------------------------------------------------------------------------
5037
| Register The Workbench Loaders

0 commit comments

Comments
 (0)