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

Commit 98979b7

Browse files
committed
-
1 parent e8cb2a1 commit 98979b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Platform/ContractTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
use PHPUnit\Framework\Attributes\Test;
3636
use PHPUnit\Framework\Attributes\UsesClass;
3737
use PHPUnit\Framework\TestCase;
38+
use Symfony\Component\Uid\TimeBasedUidInterface;
3839
use Symfony\Component\Uid\Uuid;
39-
use Symfony\Component\Uid\UuidV7;
4040

4141
#[Large]
4242
#[CoversClass(Contract::class)]
@@ -202,7 +202,7 @@ public function getRole(): Role
202202
return Role::User;
203203
}
204204

205-
public function getId(): UuidV7
205+
public function getId(): TimeBasedUidInterface
206206
{
207207
return Uuid::v7();
208208
}

0 commit comments

Comments
 (0)