Skip to content

Commit

Permalink
Update lib/neues_category.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Dec 11, 2023
1 parent 490ff6d commit c5fe1b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/neues_category.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,4 @@ public function getEntries(): ?rex_yform_manager_collection
{
return $this->getRelatedDataset('entry_ids');
}

public function setEntries(rex_yform_manager_collection $entries): self
{
$this->setValue('entry_ids', $entries);
return $this;
}
}

0 comments on commit c5fe1b1

Please sign in to comment.