1
0
mirror of https://github.com/v2board/v2board.git synced 2025-04-21 17:12:37 +08:00

Merge pull request from cubemaze/patch-2

update: fix flag name matching confusion
This commit is contained in:
tokumeikoi 2023-06-04 01:45:20 +08:00 committed by GitHub
commit f33eb0b4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ use Symfony\Component\Yaml\Yaml;
class ClashMeta class ClashMeta
{ {
public $flag = 'clashmeta'; public $flag = 'meta';
private $servers; private $servers;
private $user; private $user;