Skip to content

Commit

Permalink
Update News.php
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer authored Oct 23, 2023
1 parent 34bb415 commit 4f89e3f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Classes/Domain/Model/News.php
Original file line number Diff line number Diff line change
Expand Up @@ -1010,10 +1010,8 @@ public function getTranslatedContentElementIdList(): string
return $this->getIdOfContentElements(false);
}

/**
* Get id list of non-nested content elements
*
* @return string
/**
* Get id list of non-nested content elements
*/
public function getNonNestedContentElementIdList(): string
{
Expand All @@ -1022,8 +1020,6 @@ public function getNonNestedContentElementIdList(): string

/**
* Get translated id list of non-nested content elements
*
* @return string
*/
public function getTranslatedNonNestedContentElementIdList(): string
{
Expand Down

0 comments on commit 4f89e3f

Please sign in to comment.