Open
Description
Hello,
first of all thank you so much for creating this package.. How do I implement multitenancy into this package?
I am currently creating an application that uses the multitenancy feature with the archtechx/tenancy package. I have already created a duplicate of the scheduled_notifications table in the tenant database, but I am unable to perform the php artisan snooze:send
command because this actions will trigger to the central database while the notification data is located in the tenant database.