Edit / PDF / Mail / ->Leads

This commit is contained in:
Kevin Adametz 2021-05-07 17:44:02 +02:00
parent 5d55e5be3f
commit 66ca252bfa
43 changed files with 2915 additions and 76 deletions

View file

@ -52,7 +52,8 @@ class StatusHistory extends Model
protected $dates = [
'date',
'target_date'
'target_date',
'created_at'
];
protected $fillable = [
@ -61,7 +62,8 @@ class StatusHistory extends Model
'sf_guard_user_id',
'date',
'remarks',
'target_date'
'target_date',
'created_at'
];
public function lead()