Skip to content

Commit

Permalink
Added ContentInfo::getSectionId
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Mar 15, 2024
1 parent 926bcc3 commit e0d3b90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/contracts/Repository/Values/Content/ContentInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ public function getSection(): Section
return $this->section;
}

public function getSectionId(): int
{
return $this->sectionId;
}

public function getMainLanguage(): Language
{
return $this->mainLanguage;
Expand Down

0 comments on commit e0d3b90

Please sign in to comment.