0
0
Fork 0
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:
Dan Brown 2022-01-24 20:55:03 +00:00
parent f18e2784be
commit 585bd0cc45
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
3 changed files with 7 additions and 2 deletions
app/Http/Controllers

View file

@ -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);
});