Skip to content

Commit

Permalink
Fix select
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner committed Sep 2, 2024
1 parent 5f7dfd8 commit 29cd6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/RemoveClaimToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function handle(PlatformBroadcastEvent $event): void
->delete();

Beam::whereIn('id', $beamsToDecrement)
->get(['id,code'])
->get(['id', 'code'])
->each(fn ($beam) => Cache::decrement(BeamService::key($beam->code)));
}

Expand Down

0 comments on commit 29cd6be

Please sign in to comment.