浏览代码

update: v2ray char to vmess

v2board 2 年之前
父节点
当前提交
7c7f7288d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Models/ServerVmess.php

+ 1 - 1
app/Models/ServerVmess.php

@@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model;
 
 class ServerVmess extends Model
 {
-    protected $table = 'v2_server_v2ray';
+    protected $table = 'v2_server_vmess';
     protected $dateFormat = 'U';
     protected $guarded = ['id'];
     protected $casts = [