Skip to content

Commit

Permalink
Encourage the use of contracts.
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Jan 28, 2015
1 parent aa3ad75 commit 5fd8bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Next, add these lines to the 'aliases' array:

### CacheManager

If your application code was injecting `Illuminate\Cache\CacheManager` to get a non-Facade version of Laravel's cache, inject `Illuminate\Cache\Repository` instead.
If your application code was injecting `Illuminate\Cache\CacheManager` to get a non-Facade version of Laravel's cache, inject `Illuminate\Contracts\Cache\Repository` instead.

### Pagination

Expand Down

0 comments on commit 5fd8bcb

Please sign in to comment.