From d1ec9d9f722ef8360e5364ba60f1ea08d41a741a Mon Sep 17 00:00:00 2001 From: mattoid Date: Tue, 5 Mar 2024 16:14:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Api/Controller/ListUserMoneyHistoryController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Api/Controller/ListUserMoneyHistoryController.php b/src/Api/Controller/ListUserMoneyHistoryController.php index ec87fda..205f22a 100644 --- a/src/Api/Controller/ListUserMoneyHistoryController.php +++ b/src/Api/Controller/ListUserMoneyHistoryController.php @@ -2,6 +2,7 @@ namespace Mattoid\MoneyHistory\Api\Controller; +use Flarum\Locale\Translator; use Flarum\Api\Controller\AbstractListController; use Flarum\User\UserRepository; use Mattoid\MoneyHistory\Api\Serializer\MoneyHistorySerializer;