Adjustments for logic

This commit is contained in:
David Bomba 2025-04-16 19:53:33 +10:00
parent 210fe492a8
commit 0b516b5c37
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class CreateAccountRequest extends Request
'utm_campaign' => 'sometimes|nullable|string', 'utm_campaign' => 'sometimes|nullable|string',
'utm_term' => 'sometimes|nullable|string', 'utm_term' => 'sometimes|nullable|string',
'utm_content' => 'sometimes|nullable|string', 'utm_content' => 'sometimes|nullable|string',
// 'cf-turnstile' => 'required_if:token_name,web_client|string', // 'cf-turnstile' => 'required_if:token_name,web_client|string',
]; ];
} }