seriously? ...

This commit is contained in:
Dylan K. Taylor 2022-06-08 14:21:57 +01:00
parent 0a22e4606d
commit e78f20391e
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -32,6 +32,7 @@ namespace pocketmine\tools\generate_item_upgrade_schema;
use pocketmine\errorhandler\ErrorToExceptionHandler;
use Webmozart\PathUtil\Path;
use function count;
use function dirname;
use function file_get_contents;
use function file_put_contents;
use function is_array;