mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add space
This commit is contained in:
parent
1d82881814
commit
9f4cd62832
@ -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…
x
Reference in New Issue
Block a user