Skip to content

Commit

Permalink
internal(frozen period): change the time started
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Aug 26, 2023
1 parent c410f5f commit a089bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/FrozenPeriodModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class FrozenPeriodModel extends BaseResourceModel
public function fake(Generator &$faker)
{
return [
"started_at" => Time::now()->toDateTimeString(),
"started_at" => Time::yesterday()->toDateTimeString(),
"finished_at" => Time::now()->toDateTimeString()
];
}
Expand Down

0 comments on commit a089bec

Please sign in to comment.