mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-18 15:50:50 +08:00
fix php8 compatibility
This commit is contained in:
@@ -97,6 +97,11 @@ class DB
|
||||
return $this->driver->escapeString($string);
|
||||
}
|
||||
|
||||
public function lastInsertId()
|
||||
{
|
||||
return $this->driver->lastInsertId();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user