from($settings->slack_botname, ':heart:') ->to($settings->slack_channel) ->image('https://snipeitapp.com/favicon.ico') ->content('Oh hai! Looks like your Slack integration with Snipe-IT is working!'); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }