Exemplo n.º 1
0
 public function unlock()
 {
     self::safeLog("Releasing lock [{$this->key}]");
     $this->store->delete($this->key);
     self::safeLog("Lock released [{$this->key}]");
 }