From f07dc6b5209509618e476a8779eb93ca10ccf7db Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Fri, 19 Sep 2025 13:33:36 +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 --- config/auth.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/auth.php b/config/auth.php index f8f5790..87d5829 100644 --- a/config/auth.php +++ b/config/auth.php @@ -44,6 +44,10 @@ return [ 'driver' => 'session', 'provider' => 'admins', ], + 'mobile' => [ + 'driver' => 'session', + 'provider' => 'mobile', + ], ], /* @@ -78,6 +82,10 @@ return [ 'driver' => 'eloquent', 'model' => \App\Models\Admin::class ], + 'mobile' => [ + 'driver' => 'eloquent', + 'model' => \App\Models\User::class + ], ], /*