mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Update Cache Facade
This commit is contained in:
@@ -52,7 +52,7 @@ return array(
|
||||
|
||||
'aliases' => array(
|
||||
'Auth' => 'Illuminate\Auth\Guard',
|
||||
'Cache' => 'Illuminate\Cache\Store',
|
||||
'Cache' => 'Illuminate\Cache\StoreInterface',
|
||||
'DB' => 'Illuminate\Database\Connection',
|
||||
'Queue' => 'Illuminate\Queue\QueueInterface',
|
||||
'Redis' => 'Illuminate\Redis\Database',
|
||||
|
||||
Reference in New Issue
Block a user