jsdecena / laracom

Laravel FREE E-Commerce Software

Home Page:https://jsdecena.github.io/laracom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Categories / Image remove not working

flimbo opened this issue · comments

function in CategoryRepository.php

public function deleteFile(array $file, $disk = null) : bool
{
return $this->update(['cover' => null]);
}

seems that parameter $file is not passed anywhere. Plus it looks like function is only updating table and does not provide any real delete file from filesystem.