Property | Type | Description | |
---|---|---|---|
$from | string | Sender of notification. | |
$to | string | Recipient of notification. |
Method | Description | |
---|---|---|
from ( string $from ) : App\Services\Notification\NotifierInterface | Sender of notification. | |
notify ( string $subject, string $message ) : void | Send notification. | |
to ( string $to ) : App\Services\Notification\NotifierInterface | Recipient of notification. |