Replies: 3 comments
-
|
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example) |
Beta Was this translation helpful? Give feedback.
-
|
An important detail that I just discovered while debugging: |
Beta Was this translation helpful? Give feedback.
-
|
More reason a reproducing code is needed to understand what's is wrong. At the moment, I can only make assumption that this isn't a bug but a usage error |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I use the following code snippet to send notifications to my admin users only. I have tested the method
User::adminUsers()and it returns only my admins correctly.Still the notification is being sent to all notifiable users in my application. Is this some sort of bug or am I using the notification wrongly?
Beta Was this translation helpful? Give feedback.
All reactions