update controller alias.
This commit is contained in:
parent
42ff9d0ebb
commit
73f37c6ce0
|
@ -151,7 +151,7 @@
|
||||||
'Cache' => 'Illuminate\Support\Facades\Cache',
|
'Cache' => 'Illuminate\Support\Facades\Cache',
|
||||||
'ClassLoader' => 'Illuminate\Support\ClassLoader',
|
'ClassLoader' => 'Illuminate\Support\ClassLoader',
|
||||||
'Config' => 'Illuminate\Support\Facades\Config',
|
'Config' => 'Illuminate\Support\Facades\Config',
|
||||||
'Controller' => 'Illuminate\Routing\Controllers\Controller',
|
'Controller' => 'Illuminate\Routing\Controller',
|
||||||
'Cookie' => 'Illuminate\Support\Facades\Cookie',
|
'Cookie' => 'Illuminate\Support\Facades\Cookie',
|
||||||
'Crypt' => 'Illuminate\Support\Facades\Crypt',
|
'Crypt' => 'Illuminate\Support\Facades\Crypt',
|
||||||
'DB' => 'Illuminate\Support\Facades\DB',
|
'DB' => 'Illuminate\Support\Facades\DB',
|
||||||
|
|
Loading…
Reference in New Issue