Skip to content

Commit 8bbc4e4

Browse files
Sync documentation updates from cakephp-docs-md
🤖 Generated with GitHub Actions from 2025-10-08 02:32:29 UTC Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ef0a2f6 commit 8bbc4e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/5.x/views/cells.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@ class FavoritesCell extends Cell
243243
]
244244
);
245245

246-
// Set the paging params as a request attribute for use the PaginatorHelper
247-
$paging = $paginator->getPagingParams() + (array)$this->request->getAttribute('paging');
248-
$this->request = $this->request->withAttribute('paging', $paging);
249-
250246
$this->set('favorites', $results);
251247
}
252248
}

0 commit comments

Comments
 (0)