@@ -159,7 +159,7 @@ |
||
| 159 | 159 | private function mark($notifications) |
| 160 | 160 | { |
| 161 | 161 | $ids = $notifications |
| 162 | - ->reject(fn (Notification $notification) => $notification->read_at !== null) |
|
| 162 | + ->reject(fn(Notification $notification) => $notification->read_at !== null) |
|
| 163 | 163 | ->pluck('id') |
| 164 | 164 | ->all(); |
| 165 | 165 | |