Skip to content

Commit

Permalink
Merge pull request #3519 from aykutfarsak/patch-1
Browse files Browse the repository at this point in the history
Update releases.md
  • Loading branch information
taylorotwell authored Aug 14, 2017
2 parents 131b0d3 + 2dee88d commit 1decd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ The Redis and Memcached cache drivers now have support for obtaining and releasi
if (Cache::lock('lock-name', 60)->get()) {
// Lock obtained for 60 seconds, continue processing...

Cache::locK('lock-name')->release();
Cache::lock('lock-name')->release();
} else {
// Lock was not able to be obtained...
}
Expand Down

0 comments on commit 1decd42

Please sign in to comment.