Skip to content

Commit

Permalink
🔧 wrong boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Mar 30, 2020
1 parent 8ff5f1c commit 815f299
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;

// Whether 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 815f299

Please sign in to comment.