Skip to content

Commit 6df3792

Browse files
committed
4268: Removed superfluous property
1 parent 8957545 commit 6df3792

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Api/Dto/Tag.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
)]
5353
readonly class Tag
5454
{
55-
#[ApiProperty(identifier: false)]
56-
private ?int $id;
57-
5855
#[ApiProperty(identifier: true)]
5956
public string $slug;
6057

0 commit comments

Comments
 (0)