mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-16 21:34:58 +00:00
Updated translator attribution and StyleCI changes
This commit is contained in:
parent
f18e2784be
commit
585bd0cc45
3 changed files with 7 additions and 2 deletions
app/Http/Controllers
|
@ -112,9 +112,9 @@ class UserController extends Controller
|
|||
$roles = $request->get('roles');
|
||||
$this->userRepo->setUserRoles($user, $roles);
|
||||
}
|
||||
|
||||
|
||||
$this->userRepo->downloadAndAssignUserAvatar($user);
|
||||
|
||||
|
||||
$this->logActivity(ActivityType::USER_CREATE, $user);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue