mirror of
https://github.com/filamentphp/filament.git
synced 2026-08-31 01:14:50 +08:00
Merge branch '4.x' into 5.x
This commit is contained in:
@@ -166,7 +166,7 @@ Notification::make()
|
||||
->button()
|
||||
->markAsRead(),
|
||||
])
|
||||
->send();
|
||||
->sendToDatabase($recipient);
|
||||
```
|
||||
|
||||
Alternatively, you may use the `markAsUnread()` method to mark a notification as unread:
|
||||
@@ -184,7 +184,7 @@ Notification::make()
|
||||
->button()
|
||||
->markAsUnread(),
|
||||
])
|
||||
->send();
|
||||
->sendToDatabase($recipient);
|
||||
```
|
||||
|
||||
## Opening the database notifications modal
|
||||
|
||||
Reference in New Issue
Block a user