abhibeckert, 11 months ago <span style="color:#323232;">class SendVerificationEmail extends Notification {} </span><span style="color:#323232;">class SendAnnouncementFCM extends Notification {} </span><span style="color:#323232;">class SendOtpSMS extends Notification {} </span> What’s the point of those three classes? Why wouldn’t you just use Notification directly?
<span style="color:#323232;">class SendVerificationEmail extends Notification {} </span><span style="color:#323232;">class SendAnnouncementFCM extends Notification {} </span><span style="color:#323232;">class SendOtpSMS extends Notification {} </span>
What’s the point of those three classes? Why wouldn’t you just use Notification directly?
Notification