Copilot fixes

This commit is contained in:
slawkens
2026-02-15 01:57:26 +01:00
parent 4bc3923996
commit ad1d069b1f
8 changed files with 38 additions and 15 deletions

View File

@@ -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 () {