cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-14 09:41:41 +09:00
parent b2c0d784ef
commit 2115bb6d89

View File

@ -66,7 +66,7 @@ class ZoneController extends CloudflareController
protected function create_init(string $action, $fields = []): void
{
$fields = [
'fields' => [$this->getService()->getModel()::PARENT, 'domain', 'hosts', 'type', 'content', 'proxied'],
'fields' => [$this->getService()->getModel()::PARENT, 'domains', 'hosts', 'type', 'content', 'proxied'],
'filter_fields' => [$this->getService()->getModel()::PARENT, 'type', 'proxied']
];
parent::create_init($action, $fields);