cfmgrv4 init...10
This commit is contained in:
parent
b945ff6f74
commit
50deec4d3a
@ -153,6 +153,7 @@ class ZoneController extends CloudflareController
|
|||||||
$entity->records = $record_entitys;
|
$entity->records = $record_entitys;
|
||||||
}
|
}
|
||||||
$this->entitys = $entitys;
|
$this->entitys = $entitys;
|
||||||
|
dd($this->getViewDatas());
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
log_message('debug', static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
|
log_message('debug', static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
|
||||||
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
|
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류:" . $e->getMessage());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user