From e65caae5a4c55f2298d661c137b6bc1720023350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 25 Feb 2021 13:39:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Db.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Database/Db.php b/Database/Db.php index 599236f1..c560df54 100644 --- a/Database/Db.php +++ b/Database/Db.php @@ -39,7 +39,6 @@ class Db public static function beginTransaction() { static::$_inTransaction = true; -// Context::setContext('begin:transaction', true); } /**