Skip to content

Commit 4ec7b4e

Browse files
committed
Fixed Leveldb destructor error
1 parent 7c6d7fd commit 4ec7b4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/phpFastCache/Drivers/Leveldb/Driver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ public function getStats()
182182
*/
183183
public function __destruct()
184184
{
185-
parent::__destruct();
186185
$this->instance->close();
187186
}
188187
}

0 commit comments

Comments
 (0)