Bugfixing ILockDriver (forgot isLocked)

This commit is contained in:
Philipp Holzer
2018-06-26 23:33:02 +02:00
parent a57e6cfa1b
commit 130893673c

View File

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