diff --git a/app/Controllers/CommonController.php b/app/Controllers/CommonController.php index 248787a..1ac948b 100644 --- a/app/Controllers/CommonController.php +++ b/app/Controllers/CommonController.php @@ -201,7 +201,7 @@ abstract class CommonController extends AbstractCRUDController $this->addViewDatas('formDatas', $this->request->getVar() ?? []); } - final public function index(): string + public function index(): string { $action = __FUNCTION__; $this->action_init_process($action);