From 58d1f92da3c531b49fccf88d724d22a5f780bb58 Mon Sep 17 00:00:00 2001 From: zjkal Date: Thu, 11 Jun 2026 23:38:23 +0800 Subject: [PATCH] Update Test.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除不存在的引用文件, 不然直接报错, 对新手不友好 --- app/model/Test.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/model/Test.php b/app/model/Test.php index 92d70e3..c63e333 100644 --- a/app/model/Test.php +++ b/app/model/Test.php @@ -2,9 +2,7 @@ namespace app\model; -use support\Model; - -class Test extends Model +class Test { /** * The table associated with the model. @@ -26,4 +24,4 @@ class Test extends Model * @var bool */ public $timestamps = false; -} \ No newline at end of file +}