This commit is contained in:
2021-02-25 17:59:59 +08:00
parent 3fbbab12ab
commit 2b5819d3f4
4 changed files with 13 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Database;
interface ISqlBuilder
{
}