commentable_id = $object->getCommentableId(); $model->commentable_type = $object->getCommentableType(); $model->user_id = $object->getUserId(); $model->comment = $object->getComment(); return $this->handler($model); } }