Browse Source

update: v2ray char to vmess

v2board 2 năm trước cách đây
mục cha
commit
7c7f7288d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = [