minor changes

This commit is contained in:
2024-12-19 04:24:08 +02:00
parent cade33cfb6
commit 75d62872c3
3 changed files with 12 additions and 9 deletions
+3 -3
View File
@@ -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