Message Replaced

This commit is contained in:
Devansh 2020-08-10 13:53:12 +05:30
parent 5c663c4f06
commit 5eda4c4fdc
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class AttributeController extends Controller
if ($suppressFlash) {
session()->flash('success', trans('admin::app.datagrid.mass-ops.delete-success', ['resource' => 'attributes']));
} else {
session()->flash('info', trans('admin::app.datagrid.mass-ops.partial-action', ['resource' => 'attributes']));
session()->flash('error', trans('admin::app.response.user-define-error', ['name' => 'Attribute']));
}
return redirect()->back();