subject('rConfig System Test Notification') ->greeting('rConfig System Test Notification!') ->line('Hello, ') ->line('If your reading this, your notification test from rConfig worked.') ->action('rConfig Dashboard', url('/')) ->line('Thank you for using rConfig!'); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }