App\Notifications\WelcomeMessage::toArray PHP Method

toArray() public method

Get the array representation of the notification.
public toArray ( mixed $notifiable ) : array
$notifiable mixed
return array
    public function toArray($notifiable)
    {
        return [];
    }