Skip to content

Commit b602ea1

Browse files
committed
Trying to make tests not fail for random reasons?
1 parent e01d749 commit b602ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Jobs/Schedule/RunTaskJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private function markScheduleComplete()
162162
$repository = app()->make(ScheduleRepositoryInterface::class);
163163
$repository->withoutFresh()->update($this->schedule, [
164164
'is_processing' => false,
165-
'last_run_at' => app()->make(Carbon::class)->now()->toDateTimeString(),
165+
'last_run_at' => Carbon::now()->toDateTimeString(),
166166
]);
167167
}
168168

0 commit comments

Comments
 (0)