Revert redirectStatusCode default back to 301

Keep response model default aligned with the runtime fallback
in general.php for legacy/null records.
This commit is contained in:
Chirag Aggarwal
2026-04-03 19:09:09 +05:30
parent e24d73b610
commit c8cfab29c2
+1 -1
View File
@@ -55,7 +55,7 @@ class Rule extends Model
->addRule('redirectStatusCode', [
'type' => self::TYPE_INTEGER,
'description' => 'Status code to apply during redirect. Only applicable if type is "redirect".',
'default' => 0,
'default' => 301,
'example' => 301,
])
->addRule('deploymentId', [