Apply Pint fixes

This commit is contained in:
Bubka
2023-12-20 16:55:58 +01:00
parent 71840b000a
commit ecd905c36c
36 changed files with 141 additions and 160 deletions

View File

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