[DB][FOLLOW] Change Follow table
This commit is contained in:
@@ -43,7 +43,6 @@ class Follow extends Entity
|
||||
|
||||
private int $follower;
|
||||
private int $followed;
|
||||
private ?string $uri;
|
||||
private DateTimeInterface $created;
|
||||
private DateTimeInterface $modified;
|
||||
|
||||
@@ -69,17 +68,6 @@ class Follow extends Entity
|
||||
return $this->followed;
|
||||
}
|
||||
|
||||
public function setUri(?string $uri): self
|
||||
{
|
||||
$this->uri = $uri;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getUri(): ?string
|
||||
{
|
||||
return $this->uri;
|
||||
}
|
||||
|
||||
public function setCreated(DateTimeInterface $created): self
|
||||
{
|
||||
$this->created = $created;
|
||||
|
||||
Reference in New Issue
Block a user