cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-13 18:27:36 +09:00
parent ea9aa8b6c6
commit 0d56da8c62

View File

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