Notification
Table of Contents
-
$channels
: array<string|int, mixed>
-
__construct()
: mixed
-
send()
: mixed
$channels
public
array<string|int, mixed>
$channels
= ['email' => SnajuInceptionNotificationEmailEmailNotification::class, 'sms' => SnajuInceptionNotificationTypesSmsNotification::class]
__construct()
public
__construct() : mixed
Return values
mixed
—
send()
public
send(mixed $notifiable, mixed $preferredChannel) : mixed
Parameters
-
$notifiable
: mixed
-
-
$preferredChannel
: mixed
-
Return values
mixed
—