changed claims api limit from 24 to 48

This commit is contained in:
Akinwale Ariwodola 2017-06-18 16:09:46 +01:00
parent 3a92dbc0fc
commit 7853701a75

View file

@ -11,7 +11,7 @@ class ClaimsController extends AppController {
$this->loadModel('Claims');
$offset = 0;
$pageLimit = 24;
$pageLimit = 48;
$page = intval($this->request->query('page'));
$conn = ConnectionManager::get('default');