Skip to content

Commit

Permalink
get users
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed May 4, 2022
1 parent e8402a7 commit ba976b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/WebhookController.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private function handleAlert($notificationClass, $payload)
return response()->noContent();
}

(new AnonymousNotifiable)->notify(new $notificationClass($payload, $users));
(new AnonymousNotifiable)->notify(new $notificationClass($payload, $site->users));

return response('Webhook handled');
}
Expand Down

0 comments on commit ba976b1

Please sign in to comment.