Owl\Repositories\CommentRepositoryInterface::updateComment PHP 메소드

updateComment() 공개 메소드

Update a comment's body.
public updateComment ( $id, $body ) : Illuminate\Database\Eloquent\Model
$id int
$body string
리턴 Illuminate\Database\Eloquent\Model
    public function updateComment($id, $body);