From b069bc425bca331a8f426095ced29a538ab0c108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 10 Apr 2023 17:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Model.php b/Model.php index a5e796d..32f6a17 100644 --- a/Model.php +++ b/Model.php @@ -223,6 +223,7 @@ class Model extends Base\Model /** * @param $condition * @return array|Collection + * @throws Exception */ public static function get($condition): Collection|array {