Skip to content

Commit 788e00f

Browse files
committed
fix: duplicate qr_code validation
Signed-off-by: romanetar <roman_ag@hotmail.com>
1 parent 7e11d50 commit 788e00f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/Http/Controllers/Apis/Protected/Summit/OAuth2SummitBadgeScanApiController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ function getAddValidationRules(array $payload): array
9595
return [
9696
'qr_code' => 'required_without:attendee_email|string',
9797
'attendee_email' => 'required_without:qr_code|email',
98-
'qr_code' => 'required|string',
9998
'sponsor_id' => 'sometimes|integer',
10099
'scan_date' => 'required|date_format:U|epoch_seconds',
101100
'notes' => 'sometimes|string|max:1024',

0 commit comments

Comments
 (0)