update
This commit is contained in:
parent
78c0c7d217
commit
de801991c1
@ -33,7 +33,7 @@ class ProcurementContract extends BaseModel
|
||||
|
||||
public function getSigningDateAttr($value): string
|
||||
{
|
||||
return empty($value) ? '' : date('Y-m-d H:i:s', $value);
|
||||
return empty($value) ? '' : date('Y-m-d', $value);
|
||||
}
|
||||
|
||||
public function getAnnexAttr($value){
|
||||
|
Loading…
x
Reference in New Issue
Block a user