mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
fix php8 compatibility
This commit is contained in:
@@ -24,4 +24,6 @@ interface DBInterface
|
||||
|
||||
public function escapeString(string $string): string;
|
||||
|
||||
public function lastInsertId(): int;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user