From 9cf99314d1a51ce190c678bf07fdda7f0f6796c3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 19 Jul 2020 13:18:25 +0200 Subject: [PATCH] Fix logging --- app/Console/Commands/Correction/FixTransactionTypes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Correction/FixTransactionTypes.php b/app/Console/Commands/Correction/FixTransactionTypes.php index d4a1f46156..b927fbcdcb 100644 --- a/app/Console/Commands/Correction/FixTransactionTypes.php +++ b/app/Console/Commands/Correction/FixTransactionTypes.php @@ -52,7 +52,7 @@ class FixTransactionTypes extends Command return 0; } - $this->line(sprintf('All transaction journals are of the correct type (in %s seconds).', $end)); + $this->line(sprintf('All transaction journals are of the correct transaction type (in %s seconds).', $end)); return 0; }