class RegistrationConfirmation extends Notification implements ShouldQueue

Traits

Queueable
SerializesModels

Properties

User $user

User who has been newly registered.

Methods

__construct(User $user)

Create a new notification instance.

array
via(mixed $notifiable)

Get the notification's delivery channels.

MailMessage
toMail(mixed $notifiable)

Get the mail representation of the notification.

Collection
getDuplicateUsers()

Determine possible duplicate users.

Details

at line 28
__construct(User $user)

Create a new notification instance.

Parameters

User $user

at line 39
array via(mixed $notifiable)

Get the notification's delivery channels.

Parameters

mixed $notifiable

Return Value

array

at line 50
MailMessage toMail(mixed $notifiable)

Get the mail representation of the notification.

Parameters

mixed $notifiable

Return Value

MailMessage

at line 66
Collection getDuplicateUsers()

Determine possible duplicate users.

Return Value

Collection