From e1e5af2173ce7e43be2b440b85a207ba02836c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 7 Oct 2023 20:40:59 +0800 Subject: [PATCH] eee --- Db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Db.php b/Db.php index 4084817..8144c15 100644 --- a/Db.php +++ b/Db.php @@ -124,7 +124,7 @@ class Db implements ISqlBuilder */ public static function table($table): Db|static { - $connection = new Db(); + $connection = new Db(); $connection->connection = current(\config('databases.connections')); $connection->from($table); return $connection;