Globally configure database notifications to use `isEventDispatched: true`

Hi all Currently I have to pass in isEventDispatched: true whenever I send database notifications. Is there a way of setting that flag to true via configureUsing ?
2 Replies
binaryfire
binaryfireOP3w ago
bump
Dan Mason
Dan Mason3w ago
It doesn't have a corresponding property or way to set it outside of the function, so the answer is no. You could PR a way to support that. Laravel also dispatches a NotificationSent event afaik if that could also work for you.

Did you find this page helpful?