@@ -31,6 +31,9 @@ |
||
31 | 31 | return $notificationClass === Notification::class || is_subclass_of($notificationClass, Notification::class); |
32 | 32 | } |
33 | 33 | |
34 | + /** |
|
35 | + * @param JobFailed $event |
|
36 | + */ |
|
34 | 37 | private function handle($map, $event) |
35 | 38 | { |
36 | 39 | $notifiable = new $map['notifiable']; |