Skip to content

Commit

Permalink
Update releases.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aykutfarsak authored Aug 14, 2017
1 parent d7198a8 commit 2dee88d
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 @@ -287,7 +287,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 2dee88d

Please sign in to comment.