mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -149,7 +149,7 @@ class CategoryUpdateService
|
||||
$dbNote = new Note();
|
||||
$dbNote->noteable()->associate($category);
|
||||
}
|
||||
$dbNote->text = trim($note);
|
||||
$dbNote->text = trim((string) $note);
|
||||
$dbNote->save();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user