From c50647f56c6869e50545c66b7b69720f09213207 Mon Sep 17 00:00:00 2001 From: Sieciech Date: Sat, 27 Feb 2021 09:46:04 +0100 Subject: [PATCH] sql --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 7ac6058..8a8fd75 100644 --- a/index.php +++ b/index.php @@ -28,7 +28,7 @@ abstract class BaseModel { static::Initialize(); return ConnectionManager::Query( self::$sql->Get(), - [], + ['id' => $id], get_called_class()); }