Update Items.php

This commit is contained in:
slawkens
2026-02-15 02:02:05 +01:00
parent 9146a0e53c
commit 980d5cb5d4

View File

@@ -16,7 +16,7 @@ use MyAAC\Models\Spell;
class Items class Items
{ {
public static array $items; public static array $items = [];
private static string $error = ''; private static string $error = '';