Dumped Contents
In
ArticleController.php
line 95:
$commentCount = $this->commentRepository->count(['article' => $article]);
//$article->setCommentCount($commentCount); // Set a temporary property for the comment count
}
dump($commentCount);
return $this->render('articles/list_articles.html.twig', [
'articles' => $articlesPaginated,
'pubs' => $pubs,
3