mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-13 16:03:04 +00:00
🧹Clean code
This commit is contained in:
@@ -142,7 +142,7 @@ class LogsController extends Controller
|
||||
}
|
||||
|
||||
// 在线IP监控(实时)
|
||||
public function onlineIPMonitor(Request $request, ?int $id = null)
|
||||
public function onlineIPMonitor(Request $request, int $id = null)
|
||||
{
|
||||
$query = NodeOnlineIp::with(['node:id,name', 'user:id,username'])->where('created_at', '>=', strtotime('-2 minutes'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user