autofixes

This commit is contained in:
Dennis Eichhorn 2020-11-24 18:44:22 +01:00
parent 3956d635cf
commit d24b4848cf
5 changed files with 14 additions and 14 deletions

View File

@ -6,7 +6,7 @@ foreach ($comments as $comment) : ?>
<div class="col-xs-12">
<section class="portlet">
<article>
<?= $comment->getContent(); ?>
<?= $comment->content; ?>
</article>
</section>
</div>