mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
usergroups/: Don't select relation user, it's not needed
This commit is contained in:
parent
6755d1ddf0
commit
e17dec44e3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class UsergroupsController extends Controller
|
|||
|
||||
$db = $this->getDb();
|
||||
|
||||
$usergroups = Usergroup::on($db)->with('user');
|
||||
$usergroups = Usergroup::on($db);
|
||||
|
||||
$this->handleSearchRequest($usergroups);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue