This commit is contained in:
Michał Sieciechowicz 2021-02-27 09:46:04 +01:00
parent 6bcce774f8
commit c50647f56c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ abstract class BaseModel {
static::Initialize();
return ConnectionManager::Query(
self::$sql->Get(),
[],
['id' => $id],
get_called_class());
}