From 2b8852b1bbb8d688f41cd42caa856ca798372c92 Mon Sep 17 00:00:00 2001 From: kidkang <723616880@qq.com> Date: Fri, 25 Sep 2020 17:01:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/soc.php b/config/soc.php index 28131e2..5c51e24 100644 --- a/config/soc.php +++ b/config/soc.php @@ -20,7 +20,7 @@ return [ 'model' => [ - 'uuid' => App\Models\Store::class, + 'uuid' => App\Models\Account::class, 'soc' => App\Models\Socialite::class ], -- GitLab