getData($notifiable, $notification); $event = new RealtimeBroadcastNotificationCreated( $notifiable, $notification, is_array($message) ? $message : $message->data ); return $this->events->dispatch($event); } }