From 33ad47b115b87faef2419a36aa9344f5210543ca Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 23 Nov 2024 09:06:29 +0100 Subject: [PATCH] Add import --- app/Services/Internal/Update/JournalUpdateService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Internal/Update/JournalUpdateService.php b/app/Services/Internal/Update/JournalUpdateService.php index 1e7fc4f64c..8ebdf251e6 100644 --- a/app/Services/Internal/Update/JournalUpdateService.php +++ b/app/Services/Internal/Update/JournalUpdateService.php @@ -43,6 +43,7 @@ use FireflyIII\Repositories\Budget\BudgetRepositoryInterface; use FireflyIII\Repositories\Category\CategoryRepositoryInterface; use FireflyIII\Repositories\UserGroups\Currency\CurrencyRepositoryInterface; use FireflyIII\Services\Internal\Support\JournalServiceTrait; +use FireflyIII\Support\Facades\FireflyConfig; use FireflyIII\Support\NullArrayObject; use FireflyIII\Validation\AccountValidator; use Illuminate\Support\Facades\Log;