From 815f299c447f87684d58d5bc5213b2d0cf4368e7 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Mon, 30 Mar 2020 03:47:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20wrong=20boolean?= 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 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) {