Skip to content

Commit 835fb47

Browse files
authored
Merge pull request #7866 from eBug/patch-5
Update paginator.rst
2 parents ff67728 + 4abd7f8 commit 835fb47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/views/helpers/paginator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ It is also possible to sort a column based on associations:
508508
<?php foreach ($recipes as $recipe): ?>
509509
<tr>
510510
<td><?= h($recipe->title) ?> </td>
511-
<td><?= h($recipe->name) ?> </td>
511+
<td><?= h($recipe->author->name) ?> </td>
512512
</tr>
513513
<?php endforeach; ?>
514514
</table>

0 commit comments

Comments
 (0)