Merge pull request #844 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

View File

@ -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;