fix cache class
This commit is contained in:
parent
f9901dc84c
commit
a4c300e4c7
@ -49,7 +49,7 @@ class Application extends BaseApplication {
|
||||
{
|
||||
$defaults = [
|
||||
'Illuminate\Support\Facades\Auth' => 'Auth',
|
||||
'Illuminate\Support\Facades\Cache' => 'Cache',
|
||||
// 'Illuminate\Support\Facades\Cache' => 'Cache',
|
||||
'Illuminate\Support\Facades\DB' => 'DBLumen',
|
||||
'Illuminate\Support\Facades\Event' => 'Event',
|
||||
'Illuminate\Support\Facades\Gate' => 'Gate',
|
||||
|
Loading…
Reference in New Issue
Block a user