Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2tunnels committed Jun 8, 2015
1 parent 403e04a commit 86a5823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ If you need to retrieve an item from the cache and then delete it, you may use t
<a name="storing-items-in-the-cache"></a>
### Storing Items In The Cache

You may use the `set` method on the `Cache` facade to store items in the cache. When you place an item in the cache, you will need to specify the number of minutes for which the value should be cached:
You may use the `put` method on the `Cache` facade to store items in the cache. When you place an item in the cache, you will need to specify the number of minutes for which the value should be cached:

Cache::put('key', 'value', $minutes);

Expand Down

0 comments on commit 86a5823

Please sign in to comment.