display call_back_at in activity table

This commit is contained in:
Simon Pocrnjič
2026-03-09 19:31:03 +01:00
parent 2cc765912e
commit 5f9d00b575
2 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -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',