We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a76353 + 58a2811 commit 9bfc1f9Copy full SHA for 9bfc1f9
1 file changed
en/views/cells.rst
@@ -234,10 +234,6 @@ messages could look like::
234
]
235
);
236
237
- // Set the paging params as a request attribute for use the PaginatorHelper
238
- $paging = $paginator->getPagingParams() + (array)$this->request->getAttribute('paging');
239
- $this->request = $this->request->withAttribute('paging', $paging);
240
-
241
$this->set('favorites', $results);
242
}
243
0 commit comments