Skip to content

Commit fbb3294

Browse files
committed
wip
1 parent 043c318 commit fbb3294

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/src/TestClasses/GenerateUserFeed.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ protected function getCollection(): Collection
4545

4646
protected function generateUniqueId(): string
4747
{
48-
return Str::createUlidsUsing(function () {
48+
Str::createUlidsUsing(function () {
4949
return new Ulid('01HRDBNHHCKNW2AK4Z29SN82T9');
5050
});
51+
52+
return Str::ulid();
5153
}
5254
}

0 commit comments

Comments
 (0)