Skip to content

Commit 621882b

Browse files
committed
fixup! feat(database): introduce Snowflake IDs generator
Signed-off-by: Benjamin Gaussorgues <[email protected]>
1 parent edacb41 commit 621882b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/private/Snowflake/Generator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
final class Generator implements IGenerator {
2424
public function __construct(
2525
private readonly ITimeFactory $timeFactory,
26-
private readonly APCuSequence $sequenceGenerator,
2726
) {
2827
}
2928

0 commit comments

Comments
 (0)