Hi all,
When i try to use view cells and twig i get this error
Twig\Error\SyntaxError
The arrow function argument must be a list of variables or a single variable in "blog/index.twig" at line 15
at line
Code:
<li class="list-inline-item">Tags : {{ view_cell('App\Cells\TagsCell::getOne',['article_id' => article.id ]) }}</li>
Does someone can help ?
Thanks
Eric