From 9cffeb133689e9d3c79a797a55189ae00dd9bfb2 Mon Sep 17 00:00:00 2001 From: Sieciech Date: Sun, 28 Feb 2021 00:57:08 +0100 Subject: [PATCH] check --- src/Fufle/ORM/Model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Fufle/ORM/Model.php b/src/Fufle/ORM/Model.php index 96a9640..5b254dd 100644 --- a/src/Fufle/ORM/Model.php +++ b/src/Fufle/ORM/Model.php @@ -18,6 +18,7 @@ abstract class Model { } public static function Get(int $id) { + self::Check(); return self::Query( static::$query->Get(), [$id]);