Skip to content

Commit

Permalink
Merge branch 'hotfix/99'
Browse files Browse the repository at this point in the history
Close #99
  • Loading branch information
weierophinney committed May 26, 2016
2 parents de41bcc + 77ebb48 commit b29aa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/collections-and-pagination.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ creates a "prev" relational link based on some calculated offset.

.. code-block:: php
$sharedEvents->attach('Paste\ApiController', 'getLinks.post', function ($e) {
$sharedEvents->attach('Paste\ApiController', 'getList.post', function ($e) {
$collection = $e->getParam('collection');
// ... calculate $someOffset ...
Expand Down

0 comments on commit b29aa8f

Please sign in to comment.