This commit is contained in:
Michał Sieciechowicz 2021-02-28 00:57:08 +01:00
parent fe90503491
commit 9cffeb1336
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ abstract class Model {
} }
public static function Get(int $id) { public static function Get(int $id) {
self::Check();
return self::Query( return self::Query(
static::$query->Get(), static::$query->Get(),
[$id]); [$id]);