fix php8 compatibility

This commit is contained in:
xiaomlove
2020-12-28 20:52:54 +08:00
parent 77ebc7caa4
commit 32d47b66c9
29 changed files with 357 additions and 302 deletions

View File

@@ -24,4 +24,6 @@ interface DBInterface
public function escapeString(string $string): string;
public function lastInsertId(): int;
}