minor changes
authorPhilipp Holzer <admin@philipp.info>
Tue, 26 Jun 2018 21:43:43 +0000 (23:43 +0200)
committerPhilipp Holzer <admin@philipp.info>
Tue, 26 Jun 2018 21:43:43 +0000 (23:43 +0200)
src/Util/Lock.php

index 76e2982..b6a4a97 100644 (file)
@@ -94,9 +94,4 @@ class Lock
        {
                self::getDriver()->releaseAll();
        }
-
-       public static function isLocked($key)
-       {
-
-       }
 }