From e01543011c600038acd5777f928dc016089731c0 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 27 Mar 2025 21:10:11 +0800 Subject: [PATCH] no message --- src/Models/CountVisitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Models/CountVisitor.php b/src/Models/CountVisitor.php index 2db9fafa..09233a21 100755 --- a/src/Models/CountVisitor.php +++ b/src/Models/CountVisitor.php @@ -9,7 +9,7 @@ use Illuminate\Database\Query\Builder; final class CountVisitor extends Model { protected $connection = 'default'; - protected $table = 'Count_visitor'; + protected $table = 'count_visitor'; }