From 7b37205c3d5a1e9c9580f56bb0bd6678cc7d11b2 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 3af42c6..06cafe7 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