Skip to content

Commit

Permalink
Update to correct cache class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyggen committed May 27, 2015
1 parent 2f0c46e commit e0090c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facades.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Auth | [Illuminate\Auth\AuthManager](http://laravel.com/api/{{version}}/Illumi
Auth (Instance) | [Illuminate\Auth\Guard](http://laravel.com/api/{{version}}/Illuminate/Auth/Guard.html) |
Blade | [Illuminate\View\Compilers\BladeCompiler](http://laravel.com/api/{{version}}/Illuminate/View/Compilers/BladeCompiler.html) | `blade.compiler`
Bus | [Illuminate\Contracts\Bus\Dispatcher](http://laravel.com/api/{{version}}/Illuminate/Contracts/Bus/Dispatcher.html) |
Cache | [Illuminate\Cache\Repository](http://laravel.com/api/{{version}}/Illuminate/Cache/Repository.html) | `cache`
Cache | [Illuminate\Cache\CacheManager](http://laravel.com/api/{{version}}/Illuminate/Cache/Repository.html) | `cache`
Config | [Illuminate\Config\Repository](http://laravel.com/api/{{version}}/Illuminate/Config/Repository.html) | `config`
Cookie | [Illuminate\Cookie\CookieJar](http://laravel.com/api/{{version}}/Illuminate/Cookie/CookieJar.html) | `cookie`
Crypt | [Illuminate\Encryption\Encrypter](http://laravel.com/api/{{version}}/Illuminate/Encryption/Encrypter.html) | `encrypter`
Expand Down

0 comments on commit e0090c9

Please sign in to comment.