From e0d6c611a4919e6032a4a8865cb6888640510f3b Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Thu, 13 Nov 2025 09:16:03 +0900 Subject: [PATCH] trafficmonitor init...1 --- app/Entities/TrafficEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Entities/TrafficEntity.php b/app/Entities/TrafficEntity.php index afc0e9a..2cfa2e6 100644 --- a/app/Entities/TrafficEntity.php +++ b/app/Entities/TrafficEntity.php @@ -21,7 +21,7 @@ class TrafficEntity extends CommonEntity } public function getSwitch(): string { - return $this->attributes['swtich']; + return $this->attributes['switch']; } public function getServer(): string {