request->adminInfo) && $this->request->adminInfo) { $this->adminInfo = $this->request->adminInfo; $this->adminId = $this->request->adminInfo['admin_id']; } } public function getPage() { $page = $this->request->get('page', 1); $limit = $this->request->get('limit', 15); return [$page, $limit]; } }