temp - disable notifier

This commit is contained in:
Saeed Vaziry 2024-02-05 00:33:06 +01:00
parent a22e9cb946
commit b75df8e1c5

View File

@ -14,6 +14,6 @@ class Notifier
*/
public function send(object $notifiable, Notification $notification): void
{
NotificationChannel::notifyAll($notification);
// NotificationChannel::notifyAll($notification);
}
}