Fix typo in log message for new command #801
This commit is contained in:
parent
952122a39e
commit
e97cebd2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class ProcessLatePaymongoTransactionsCommand extends Command
|
|||
$trans->setDatePay(new DateTime());
|
||||
$this->em->flush();
|
||||
|
||||
$output->writeln('Marked transaction '. $trans->getID() .'as paid.');
|
||||
$output->writeln('Marked transaction '. $trans->getID() . ' as paid.');
|
||||
$x++;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue