update
This commit is contained in:
parent
3d29228886
commit
2853b18656
@ -76,6 +76,11 @@ class ManageProject extends BaseModel
|
|||||||
return !empty($value) ? date('Y-m-d', $value) : '';
|
return !empty($value) ? date('Y-m-d', $value) : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getInitiationDateDateAttr($value): string
|
||||||
|
{
|
||||||
|
return !empty($value) ? date('Y-m-d', $value) : '';
|
||||||
|
}
|
||||||
|
|
||||||
public function getAnnexAttr($value)
|
public function getAnnexAttr($value)
|
||||||
{
|
{
|
||||||
return !empty($value) ? json_decode($value,true) : '';
|
return !empty($value) ? json_decode($value,true) : '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user