File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,18 @@ public function update(Request $request): RedirectResponse
63
63
->secretSantaParticipant ()
64
64
->firstOrNew ();
65
65
66
- if (!$ participant ->exists ) {
66
+ if (! $ participant ->exists ) {
67
67
Toast::warning ('К сожалению, регистрация на Тайного Санту уже закрыта. ' )
68
68
->disableAutoHide ();
69
69
70
70
return redirect ()->route ('santa ' );
71
71
}
72
72
73
73
$ data = $ request ->validate ([
74
- //'telegram' => ['string', 'required_without:tracking_number'],
75
- //'phone' => ['string', 'required_without:tracking_number'],
76
- //'address' => ['string', 'required_without:tracking_number'],
77
- //'about' => ['string', 'required_without:tracking_number'],
74
+ // 'telegram' => ['string', 'required_without:tracking_number'],
75
+ // 'phone' => ['string', 'required_without:tracking_number'],
76
+ // 'address' => ['string', 'required_without:tracking_number'],
77
+ // 'about' => ['string', 'required_without:tracking_number'],
78
78
'tracking_number ' => [
79
79
'nullable ' ,
80
80
'string ' ,
You can’t perform that action at this time.
0 commit comments