mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
rename page to article
This commit is contained in:
parent
649838d4ee
commit
c747166a30
43 changed files with 597 additions and 597 deletions
|
|
@ -23,7 +23,7 @@ class Activity
|
|||
private ?int $userId = null;
|
||||
|
||||
#[ORM\Column(nullable: true)]
|
||||
private ?int $pageId = null;
|
||||
private ?int $articleId = null;
|
||||
|
||||
public function getId(): ?int
|
||||
{
|
||||
|
|
@ -80,14 +80,14 @@ class Activity
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function getPageId(): ?int
|
||||
public function getArticleId(): ?int
|
||||
{
|
||||
return $this->pageId;
|
||||
return $this->articleId;
|
||||
}
|
||||
|
||||
public function setPageId(?int $pageId): static
|
||||
public function setArticleId(?int $articleId): static
|
||||
{
|
||||
$this->pageId = $pageId;
|
||||
$this->articleId = $articleId;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue