Add space

This commit is contained in:
Hillel Coren 2015-11-17 15:42:54 +02:00
parent 1d82881814
commit 9f4cd62832

View File

@ -45,7 +45,7 @@ class SendReminders extends Command
foreach ($invoices as $invoice) {
if ($reminder = $invoice->getReminder()) {
$this->info('Send to' . $invoice->id);
$this->info('Send to ' . $invoice->id);
$this->mailer->sendInvoice($invoice, $reminder);
}
}