pagination.php 68 B

12345
  1. <?php
  2. return [
  3. 'per_page' => env('PAGINATION_LIMIT', 1000),
  4. ];