update
This commit is contained in:
parent
2853b18656
commit
d221032ba6
@ -76,7 +76,7 @@ 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
|
public function getInitiationDateAttr($value): string
|
||||||
{
|
{
|
||||||
return !empty($value) ? date('Y-m-d', $value) : '';
|
return !empty($value) ? date('Y-m-d', $value) : '';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user