From: Philipp Holzer Date: Tue, 26 Jun 2018 21:33:02 +0000 (+0200) Subject: Bugfixing ILockDriver (forgot isLocked) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=130893673c40dee5a4253ca043b4f14966da327a;p=friendica.git Bugfixing ILockDriver (forgot isLocked) --- diff --git a/src/Util/Lock/ILockDriver.php b/src/Util/Lock/ILockDriver.php index 6b8a08cb04..97052b35af 100644 --- a/src/Util/Lock/ILockDriver.php +++ b/src/Util/Lock/ILockDriver.php @@ -35,7 +35,4 @@ interface ILockDriver * @return void */ public function releaseAll(); - - - public function isLocked(); } \ No newline at end of file