mirror of
https://github.com/slawkens/myaac.git
synced 2026-03-16 16:03:31 +01:00
Copilot fixes
This commit is contained in:
@@ -6,7 +6,7 @@ use MyAAC\Cache\Cache;
|
||||
|
||||
class Groups
|
||||
{
|
||||
private static array $groups;
|
||||
private static array $groups = [];
|
||||
|
||||
public function __construct() {
|
||||
self::$groups = Cache::remember('groups', 10 * 60, function () {
|
||||
|
||||
Reference in New Issue
Block a user