From 66ab4a4a8e2befe7de919c51e7954e0bc84dc0db Mon Sep 17 00:00:00 2001 From: xboard Date: Mon, 4 Dec 2023 22:52:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=BD=AE=E6=B1=90app?= =?UTF-8?q?=20Trojan=E5=8D=8F=E8=AE=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/V1/Client/AppController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/V1/Client/AppController.php b/app/Http/Controllers/V1/Client/AppController.php index b64fefc..ca86433 100644 --- a/app/Http/Controllers/V1/Client/AppController.php +++ b/app/Http/Controllers/V1/Client/AppController.php @@ -47,7 +47,7 @@ class AppController extends Controller array_push($proxies, $item['name']); } if ($item['type'] === 'trojan') { - array_push($proxy, \App\Http\Controllers\V1\Client\Protocols\Clash::buildTrojan($user['uuid'], $item)); + array_push($proxy, \App\Protocols\Clash::buildTrojan($user['uuid'], $item)); array_push($proxies, $item['name']); } }