From 12db7de792eeb28dc554aedd137e3d489d9e5679 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Sun, 1 Dec 2019 20:24:35 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20lets=20deafult=20to=20return=20i?= =?UTF-8?q?tems?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MetApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MetApiController.php b/src/MetApiController.php index b0c958b..97b1016 100644 --- a/src/MetApiController.php +++ b/src/MetApiController.php @@ -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) {