Skip to content

Commit

Permalink
@phpstan-ignore-line
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPunyapal committed Sep 21, 2024
1 parent 4540f3d commit 813bf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/Home/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private function defaultUsers(): Collection
->shuffle()
->load('links')
->when(auth()->check(), function (Collection $users): void {
$users->loadExists([
$users->loadExists([ // @phpstan-ignore-line
'following as is_follower' => function (Builder $query): void {
$query->where('user_id', auth()->id());
},
Expand Down

0 comments on commit 813bf25

Please sign in to comment.