Be compatible with newest versions of php-leveldb

This commit is contained in:
Dylan K. Taylor 2021-02-11 22:33:29 +00:00
parent f72163c173
commit 18666e5a60
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -555,6 +555,6 @@ class LevelDB extends BaseLevelProvider{
}
public function close(){
$this->db->close();
unset($this->db);
}
}