smc_cet_fin_backend/config/custom_config.php
2021-07-14 15:31:09 +05:30

15 lines
350 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
|
| This value gives, the maximum number of records a request can return
|
*/
'pagination' => env('PAGINATION_LIMIT', 100),
];
?>