Fix typo in log message for new command #801

This commit is contained in:
Ramon Gutierrez 2024-05-31 12:11:13 +08:00
parent 952122a39e
commit e97cebd2b2

View file

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