This commit is contained in:
2021-08-16 18:10:50 +08:00
parent be7ad0e4d6
commit 2e1297f8af
6 changed files with 297 additions and 115 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Database\Affair;
class BeginTransaction
{
}
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Database\Affair;
use Exception;
class Commit
{
}
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Database\Affair;
class Rollback
{
}