minor changes
This commit is contained in:
@@ -7,9 +7,9 @@ Every notification is an instance of `LucentNotifications\Models\Notification` m
|
||||
|
||||
### Mail notifications
|
||||
The static::create function accepts a Mailable class as its mail parameter. Lucent Notifications will instanciate the new Mailable class with the following parameters:
|
||||
- Notification $notification,
|
||||
- array $userFrom and
|
||||
- array $userTo
|
||||
# Notification $notification,
|
||||
# array $userFrom and
|
||||
# array $userTo
|
||||
so keep that in mind when defining your own Mailable class
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user