Skip to content

Commit

Permalink
Merge pull request #7866 from eBug/patch-5
Browse files Browse the repository at this point in the history
Update paginator.rst
  • Loading branch information
othercorey authored Jun 11, 2024
2 parents ff67728 + 4abd7f8 commit 835fb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/views/helpers/paginator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ It is also possible to sort a column based on associations:
<?php foreach ($recipes as $recipe): ?>
<tr>
<td><?= h($recipe->title) ?> </td>
<td><?= h($recipe->name) ?> </td>
<td><?= h($recipe->author->name) ?> </td>
</tr>
<?php endforeach; ?>
</table>
Expand Down

0 comments on commit 835fb47

Please sign in to comment.