Learner\Services\Image\ImageManagerService::changeCategoryImage PHP Method

changeCategoryImage() public method

public changeCategoryImage ( $image, $imagePath )
    public function changeCategoryImage($image, $imagePath)
    {
        // remove origin image
        $this->delete($imagePath);
        // create new image
        return $this->saveCategoryImage($image);
    }