subject('New model created: '.get_class($this->model)) ->line('Model: '.get_class($this->model)) ->action('Show', url('/nova/resources/'.$this->resource)) ->line(' ') ->line(' ') ->line(' ') ->line($this->model->toJson()); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }