diff --git a/src/MetApiController.php b/src/MetApiController.php index afb3a86..931612e 100644 --- a/src/MetApiController.php +++ b/src/MetApiController.php @@ -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) {