App\Notifications\WelcomeMessage::toArray PHP 메소드

toArray() 공개 메소드

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