From 8c777807a91ebbdfe9948d92337ba439397ed7df Mon Sep 17 00:00:00 2001 From: Beta Soft Date: Thu, 29 Oct 2020 14:48:37 +0800 Subject: [PATCH] ShadowsocksTidalabController: update name Signed-off-by: Beta Soft --- app/Http/Controllers/Server/ShadowsocksTidalabController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/Server/ShadowsocksTidalabController.php b/app/Http/Controllers/Server/ShadowsocksTidalabController.php index 24fcef08..b7f69583 100644 --- a/app/Http/Controllers/Server/ShadowsocksTidalabController.php +++ b/app/Http/Controllers/Server/ShadowsocksTidalabController.php @@ -9,7 +9,6 @@ use App\Utils\CacheKey; use Illuminate\Http\Request; use App\Http\Controllers\Controller; use App\Models\User; -use App\Models\ServerTrojan; use App\Models\ServerLog; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Log; @@ -91,7 +90,7 @@ class ShadowsocksTidalabController extends Controller $item['u'], $item['d'], $server->rate, - 'trojan' + 'shadowsocks' ); } DB::commit();