display call_back_at in activity table
This commit is contained in:
@@ -28,12 +28,12 @@ class Activity extends Model
|
||||
'client_case_id',
|
||||
];
|
||||
|
||||
protected function casts(): array
|
||||
/*protected function casts(): array
|
||||
{
|
||||
return [
|
||||
'call_back_at' => 'datetime',
|
||||
];
|
||||
}
|
||||
}*/
|
||||
|
||||
protected $hidden = [
|
||||
'action_id',
|
||||
|
||||
Reference in New Issue
Block a user