update
This commit is contained in:
parent
bfed0ce494
commit
e623573382
@ -30,5 +30,11 @@ class ProjectLogs extends BaseModel
|
||||
protected $name = 'project_logs';
|
||||
protected $deleteTime = 'delete_time';
|
||||
|
||||
|
||||
public function getNextFollowUpDateAttr($value){
|
||||
return !empty($value) ? date('Y-m-d',$value) : '';
|
||||
}
|
||||
|
||||
public function getDateAttr($value){
|
||||
return !empty($value) ? date('Y-m-d',$value) : '';
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user