mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 18:37:31 +08:00
fix warning staffpanel part
This commit is contained in:
@@ -102,6 +102,11 @@ class DB
|
||||
return $this->driver->lastInsertId();
|
||||
}
|
||||
|
||||
public function freeResult($result)
|
||||
{
|
||||
return $this->driver->freeResult($result);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user