chore: prepare for PR
This commit is contained in:
parent
0c8b9b75f4
commit
cb0f5cc812
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ public function handle(): void
|
|||
|
||||
Log::channel('scheduled')->info('ScheduledJobManager completed', [
|
||||
'execution_time' => $this->executionTime->toIso8601String(),
|
||||
'duration_ms' => Carbon::now()->diffInMilliseconds($this->executionTime),
|
||||
'duration_ms' => $this->executionTime->diffInMilliseconds(Carbon::now()),
|
||||
'dispatched' => $this->dispatchedCount,
|
||||
'skipped' => $this->skippedCount,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue