cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-13 18:26:28 +09:00
parent 631d97b437
commit ea9aa8b6c6

View File

@ -37,7 +37,7 @@ class RecordModel extends CommonModel
}
public function getBatchJobFields(): array
{
return ['type', 'proxied', 'fixed'];
return ['host', 'type', 'proxied', 'fixed'];
}
public function getFieldRule(string $action, string $field): string
{