update: user statistical

This commit is contained in:
v2board
2023-05-03 18:24:30 +08:00
parent c6fbb89452
commit 3b1159187f
2 changed files with 15 additions and 17 deletions

View File

@ -1,14 +0,0 @@
<?php
namespace Library;
class V2ray
{
protected $config;
public function __construct()
{
$this->config = new \StdClass();
}
}