From 980d5cb5d41988c2ad7cdfcab23e587327c95cb2 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 15 Feb 2026 02:02:05 +0100 Subject: [PATCH] Update Items.php --- system/src/Items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Items.php b/system/src/Items.php index 1e336d92..5a45985f 100644 --- a/system/src/Items.php +++ b/system/src/Items.php @@ -16,7 +16,7 @@ use MyAAC\Models\Spell; class Items { - public static array $items; + public static array $items = []; private static string $error = '';