trafficmonitor init...1

This commit is contained in:
choi.jh 2025-11-13 09:16:03 +09:00
parent dca7d40be1
commit e0d6c611a4

View File

@ -21,7 +21,7 @@ class TrafficEntity extends CommonEntity
}
public function getSwitch(): string
{
return $this->attributes['swtich'];
return $this->attributes['switch'];
}
public function getServer(): string
{