cfmgrv4 init...4

This commit is contained in:
최준흠 2024-10-30 13:08:41 +09:00
parent 68d07ce53b
commit 9497f2f56c

View File

@ -98,7 +98,7 @@ class AuditLogService extends CloudflareService
if ($entity === null) { if ($entity === null) {
$formDatas = $this->getArrayByResult($result); $formDatas = $this->getArrayByResult($result);
$entity = $this->getModel()->create($formDatas); $entity = $this->getModel()->create($formDatas);
$this->auditlog_process(entity: $account_entity, $entity); $this->auditlog_process($account_entity, $entity);
} }
} else { } else {
log_message("debug", var_export($result, true)); log_message("debug", var_export($result, true));