cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-17 13:46:25 +09:00
parent efeb2df32e
commit 5e5fb86e7d

View File

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