Add space
This commit is contained in:
parent
1d82881814
commit
9f4cd62832
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue