Skip to content

Commit d508548

Browse files
committed
Chore: Remove unused method PropertyMetadata::getUseKey().
1 parent 46a83c0 commit d508548

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Metadata/PropertyMetadata.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,4 @@ public function getRelative(): ?int
168168
{
169169
return $this->attribute->getRelative();
170170
}
171-
172-
public function getUseKey(): bool
173-
{
174-
return $this->attribute->getUseKey();
175-
}
176171
}

0 commit comments

Comments
 (0)