cfmgrv4 init...10

This commit is contained in:
최준흠 2026-02-11 10:42:02 +09:00
parent b945ff6f74
commit 50deec4d3a

View File

@ -153,6 +153,7 @@ class ZoneController extends CloudflareController
$entity->records = $record_entitys;
}
$this->entitys = $entitys;
dd($this->getViewDatas());
} catch (\Throwable $e) {
log_message('debug', static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());