cfmgrv3 init...3

This commit is contained in:
최준흠 2023-06-28 12:22:28 +09:00
parent a5cf601c94
commit dd3f2da3bd

View File

@ -196,7 +196,7 @@ class ZoneController extends APIController
} }
protected function index_getRows(int $page = 0, int $per_page = 0): array 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 모음 ////Action 모음