'task_comment', 'task_id' => $this->task->id, 'project_id' => $this->task->project_id, 'comment_id' => $this->comment->id, 'message' => "Nuevo comentario en '{$this->task->title}' por {$this->comment->user->name}: ".substr($this->comment->body, 0, 100), ]; } }