cfmgrv4 init...4

This commit is contained in:
최준흠 2024-10-30 13:02:59 +09:00
parent a9b1ccae75
commit 06b3d86372

View File

@ -68,6 +68,7 @@ class AuditLogService extends CloudflareService
if ($account_entity === null) { if ($account_entity === null) {
throw new \Exception("Account: [{$zone_entity->getParent()}] 정보를 찾을수 없습니다."); throw new \Exception("Account: [{$zone_entity->getParent()}] 정보를 찾을수 없습니다.");
} }
//해당 Zone만 Sync작업을 한다.
$zone_service = new ZoneService(); $zone_service = new ZoneService();
$zone_entity = $zone_service->sync($account_entity, $zone_entity); $zone_entity = $zone_service->sync($account_entity, $zone_entity);
//해당 Zone의 Record reload작업한다 //해당 Zone의 Record reload작업한다