Merge branch 'master' of https://github.com/bagisto/bagisto into development
This commit is contained in:
commit
13a982f480
|
|
@ -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']);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue