File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 166
166
'Auth ' => 'Illuminate\Support\Facades\Auth ' ,
167
167
'Blade ' => 'Illuminate\Support\Facades\Blade ' ,
168
168
'Cache ' => 'Illuminate\Support\Facades\Cache ' ,
169
- 'ClassLoader ' => 'Illuminate\Support\ClassLoader ' ,
170
169
'Config ' => 'Illuminate\Support\Facades\Config ' ,
171
170
'Controller ' => 'Illuminate\Routing\Controller ' ,
172
171
'Cookie ' => 'Illuminate\Support\Facades\Cookie ' ,
Original file line number Diff line number Diff line change 32
32
require $ compiled ;
33
33
}
34
34
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
-
48
35
/*
49
36
|--------------------------------------------------------------------------
50
37
| Register The Workbench Loaders
You can’t perform that action at this time.
0 commit comments