abstract class Notification (View source)
Returns the available channels to be used
Send notification to mail
Send notification to database
Process the notification
abstract array channels(Model $notifiable)
Message|null toMail(Model $notifiable)
array toDatabase(Model $notifiable)
final void process(Model $notifiable)