mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Track time in send-invoices log
This commit is contained in:
parent
7a4513da7d
commit
022852b0c8
@ -58,7 +58,7 @@ class SendRecurringInvoices extends Command
|
||||
|
||||
public function fire()
|
||||
{
|
||||
$this->info(date('Y-m-d').' Running SendRecurringInvoices...');
|
||||
$this->info(date('Y-m-d H:i:s') . ' Running SendRecurringInvoices...');
|
||||
$today = new DateTime();
|
||||
|
||||
// check for counter resets
|
||||
@ -114,7 +114,7 @@ class SendRecurringInvoices extends Command
|
||||
}
|
||||
}
|
||||
|
||||
$this->info('Done');
|
||||
$this->info(date('Y-m-d H:i:s') . ' Done');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user