From f44946cb491c39652c7c36aebbc657d81c7fe568 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 23 Feb 2023 22:00:24 +0000 Subject: [PATCH] ... --- build/generate-bedrockdata-path-consts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/generate-bedrockdata-path-consts.php b/build/generate-bedrockdata-path-consts.php index 31e23c9b6..6ad6d83fd 100644 --- a/build/generate-bedrockdata-path-consts.php +++ b/build/generate-bedrockdata-path-consts.php @@ -23,7 +23,7 @@ declare(strict_types=1); namespace pocketmine\build\generate_bedrockdata_path_consts; -use Webmozart\PathUtil\Path; +use Symfony\Component\Filesystem\Path; use function dirname; use function fclose; use function fopen;