Files

11 lines
57 B
PHP
Raw Permalink Normal View History

2021-02-25 17:59:59 +08:00
<?php
namespace Database;
interface ISqlBuilder
{
}