We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b395440 commit c9c98b8Copy full SHA for c9c98b8
app/Repositories/Eloquent/UserRepository.php
@@ -29,7 +29,7 @@ public function model()
29
*/
30
public function getAllUsersWithCounts(): LengthAwarePaginator
31
{
32
- return $this->getBuilder()->withCount('servers', 'subuserOf')
+ return $this->getBuilder()->withCount('servers')
33
->search($this->getSearchTerm())
34
->paginate(50, $this->getColumns());
35
}
0 commit comments