mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add some whitespace
This commit is contained in:
parent
06fd8dc5e0
commit
5e49e149b1
@ -50,7 +50,7 @@ class AppendDescription implements ActionInterface
|
||||
*/
|
||||
public function actOnArray(array $journal): bool
|
||||
{
|
||||
$description = sprintf('%s%s', $journal['description'], $this->action->action_value);
|
||||
$description = sprintf('%s %s', $journal['description'], $this->action->action_value);
|
||||
DB::table('transaction_journals')->where('id', $journal['transaction_journal_id'])->limit(1)->update(['description' => $description]);
|
||||
|
||||
// event for audit log entry
|
||||
|
Loading…
Reference in New Issue
Block a user