We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01d749 commit b602ea1Copy full SHA for b602ea1
app/Jobs/Schedule/RunTaskJob.php
@@ -162,7 +162,7 @@ private function markScheduleComplete()
162
$repository = app()->make(ScheduleRepositoryInterface::class);
163
$repository->withoutFresh()->update($this->schedule, [
164
'is_processing' => false,
165
- 'last_run_at' => app()->make(Carbon::class)->now()->toDateTimeString(),
+ 'last_run_at' => Carbon::now()->toDateTimeString(),
166
]);
167
}
168
0 commit comments