App\Notifications\AccountActivation::via PHP Method

via() public method

Get the notification's delivery channels.
public via ( mixed $notifiable ) : array
$notifiable mixed
return array
    public function via($notifiable)
    {
        return ['mail'];
    }