ef3e874c0c
This reverts commit fdf58326
11 lines
57 B
PHP
11 lines
57 B
PHP
<?php
|
|
|
|
|
|
namespace Database;
|
|
|
|
|
|
interface ISqlBuilder
|
|
{
|
|
|
|
}
|