cfmgrv4 init...10
This commit is contained in:
parent
ab46592ca4
commit
7f06e906a5
@ -67,7 +67,7 @@ abstract class AdminController extends CommonController
|
||||
//삭제 delete,batchjob_delete 공통사용
|
||||
protected function delete_process_result($message): RedirectResponse|string
|
||||
{
|
||||
MyLogService::save($this->getService(), $this->myauth, $message, DEFAULTS['STATUS']);
|
||||
MyLogService::save($this->getService(), __FUNCTION__, $this->myauth, $message, DEFAULTS['STATUS']);
|
||||
return parent::delete_process_result($message);
|
||||
}
|
||||
protected function delete_process_failed($message): RedirectResponse|string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user