You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to override the default Mail model class because I use tenancy in my application. I would like to have a similar option in the config, as the override for the Filament EmailResource class.
Something like this:
I want to override the default
Mail
model class because I use tenancy in my application. I would like to have a similar option in the config, as the override for the FilamentEmailResource
class.Something like this:
I now need to force override it in my
AppServiceProvider
register()
method, which is not a nice way:The text was updated successfully, but these errors were encountered: