@@ -209,6 +209,9 @@ |
||
209 | 209 | } |
210 | 210 | } |
211 | 211 | |
212 | + /** |
|
213 | + * @param ContentListInterface $listId |
|
214 | + */ |
|
212 | 215 | private function findByContentOr404($listId, $contentId): ContentListItemInterface |
213 | 216 | { |
214 | 217 | $listItem = $this->get('swp.repository.content_list_item')->findOneBy([ |