update: fix

This commit is contained in:
tokumeikoi
2021-09-21 19:11:14 +09:00
parent 6ab9a4d54d
commit 30b3587771
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ class StatController extends Controller
'trojan' => ServerTrojan::where('parent_id', null)->get()->toArray()
];
$timestamp = strtotime('-1 day', strtotime(date('Y-m-d')));
$statistics = StatServerV2ray::select([
$statistics = StatServer::select([
'server_id',
'server_type',
'u',