no message

This commit is contained in:
hellcat 2025-03-27 21:10:11 +08:00
parent 2bd978dbb0
commit e01543011c

View File

@ -9,7 +9,7 @@ use Illuminate\Database\Query\Builder;
final class CountVisitor extends Model final class CountVisitor extends Model
{ {
protected $connection = 'default'; protected $connection = 'default';
protected $table = 'Count_visitor'; protected $table = 'count_visitor';
} }