Skip to content

Commit 0b0959d

Browse files
committed
- unused prop $fid and its g/setter following d652756 @ App\Entity\Post\Content\PostContent
@ be
1 parent 183166b commit 0b0959d

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

be/src/Entity/Post/Content/PostContent.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,9 @@
99
#[ORM\MappedSuperclass]
1010
abstract class PostContent
1111
{
12-
#[ORM\Column] private int $fid;
1312
/** @var ?resource */
1413
#[ORM\Column] private $protoBufBytes;
1514

16-
public function getFid(): int
17-
{
18-
return $this->fid;
19-
}
20-
21-
public function setFid(int $fid): self
22-
{
23-
$this->fid = $fid;
24-
return $this;
25-
}
26-
2715
public function getContent(): ?array
2816
{
2917
return BlobResourceGetter::protoBufWrapper($this->protoBufBytes, PostContentWrapper::class);

0 commit comments

Comments
 (0)