cfmgrv4 init...10
This commit is contained in:
parent
f34739bf3e
commit
b2c0d784ef
@ -171,10 +171,10 @@ abstract class CommonController extends BaseController
|
|||||||
return $this->create_process_result($e->getMessage());
|
return $this->create_process_result($e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
final public function create(int $uid): RedirectResponse|string
|
final public function create(): RedirectResponse|string
|
||||||
{
|
{
|
||||||
$this->create_init(__FUNCTION__);
|
$this->create_init(__FUNCTION__);
|
||||||
return $this->modify_procedure($uid);
|
return $this->create_procedure();
|
||||||
}
|
}
|
||||||
|
|
||||||
//수정관련
|
//수정관련
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user