SmsChannel
in package
Table of Contents
Properties
- $manager : ManagerInterface
Methods
- __construct() : void
- Create a new sms channel instance.
- send() : void
- Send the given notification.
Properties
$manager
protected
ManagerInterface
$manager
Methods
__construct()
Create a new sms channel instance.
public
__construct(ManagerInterface $manager) : void
Parameters
- $manager : ManagerInterface
send()
Send the given notification.
public
send(IsNotifiable $notifiable, Notification $notification) : void
Parameters
- $notifiable : IsNotifiable
- $notification : Notification