Skip to content

Commit e54e403

Browse files
committed
Fixed query on SecretSantaScreen.php
1 parent 80ac3af commit e54e403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Orchid/Screens/SecretSantaScreen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SecretSantaScreen extends Screen
1818
public function query(): iterable
1919
{
2020
return [
21-
'participants' => SecretSantaParticipant::with(['receiver', 'santa', 'user'])->all(),
21+
'participants' => SecretSantaParticipant::with(['receiver', 'santa', 'user'])->get(),
2222
];
2323
}
2424

0 commit comments

Comments
 (0)