From b881a9fea9ab25dd0dab3c8f515aece83f9dce17 Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 2 Jan 2023 03:27:20 +0000 Subject: [PATCH] Fixed error when trying to edit profile. --- src/Users/Assets/UserBackgroundAsset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Users/Assets/UserBackgroundAsset.php b/src/Users/Assets/UserBackgroundAsset.php index 3af42c6b..06cafe73 100644 --- a/src/Users/Assets/UserBackgroundAsset.php +++ b/src/Users/Assets/UserBackgroundAsset.php @@ -3,6 +3,7 @@ namespace Misuzu\Users\Assets; use InvalidArgumentException; use Misuzu\Config; +use Misuzu\Config\CfgType; use Misuzu\Users\User; // attachment and attributes are to be stored in the same byte