$object->getCommentableId(), 'commentable_type' => $object->getCommentableType(), 'user_id' => $object->getUserId(), 'comment' => $object->getComment() ]; } /** * @return array */ protected function rules(): array { return [ ]; } /** * @return array */ protected function messages(): array { return []; } }