Import statements and update configuration.

This commit is contained in:
James Cole
2025-05-27 16:57:36 +02:00
parent 7c04c4c2bc
commit c074fec0a7
165 changed files with 530 additions and 335 deletions

View File

@@ -30,6 +30,7 @@ use FireflyIII\Models\RecurrenceTransactionMeta;
use FireflyIII\Models\RuleAction;
use FireflyIII\Models\RuleTrigger;
use FireflyIII\User;
use Exception;
/**
* Class CategoryUpdateService
@@ -59,7 +60,7 @@ class CategoryUpdateService
}
/**
* @throws \Exception
* @throws Exception
*/
public function update(Category $category, array $data): Category
{
@@ -128,7 +129,7 @@ class CategoryUpdateService
}
/**
* @throws \Exception
* @throws Exception
*/
private function updateNotes(Category $category, array $data): void
{