Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Dec 11, 2024
1 parent 94b464e commit afcb1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/SantaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function index(Request $request): View
?->secretSantaParticipant()
->firstOrNew();

$participant ??= new SecretSantaParticipant();
$participant ??= new SecretSantaParticipant;

return view('santa.index', [
'participant' => $participant,
Expand Down

0 comments on commit afcb1e1

Please sign in to comment.