@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function handle(TechTipCommentFlaggedEvent $event) |
19 | 19 | { |
20 | - $userList = User::where('role_id', '<=', 2)->get(); // TODO - should be for users who can manage Tech Tips |
|
20 | + $userList = User::where('role_id', '<=', 2)->get(); // TODO - should be for users who can manage Tech Tips |
|
21 | 21 | Notification::send($userList, new FlaggedTechTipCommentNotification($event->comment, Auth::user())); |
22 | 22 | } |
23 | 23 | } |