mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
🤖 Auto commit for release 'develop' on 2026-01-23
This commit is contained in:
@@ -48,7 +48,8 @@ class PrependDescription implements ActionInterface
|
||||
DB::table('transaction_journals')
|
||||
->where('id', $journal['transaction_journal_id'])
|
||||
->limit(1)
|
||||
->update(['description' => $after]);
|
||||
->update(['description' => $after])
|
||||
;
|
||||
|
||||
// journal
|
||||
/** @var TransactionJournal $object */
|
||||
|
||||
Reference in New Issue
Block a user