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
3 changed files with 7 additions and 2 deletions

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