From b6c6fd9bb33e9fb9f9e9df337ce5d434aac110b7 Mon Sep 17 00:00:00 2001 From: John Rayes Date: Mon, 13 Nov 2023 20:55:54 -0700 Subject: [PATCH] fix namespace resolution when installing a theme Signed-off-by: John Rayes --- Sources/Actions/Admin/Themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Actions/Admin/Themes.php b/Sources/Actions/Admin/Themes.php index 606b56b36b..aed85edc26 100644 --- a/Sources/Actions/Admin/Themes.php +++ b/Sources/Actions/Admin/Themes.php @@ -28,7 +28,7 @@ use SMF\Utils; use SMF\Cache\CacheApi; use SMF\Db\DatabaseApi as Db; -use SMF\PackageManager\SubsPackage; +use SMF\PackageManager\{SubsPackage, XmlArray}; /** * This class concerns itself almost completely with theme administration.