Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Oct 30, 2024
1 parent 043c318 commit fbb3294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/src/TestClasses/GenerateUserFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ protected function getCollection(): Collection

protected function generateUniqueId(): string
{
return Str::createUlidsUsing(function () {
Str::createUlidsUsing(function () {
return new Ulid('01HRDBNHHCKNW2AK4Z29SN82T9');
});

return Str::ulid();
}
}

0 comments on commit fbb3294

Please sign in to comment.