diff --git a/app/Models/Cloudflare/RecordModel.php b/app/Models/Cloudflare/RecordModel.php index 1cf6bbc..830f101 100644 --- a/app/Models/Cloudflare/RecordModel.php +++ b/app/Models/Cloudflare/RecordModel.php @@ -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 {