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
Let's say someone make a module called "CustomEmailProvider". They support all kinds of email provider, but they don't support, say, MailGun. You want to have a dependency over "CustomMailProvider" so you can extend their interfaces and abstract classes, as well as use their contracts.
Thoughts?
The text was updated successfully, but these errors were encountered:
Let's say someone make a module called "CustomEmailProvider". They support all kinds of email provider, but they don't support, say, MailGun. You want to have a dependency over "CustomMailProvider" so you can extend their interfaces and abstract classes, as well as use their contracts.
Thoughts?
The text was updated successfully, but these errors were encountered: