@@ -52,6 +52,9 @@ |
||
52 | 52 | return app($notifiableClass); |
53 | 53 | } |
54 | 54 | |
55 | + /** |
|
56 | + * @return Event |
|
57 | + */ |
|
55 | 58 | protected function determineNotification($event): ?BaseNotification |
56 | 59 | { |
57 | 60 | $eventName = class_basename($event); |