update
This commit is contained in:
parent
c05c691fa2
commit
c1c9eb3d80
@ -33,7 +33,7 @@ class ProjectLaborContract extends BaseModel
|
|||||||
|
|
||||||
public function getAnnexAttr($value)
|
public function getAnnexAttr($value)
|
||||||
{
|
{
|
||||||
return json_decode($value,true);
|
return !empty($value) ? json_decode($value,true) : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getSigningDateAttr($value): string
|
public function getSigningDateAttr($value): string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user