Fix logging

This commit is contained in:
James Cole 2020-07-19 13:18:25 +02:00
parent fc7d8bb810
commit 9cf99314d1
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

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