Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 065976e

Browse files
committed
-
1 parent b111470 commit 065976e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Platform/ContractTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
use PHPUnit\Framework\Attributes\UsesClass;
3737
use PHPUnit\Framework\TestCase;
3838
use Symfony\Component\Uid\Uuid;
39+
use Symfony\Component\Uid\UuidV7;
3940

4041
#[Large]
4142
#[CoversClass(Contract::class)]
@@ -201,7 +202,7 @@ public function getRole(): Role
201202
return Role::User;
202203
}
203204

204-
public function getId(): Uuid
205+
public function getId(): UuidV7
205206
{
206207
return Uuid::v7();
207208
}

0 commit comments

Comments
 (0)