From 9e6a6bd9fef86782b8b4c36b12abf26cb0ecf635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E5=BC=BA?= <357099073@qq.com> Date: Thu, 29 Jan 2026 10:04:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=8E=AF=E5=A2=83=E5=BF=BD?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ app/model/AdminModules.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a547bf3..d7543ec 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,7 @@ dist-ssr *.njsproj *.sln *.sw? + +.env +.env.* +!.example.env \ No newline at end of file diff --git a/app/model/AdminModules.php b/app/model/AdminModules.php index 52ac394..c267710 100644 --- a/app/model/AdminModules.php +++ b/app/model/AdminModules.php @@ -11,7 +11,7 @@ class AdminModules extends Model { use SoftDelete; - protected $name = 'admin_modules'; + protected $name = 'mete_admin_modules'; protected $type = [ 'id' => 'integer',