-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic discord channel for each Notification class? #56
Comments
currently, my thoughts are to create new classes for each channel. this class would use the notifiable trait and define the discord channel attribute. the notification would be triggered against this new class. Is there a better approach? |
Extend |
How can I extend |
This is handled/fixed in #64 as I had the same issue. But doesn't seem like that repository is really maintained anymore. 😟 |
At current state of the documentation, it appears that one model is tied to one specific channel.
Is there a possible workaround to allow a model to dispatch to two different channels?
The text was updated successfully, but these errors were encountered: