mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Finally updated the transaction controller to have some more sensible code.
This commit is contained in:
@@ -128,7 +128,7 @@ class TransactionJournal implements TransactionJournalInterface, CUD, CommonData
|
||||
$transaction->save();
|
||||
}
|
||||
|
||||
return new MessageBag;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user