This commit is contained in:
rahul shukla 2019-09-06 15:11:21 +05:30
parent 6e32b928ac
commit 1cd6916c2b
1 changed files with 0 additions and 2 deletions

View File

@ -150,8 +150,6 @@ class CategoryController extends Controller
'image.*' => 'mimes:jpeg,jpg,bmp,png'
]);
$category = $this->category->findorFail($id);
$this->category->update(request()->all(), $id);
session()->flash('success', trans('admin::app.response.update-success', ['name' => 'Category']));