Replace Lock::release() with DI::lock()->release() and remove Core\Lock
This commit is contained in:
parent
634e657d23
commit
31457b8566
14 changed files with 33 additions and 74 deletions
|
@ -40,7 +40,7 @@ interface ILock
|
|||
*
|
||||
* @return boolean Was the unlock successful?
|
||||
*/
|
||||
public function releaseLock($key, $override = false);
|
||||
public function release($key, $override = false);
|
||||
|
||||
/**
|
||||
* Releases all lock that were set by us
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue