mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
Replace with get('groups')
This commit is contained in:
@@ -17,7 +17,7 @@ if(!$canEdit) {
|
||||
return;
|
||||
}
|
||||
|
||||
$groupsList = new OTS_Groups_List();
|
||||
$groupsList = app()->get('groups');
|
||||
$groups = [
|
||||
['id' => 0, 'name' => 'Guest'],
|
||||
];
|
||||
|
Reference in New Issue
Block a user