Skip to content

Commit

Permalink
🔧 lets deafult to return items
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Dec 2, 2019
1 parent 3b5c82a commit 12db7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MetApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ abstract class MetApiController extends BaseController
protected $compiled = false;

// Wether or not we want to return the paginate items or the entire structure
protected $paginateItems = false;
protected $paginateItems = true;

public function setPaginateItems($boolean)
{
Expand Down

0 comments on commit 12db7de

Please sign in to comment.