diff --git a/src/Tracker/PosLaju.php b/src/Tracker/PosLaju.php index 8a0cc02..293f52f 100644 --- a/src/Tracker/PosLaju.php +++ b/src/Tracker/PosLaju.php @@ -13,7 +13,7 @@ class PosLaju extends BaseTracker { - protected $url = "https://poslaju.com.my/track-trace-v2/"; + protected $url = "https://www.poslaju.com.my/track-trace-v2/"; protected $source = "Post Laju"; protected $code = "poslaju"; protected $method = PARCEL_METHOD_POST; @@ -62,4 +62,4 @@ public function startCrawl($result) return $this->buildResponse($result, []); } -} \ No newline at end of file +}