Add some whitespace

This commit is contained in:
James Cole 2023-11-25 19:38:48 +01:00
parent 06fd8dc5e0
commit 5e49e149b1
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -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