mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 14:34:19 +00:00
WIP - Order steps & remaining APIs
This commit is contained in:
@@ -35,7 +35,7 @@ class ScheduleObject implements DataTransferObject
|
||||
*/
|
||||
public function getETD(): Carbon
|
||||
{
|
||||
return $this->completed_date ? Carbon::parse($this->etd);
|
||||
return Carbon::parse($this->etd);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -43,7 +43,7 @@ class ScheduleObject implements DataTransferObject
|
||||
*/
|
||||
public function getETA(): Carbon
|
||||
{
|
||||
return $this->completed_date ? Carbon::parse($this->eta);
|
||||
return Carbon::parse($this->eta);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user