channel // $event->notifiable // $event->notification // $event->response Log::info(sprintf('Notification of type %s sent via channel %s to user ID #%s', get_class($event->notification), $event->channel, $event->notifiable->id)); } }