cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-13 16:08:10 +09:00
parent ab46592ca4
commit 7f06e906a5

View File

@ -67,7 +67,7 @@ abstract class AdminController extends CommonController
//삭제 delete,batchjob_delete 공통사용 //삭제 delete,batchjob_delete 공통사용
protected function delete_process_result($message): RedirectResponse|string 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); return parent::delete_process_result($message);
} }
protected function delete_process_failed($message): RedirectResponse|string protected function delete_process_failed($message): RedirectResponse|string