10 lines
74 B
PHP
10 lines
74 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'pagination' => [
|
|
'perpage' => 14,
|
|
]
|
|
|
|
];
|