mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-18 15:50:50 +08:00
fix compatibility with php72
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
class DB
|
||||
{
|
||||
private DBInterface $driver;
|
||||
private $driver;
|
||||
|
||||
private static $instance;
|
||||
|
||||
private static array $queries = [];
|
||||
private static $queries = [];
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user