mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-24 11:55:28 +02:00
Apply Pint fixes
This commit is contained in:
@@ -28,7 +28,7 @@ class GroupController extends Controller
|
||||
Groups::setUser($groups, $request->user());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// We do not use fluent call all over the call chain to ease tests
|
||||
$user = $request->user();
|
||||
$groups = $user->groups()->withCount('twofaccounts')->get();
|
||||
|
Reference in New Issue
Block a user