App\Notifications\Auth\ResetPasswordNotification::via PHP Méthode

via() public méthode

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