modify plugin name

This commit is contained in:
2022-02-27 10:31:35 +08:00
parent df4165ce52
commit 42b2715cf5
+2 -5
View File
@@ -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());
}