ReceivesNotifications
Table of Contents
- $notificationMapping : array<string|int, mixed>
- notify() : mixed
Properties
$notificationMapping
protected
array<string|int, mixed>
$notificationMapping
= ['email' => 'email', 'sms' => 'phone_number']
Methods
notify()
public
notify(Notification $notification) : mixed
Parameters
- $notification : Notification