From 42b2715cf524bd9628a6055ba973ccc16d1c9b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 27 Feb 2022 10:31:35 +0800 Subject: [PATCH] modify plugin name --- Db.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Db.php b/Db.php index 12de300..36eaf32 100644 --- a/Db.php +++ b/Db.php @@ -42,16 +42,13 @@ class Db implements ISqlBuilder } /** - * @throws ContainerExceptionInterface - * @throws NotFoundExceptionInterface - * @throws ReflectionException */ public static function beginTransaction() { Context::setContext('transactions::status', true); - $event = \Kiri::getDi()->get(EventDispatch::class); - $event->dispatch(new BeginTransaction()); +// $event = \Kiri::getDi()->get(EventDispatch::class); +// $event->dispatch(new BeginTransaction()); }