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 = '';