diff --git a/src/ArrayHelper.php b/src/ArrayHelper.php index d86599a..05e3080 100644 --- a/src/ArrayHelper.php +++ b/src/ArrayHelper.php @@ -290,7 +290,7 @@ public static function paginate($input, $page, int $show_per_page = 10) { public function all(){ - return $this->index; + return $this->arr; } /*