Trying to make tests not fail for random reasons?
This commit is contained in:
parent
e01d7497f5
commit
b602ea1f66
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class RunTaskJob extends Job implements ShouldQueue
|
|||
$repository = app()->make(ScheduleRepositoryInterface::class);
|
||||
$repository->withoutFresh()->update($this->schedule, [
|
||||
'is_processing' => false,
|
||||
'last_run_at' => app()->make(Carbon::class)->now()->toDateTimeString(),
|
||||
'last_run_at' => Carbon::now()->toDateTimeString(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue