From 77c6bc9dc4353b761f507e669c7a02c5498b5b20 Mon Sep 17 00:00:00 2001 From: Sieciech Date: Fri, 26 Feb 2021 22:25:35 +0100 Subject: [PATCH] ns --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 600c407..4d9dee1 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,8 @@ namespace Sieciech\Orm8; +use PDO; + interface ISqlBase { public function Get(): string; //public function Insert(): string;