From 2f55de2ddfff92c0bddea47de32d46724a9931f3 Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 26 Jun 2024 16:49:11 +1000 Subject: [PATCH] We need to reload the system address for notifications --- app/Notifications/Netmails.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Notifications/Netmails.php b/app/Notifications/Netmails.php index ad74eaa..9613b56 100644 --- a/app/Notifications/Netmails.php +++ b/app/Notifications/Netmails.php @@ -51,6 +51,7 @@ abstract class Netmails extends Notification //implements ShouldQueue { // @todo Redirect netmails to Hubs or higher to the admin $ao = $notifiable->routeNotificationFor(static::via); + $ao->load('system'); $o = new Netmail; $o->to = $ao->system->sysop;