Bugfixing ILockDriver (forgot isLocked)

This commit is contained in:
Philipp Holzer 2018-06-26 23:33:02 +02:00
parent a57e6cfa1b
commit 130893673c
No known key found for this signature in database
GPG Key ID: 58160D7D6AF942B6
1 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,4 @@ interface ILockDriver
* @return void
*/
public function releaseAll();
public function isLocked();
}