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 suppose usage of Illuminate\Notifications\Events\NotificationFailed event serves no purpose.
It complicates the source code without any significant outcome.
Class NotificationFailed is never used inside the Laravel Framework itself, despite it declares it.
It would be more consistent to drop its usage around this library.
The text was updated successfully, but these errors were encountered:
Relates to #60.
I suppose usage of
Illuminate\Notifications\Events\NotificationFailed
event serves no purpose.It complicates the source code without any significant outcome.
Class
NotificationFailed
is never used inside the Laravel Framework itself, despite it declares it.It would be more consistent to drop its usage around this library.
The text was updated successfully, but these errors were encountered: