Skip to content

Commit

Permalink
Update ArrayHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wehowski authored Jul 19, 2024
1 parent 9bd16b7 commit 4c07cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArrayHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public static function paginate($input, $page, int $show_per_page = 10) {


public function all(){
return $this->index;
return $this->arr;
}
/*
Expand Down

0 comments on commit 4c07cae

Please sign in to comment.