Track time in send-invoices log
This commit is contained in:
parent
7a4513da7d
commit
022852b0c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue