cfmgrv3 init...3
This commit is contained in:
parent
a5cf601c94
commit
dd3f2da3bd
@ -196,7 +196,7 @@ class ZoneController extends APIController
|
||||
}
|
||||
protected function index_getRows(int $page = 0, int $per_page = 0): array
|
||||
{
|
||||
return parent::index_getRows($page, $per_page);
|
||||
return $this->index_getRows_builder($page, $per_page);
|
||||
}
|
||||
|
||||
////Action 모음
|
||||
|
||||
Loading…
Reference in New Issue
Block a user