Merge branch 'master' of https://github.com/bagisto/bagisto into development

This commit is contained in:
rahul shukla 2019-07-24 18:51:03 +05:30
commit 13a982f480
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ class UserController extends Controller
$admin = $this->admin->create($data);
Event::fire('user.admin.delete.after', $admin);
Event::fire('user.admin.create.after', $admin);
session()->flash('success', trans('admin::app.response.create-success', ['name' => 'User']));
@ -217,4 +217,4 @@ class UserController extends Controller
return redirect()->route($this->_config['redirect']);
}
}
}
}