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

View File

@ -25,7 +25,7 @@ abstract class BaseModel {
protected static $sql = null;
public static function Get(int $id) {
self::Initialize();
static::Initialize();
return ConnectionManager::Query(
self::$sql->Get(),
[],