trafficmonitor init...2

This commit is contained in:
choi.jh 2025-11-12 14:59:22 +09:00
parent ce9f4bd52c
commit 9b9422d192

View File

@ -27,7 +27,7 @@ class CollectorModel extends CommonModel
parent::__construct();
}
public function getLastEntity($uid): CollectorEntity
public function getLastEntity($uid): CollectorEntity|null
{
return $this
->where('trafficinfo_uid', $uid)