cfmgrv4 init...4
This commit is contained in:
parent
68d07ce53b
commit
9497f2f56c
@ -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));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user