diff --git a/src/Command/ProcessLatePaymongoTransactionsCommand.php b/src/Command/ProcessLatePaymongoTransactionsCommand.php index 6f65dde1..c09545e5 100644 --- a/src/Command/ProcessLatePaymongoTransactionsCommand.php +++ b/src/Command/ProcessLatePaymongoTransactionsCommand.php @@ -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 {