Replace with get('groups')

This commit is contained in:
slawkens
2025-03-16 08:43:18 +01:00
parent fddb18d412
commit 613b710d29
8 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ if(!$canEdit) {
return;
}
$groupsList = new OTS_Groups_List();
$groupsList = app()->get('groups');
$groups = [
['id' => 0, 'name' => 'Guest'],
];