This commit is contained in:
Michał Sieciechowicz 2021-02-26 22:25:35 +01:00
parent 81855c900e
commit 77c6bc9dc4
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
namespace Sieciech\Orm8; namespace Sieciech\Orm8;
use PDO;
interface ISqlBase { interface ISqlBase {
public function Get(): string; public function Get(): string;
//public function Insert(): string; //public function Insert(): string;