cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-17 13:52:30 +09:00
parent 5e5fb86e7d
commit a731c49a97

View File

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