large commit

This commit is contained in:
Omair Saleh
2019-10-05 13:09:26 +08:00
parent a20feebe0c
commit 0e5f2939e3
94 changed files with 1131 additions and 540 deletions
@@ -39,7 +39,7 @@ class StepObject
*/
public function getCompleteDate(): Carbon
{
return $this->complete_date ? Carbon::parse($this->complete_date) : Carbon::now();
return $this->complete_date ? Carbon::parse($this->complete_date) : Carbon::now();
}